Skip to content

Commit 602c936

Browse files
authored
fix: remove prereq scripts (#890)
1 parent 072c4e0 commit 602c936

7 files changed

+3
-123
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,12 @@ offerings:
1515
- name: secure-cross-regional-bucket
1616
mark_ready: true
1717
install_type: extension
18-
pre_validation: "tests/scripts/pre-validation-deploy-cos-cross-region.sh"
19-
post_validation: "tests/scripts/post-validation-deploy-cos-cross-region.sh"
2018
scc:
2119
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
2220
region: us-south
2321
- name: secure-regional-bucket
2422
mark_ready: true
2523
install_type: extension
26-
pre_validation: "tests/scripts/pre-validation-deploy-cos-regional.sh"
27-
post_validation: "tests/scripts/post-validation-deploy-cos-regional.sh"
2824
scc:
2925
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
3026
region: us-south

solutions/secure-cross-regional-bucket/catalogValidationValues.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"prefix": $PREFIX,
44
"bucket_name": "test",
55
"existing_kms_instance_crn": $HPCS_US_SOUTH_CRN,
6+
"existing_cos_instance_crn": $COS_INSTANCE_CRN,
67
"cross_region_location": "us"
78
}

solutions/secure-regional-bucket/catalogValidationValues.json.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"prefix": $PREFIX,
44
"bucket_name": "test",
55
"region": "us-south",
6-
"existing_kms_instance_crn": $HPCS_US_SOUTH_CRN
6+
"existing_kms_instance_crn": $HPCS_US_SOUTH_CRN,
7+
"existing_cos_instance_crn": $COS_INSTANCE_CRN
78
}

tests/scripts/post-validation-deploy-cos-cross-region.sh

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

tests/scripts/post-validation-deploy-cos-regional.sh

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

tests/scripts/pre-validation-deploy-cos-cross-region.sh

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

tests/scripts/pre-validation-deploy-cos-regional.sh

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

0 commit comments

Comments
 (0)