Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ chain:
- chain: ipi-install
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
- name: BASELINE_CAPABILITY_SET
default: "None"
documentation: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@ chain:
- ref: ipi-conf-aws-byo-iam-role
- chain: ipi-install
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster using BYO IAM role on AWS for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@ chain:
- chain: ipi-install
- ref: aws-provision-tags-for-byo-vpc
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster using pre created route53 hosted zone on AWS for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ chain:
- ref: enable-qe-catalogsource-disconnected
- ref: set-sample-operator-disconnected
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
- name: ADD_INGRESS_RECORDS_MANUALLY
default: "yes"
documentation: "Enable manually create apps dns record."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ chain:
- ref: enable-qe-catalogsource-disconnected
- ref: set-sample-operator-disconnected
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
- name: ADD_INGRESS_RECORDS_MANUALLY
default: "yes"
documentation: "Enable manually create apps dns record."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ chain:
- ref: enable-qe-catalogsource-disconnected
- ref: set-sample-operator-disconnected
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
- name: ADD_INGRESS_RECORDS_MANUALLY
default: "yes"
documentation: "Enable manually create apps dns record."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ chain:
- ref: enable-qe-catalogsource-disconnected
- ref: set-sample-operator-disconnected
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
- name: ADD_INGRESS_RECORDS_MANUALLY
default: "yes"
documentation: "Enable manually create apps dns record."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ chain:
- ref: enable-qe-catalogsource-disconnected
- ref: set-sample-operator-disconnected
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
- name: ADD_INGRESS_RECORDS_MANUALLY
default: "yes"
documentation: "Enable manually create apps dns record."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ chain:
- ref: enable-qe-catalogsource-disconnected
- ref: set-sample-operator-disconnected
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
- name: ADD_INGRESS_RECORDS_MANUALLY
default: "yes"
documentation: "Enable manually create apps dns record."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ chain:
- ref: enable-qe-catalogsource-disconnected
- ref: set-sample-operator-disconnected
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
- name: ADD_INGRESS_RECORDS_MANUALLY
default: "yes"
documentation: "Enable manually create apps dns record."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ chain:
- ref: ingress-aws-conf-lbtype-classic
- chain: ipi-install
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on AWS with Ingress Classic LB for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ chain:
- ref: ingress-aws-conf-lbtype-nlb
- chain: ipi-install
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on AWS with Ingress NLB for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ chain:
- ref: ingress-aws-nlb-manifest
- chain: ipi-install
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on AWS with Ingress NLB for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ chain:
- ref: aws-provision-tags-for-byo-vpc
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
- name: ENABLE_AWS_LOCALZONE
default: "yes"
- name: LOCALZONE_WORKER_NUMBER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ chain:
- ref: ovn-conf-custom-cidr
- chain: ipi-install
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on AWS with OVN custom-cidr for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@ chain:
- ref: ingress-aws-nlb-manifest
- chain: ipi-install
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on AWS with OVN and Ingress NLB for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@ chain:
- ref: ovn-conf-ipsec-manifest
- chain: ipi-install
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on AWS with OVN ipsec for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ chain:
- ref: ovn-conf
- chain: ipi-install
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on AWS with OVN for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@ chain:
- chain: ipi-install
- ref: ovn-sdn-migration
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on aws with OVN for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ chain:
- ref: aws-provision-tags-for-byo-vpc
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
- name: PUBLISH
default: "Internal"
documentation: "Cluster publish strategy."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ chain:
- ref: aws-provision-tags-for-byo-vpc
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
- name: PUBLISH
default: "Internal"
documentation: "Cluster publish strategy."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ chain:
- ref: aws-provision-tags-for-byo-vpc
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
- name: PUBLISH
default: "Internal"
documentation: "Cluster publish strategy."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@ chain:
- chain: ipi-conf-aws
- chain: ipi-install
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on AWS for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,12 @@ chain:
- chain: ipi-install
- ref: aws-provision-tags-for-byo-vpc
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on AWS with security token service for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@ chain:
- chain: ipi-install
- ref: aws-provision-tags-for-byo-vpc
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on AWS for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,12 @@ chain:
- chain: ipi-install
- ref: aws-provision-tags-for-byo-vpc
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on AWS with SDN for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,12 @@ chain:
- chain: ipi-install
- ref: aws-provision-tags-for-byo-vpc
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on AWS with feature gate for QE e2e tests. For 4.10 it will only cover ccm, for 4.11 it will cover capi+ccm, if ccm GA in 4.12 then it will only cover capi in 4.12.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@ chain:
default: "400"
- name: MTU_INCREASE
default: "200"
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on AWS with SDN for QE MTU migration testing and migrate cluster to a decreased MTU and then increased MTU.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ chain:
- ref: sdn-conf
- chain: ipi-install
- ref: enable-qe-catalogsource
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on AWS with SDN for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@ chain:
- ref: enable-qe-catalogsource
- ref: ovn-sdn-migration
- ref: ovn-sdn-migration-rollback
env:
- name: CONTROL_PLANE_INSTANCE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for control plane nodes"
- name: COMPUTE_NODE_TYPE
default: "m6i.xlarge"
documentation: "Instance type for compute nodes"
documentation: |-
Create an IPI cluster on aws with SDN and then migration to OVN and then rollback
Loading