Skip to content

Commit

Permalink
AWS shared VPC install (openshift#39946)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjiang29 committed Jun 19, 2023
1 parent c34b53f commit 91077ca
Show file tree
Hide file tree
Showing 50 changed files with 1,529 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,33 @@ tests:
- ref: idp-htpasswd
- ref: openshift-extended-test-longduration
workflow: cucushift-installer-rehearse-aws-ipi-private
- as: aws-ipi-private-shared-vpc-phz-sts-tp-p2-f14
cron: 26 5 7,22 * *
remote_api: true
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@amd64 and @aws-ipi and @network-ovnkubernetes and not @fips'
FEATURE_SET: TechPreviewNoUpgrade
TAG_VERSION: '@4.14'
test:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-aws-ipi-private-shared-vpc-phz-sts
- as: aws-ipi-private-shared-vpc-phz-sts-tp-p2-f28-destructive
cron: 16 13 18 * *
remote_api: true
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@amd64 and @aws-ipi and @network-ovnkubernetes and not @fips
and @destructive'
FEATURE_SET: TechPreviewNoUpgrade
TAG_VERSION: '@4.14'
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-ipi-private-shared-vpc-phz-sts
- as: aws-ipi-proxy-sdn-workers-rhel8-p2-f14
cron: 24 3 2,17 * *
remote_api: true
Expand Down Expand Up @@ -1094,6 +1121,61 @@ tests:
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-ipi-sdn
- as: aws-ipi-shared-vpc-phz-tp-p2-f14
cron: 56 23 8,23 * *
remote_api: true
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@amd64 and @aws-ipi and @network-ovnkubernetes and not @fips'
FEATURE_SET: TechPreviewNoUpgrade
TAG_VERSION: '@4.14'
test:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-aws-ipi-shared-vpc-phz
- as: aws-ipi-shared-vpc-phz-tp-p2-f28-destructive
cron: 36 0 25 * *
remote_api: true
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@amd64 and @aws-ipi and @network-ovnkubernetes and not @fips
and @destructive'
FEATURE_SET: TechPreviewNoUpgrade
TAG_VERSION: '@4.14'
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-ipi-shared-vpc-phz
- as: aws-ipi-shared-vpc-phz-sts-fips-tp-p2-f14
cron: 2 1 16,31 * *
remote_api: true
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@amd64 and @aws-ipi and @network-ovnkubernetes'
FEATURE_SET: TechPreviewNoUpgrade
FIPS_ENABLED: "true"
TAG_VERSION: '@4.14'
test:
- chain: openshift-e2e-test-qe
workflow: cucushift-installer-rehearse-aws-ipi-shared-vpc-phz-sts
- as: aws-ipi-shared-vpc-phz-sts-fips-tp-p2-f28-destructive
cron: 12 19 26 * *
remote_api: true
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
E2E_RUN_TAGS: '@amd64 and @aws-ipi and @network-ovnkubernetes and @destructive'
FEATURE_SET: TechPreviewNoUpgrade
FIPS_ENABLED: "true"
TAG_VERSION: '@4.14'
test:
- chain: openshift-e2e-test-qe-destructive
workflow: cucushift-installer-rehearse-aws-ipi-shared-vpc-phz-sts
- as: aws-ipi-to-multiarch-p2-f14
cron: 15 11 6,21 * *
remote_api: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,30 @@ tests:
- chain: cucushift-installer-rehearse-aws-ipi-deprovision
pre:
- chain: cucushift-installer-rehearse-aws-ipi-provision
- as: installer-rehearse-aws-shared-vpc-phz
cron: '@yearly'
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
FEATURE_SET: TechPreviewNoUpgrade
workflow: cucushift-installer-rehearse-aws-ipi-shared-vpc-phz
- as: installer-rehearse-aws-shared-vpc-phz-sts
cron: '@yearly'
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
FEATURE_SET: TechPreviewNoUpgrade
workflow: cucushift-installer-rehearse-aws-ipi-shared-vpc-phz-sts
- as: installer-rehearse-aws-private-shared-vpc-phz
cron: '@yearly'
steps:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
FEATURE_SET: TechPreviewNoUpgrade
workflow: cucushift-installer-rehearse-aws-ipi-private-shared-vpc-phz-sts
- as: installer-rehearse-azure
cron: '@yearly'
steps:
Expand Down
Loading

0 comments on commit 91077ca

Please sign in to comment.