From f6f5fc4fdba4cb36f600d9f13c65ca27ec003b89 Mon Sep 17 00:00:00 2001 From: Samuli Silvius Date: Wed, 13 Feb 2019 11:00:39 +0200 Subject: 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 --- ansible/group_vars/all.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'ansible/group_vars/all.yml') 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 # -- cgit 1.2.3-korg