-
Notifications
You must be signed in to change notification settings - Fork 896
gcve: Add tags for failure domain testing, reprovision for vsphere 8 and add inline comments #8148
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
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrischdi 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 |
1581fd8
to
e622c49
Compare
/assign @sbueringer @fabriziopandini |
Q: are you planning to adding setup GCP Essential Contacts for VMware Engine notifications to this PR? |
@@ -18,13 +18,13 @@ locals { | |||
gcp_gcve_project_name = "k8s-infra-e2e-gcp-gcve-project" | |||
} | |||
|
|||
## create the projects (resource pool, folder, assign permissions per resource pool and folder) | |||
# Creates the projects (resource pool, folder, assign permissions per resource pool and folder) |
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.
What about adding a little bit more context, e.g.
# Creates the projects (resource pool, folder, assign permissions per resource pool and folder) | |
# Creates the projects; each project will map to a resources of type `gcve-vsphere-project` in Boskos | |
# and, when assigned to a prow container, it will provide access to a subset of vSphere resources: | |
# - A vSphere folder, e.g. `/Datacenter/vm/prow/k8s-infra-e2e-gcp-gcve-project-001` | |
# - A vSphere resource pool, e.g. `/Datacenter/host/k8s-gcve-cluster/Resources/prow/k8s-infra-e2e-gcp-gcve-project-001` | |
# - A range of IP assigned by boskos-userdata.sh |
atlantis/plan: infra/gcp/terraform/k8s-infra-gcp-gcve |
atlantis help |
atlantis
Terraform Pull Request Automation
Usage:
atlantis <command> [options] -- [terraform options]
Examples:
# show atlantis help
atlantis help
# run plan in the root directory passing the -target flag to terraform
atlantis plan -d . -- -target=resource
# apply all unapplied plans from this pull request
atlantis apply
# apply the plan for the root directory and staging workspace
atlantis apply -d . -w staging
Commands:
plan Runs 'terraform plan' for the changes in this pull request.
To plan a specific project, use the -d, -w and -p flags.
apply Runs 'terraform apply' on all unapplied plans from this pull request.
To only apply a specific plan, use the -d, -w and -p flags.
unlock Removes all atlantis locks and discards all plans for this PR.
To unlock a specific plan you can use the Atlantis UI.
approve_policies
Approves all current policy checking failures for the PR.
version Print the output of 'terraform version'
help View help.
Flags:
-h, --help help for atlantis
Use "atlantis [command] --help" for more information about a command. |
atlantis plan -d infra/gcp/terraform/k8s-infra-gcp-gcve |
|
atlantis plan |
Ran Plan for 3 projects:
2. dir:
|
e622c49
to
b9ed008
Compare
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.
/lgtm
atlantis unlock |
All Atlantis locks for this PR have been unlocked and plans discarded |
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.
Thx! Really great documentation, appreciate it
@@ -17,9 +17,10 @@ More specifically, to allow prow jobs to create VM on vSphere, a few resources a | |||
Also, the network of the prow container is going to be paired to the VMware engine network, thus |
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.
Also, the network of the prow container is going to be paired to the VMware engine network, thus | |
Also, the network of the prow container is going to be peered to the VMware engine network, thus |
@@ -30,15 +30,21 @@ gcloud auth application-default login | |||
Ensure all the env variables expected by the terraform manifest you are planning to run are set: | |||
- [vsphere](../vsphere/) |
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.
- [vsphere](../vsphere/) | |
- [vsphere](../vsphere/README.md) |
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.
Thanks for working on this
/lgtm
/lgtm |
No description provided.