summaryrefslogtreecommitdiffstats
path: root/ansible/infrastructure.yml
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-03-05 17:01:49 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-05 17:01:49 +0000
commit5ffaa76ff6d58c2a67c0e463649fd3329632ec2f (patch)
tree577ca63622f2a6263f41d63cd9b441446c699320 /ansible/infrastructure.yml
parent69ef231fec01c705f81c9ddae5240090d5710a44 (diff)
parentf6f5fc4fdba4cb36f600d9f13c65ca27ec003b89 (diff)
Merge "Re-factor nexus role to streamline playbook"
Diffstat (limited to 'ansible/infrastructure.yml')
-rw-r--r--ansible/infrastructure.yml28
1 files changed, 1 insertions, 27 deletions
diff --git a/ansible/infrastructure.yml b/ansible/infrastructure.yml
index 7d75dc77..382ffd53 100644
--- a/ansible/infrastructure.yml
+++ b/ansible/infrastructure.yml
@@ -12,34 +12,8 @@
- docker
- dns
- vncserver
- - role: nexus
- vars:
- phase: install
- nginx
- tasks:
- - name: "wait for nexus to come up"
- uri:
- url: "{{ nexus_url }}/service/metrics/healthcheck"
- user: admin
- password: admin123
- force_basic_auth: yes
- method: GET
- register: nexus_wait
- until: not nexus_wait.failed
- retries: 30
- delay: 10
-
-- name: Nexus changes in runtime
- hosts: infrastructure
- roles:
- - role: nexus
- vars:
- phase: configure
- when: populate_nexus | bool
- - role: nexus
- vars:
- phase: runtime-populate
- when: runtime_images is defined and runtime_images is not none
+ - nexus
- name: Setup base for Kubernetes nodes
hosts: kubernetes