diff options
author | Samuli Silvius <s.silvius@partner.samsung.com> | 2019-02-13 11:00:39 +0200 |
---|---|---|
committer | Samuli Silvius <s.silvius@partner.samsung.com> | 2019-03-04 19:09:57 +0200 |
commit | f6f5fc4fdba4cb36f600d9f13c65ca27ec003b89 (patch) | |
tree | 554350f081f30dc5fe32abe4ab4ae34f7c7a669c /ansible/group_vars/all.yml | |
parent | 3313c854585836ec97b72e2ff82d9ed4bf4ed710 (diff) |
Re-factor nexus role to streamline playbook
Move nexus functionality into nexus role from
infrastructure playbook.
This will make role easier to test and make
it easier to implement other OS support later.
Issue-ID: OOM-1653
Change-Id: I1af2bfef5aa4d6c7b819f5fc40f95c6e8303598c
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Diffstat (limited to 'ansible/group_vars/all.yml')
-rwxr-xr-x | ansible/group_vars/all.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index cd8c7f58..318b88d9 100755 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -78,13 +78,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 # |