-
Notifications
You must be signed in to change notification settings - Fork 170
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
Terraform files for VMs creation on vSphere for Assisted Installer deployment automation (for HCI) #8912
Terraform files for VMs creation on vSphere for Assisted Installer deployment automation (for HCI) #8912
Conversation
- including README and .gitignore files Signed-off-by: Daniel Horak <[email protected]>
d06dcd4
to
236e5e4
Compare
This code is not yet integrated to the rest of the ocs-ci code, but is working correctly when used manually, so I would propose to merge it as it is to make the followup PRs smaller. Verification triggered manually:
Created only two VMs - one control plane and one compute node:
And destroy of the created resources:
|
Signed-off-by: Daniel Horak <[email protected]>
Signed-off-by: Daniel Horak <[email protected]>
13b90da
to
bcbd97b
Compare
@dahorak can we move whole terraform into separate folder like ai so that we are aware that all these terraform code belongs to ai |
My intention was opposite structure - so the deployment type is at the end: |
I am more for option |
@vavuthu do you agree with Petr's suggestion? |
ack |
rename terraform/vsphere/ai to terraform/ai/vsphere Signed-off-by: Daniel Horak <[email protected]>
Signed-off-by: Daniel Horak <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dahorak, petr-balogh, vavuthu The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I've decided to split the whole work to few separated PRs whenever it will be possible, so it will be easier to review it.
This PR contains terraform configuration files and module for creating VMs on vSphere for the Assisted Installer deployment.