-
Notifications
You must be signed in to change notification settings - Fork 68
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
Fix name of the config_src variable in neutron_sriov role #354
Fix name of the config_src variable in neutron_sriov role #354
Conversation
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.
Please add the new variable into argspec.
c2270d7
to
c314fc0
Compare
done |
c314fc0
to
993bd2b
Compare
/lgtm |
|
recheck
isn't it like that because there is no actually /var/lib/openstack/configs/neutron-sriov there during the molecule test? |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/1d8ac3cc96a948d69dd9eb9160548993 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 43m 25s |
/hold Please hold this for now, I need to check why oslo.config doesn't (apparently?) load the config for sriov agent from /etc/neutron.conf.d for you. If it doesn't, we need to understand if this applies to metadata agent too. |
OK I know the reason why your config file with transport_url was not properly loaded. You need this fix to point molecule to the directory with the config that mimics the one from Secret prepared by neutron-operator:
With that, you should be able to:
|
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.
Please fix roles/edpm_neutron_sriov/molecule/default/converge.yml to point to the right test-data path. Then revert the switch to /etc/neutron/conf.d and the move of the log-dir.
0c9b652
to
1b3a816
Compare
Done, thx a lot :) |
/lgtm |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/32c013446be74942ba1f89bac5ce9f10 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 02m 54s |
|
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/74a465b38b8e495690e889d518844980 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 22m 31s |
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: karelyatin, slawqo 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/3983f8befd2245a681bcf0f8b53c16b1 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 36m 15s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/b7984e550fbd4391a120701544c2146d ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 38m 13s |
recheck |
/retest |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/5959b6ad3eb84bf18c682da15a6c7097 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 20m 16s |
recheck |
594825e
into
openstack-k8s-operators:main
No description provided.