Verify data plane deployment

  1. Track the deployment process by observing logs.

  2. You can view the Ansible logs while the deployment executes:

    oc logs -l app=openstackansibleee -f --max-log-requests 10
    Sample 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.

  3. Check the status of Openstack data plane Deployment.

    oc get openstackdataplanedeployment
  4. Repeat the query until you see the following:

    Sample Output
    NAME                  STATUS   MESSAGE
    openstack-edpm-ipam   True     Setup Complete
  5. Check the status of Openstack data plane Nodeset deployment.

    oc get openstackdataplanenodeset
  6. Repeat the query until you see the following:

    Sample Output
    NAME                  STATUS   MESSAGE
    openstack-edpm-ipam   True     NodeSet Ready