Skip to content

Commit

Permalink
Add bootstrap service to VA1
Browse files Browse the repository at this point in the history
The depends-on adds the new `bootstrap` service. This
patch to architecture should be merged after it meges.

Depends-On: openstack-k8s-operators/dataplane-operator#476

Signed-off-by: John Fulton <[email protected]>
  • Loading branch information
fultonj committed Oct 18, 2023
1 parent 3e88c05 commit c4854f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions validated_arch_1/stage5/openstackdataplanedeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
nodeSets:
- openstack-edpm-ipam
servicesOverride:
- bootstrap
- configure-network
- validate-network
- install-os
Expand Down
1 change: 1 addition & 0 deletions validated_arch_1/stage5/openstackdataplanenodeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ spec:
# service list is defined here so that each service
# will be created by the dataplane-operator.
services:
- bootstrap
- configure-network
- validate-network
- install-os
Expand Down

0 comments on commit c4854f6

Please sign in to comment.