|
1081 | 1081 | description: The URL for the openshift console |
1082 | 1082 | tags: [url] |
1083 | 1083 |
|
| 1084 | +- id: janitor-delete-gke-default |
| 1085 | + name: Janitor delete GKE Default |
| 1086 | + description: Flavor to delete GKE Default clusters |
| 1087 | + availability: janitorDelete |
| 1088 | + workflow: configuration/janitor-delete-gke-default.yaml |
| 1089 | + parameters: |
| 1090 | + - name: name |
| 1091 | + description: cluster name |
| 1092 | + help: Name of the cluster that was leaked and should be destroyed. |
| 1093 | + - name: gcp-zone |
| 1094 | + description: Google Cloud zone to delete infrastructure from. |
| 1095 | + value: us-central1-a |
| 1096 | + |
| 1097 | +- id: janitor-delete-openshift-4 |
| 1098 | + name: Janitor delete Openshift |
| 1099 | + description: Flavor to delete Openshift 4 clusters |
| 1100 | + availability: janitorDelete |
| 1101 | + workflow: configuration/janitor-delete-openshift-4.yaml |
| 1102 | + parameters: |
| 1103 | + - name: name |
| 1104 | + description: cluster name |
| 1105 | + help: Name of the cluster that was leaked and should be destroyed. |
| 1106 | + |
| 1107 | +- id: janitor-delete-openshift-rosa |
| 1108 | + name: Janitor delete ROSA |
| 1109 | + description: Flavor to delete ROSA (incl HCP) clusters |
| 1110 | + availability: janitorDelete |
| 1111 | + workflow: configuration/janitor-delete-openshift-rosa.yaml |
| 1112 | + parameters: |
| 1113 | + - name: name |
| 1114 | + description: cluster name |
| 1115 | + help: Name of the cluster that was leaked and should be destroyed. |
| 1116 | + - name: aws-region |
| 1117 | + description: AWS region to delete from. |
| 1118 | + value: us-east-1 |
| 1119 | + kind: optional |
1084 | 1120 |
|
1085 | 1121 | {{ if ne .Values.environment "production" -}} |
1086 | 1122 | ################# |
|
1221 | 1257 | description: success or fail |
1222 | 1258 | value: success |
1223 | 1259 | kind: optional |
| 1260 | + |
| 1261 | +################ |
| 1262 | +# Test Janitor # |
| 1263 | +################ |
| 1264 | +- id: test-janitor-delete |
| 1265 | + name: Test Janitor delete |
| 1266 | + description: Flavor to test delete |
| 1267 | + availability: janitorDelete |
| 1268 | + workflow: configuration/test-janitor-delete.yaml |
| 1269 | + parameters: |
| 1270 | + - name: name |
| 1271 | + description: cluster name |
| 1272 | + help: Name of the cluster that was leaked and should be destroyed. |
1224 | 1273 | {{ end }} |
0 commit comments