summaryrefslogtreecommitdiffstats
path: root/ansible/group_vars/all.yml
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-03-05 17:01:49 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-05 17:01:49 +0000
commit5ffaa76ff6d58c2a67c0e463649fd3329632ec2f (patch)
tree577ca63622f2a6263f41d63cd9b441446c699320 /ansible/group_vars/all.yml
parent69ef231fec01c705f81c9ddae5240090d5710a44 (diff)
parentf6f5fc4fdba4cb36f600d9f13c65ca27ec003b89 (diff)
Merge "Re-factor nexus role to streamline playbook"
Diffstat (limited to 'ansible/group_vars/all.yml')
-rwxr-xr-xansible/group_vars/all.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml
index 8e81d7f0..dc40238c 100755
--- a/ansible/group_vars/all.yml
+++ b/ansible/group_vars/all.yml
@@ -77,13 +77,17 @@ app_name:
# prebuilt nexus blob in installation time.
# Component name must match with tar filename!
# e.g.
-# aaa-component-0.0.1.tar is expected in aux_data_path for aaa-component image
+# aaa/bbb-component-0.0.1.tar are expected in aux_data_path for component images.
#runtime_images:
-# aaa-component-0.0.1:
+# aaa-component-0.0.1:
# registry: "nexus3.onap.org:10001"
# path: "/onap/components/aaa-component"
# tag: "latest"
-runtime_images:
+# bbb-component-0.0.1:
+# registry: "nexus3.onap.org:10001"
+# path: "/onap/components/bbb-component"
+# tag: "latest"
+runtime_images: {}
###############################
# Application specific params #