Verifying the deployment
If the nbosdmapi container is not deployed on the controller node and the nbosdm container is not deployed on the compute node, perform the following steps:
Run the following command to render the templates with the modified
roles_data.yamlfile and perform the overcloud deployment./usr/share/openstack-tripleo-heat-templates/tools/process-templates.py -p /usr/share/openstack-tripleo-heat-templates -r /home/stack/templates/roles_data.yaml -n /home/stack/templates/default-network-isolation.yaml -o /home/stack/templates/generated-openstack-tripleo-heat-templates --safe
Specify the generated template path with the overcloud deploy command.
For example,
openstack overcloud deploy --stack overcloud --templates /home/stack/templates/generated-openstack-tripleo-heat-templates
If the containers are in restarting state or not listed by the following commands, your deployment is not done correctly.
On the controller node:
Ensure that the NetBackup for OpenStack datamover API and horizon containers are in a running state and no other NetBackup for OpenStack container is deployed on controller nodes. When the role for these containers is not controller, check on the respective nodes according to configured
roles_data.yaml.[root@overcloud-controller-0 ~]# podman ps | grep nbos 26fcb9194566 rhospqa.ctlplane.localdomain:8787/nbosdmapi:10.4.1.1035-rhosp17.1 kolla_start 5 days ago Up 5 days ago nbosdmapi 094971d0f5a9 rhospqa.ctlplane.localdomain: 8787/nbos-horizon-plugin:10.4.1.1035-rhosp17.1 kolla_start 5 days ago Up 5 days ago horizon
On the compute node:
Ensure that the NetBackup for OpenStack datamover API and horizon containers are in a running state and no other NetBackup for OpenStack container is deployed on controller nodes. When the role for these containers is not controller, check on the respective nodes according to configured
roles_data.yaml.[root@overcloud-controller-0 ~]# podman ps | grep nbos 26fcb9194566 rhospqa.ctlplane.localdomain:8787/nbosdmapi:10.4.1.1035-rhosp17.1 kolla_start 5 days ago Up 5 days ago nbosdmapi 094971d0f5a9 rhospqa.ctlplane.localdomain: 8787/nbos-horizon-plugin:10.4.1.1035-rhosp17.1 kolla_start 5 days ago Up 5 days ago horizon
On the node with Horizon service:
Ensure that the horizon container is in the running state.
Note:
The Horizon container is replaced with NetBackup for OpenStack Horizon container. This container has the latest OpenStack horizon + NetBackup for OpenStack horizon plug-in.
[root@overcloud-controller-0 ~]# podman ps | grep horizon 094971d0f5a9 rhospqa.ctlplane.localdomain: 8787/nbos-horizon-plugin:10.4.1.1035-rhosp17.1 kolla_start 5 days ago Up 5 days ago horizon