Skip to content

Commit

Permalink
fix: remove extension type (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh authored Dec 10, 2024
1 parent af56f3a commit 5ec6eb6
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 218 deletions.
6 changes: 0 additions & 6 deletions .catalog-onboard-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ offerings:
catalog_id: 7df1e4ca-d54c-4fd0-82ce-3d13247308cd
offering_id: 50c034fb-a0ba-412f-acca-20fa1258b818
variations:
- name: quickstart
mark_ready: true
install_type: fullstack
destroy_resources_on_failure: true
destroy_workspace_on_failure: false
import_only: true
- name: standard
mark_ready: true
install_type: fullstack
Expand Down
107 changes: 0 additions & 107 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,113 +282,6 @@
}
]
}
},
{
"label": "QuickStart Mock",
"name": "quickstart",
"install_type": "fullstack",
"working_directory": "solutions/mock-da-extension",
"dependency_version_2": true,
"dependencies": [
{
"flavors": [
"standard"
],
"id": "95fccffc-ae3b-42df-b6d9-80be5914d852-global",
"name": "deploy-arch-ibm-slz-ocp",
"version": ">=1.0.0",
"optional": true
},
{
"flavors": [
"standard"
],
"id": "9fc0fa64-27af-4fed-9dce-47b3640ba739-global",
"name": "deploy-arch-ibm-slz-vpc",
"version": ">=1.0.0",
"optional": true
},
{
"flavors": [
"standard"
],
"id": "ef663980-4c71-4fac-af4f-4a510a9bcf68-global",
"name": "deploy-arch-ibm-slz-vsi",
"version": ">=1.0.0",
"optional": true
}
],
"compliance": {
"authority": "scc-v3",
"profiles": [
{
"profile_name": "IBM Cloud Framework for Financial Services",
"profile_version": "1.7.0"
}
]
},
"configuration": [
{
"custom_config": {
"config_constraints": {
"generationType": "2"
},
"grouping": "deployment",
"original_grouping": "deployment",
"type": "vpc_region"
},
"key": "region",
"required": true
},
{
"key": "provider_visibility",
"options": [
{
"displayname": "private",
"value": "private"
},
{
"displayname": "public",
"value": "public"
},
{
"displayname": "public-and-private",
"value": "public-and-private"
}
]
}
],
"iam_permissions": [
{
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Administrator"
],
"service_name": "is.vpc"
}
],
"architecture": {
"descriptions": "mock",
"features": [
{
"title": "Feature 1",
"description": "Feature 1 description"
},
{
"title": "Feature 2",
"description": "Feature 2 description"
}
],
"diagrams": [
{
"diagram": {
"caption": "Mock Module",
"url": "https://www.svgrepo.com/show/532064/rainbow.svg",
"type": "image/svg+xml"
},
"description": "This is a mock module diagram"
}
]
}
}
]
}
Expand Down
3 changes: 0 additions & 3 deletions solutions/mock-da-extension/README.md

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions solutions/mock-da-extension/main.tf

This file was deleted.

13 changes: 0 additions & 13 deletions solutions/mock-da-extension/outputs.tf

This file was deleted.

5 changes: 0 additions & 5 deletions solutions/mock-da-extension/provider.tf

This file was deleted.

39 changes: 0 additions & 39 deletions solutions/mock-da-extension/variables.tf

This file was deleted.

9 changes: 0 additions & 9 deletions solutions/mock-da-extension/version.tf

This file was deleted.

0 comments on commit 5ec6eb6

Please sign in to comment.