Openstack Bootstrap
Get the latest docs
You are looking at documentation for an older release. Not what you want? Go to the current release documentation.Overview
To bootstrap a manager on openstack, you will need the Cloudify Manager Blueprints repository. This refers specifically to the openstack-manager-blueprint.yaml and the openstack-manager-blueprint-inputs.yaml files.
Environment Specific Inputs
- Credentials and identification in order to connect to openstack
keystone_usernamekeystone_passwordkeystone_tenant_namekeystone_urlregion
nova_url: Use this in order to override the default nova URL provided by thekeystone_urlneutron_url: Use this in order to override the default neutron URL provided by thekeystone_urlexternal_network_name: Name of the external openstack networkNames of the openstack components (have default values):
manager_server_namemanagement_network_namemanagement_subnet_namemanagement_routermanager_security_group_nameagents_security_group_namemanager_port_name
Provisioned Resources
- Cloudify Manager virtual machine
- Management network
- Management subnet
- Management router
- Manager security group
- Agent security group
- Manager key pair
- Agent key pair
- The following ports will be opened on the Cloudify Manager:
- 80
- 443
- 22
- 8101 (rest service)
- 5672 (AMQP)
- 53229 (file server)
Note
Ports 8101, 5672 and 53229 will only be opened for connections within the management subnet.