Skip to content

Commit 371b73f

Browse files
committed
fix: changed image and small improvements.
Signed-off-by: Alexander Cristurean <[email protected]>
1 parent d4b3501 commit 371b73f

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

pipelines/test/ocp/aws/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ labels:
77
app: deploy-kuadrant
88

99
components:
10-
- ../../../tasks/deploy/
11-
- ../../../tasks/infra/
12-
- ../../../tasks/test/
10+
- ../../../../tasks/deploy/
11+
- ../../../../tasks/infra/
12+
- ../../../../tasks/test/
1313

1414
resources:
1515
- pipeline.yaml

tasks/infra/delete-ocp-aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: tekton.dev/v1
22
kind: Task
33
metadata:
4-
name: delete-aws-ocp
4+
name: delete-ocp-aws
55
spec:
66
description: Delete AWS OCP cluster
77
params:

tasks/infra/kustomization.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ kind: Component
44
resources:
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

tasks/infra/provision-ocp-aws.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: tekton.dev/v1
22
kind: Task
33
metadata:
4-
name: provision-aws-ocp
4+
name: provision-ocp-aws
55
spec:
66
description: 'Provisions OCP'
77
params:
@@ -92,7 +92,7 @@ spec:
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) \

0 commit comments

Comments
 (0)