-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Add additional network configuration options to external Openstack CCM (#6083) #6085
Add additional network configuration options to external Openstack CCM (#6083) #6085
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Welcome @Sryther! |
Hi @Sryther. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I finally signed really the CLA |
/assign @Atoms |
/unassign @Atoms Sorry ^^ I tried some things |
@Sryther could you rebase ? test failure are now fixed in master branch.. thank you and sorry about that! |
fd77b11
to
d5f1fc9
Compare
/retest |
@Sryther: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
It seems the pipeline failed because it reached its activity limit. Am I right? What can I do? |
Yes lot of activity today.. The CI is kind of overloaded, I've restarted your pipeline |
/ok-to-test |
/lgtm |
Great if you can review this @alijahnas /assgin @alijahnas |
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.
Hi @Sryther
Thanks for the contribution.
Can you add a section in the doc https://github.com/kubernetes-sigs/kubespray/blob/master/docs/openstack.md#upgrade-from-the-in-tree-to-the-external-cloud-provider
where you can provide explanation that in case of a multi-nic OpenStack VMs, one should set these parameters? You can also link to your issue and the issue from cloud-provider-openstack for information.
#6083
kubernetes/cloud-provider-openstack#407
Thanks!
2db5a05
to
9864803
Compare
Thanks @Sryther |
…ge to v1.18.1 since there was an issue in v1.18.0 where some IPs of the private network were ignored
9864803
to
afec9a1
Compare
I rebased since I saw builds failing. I hope it'll fix them. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Miouge1, Sryther 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 |
kubernetes-sigs#6083) (kubernetes-sigs#6085) * Add additional network configuration options to external Openstack CCM (kubernetes-sigs#6083) * Change the default version of external openstack cloud controller image to v1.18.1 since there was an issue in v1.18.0 where some IPs of the private network were ignored * Change Network section in external-openstack-cloud-config.j2 to Networking * Add networking customization information in the openstack documentation
What type of PR is this?
/kind feature
What this PR does / why we need it:
Additional configuration options for external OpenStack CCM:
Which issue(s) this PR fixes:
Fixes #6083
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
NONE