From 170d94b0a8fde81800705e5db04938a283f39a6a Mon Sep 17 00:00:00 2001 From: Petr OspalĂ˝ Date: Thu, 20 Dec 2018 16:40:58 +0100 Subject: Add the package.sh with a template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It can be used to distribution of a project via tars. What is part of the package is defined in package.conf Issue-ID: OOM-1551 Change-Id: I8f5509bfb37d5cad510c0c151d49f6944fc6511c Signed-off-by: Petr OspalĂ˝ --- ansible/group_vars/all.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ansible/group_vars') diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index fad84e07..425f4f14 100755 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -71,11 +71,11 @@ app_name: # prebuilt nexus blob in installation time # Component name must match with tar filename # e.g. -# aaiadapter-0.0.1.tar is expected in aux_data_path for aaiadapter image +# aaa-component-0.0.1.tar is expected in aux_data_path for aaa-component image #runtime_images: -# aaiadapter-0.0.1: + # aaa-component-0.0.1: # registry: "nexus3.onap.org:10001" -# path: "/onap/aaiadapter/aaiadapter" +# path: "/onap/components/aaa-component" # tag: "latest" runtime_images: -- cgit 1.2.3-korg