Nobus Cloud Orchestration Engine
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.
"It provides both a native ReST API and a CloudFormation-compatible Query API, allowing existing infrastructure-as-code scripts to run on Nobus with minimal changes."
Quickstart
CloudOrchestration Templates enable creation of most resource types, such as instances, floating IPs, volumes, and security groups. Once created, these collections are referred to as Stacks.
Launch a stack
- Log in to the Nobus dashboard.
- Select the appropriate Project from the dropdown menu.
- Go to Orchestration > Stacks.
- Click Launch Stack.
Template Selection Parameters:
Property Description Template Source Choose URL, File, or Direct Data. Environment Data Optional files for specific stack settings. Configuration Parameters:
Parameter Logic Stack Name Unique identifier for the group. Creation Timeout Max minutes before failing. Rollback On Failure Deletes partially created resources if error occurs. KeyName Existing SSH keypair for instance access. InstanceType The compute flavor (e.g. si.2.2.30.l). - Click Launch.
