Update library-go to set OpenStack provider to external#3270
Update library-go to set OpenStack provider to external#3270openshift-merge-robot merged 5 commits intoopenshift:masterfrom
Conversation
c51c0bc to
263ea1c
Compare
|
/retest generally looks fine, seems to be some container failures in the test suite, presumably not related? |
|
er, no |
Oops, I'll take a look at this now |
Thanks for pointing that out, I've just spent a few minutes getting things to build. I think we are getting a similar result looking at the resulting go mods. I've had to migrate the resource lock that you are using to a I'll review your changes and double check what's left to do |
756bfd7 to
e7baa2a
Compare
|
Latest failure shows
Are we good to merge #3251 first? It should be a subset now (on a slightly older version for some packages) |
|
Yep, something came up so I didn't get to finish this today. If you merge the other PR first I can rebase and fix the rest in the morning |
|
Ok thanks, let me review the other PR and try to get it in |
e7baa2a to
4f6c283
Compare
|
@JoelSpeed It seems it's just missing a |
|
All the tests seem to be good now, lets see how the E2E goes |
|
/retest |
1 similar comment
|
/retest |
|
I see the following in the machine config controller logs: Seems some permissions are missing? |
Yep, I think I've got that sorted in the latest commit |
c3bd1b8 to
c9ceacf
Compare
|
@JoelSpeed: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/cc @cgwalters @sinnykumari Can you take another look at this PR? It's green now. Thanks! |
|
It LGTM. The installation and e2e test with OpenStack, finalized fine. |
|
Thanks Maysa for testing! |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed, MaysaMacedo, sinnykumari The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed, MaysaMacedo, sinnykumari The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR bumps the openshift library go dependency to include openshift/library-go#1383.
This will mean that OpenStack is always set to external and will force the migration from in-tree to out-of-tree for OpenStack.