diff options
author | Petr OspalĂ˝ <p.ospaly@partner.samsung.com> | 2019-06-14 09:07:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-14 09:07:08 +0000 |
commit | 0a16f1267c3bd1c33def62861e6e1726097f239a (patch) | |
tree | 440bfa34219a52dcb89ab4663d65deb62d87f4df /ansible/roles/nexus/defaults | |
parent | cf81ff7da21aed314f2dfc74fc6cd04d7354bdf1 (diff) | |
parent | e45ccdc955978a1078e79a823035f4e469274cdf (diff) |
Merge changes from topic "OOM-1915"
* changes:
Update 'busybox' and 'haproxy' docker images path in tests
Add role level tests for 'nexus' role
Improve 'nexus' role testability
Diffstat (limited to 'ansible/roles/nexus/defaults')
-rw-r--r-- | ansible/roles/nexus/defaults/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/roles/nexus/defaults/main.yml b/ansible/roles/nexus/defaults/main.yml index 8f636979..194f88bf 100644 --- a/ansible/roles/nexus/defaults/main.yml +++ b/ansible/roles/nexus/defaults/main.yml @@ -6,4 +6,6 @@ populate_nexus: false # but all images are pre-populated either at buildtime or at install time (populate_nexus). runtime_images: {} # Default rule for tarball naming translation +nexus_url: "{{ nexus_url_scheme | default('https') }}://nexus.{{ hostvars[groups.infrastructure[0]].ansible_nodename }}{{ nexus_port | default('') }}" nexus3_image_tar: "{{ nexus3_image | regex_replace('(\\/|\\:)', '_') }}.tar" +nexus3_published_ports: [] |