Deploy the OpenStack infrastructure heat template to create the network infrastructure.
Before you begin
Heat template files are required to create the network infrastructure and the required components for the Firewall Management Center Virtual, such as flavor, networks, subnets, router interfaces, and security group rules:
-
env.yaml ― Defines the resources created to support the Firewall Management Center Virtual on the compute node, such as the image name, interfaces, and IP addresses.
-
deploy_os_infra.yaml ― Defines the environment for the Firewall Management Center Virtual, such as the network and subnets.
Templates for your Firewall Management Center Virtual version are available from the GitHub repository at FMCv OpenStack heat template.
Note that Cisco-provided templates are provided as open source examples, and are not covered within the regular Cisco TAC support scope. Check GitHub regularly for updates and ReadMe instructions.
Procedure
|
1. |
Deploy the infrastructure heat template file.
root@ucs-os-controller:$ openstack stack create <stack-name> -e <environment files name> -t <deployment file name>
Example:
root@ucs-os-controller:$ openstack stack create infra-stack -e env.yaml -t deploy_os_infra.yaml
|
|
2. |
Verify if the infrastructure stack is created successfully.
root@ucs-os-controller:$ openstackstack list
Example:
root@ucs-os-controller:$ openstack stack list
+--------------------------------------+-------------+----------------------------------+-----------------+
| ID | Stack Name | Project | Stack Status |
+--------------------------------------+-------------+----------------------------------+-----------------+
| b30d5875-ce3a-4258-a841-bf2d09275929 | infra-stack | 13206e49b48740fdafca83796c6f4ad5 | CREATE_COMPLETE |
+--------------------------------------+-------------+----------------------------------+-----------------+
|
What to do next
Create the Firewall Management Center Virtual instance on OpenStack.