Skip to content

Commit

Permalink
update re-roll
Browse files Browse the repository at this point in the history
  • Loading branch information
davdhacs committed Sep 6, 2023
1 parent 639ce7d commit 9d250ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions chart/infra-server/static/flavors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,11 @@
kind: optional
help: ROSA will switch to managed control-plane (Hypershift) by default around the end of 2023.

- name: rosa-args
description: additional rosa cli args
value: ""
kind: optional

- name: machine-type
description: node machine type
value: m5.xlarge
Expand Down
8 changes: 6 additions & 2 deletions chart/infra-server/static/workflow-openshift-rosa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ spec:
arguments:
parameters:
- name: name
- name: rosa-args
value: ""
- name: aws-region
value: "us-east-2"
- name: managed-cp
Expand Down Expand Up @@ -42,7 +44,7 @@ spec:
- name: create
activeDeadlineSeconds: 7200
container:
image: quay.io/stackrox-io/ci:automation-flavors-rosa-0.7.6-12-g57d06ec668-snapshot
image: quay.io/stackrox-io/ci:automation-flavors-rosa-0.7.6-16-ga2e06ac410-snapshot
imagePullPolicy: Always
command:
- ./entrypoint.sh
Expand Down Expand Up @@ -115,14 +117,16 @@ spec:
- name: destroy
activeDeadlineSeconds: 3600
container:
image: quay.io/stackrox-io/ci:automation-flavors-rosa-0.7.6-12-g57d06ec668-snapshot
image: quay.io/stackrox-io/ci:automation-flavors-rosa-0.7.6-16-ga2e06ac410-snapshot
imagePullPolicy: Always
command:
- ./entrypoint.sh
args:
- destroy
- "{{workflow.parameters.name}}"
env:
- name: ROSA_ARGS
value: "{{workflow.parameters.rosa-args}}"
- name: AWS_DEFAULT_REGION
value: "{{workflow.parameters.aws-region}}"
- name: AWS_REGION
Expand Down

0 comments on commit 9d250ec

Please sign in to comment.