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/tasks | |
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/tasks')
-rw-r--r-- | ansible/roles/nexus/tasks/install.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/nexus/tasks/install.yml b/ansible/roles/nexus/tasks/install.yml index c88e5855..6ac2b131 100644 --- a/ansible/roles/nexus/tasks/install.yml +++ b/ansible/roles/nexus/tasks/install.yml @@ -24,6 +24,7 @@ image: "{{ nexus3_image }}" networks: - name: nexus_network + published_ports: "{{ nexus3_published_ports }}" volumes: - "{{ app_data_path }}/nexus_data:/nexus-data:rw" state: started |