From 0197b9516e66969483c96981c7b518486a4797d3 Mon Sep 17 00:00:00 2001
From: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Date: Mon, 27 Mar 2017 10:29:01 +0200
Subject: xci: Enable node provisioning and shuffle/rename stuff

This change enables node provisioning using bifrost based on the chosen
flavor.

Other changes include
- move flavor specific stuff (playbooks, inventory, vars) into their own
folders so it is easier to copy them over.
- rename flavors and get rid of xci from them.
- introduce env-vars to keep variables that are not really user variables.

Please note that this patch contains empty files and so on due to still
trying to find best way to structurei things. Apart from this, there will
probably be lots of duplications here and there which will be taken care
of once things settle.

Change-Id: I04a5d422e5b018439bafea5e68e65255ae38d22b
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
---
 xci/file/mini/configure-targethosts.yml       | 0
 xci/file/mini/playbooks/configure-xcihost.yml | 0
 xci/file/mini/playbooks/inventory             | 0
 xci/file/mini/var/ubuntu.yml                  | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 xci/file/mini/configure-targethosts.yml
 create mode 100644 xci/file/mini/playbooks/configure-xcihost.yml
 create mode 100644 xci/file/mini/playbooks/inventory
 create mode 100644 xci/file/mini/var/ubuntu.yml

(limited to 'xci/file/mini')

diff --git a/xci/file/mini/configure-targethosts.yml b/xci/file/mini/configure-targethosts.yml
new file mode 100644
index 00000000..e69de29b
diff --git a/xci/file/mini/playbooks/configure-xcihost.yml b/xci/file/mini/playbooks/configure-xcihost.yml
new file mode 100644
index 00000000..e69de29b
diff --git a/xci/file/mini/playbooks/inventory b/xci/file/mini/playbooks/inventory
new file mode 100644
index 00000000..e69de29b
diff --git a/xci/file/mini/var/ubuntu.yml b/xci/file/mini/var/ubuntu.yml
new file mode 100644
index 00000000..e69de29b
-- 
cgit