Enable Redis for DNS service coordination
Enable the Redis instance required by the DNS service by editing the OpenStackControlPlane custom resource.
Before you begin
- You have the
occommand line tool installed on your workstation. - You are logged on to a workstation that has access to the RHOSO control plane as a user with
cluster-adminprivileges.
Procedure
Results
- Wait until RHOCP creates the DNS service resources related to the
OpenStackControlPlaneCR. Run the following command to check the status:- Example
-
$ oc get openstackcontrolplane -n openstack - Sample output
-
NAME STATUS MESSAGE openstack-control-plane Unknown Setup startedThe
OpenStackControlPlaneresources are created when the status is "Setup complete".Tip Append the-woption to the end of thegetcommand to track deployment progress.
- Confirm that the Redis instance is running before continuing.
- Example
-
$ oc wait --for=condition=ready --timeout=10s \ pod/designate-redis-redis-0 - Sample output
-
pod/designate-redis-redis-0 condition met
Next step