-
Notifications
You must be signed in to change notification settings - Fork 47
Remove NetworkConfig override handling #394
Remove NetworkConfig override handling #394
Conversation
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
1d9329b
to
74a348f
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
74a348f
to
5dc4d51
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/4c9d1ef6cf3848f8b9af82dee899a61f ✔️ dataplane-operator-docs-preview SUCCESS in 1m 49s |
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.
This will need an associated change in ci_framework as well won't it? I didn't see a Depends-On for that anywhere.
config/samples/dataplane_v1beta1_openstackdataplanenodeset_ceph.yaml
Outdated
Show resolved
Hide resolved
5dc4d51
to
35ce839
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
35ce839
to
7a53195
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/35c1588dc4414435baebbe6cc43d6a7a ✔️ dataplane-operator-docs-preview SUCCESS in 1m 55s |
/test dataplane-operator-build-deploy-kuttl |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/6ffab728119c49bc90647928239b0bab ✔️ dataplane-operator-docs-preview SUCCESS in 1m 51s |
7a53195
to
4c81264
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/70ea259c0b1841a7b2c727eacd5467ce ✔️ dataplane-operator-docs-preview SUCCESS in 1m 49s |
Looks like it was failing with a repo issue. Potentially solved by: |
recheck |
4c81264
to
5abce59
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/e045f2d3fa8148c69820d90b3d256073 ✔️ dataplane-operator-docs-preview SUCCESS in 1m 54s |
5abce59
to
43676ac
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/642699483b5c47368232dab0e196b552 ✔️ dataplane-operator-docs-preview SUCCESS in 2m 30s |
43676ac
to
6fd2cf1
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/401bf787be5a4d67987a32a76edabe1a ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 36m 37s |
Ack, I'll send a PR to replace that with the override variable. |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/dc94c0e1f8c44b468d74963972e45fd7 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 10m 20s |
ff8fb82
to
b354fa7
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/924128bfd5534322a60728b66ea294be ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 33m 40s |
b354fa7
to
6bdad7e
Compare
6bdad7e
to
bed5bcc
Compare
bed5bcc
to
1faa6bd
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/d3dac1d68d554fd989f73cad8ab03281 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 38m 18s |
recheck |
Updated the depends-on ci-framework change. Needed to remove the template part as well: |
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.
There seems to be rebase issues. I've pointed out a few but there could be more. Please check the changes in every file here for relevance.
config/samples/dataplane_v1beta1_openstackdataplane_baremetal_with_ipam.yaml
Outdated
Show resolved
Hide resolved
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.
Basically +1 to @rabi comments
1faa6bd
to
623f753
Compare
This change removes the CRD level override for network config files. Instead, this allows us to use the Ansible variable directly to set any require network config customizations. Depends-On: openstack-k8s-operators/edpm-ansible#341 Depends-On: openstack-k8s-operators/ci-framework#560 Signed-off-by: Brendan Shephard <[email protected]>
623f753
to
1102f28
Compare
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.
Looks like my fork main wasn't in sync with upstream main. Rebased again now and resolved those issues mentioned.
The ci-framework change is merged now, along with the edpm-ansible one. So this should be good to go once CI blesses it. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bshephar, fao89 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 |
83a8c66
into
openstack-k8s-operators:main
This change removes the CRD level override for network config files. Instead, this allows us to use the Ansible variable directly to set any require network config customizations.
Depends-On: openstack-k8s-operators/edpm-ansible#341
Depends-On: openstack-k8s-operators/ci-framework#560