From 795ca3dd5296c125934ff157bafab275049a62ed Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Wed, 20 Nov 2019 14:27:46 -0500 Subject: Include blueprints catalog in build Distribute CBA through maven repository, so that it can be downloaded during image creation. Fixed missing template name and versions in TOSCA.meta file Issue-ID: CCSDK-1950 Signed-off-by: Brinda Santh Change-Id: I0ee106c4e86296fb88aac8e609512f6944492d74 --- .../baseconfiguration/TOSCA-Metadata/TOSCA.meta | 2 ++ .../test-blueprint/capability_cli/pom.xml | 10 +++--- .../capability_python/TOSCA-Metadata/TOSCA.meta | 5 ++- .../golden/TOSCA-Metadata/TOSCA.meta | 3 +- .../blueprint-model/test-blueprint/pom.xml | 38 ++++++++++++++++++++++ .../remote_ansible/TOSCA-Metadata/TOSCA.meta | 4 ++- .../remote_scripts/TOSCA-Metadata/TOSCA.meta | 3 +- .../test-blueprint/resource-audit/pom.xml | 12 ++++--- 8 files changed, 62 insertions(+), 15 deletions(-) create mode 100644 components/model-catalog/blueprint-model/test-blueprint/pom.xml (limited to 'components/model-catalog/blueprint-model/test-blueprint') diff --git a/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/TOSCA-Metadata/TOSCA.meta b/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/TOSCA-Metadata/TOSCA.meta index 8f1df9f2a..854c20ba2 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/TOSCA-Metadata/TOSCA.meta +++ b/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/TOSCA-Metadata/TOSCA.meta @@ -3,4 +3,6 @@ CSAR-Version: 1.0 Created-By: Brinda Santh Entry-Definitions: Definitions/activation-blueprint.json Template-Tags: Brinda Santh, activation-blueprint +Template-Name: baseconfiguration +Template-Version: 1.0.0 diff --git a/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml b/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml index c71449678..ea76d50b9 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml @@ -1,6 +1,7 @@ + + + 4.0.0 + + + org.onap.ccsdk.cds.cba + blueprint-model + 0.7.0-SNAPSHOT + + + test-blueprint-model + 0.7.0-SNAPSHOT + pom + + CBA - Test Blueprints + CBA - Test Blueprints + + + capability_cli + resource-audit + + diff --git a/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/TOSCA-Metadata/TOSCA.meta b/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/TOSCA-Metadata/TOSCA.meta index 17448a835..efaeabf11 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/TOSCA-Metadata/TOSCA.meta +++ b/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/TOSCA-Metadata/TOSCA.meta @@ -2,4 +2,6 @@ TOSCA-Meta-File-Version: 1.0.0 CSAR-Version: 1.0 Created-By: Serge Simard Entry-Definitions: Definitions/remote_ansible.json -Template-Tags: Serge Simard, remote_ansible \ No newline at end of file +Template-Tags: Serge Simard, remote_ansible +Template-Name: remote_ansible +Template-Version: 1.0.0 \ No newline at end of file diff --git a/components/model-catalog/blueprint-model/test-blueprint/remote_scripts/TOSCA-Metadata/TOSCA.meta b/components/model-catalog/blueprint-model/test-blueprint/remote_scripts/TOSCA-Metadata/TOSCA.meta index 2c3a91f28..2e3ed2c2e 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/remote_scripts/TOSCA-Metadata/TOSCA.meta +++ b/components/model-catalog/blueprint-model/test-blueprint/remote_scripts/TOSCA-Metadata/TOSCA.meta @@ -3,4 +3,5 @@ CSAR-Version: 1.0 Created-By: Brinda Santh Entry-Definitions: Definitions/remote_scripts.json Template-Tags: Brinda Santh, remote_scripts -Content-Type: application/vnd.oasis.bpmn +Template-Name: remote_scripts +Template-Version: 1.0.0 diff --git a/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml b/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml index 527e2b62b..5f6c49e0c 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml @@ -1,6 +1,7 @@ 4.0.0 + - org.onap.ccsdk.cds.blueprintsprocessor - cba-parent + org.onap.ccsdk.cds.cba + test-blueprint-model 0.7.0-SNAPSHOT + org.onap.ccsdk.cds.components.cba resource-audit - CBA Resource Audit - CBA Resource Audit + + CBA - Test Resource Audit + CBA - Test Resource Audit -- cgit 1.2.3-korg