forked from openshift/release
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable private-link for rosa (openshift#43430)
update update update update update update update update
- Loading branch information
Showing
11 changed files
with
212 additions
and
47 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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...rosa-aws-sts-proxy-workflow.metadata.json → ...s-sts-private-link-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
32 changes: 32 additions & 0 deletions
32
ci-operator/step-registry/rosa/aws/sts/private-link/rosa-aws-sts-private-link-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,32 @@ | ||
workflow: | ||
as: rosa-aws-sts-private-link | ||
steps: | ||
env: | ||
HOSTED_CP: "false" | ||
STS: "true" | ||
MULTI_AZ: "false" | ||
COMPUTE_MACHINE_TYPE: "m5.xlarge" | ||
REPLICAS: "2" | ||
PRIVATE: "true" | ||
PRIVATE_LINK: "true" | ||
BYO_OIDC: "true" | ||
OIDC_CONFIG_MANAGED: "true" | ||
ZONES_COUNT: "1" | ||
pre: | ||
- ref: aws-provision-vpc-shared | ||
- ref: aws-provision-tags-for-byo-vpc-ocm-pre | ||
- chain: aws-provision-bastionhost | ||
- ref: proxy-config-generate | ||
- chain: rosa-sts-oidc-config-create | ||
- chain: rosa-cluster-provision | ||
- ref: aws-provision-tags-for-byo-vpc | ||
- ref: osd-ccs-conf-idp-htpasswd-multi-users | ||
- ref: rosa-cluster-wait-ready-nodes | ||
post: | ||
- chain: rosa-cluster-deprovision | ||
- chain: rosa-sts-oidc-config-delete | ||
- ref: aws-deprovision-s3buckets | ||
- ref: aws-deprovision-stacks | ||
documentation: |- | ||
This workflow installs a single AZ rosa sts cluster configured to use private-link. The cluster is set with htpasswd idp, and the login informations are stored under $SHARED_DIR/api.login. | ||
After finish testing, the cluster will be deprovsioned. |
24 changes: 0 additions & 24 deletions
24
ci-operator/step-registry/rosa/aws/sts/proxy/rosa-aws-sts-proxy-workflow.yaml
This file was deleted.
Oops, something went wrong.
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
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
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