Add inventory for cicdansible playbook 13/94113/2
authorMichal Zegan <m.zegan@samsung.com>
Thu, 22 Aug 2019 12:55:16 +0000 (14:55 +0200)
committerMichal Zegan <m.zegan@samsung.com>
Wed, 4 Sep 2019 09:24:52 +0000 (11:24 +0200)
commit3bf88a80668ce410b423e25a259bf4d59fd05417
tree7f0212559009edbc53b55bd213a6c9c09403ac13
parent07479cbc38ef4bf15ea0c4854c8af08e1201a53d
Add inventory for cicdansible playbook

This change adds the basic inventory file and group_vars used when running
cicdansible playbook to deploy onap on openstack.
This inventory contains only instances that must be present, other inventory
entries are dynamically registered during install.
Also, it delegates to group_vars for things like floating ip
addresses.
group_vars contains default settings for the playbook, and especially the
all.yml must be modified for the environment to be deployed.

Change-Id: Ia93e6b98841d7edc45699b44b2479af6daff6c4f
Issue-ID: OOM-2042
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
tools/cicdansible/group_vars/all.yml [new file with mode: 0644]
tools/cicdansible/group_vars/instances.yml [new file with mode: 0644]
tools/cicdansible/group_vars/nodes.yml [new file with mode: 0644]
tools/cicdansible/group_vars/resources.yml [new file with mode: 0644]
tools/cicdansible/hosts.yml [new file with mode: 0644]