vsphere upi: updates for terraform changes#8259
vsphere upi: updates for terraform changes#8259openshift-merge-robot merged 2 commits intoopenshift:masterfrom
Conversation
|
This PR can be merged without the changes to the installer: |
|
can you separate the remove extra space commit from code changes please. |
can you link to the BZ that explains why this change is required, or provide the details in the commit message. Currently it's unclear. |
|
/approve will wait for @abhinavdahiya to lgtm |
this template is used by all releases 4.{1,2,3,4} and master.. so please make sure adding these new variables do not break previous releases. |
Cleaning up the extra white space within upi e2e template
- The updates to vsphere terraform require an additional variable to set the public key the LB rhcos instance - The changes also include moving ignition to use the virtual machines extra config in place of vapp which has a limitation of 64kb. - In testing I witnessed issues with the image registry config changing after being patched. Added an additional run of the function to confirm that it is patched correctly.
I have extra variables in my |
|
/test pj-rehearse |
|
LGTM. |
|
@jcpowermac: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, jcpowermac, sdodson 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 |
|
@jcpowermac: Updated the following 2 configmaps:
DetailsIn 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. |
Added new terraform variables required in the recent
changes in vsphere upi terraform
Added an additional run of the registry patch
in some instances the config is not update properly.
vim -
autocmd BufWritePre * %s/\s\+$//eremoved white space