Cloud Orchestration Documentation

Nobus Cloud Orchestration

Nobus CloudOrchestration kit helps to create a human- and machine-accessible service for managing the entire lifecycle of infrastructure and applications within nobus cloud.

CloudOrchestration services enables you to launch multiple composite cloud applications based on templates in the form of text files that can be treated like code. While the native Heat template format is evolving, it also endeavours to provide compatibility with the AWS CloudFormation template format, so that many existing CloudFormation templates can be launched on Nobus Cloud. It also provides both a native ReST API and a CloudFormation-compatible Query API.

Quickstart

Launch and manage stacks

CloudOrchestration Templates, enable creation of most nobus cloud resource types, such as instances, floating IP addresses, volumes, security groups, and users. Once created, the resources are referred to as stacks.

STEPS

Launch a stack

  1. Log in to the dashboard.

  2. Select the appropriate project from the drop down menu at the top left.

  3. On the Project tab, open the Orchestration tab and click Stacks category.

  4. Click Launch Stack.

  5. In the Select Template dialog box, specify the following values:

    Template SourceChoose the source of the template from the list.
    Template URL/File/DataDepending on the source that you select, enter the URL, browse to the file location, or directly include the template.
    Environment SourceChoose the source of the environment from the list. The environment files contain additional settings for the stack.
    Environment File/DataDepending on the source that you select, browse to the file location, directly include the environment.
  6. Click Next.

  7. In the Launch Stack dialog box, specify the following values:

    Stack NameEnter a name to identify the stack.
    Creation Timeout (minutes)Specify the number of minutes that can elapse before the launch of the stack times out.
    Rollback On FailureSelect this check box if you want the service to roll back changes if the stack fails to launch.
    Password for user “demo”Specify the password that the default user uses when the stack is created.
    DBUsernameSpecify the name of the database user.
    LinuxDistributionSpecify the Linux distribution that is used in the stack.
    DBRootPasswordSpecify the root password for the database.
    KeyNameSpecify the name of the key pair to use to log in to the stack.
    DBNameSpecify the name of the database.
    DBPasswordSpecify the password of the database.
    InstanceTypeSpecify the flavor for the instance.
  8. Click Launch to create a stack. The Stacks tab shows the stack.

After the stack is created, click on the stack name to see the following details:

Topology
The topology of the stack.
Overview
The parameters and details of the stack.
Resources
The resources used by the stack.
Events
The events related to the stack.
Template
The template for the stack.

© 2026 Nkponani Ltd. All rights reserved.