- The control plane has been successfully deployed.
Switch to the "openstack" namespace
oc project openstack
Change to the alpha's directory
cd architecture/examples/dt/uni01alpha
Modify the values.yaml with the following information
- SSH keys to be used for accessing the deployed compute nodes.
- SSH keys to be use for Nova migration.
All values must be in base64 encoded format.
- Set
data['authorized']
with the value of all OpenStack Compute host SSH keys. - Set
data['private']
with the contents of the SSH private key to be used for accessing the dataplane compute nodes. - Set
data['public']
with the contents of the SSH public key used for accessing the dataplane compute nodes.
- Set
data['nova']['migration']['ssh_keys']['private']
with the content of the SSH private key to be used for potential future migration. - Set
data['nova']['migration']['ssh_keys']['public']
with the content of the SSH public key to be used for potential future migration.
Generate the dataplane CRs.
kustomize build > data-plane.yaml
oc apply -f data-plane.yaml
Wait for dataplane deployment to finish
oc wait osdpd edpm-deployment --for condition=Ready --timeout=1200s