From 6222a366f223a4041125c08bb72b34d7527da5bc Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Fri, 18 Aug 2017 22:32:58 +0200 Subject: xci: Update the repo directory structure This patch - removes obsolete openstack-ansible and puppet-infracloud directories - adds upstream directory to keep the contributions that are pending to be accepted by upstream in order to have progress in OPNFV. In a perfect world, one should expect to have nothing in this directory so the items in this folder are short-lived. - adds prototypes directory to keep stuff that hasn't been discussed to be part of XCI and to share ideas and trials with the rest of the community. Change-Id: I12afe7050ff2b0ac457d4b16d21dfd7df6ac84c9 Signed-off-by: Fatih Degirmenci --- openstack-ansible/playbooks/inventory | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 openstack-ansible/playbooks/inventory (limited to 'openstack-ansible/playbooks/inventory') diff --git a/openstack-ansible/playbooks/inventory b/openstack-ansible/playbooks/inventory deleted file mode 100644 index d3768f51..00000000 --- a/openstack-ansible/playbooks/inventory +++ /dev/null @@ -1,11 +0,0 @@ -[xcimaster] -xcimaster ansible_ssh_host=192.168.122.2 - -[controller] -controller00 ansible_ssh_host=192.168.122.3 -controller01 ansible_ssh_host=192.168.122.4 -controller02 ansible_ssh_host=192.168.122.5 - -[compute] -compute00 ansible_ssh_host=192.168.122.6 -compute01 ansible_ssh_host=192.168.122.7 -- cgit 1.2.3-korg