Add onap instance configuration role 16/94116/2
authorMichal Zegan <m.zegan@samsung.com>
Thu, 22 Aug 2019 12:50:22 +0000 (14:50 +0200)
committerMichal Zegan <m.zegan@samsung.com>
Wed, 4 Sep 2019 09:24:52 +0000 (11:24 +0200)
commit8944150190575aaa2925b68fad0678719d2baffe
tree957386659b7f57a7cd82098e954ba3abde4bfb77
parent02105a9808c5443542150df8e2b561ec98ebaa9e
Add onap instance configuration role

This change adds a role that configures
deployed onap infrastructure instances. This role is generic
and not openstack dependent.
This role configures instances to reach each other by name, to mutually
authenticate with the given ssh keys, etc. This
mainly makes it easier for developers to do troubleshooting, and
allows offline installer to work smoothly.

Change-Id: I26750b0a8a69f56297f0a5f7ff491463ed2e9e32
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
tools/cicdansible/roles/configure_instances/tasks/cicd_registry.yml [new file with mode: 0644]
tools/cicdansible/roles/configure_instances/tasks/general.yml [new file with mode: 0644]
tools/cicdansible/roles/configure_instances/tasks/main.yml [new file with mode: 0644]
tools/cicdansible/roles/configure_instances/templates/daemon.json.j2 [new file with mode: 0644]