summaryrefslogtreecommitdiffstats
path: root/roles/openshift_gcp/templates/remove.j2.sh
Commit message (Collapse)AuthorAgeFilesLines
* Ensure GCP image build instance gets cleaned up on teardownClayton Coleman2017-10-311-0/+6
|
* Delete images located in a family named {{ prefix }}imagesClayton Coleman2017-10-301-1/+8
| | | | | Allows CI jobs to create images specifically for this cluster and then remove them afterwards.
* Remove project metadata prefixed with the cluster prefixClayton Coleman2017-10-301-1/+10
| | | | Allows other scripts to create metadata that is cleaned up safely.
* Update to the openshift_aws style scheme for variablesClayton Coleman2017-10-011-32/+32
| | | | | Corresponding changes will be made to the other repositories after merge.
* Port origin-gce roles for cluster setup to copy AWS provisioningClayton Coleman2017-09-141-0/+156
This is a rough cut of the existing origin-gce structure (itself a refined version of the ref arch). I've removed everything except core cluster provisioning, image building, and inventory setup. Node groups are part of the "all at once" provisioning but can be changed.