Skip to content

Commit c49118f

Browse files
authored
Replace catalog pre-validation with new SSH key replace feature (#794)
1 parent 9197afd commit c49118f

File tree

4 files changed

+4
-43
lines changed

4 files changed

+4
-43
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ offerings:
1111
mark_ready: false
1212
install_type: fullstack
1313
validation_type: projects
14-
pre_validation: "tests/scripts/pre-validation-generate-ssh-key.sh ssh_key patterns/vsi-quickstart"
1514
- name: standard
1615
mark_ready: false
1716
install_type: fullstack
1817
validation_type: projects
19-
pre_validation: "tests/scripts/pre-validation-generate-ssh-key.sh ssh_public_key patterns/vsi"
2018
scc:
2119
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
2220
region: us-south

patterns/vsi-quickstart/catalogValidationValues.json.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"ibmcloud_api_key": $VALIDATION_APIKEY,
33
"region": "eu-de",
44
"resource_tags": $TAGS,
5-
"prefix": $PREFIX
5+
"prefix": $PREFIX,
6+
"ssh_key": $SSH_PUB_KEY
67
}

patterns/vsi/catalogValidationValues.json.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"tags": $TAGS,
55
"prefix": $PREFIX,
66
"enable_transit_gateway": false,
7-
"add_atracker_route": false
7+
"add_atracker_route": false,
8+
"ssh_public_key": $SSH_PUB_KEY
89
}

tests/scripts/pre-validation-generate-ssh-key.sh

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

0 commit comments

Comments
 (0)