diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-09-09 15:33:32 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-09-09 15:33:39 +0000 |
commit | 2c662f2a5fe630a6df4a7e78f37df45bd972e2d1 (patch) | |
tree | da3509b6f82e4e99f5ceea06cc6812e7740a6b67 | |
parent | 1749103d77ff2d9e4b082e3d910e6aeb94a4db0a (diff) |
tca blueprint updates
1. Updated to new cloudify type file 4.5.5 (required for uninstall executed through new DH)
2. Updated default TCA blueprint to remove nodeport mapping
Change-Id: I03a8f3e50f7c935824dbc74567db730207e95724
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1686
Issue-ID: OJSI-167
-rw-r--r-- | blueprints/k8s-tca-clampnode.yaml-template | 2 | ||||
-rw-r--r-- | blueprints/k8s-tca-policynode.yaml-template | 2 | ||||
-rw-r--r-- | blueprints/k8s-tca.yaml-template | 5 |
3 files changed, 5 insertions, 4 deletions
diff --git a/blueprints/k8s-tca-clampnode.yaml-template b/blueprints/k8s-tca-clampnode.yaml-template index 96adc45..ce4885b 100644 --- a/blueprints/k8s-tca-clampnode.yaml-template +++ b/blueprints/k8s-tca-clampnode.yaml-template @@ -22,7 +22,7 @@ description: > This blueprint deploys/manages the TCA module as a Docker container imports: - - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml + - https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.13/k8splugin_types.yaml" - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/clamppolicyplugin/1.0.0/clamppolicyplugin_types.yaml" inputs: diff --git a/blueprints/k8s-tca-policynode.yaml-template b/blueprints/k8s-tca-policynode.yaml-template index 4443a29..604ee99 100644 --- a/blueprints/k8s-tca-policynode.yaml-template +++ b/blueprints/k8s-tca-policynode.yaml-template @@ -22,7 +22,7 @@ description: > This blueprint deploys/manages the TCA module as a Docker container imports: - - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml + - https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.13/k8splugin_types.yaml - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml inputs: diff --git a/blueprints/k8s-tca.yaml-template b/blueprints/k8s-tca.yaml-template index 04964af..3038455 100644 --- a/blueprints/k8s-tca.yaml-template +++ b/blueprints/k8s-tca.yaml-template @@ -22,7 +22,7 @@ description: > This blueprint deploys/manages the TCA module as a Docker container imports: - - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml + - https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.13/k8splugin_types.yaml inputs: aaiEnrichmentHost: @@ -156,5 +156,6 @@ node_templates: { get_input: cbs_port } CONFIG_BINDING_SERVICE: "config_binding_service" ports: - - concat: ["11011:", { get_input: external_port }] + - concat: ["11011:", "0"] + |