File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 77 app : deploy-kuadrant
88
99components :
10- - ../../../tasks/deploy/
11- - ../../../tasks/infra/
12- - ../../../tasks/test/
10+ - ../../../../ tasks/deploy/
11+ - ../../../../ tasks/infra/
12+ - ../../../../ tasks/test/
1313
1414resources :
1515 - pipeline.yaml
Original file line number Diff line number Diff line change 11apiVersion : tekton.dev/v1
22kind : Task
33metadata :
4- name : delete-aws- ocp
4+ name : delete-ocp-aws
55spec :
66 description : Delete AWS OCP cluster
77 params :
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ kind: Component
44resources :
55 - cluster-secret-cleanup.yaml
66 - delete-aro.yaml
7+ - delete-ocp-aws.yaml
78 - delete-osd.yaml
89 - delete-rosa.yaml
910 - get-cluster-id.yaml
@@ -14,6 +15,7 @@ resources:
1415 - pause-pipeline.yaml
1516 - prepare-for-rhcl-rc-install.yaml
1617 - provision-aro.yaml
18+ - provision-ocp-aws.yaml
1719 - provision-osd-aws.yaml
1820 - provision-osd-gcp.yaml
1921 - provision-rosa.yaml
Original file line number Diff line number Diff line change 11apiVersion : tekton.dev/v1
22kind : Task
33metadata :
4- name : provision-aws- ocp
4+ name : provision-ocp-aws
55spec :
66 description : ' Provisions OCP'
77 params :
9292 mountPath : /etc/ssh-key
9393 readOnly : true
9494 - name : osia-settings-volume
95- mountPath : /workspace/ settings.yaml
95+ mountPath : /settings.yaml
9696 subPath : settings.yaml
9797 readOnly : true
9898 command :
@@ -120,7 +120,7 @@ spec:
120120 --installers-dir /workspace/installers \
121121 --base-domain $(params.base-domain) \
122122 --pull-secret-file /etc/pull-secret/.dockerconfigjson \
123- --ssh-key-file /etc/ssh-key/ssh-key \
123+ --ssh-key-file /etc/ssh-key/id_ed25519.pub \
124124 --master-flavor $(params.master-size) \
125125 --worker-flavor $(params.worker-size) \
126126 --list-of-regions $(params.region) \
You can’t perform that action at this time.
0 commit comments