-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the network names case insensitive #169
Make the network names case insensitive #169
Conversation
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/70f13bedd5c644b29b5399ed411c06b7 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 32m 56s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/ebf823be0b6148d0a796a2d98527273a ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 39m 06s |
/test infra-operator-build-deploy-kuttl |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/8d3cc13251144703869a919a21da8334 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 36m 41s |
multinode job failed with |
recheck |
/test infra-operator-build-deploy-kuttl |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/109a2d8a13774d2b91b63974a56252ff ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 40m 44s |
recheck |
/test infra-operator-build-deploy-kuttl |
1 similar comment
/test infra-operator-build-deploy-kuttl |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/ef76b3164edf497abf4584b671308b77 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 35m 41s |
recheck |
/test infra-operator-build-deploy-kuttl |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/75a9c77bc96146ddb46fead4d9014c82 ✔️ openstack-k8s-operators-content-provider SUCCESS in 59m 25s |
recheck |
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.
/lgtm
/test infra-operator-build-deploy-kuttl |
1 similar comment
/test infra-operator-build-deploy-kuttl |
Looks like failing building bundle. [2/3] STEP 7/8: RUN /workspace/csv-merger --import-env-files=/bundle_extra_data/env-vars.yaml --dataplane-csv=/bundle_extra_data/manifests/dataplane-operator.clusterserviceversion.yaml --base-csv=/manifests/openstack-operator.clusterserviceversion.yaml | tee /openstack-operator.clusterserviceversion.yaml.new |
This could be a temporary change to make dataplane networks small case and align with what we use in control plane network attachments etc or permanent if we want to make networks/subnets case in-sensitive. Signed-off-by: rabi <[email protected]>
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/d246bac41f7e4cd38e97feeb75d55156 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 29m 09s |
recheck tempest failed with neutron not available |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/a18f61f2e0fd404fbb62492ed92a5469 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 25m 47s |
/retest |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/a6b8d765da154270ae1ed84f3c2cd8f4 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 26m 08s |
let's see if removing depends-on helps.. I can't see why it should fail. |
/test infra-operator-build-deploy-kuttl |
recheck |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rabi, stuggi 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 |
b385d2c
into
openstack-k8s-operators:main
openstack-k8s-operators/infra-operator#169 changed the names in the netconfig sample to be lower case. it should have made the infra operator case insensitive however it does not appear to be working. This change updates the samples to be lowercase to workaround that.
This could be a temporary change to make dataplane networks small case and align with what we use in
control plane network attachments etc or permanent if we want to make networks/subnets case in-sensitive.