Power VS: Separating bootstrap resources to own stage for clean destroy#5901
Conversation
|
@miyamotoh required tf-fmt test is failing |
Signed-off-by: Hiro Miyamoto <miyamotoh@us.ibm.com>
729a422 to
0e4da38
Compare
|
/lgtm my only comment is that, the name |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: patrickdillon 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 |
|
/retest-required |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
@miyamotoh: The following tests failed, say
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. |
maybe call it |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
3 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
As eluded to in #5780, this is to move the bootstrap resource creation to its own TF stage so it can be called for quick
terraform destoryafterbootstrap-completefor PowerVS platform. Also introduced is thebootstrap-routingstage which takes care of the necessary network routing components that live beyond the bootstrap phase, but need adjustments when bootstrap VM is around and gone.Signed-off-by: Hiro Miyamoto miyamotoh@us.ibm.com