-
Notifications
You must be signed in to change notification settings - Fork 47
Added bootstrap
service
#476
Added bootstrap
service
#476
Conversation
Could this PR be updated to add otherwise, this is fine by me |
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]>
You were faster than me :) |
At usual, kuttl tests are failing because the image used for dataplane pods is:
which is the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+2
config/samples/dataplane_v1beta1_openstackdataplanedeployment_pre_ceph_hci.yaml
Show resolved
Hide resolved
Logs of ansible runners are fine on both jobs: |
8016880
to
a715411
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/0c983e16a69240419e1293e615ecc604 ❌ openstack-k8s-operators-content-provider FAILURE in 8m 43s |
a715411
to
53566ad
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/bd09ab5a90274d48b753eb686011fa51 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 51m 05s |
recheck |
/test dataplane-operator-build-deploy-kuttl |
Signed-off-by: Roberto Alfieri <[email protected]>
53566ad
to
5ef06a7
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/8e01b876f57341c2abe7baf6ba342f23 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 40m 50s |
recheck |
/test dataplane-operator-build-deploy-kuttl |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fao89, rebtoor, slagle The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/f065b7e68f604d00bb004025d0750c12 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 37m 46s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/ba9a219ea8ba441b82c971f2941e93f8 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 38m 36s |
recheck (added depends-on with ci-framework) |
This change depends on a change that failed to merge. Change openstack-k8s-operators/ci-framework#707 is needed. |
recheck |
6b8883f
into
openstack-k8s-operators:main
Since in the
configure-network
playbook there were a lot of roles unrelated to the network configuration, we moved those roles into another playbook calledbootstrap
that should be called as the first role (right afterdownload-cache
, if/when used) in the deployment process.https://issues.redhat.com/browse/OSP-28971