Skip to content

Commit 2d6d963

Browse files
authored
ci: replace catalog pre-validation with new SSH key replace feature (#837)
1 parent 533c74c commit 2d6d963

File tree

4 files changed

+6
-42
lines changed

4 files changed

+6
-42
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ offerings:
99
- name: powervs-workspace
1010
mark_ready: false
1111
install_type: fullstack
12-
pre_validation: "tests/scripts/pre-validation-key-generation.sh solutions/full-stack"
1312
scc:
1413
instance_id: d9f6ba0c-dd0e-4348-a834-6002b675fe40
1514
region: us-south
1615
- name: powervs-quickstart
1716
mark_ready: false
1817
install_type: fullstack
19-
pre_validation: "tests/scripts/pre-validation-key-generation.sh solutions/quickstart"
2018
scc:
2119
instance_id: d9f6ba0c-dd0e-4348-a834-6002b675fe40
2220
region: us-south

solutions/full-stack/catalogValidationValues.json.template

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"powervs_resource_group_name": "Automation",
55
"prefix": $PREFIX,
66
"landing_zone_configuration": "3VPC_RHEL",
7-
"external_access_ip": "0.0.0.0/0"
7+
"external_access_ip": "0.0.0.0/0",
8+
"ssh_public_key": $SSH_PUB_KEY,
9+
"ssh_private_key": $SSH_PRV_KEY
810
}

solutions/quickstart/catalogValidationValues.json.template

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"prefix": $PREFIX,
55
"tshirt_size": "aix_xs",
66
"external_access_ip": "0.0.0.0/0",
7-
"powervs_resource_group_name": "Automation"
7+
"powervs_resource_group_name": "Automation",
8+
"ssh_public_key": $SSH_PUB_KEY,
9+
"ssh_private_key": $SSH_PRV_KEY
810
}

tests/scripts/pre-validation-key-generation.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)