Building service blueprints for OpenStack service
This topic provides the caveats and considerations you need to review when creating a service blueprint for OpenStack services. It also provides links to the applicable service blueprint documentation. This topic contains the following sections:
Roadmap for service blueprint documentation
The following table provides links to the applicable service blueprint documentation.
Topic | Description |
---|---|
Provides an overview of the service blueprint blueprint workspace. | |
Describes how to add several of the various types of service blueprint objects, and how to define network connections between those objects. |
Considerations for creating a service blueprint for OpenStack Provider
Create service blueprints as described in Building service blueprints. The following table identifies the items to consider when creating a service blueprint for the OpenStack Provider.
Service blueprint construct | Notes specific to OpenStack |
---|---|
Service blueprint parameters | You have defined the following definition-level parameters so that they are applicable on the deployment packages during VM provisioning: BmcSecurityGroups
OpenStack Flavor
In this implementation of the OpenStack Provider, you cannot add new OS users after the VM has been provisioned. However, you can add users by using BMC Server Automation and you must add the following service blueprint definition parameter to enable addition of local users in a provisioned VM: UNIX_USER or WINDOWS_USER
UNIX_USER_PASSWORD or WINDOWS_USER_PASSWORD
Note: For instructions, see Creating-a-BLPackage-for-adding-local-users-in-the-OpenStack-Provider. (OpenStack Provider 4.1.1 only) Openstack Keypair
|
Application | The VM must be assigned a security group that ensures TCP port 4750 is open in the VM. You must first create a BMC Server Automation Deploy Job or an application component template and ensure that the RSCD Agent is installed in a VM that was provisioned in the OpenStack Provider before installation. You can then enable a software installation as a part of an OpenStack service offering. See the OpenStack Virtual Machine Image Guide for information about creating snapshots and images. |
Server |
|
Networks | When you enable VM placement in single or multiple subnets for a Virtual Network, you must define single or multiple subnets for a Virtual Network in a service blueprint and tag them appropriately (as shown in the figure below). |
Where to go from here
Proceed to Managing-the-OpenStack-service-offerings.