Verify data plane deployment
-
Track the deployment process by observing logs.
-
You can view the Ansible logs while the deployment executes:
oc logs -l app=openstackansibleee -f --max-log-requests 10Sample Output(...) PLAY RECAP ********************************************************************* edpm-compute-0 : ok=53 changed=26 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0
Press Ctrl-C to exit.
-
Check the status of Openstack data plane Deployment.
oc get openstackdataplanedeployment -
Repeat the query until you see the following:
Sample OutputNAME STATUS MESSAGE openstack-edpm-ipam True Setup Complete
-
Check the status of Openstack data plane Nodeset deployment.
oc get openstackdataplanenodeset -
Repeat the query until you see the following:
Sample OutputNAME STATUS MESSAGE openstack-edpm-ipam True NodeSet Ready