-
Notifications
You must be signed in to change notification settings - Fork 883
gcve: Add tags for failure domain testing and add more 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
base: main
Are you sure you want to change the base?
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:
|
No description provided.