diff options
author | s00370346 <swarup.nayak1@huawei.com> | 2019-05-14 23:20:56 +0530 |
---|---|---|
committer | s00370346 <swarup.nayak1@huawei.com> | 2019-05-14 23:21:40 +0530 |
commit | d9fc78bff47ad1afa62cec487774a7edbf40147c (patch) | |
tree | fc30c66ff4394c815fd1453daed3506f00aa0177 /dpo | |
parent | fb8ad4d9fb5f08ec500fe972398c984247f96517 (diff) |
Issue-ID: DCAEGEN2-1500 Restconf collector deployment fails
Change-Id: Ie76e8b503df487df687781632e9c11c8554704cd
Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
Diffstat (limited to 'dpo')
-rw-r--r-- | dpo/blueprints/k8s-rcc-inputs.yaml | 2 | ||||
-rwxr-xr-x | dpo/blueprints/k8s-rcc-policy.yaml-template | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dpo/blueprints/k8s-rcc-inputs.yaml b/dpo/blueprints/k8s-rcc-inputs.yaml index d95a7ea..34393c6 100644 --- a/dpo/blueprints/k8s-rcc-inputs.yaml +++ b/dpo/blueprints/k8s-rcc-inputs.yaml @@ -16,7 +16,7 @@ # limitations under the License. # ============LICENSE_END========================================================= -tag_version: nexus.onap.org:10001/org.onap.dcaegen2.collectors.restconfcollector:1.2.0 +tag_version: nexus.onap.org:10001/onap/org.onap.dcaegen2.collectors.restconfcollector:1.2.0 external_port: 30416 diff --git a/dpo/blueprints/k8s-rcc-policy.yaml-template b/dpo/blueprints/k8s-rcc-policy.yaml-template index 1420989..eed2874 100755 --- a/dpo/blueprints/k8s-rcc-policy.yaml-template +++ b/dpo/blueprints/k8s-rcc-policy.yaml-template @@ -34,7 +34,7 @@ inputs: default: "3904" tag_version: type: string - default: "nexus3.onap.org:10001/org.onap.dcaegen2.collectors.restconfcollector:1.2.0" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.restconfcollector:1.2.0" consul_host: type: string default: consul-server.onap.svc.cluster.local |