diff options
author | Petr Ospalý <p.ospaly@partner.samsung.com> | 2018-12-20 16:40:58 +0100 |
---|---|---|
committer | Petr Ospalý <p.ospaly@partner.samsung.com> | 2018-12-20 16:44:19 +0100 |
commit | 170d94b0a8fde81800705e5db04938a283f39a6a (patch) | |
tree | 5ab197035e01be710cabba4e7c8ebb74837027ee /ansible | |
parent | 8e5a7da840ed7420f46bef9054a4d257ee6d4a7b (diff) |
Add the package.sh with a template
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ý <p.ospaly@partner.samsung.com>
Diffstat (limited to 'ansible')
-rwxr-xr-x | ansible/group_vars/all.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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: |