Skip to content

Commit

Permalink
Add back reboot-os service into dataplane-adoption NodeSet lists
Browse files Browse the repository at this point in the history
Fix for reboot-os service casuing failure of adoption procedure is merged.[1]
Add back reboot-os into the service list on the NodeSet lists both into
automation and user docs.

[1] openstack-k8s-operators/edpm-ansible#646
  • Loading branch information
ciecierski committed Jun 12, 2024
1 parent d1c59b7 commit d98d2c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ spec:
- configure-os
- ssh-known-hosts
- run-os
- reboot-os
- install-certs
- libvirt
- nova-compute-extraconfig
Expand Down Expand Up @@ -486,6 +487,7 @@ spec:
- install-os
- configure-os
- run-os
- reboot-os
- install-certs
- ceph-client
- libvirt
Expand Down
2 changes: 2 additions & 0 deletions tests/roles/dataplane_adoption/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
- configure-os
- ssh-known-hosts
- run-os
- reboot-os
- install-certs
- libvirt
- nova-compute-extraconfig
Expand Down Expand Up @@ -340,6 +341,7 @@
- install-os
- configure-os
- run-os
- reboot-os
- install-certs
- ceph-client
- libvirt
Expand Down

0 comments on commit d98d2c5

Please sign in to comment.