Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#390 from gibizer/disable-p…
Browse files Browse the repository at this point in the history
…eriodic-host-discovery

[doc]Trigger nova discover hosts after EDPM deploy
  • Loading branch information
openshift-merge-robot authored Sep 6, 2023
2 parents e071f2c + f19c577 commit bf3608a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,13 @@ edpm-compute-0 True DataPlaneNode Ready
edpm-compute-1 True DataPlaneNode Ready
```

If the deployment involved adding new compute nodes then after the deployment
is ready those compute nodes need to be mapped in nova. To do that run the
following command:
```console
oc rsh nova-cell0-conductor-0 nova-manage cell_v2 discover_hosts --verbose
```

### Understanding dataplane conditions

Each dataplane resource has a series of conditions within their `status`
Expand Down

0 comments on commit bf3608a

Please sign in to comment.