-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add filestore-csi for gcp workload identity test
- Loading branch information
Showing
11 changed files
with
142 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...ushift/installer/rehearse/gcp/ipi/proxy/cco-manual-workload-identity/filestore-csi/OWNERS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
approvers: | ||
- jianlinliu | ||
- gpei | ||
- jianli-wei | ||
reviewers: | ||
- jianlinliu | ||
- gpei | ||
- jianli-wei |
15 changes: 15 additions & 0 deletions
15
...-rehearse-gcp-ipi-proxy-cco-manual-workload-identity-filestore-csi-workflow.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"path": "cucushift/installer/rehearse/gcp/ipi/proxy/cco-manual-workload-identity/filestore-csi/cucushift-installer-rehearse-gcp-ipi-proxy-cco-manual-workload-identity-filestore-csi-workflow.yaml", | ||
"owners": { | ||
"approvers": [ | ||
"jianlinliu", | ||
"gpei", | ||
"jianli-wei" | ||
], | ||
"reviewers": [ | ||
"jianlinliu", | ||
"gpei", | ||
"jianli-wei" | ||
] | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...installer-rehearse-gcp-ipi-proxy-cco-manual-workload-identity-filestore-csi-workflow.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
workflow: | ||
as: cucushift-installer-rehearse-gcp-ipi-proxy-cco-manual-workload-identity-filestore-csi | ||
steps: | ||
pre: | ||
- chain: cucushift-installer-rehearse-gcp-ipi-proxy-cco-manual-workload-identity-filestore-csi-provision | ||
post: | ||
- chain: cucushift-installer-rehearse-gcp-ipi-proxy-cco-manual-workload-identity-filestore-csi-deprovision | ||
documentation: |- | ||
The IPI workflow provides provision- and deprovision- steps that provision and | ||
deprovision an OpenShift disconnected cluster (behind proxy) with a default | ||
configurationon GCP, allowing job authors to inject their own end-to-end test logic. | ||
All modifications to this workflow should be done by modifying the | ||
`cucushift-installer-rehearse-gcp-ipi-proxy-cco-manual-workload-identity-{provision,deprovision}` | ||
chains to allow other workflows to mimic and extend this base workflow without | ||
a need to backport changes. |
8 changes: 8 additions & 0 deletions
8
...ller/rehearse/gcp/ipi/proxy/cco-manual-workload-identity/filestore-csi/deprovision/OWNERS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
approvers: | ||
- jianlinliu | ||
- gpei | ||
- jianli-wei | ||
reviewers: | ||
- jianlinliu | ||
- gpei | ||
- jianli-wei |
15 changes: 15 additions & 0 deletions
15
...-gcp-ipi-proxy-cco-manual-workload-identity-filestore-csi-deprovision-chain.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"path": "cucushift/installer/rehearse/gcp/ipi/proxy/cco-manual-workload-identity/filestore-csi/deprovision/cucushift-installer-rehearse-gcp-ipi-proxy-cco-manual-workload-identity-filestore-csi-deprovision-chain.yaml", | ||
"owners": { | ||
"approvers": [ | ||
"jianlinliu", | ||
"gpei", | ||
"jianli-wei" | ||
], | ||
"reviewers": [ | ||
"jianlinliu", | ||
"gpei", | ||
"jianli-wei" | ||
] | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
...-rehearse-gcp-ipi-proxy-cco-manual-workload-identity-filestore-csi-deprovision-chain.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
chain: | ||
as: cucushift-installer-rehearse-gcp-ipi-proxy-cco-manual-workload-identity-filestore-csi-deprovision | ||
steps: | ||
- ref: ipi-conf-gcp-filestore-workload-identity-federation-cleanup | ||
- chain: cucushift-installer-rehearse-gcp-ipi-proxy-deprovision | ||
- ref: ipi-conf-gcp-oidc-creds-deprovision | ||
documentation: |- | ||
This chain deprovisions all the components created by the | ||
cucushift-installer-rehearse-gcp-ipi-proxy-cco-manual-workload-identity-provision chain. |
8 changes: 8 additions & 0 deletions
8
...taller/rehearse/gcp/ipi/proxy/cco-manual-workload-identity/filestore-csi/provision/OWNERS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
approvers: | ||
- jianlinliu | ||
- gpei | ||
- jianli-wei | ||
reviewers: | ||
- jianlinliu | ||
- gpei | ||
- jianli-wei |
15 changes: 15 additions & 0 deletions
15
...se-gcp-ipi-proxy-cco-manual-workload-identity-filestore-csi-provision-chain.metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"path": "cucushift/installer/rehearse/gcp/ipi/proxy/cco-manual-workload-identity/filestore-csi/provision/cucushift-installer-rehearse-gcp-ipi-proxy-cco-manual-workload-identity-filestore-csi-provision-chain.yaml", | ||
"owners": { | ||
"approvers": [ | ||
"jianlinliu", | ||
"gpei", | ||
"jianli-wei" | ||
], | ||
"reviewers": [ | ||
"jianlinliu", | ||
"gpei", | ||
"jianli-wei" | ||
] | ||
} | ||
} |
42 changes: 42 additions & 0 deletions
42
...er-rehearse-gcp-ipi-proxy-cco-manual-workload-identity-filestore-csi-provision-chain.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
chain: | ||
as: cucushift-installer-rehearse-gcp-ipi-proxy-cco-manual-workload-identity-filestore-csi-provision | ||
steps: | ||
- ref: gcp-provision-vpc | ||
- ref: ignition-bastionhost | ||
- ref: gcp-provision-bastionhost | ||
- chain: ipi-conf-gcp | ||
- ref: ipi-conf-proxy | ||
- ref: ipi-conf-manual-creds | ||
- ref: ipi-conf-gcp-oidc-creds-provision | ||
- ref: ipi-conf-manual-creds-remove-unnecessary-creds | ||
- chain: ipi-install | ||
- ref: enable-qe-catalogsource | ||
- chain: cucushift-installer-check | ||
- ref: cucushift-installer-check-gcp-credentials-mode | ||
- ref: ipi-conf-gcp-filestore-workload-identity-federation | ||
- ref: optional-operators-subscribe | ||
- ref: storage-create-csi-gcp-filestore | ||
- ref: storage-conf-wait-for-csi-driver | ||
env: | ||
- name: RESTRICTED_NETWORK | ||
default: "yes" | ||
- name: CLUSTERCSIDRIVER | ||
default: filestore.csi.storage.gke.io | ||
- name: TEST_CSI_DRIVER_MANIFEST | ||
default: manifest-gcp-filestore.yaml | ||
- name: TRUECONDITIONS | ||
default: GCPFILESTOREDriverControllerServiceControllerAvailable GCPFILESTOREDriverNodeServiceControllerAvailable | ||
- name: OO_PACKAGE | ||
default: gcp-filestore-csi-driver-operator | ||
- name: OO_CHANNEL | ||
default: stable | ||
- name: OO_INSTALL_NAMESPACE | ||
default: openshift-cluster-csi-drivers | ||
- name: OO_TARGET_NAMESPACES | ||
default: '!all' | ||
- name: EVAL_CONFIG_ENVVARS | ||
default: "yes" | ||
- name: OO_CONFIG_ENVVARS | ||
default: POOL_ID=$(cat ${SHARED_DIR}/gcp-filestore-pool-id),PROVIDER_ID=$(cat ${SHARED_DIR}/gcp-filestore-provider-id),SERVICE_ACCOUNT_EMAIL=$(cat ${SHARED_DIR}/gcp-filestore-service-account-email),PROJECT_NUMBER=$(cat ${SHARED_DIR}/gcp-filestore-project-number) | ||
documentation: |- | ||
Launch an IPI disconnected cluster (behind proxy) using Workload Identity on GCP for QE e2e tests. |