Deploying the overcloud with NetBackup OpenStack environment
Use the following heat environment file and roles data file in overcloud deploy command:
nbos_env.yamlroles_data.yamlUse correct NetBackup OpenStack endpoint map file as per available Keystone endpoint configuration
Instead of
tls-endpoints-public-dns.yamlfile, useenvironments/nbos_env_tls_endpoints_public_dns.yamlInstead of
tls-endpoints-public-ip.yamlfile, useenvironments/nbos_env_tls_endpoints_public_ip.yamlInstead of
tls-everywhere-endpoints-dns.yamlfile, useenvironments/nbos_env_tls_everywhere_dns.yaml
To include new environment files use -e option and for roles data file use -r option.
An example of overcloud deploy command:
openstack overcloud deploy --stack overcloud --templates \ -n /home/stack/templates/network_data.yaml \ -r /home/stack/templates/roles_data.yaml \ -e /home/stack/templates/enable-tls.yaml \ -e /home/stack/templates/inject-trust-anchor-hiera.yaml \ -e /home/stack/nbos-cfg-scripts/redhat-director-scripts/ <RHOSP_RELEASE_DIRECTORY>/environments/nbos_env_tls_endpoints_public_ip.yaml \ -e /home/stack/templates/overcloud-baremetal-deployed.yaml \ -e /home/stack/templates/overcloud-networks-deployed.yaml \ -e /home/stack/templates/overcloud-vip-deployed.yaml \ -e /home/stack/containers-prepare-parameter.yaml \ -e /home/stack/templates/environment-file.yaml \ -e /home/stack/nbos-cfg-scripts/redhat-director-scripts/ <RHOSP_release_directory>/environments/nbos_env.yaml \ --ntp-server 172.16.8.24 > /home/stack/templates/overcloud_deploy.log