From 3b92e8714fc9a2e10cdbd73e36c05c838ba55852 Mon Sep 17 00:00:00 2001
From: Steven Dake <stdake@cisco.com>
Date: Wed, 7 Oct 2015 23:18:40 -0700
Subject: [PATCH] Move around the development environments

THe top level dev directory is now used to store the heat and
vagrant development environments.

backport: liberty

TrivialFix

Change-Id: Ib0922b90eacaa8518aee09cdeb46f4ac0437e015
---
 README.rst                              | 6 +++---
 {devenv => dev/heat}/get-image.sh       | 0
 {devenv => dev/heat}/kollacluster.yaml  | 0
 {devenv => dev/heat}/kollanode.yaml     | 0
 {devenv => dev/heat}/local.yaml.example | 0
 {vagrant => dev/vagrant}/Vagrantfile    | 0
 {vagrant => dev/vagrant}/bootstrap.sh   | 0
 7 files changed, 3 insertions(+), 3 deletions(-)
 rename {devenv => dev/heat}/get-image.sh (100%)
 rename {devenv => dev/heat}/kollacluster.yaml (100%)
 rename {devenv => dev/heat}/kollanode.yaml (100%)
 rename {devenv => dev/heat}/local.yaml.example (100%)
 rename {vagrant => dev/vagrant}/Vagrantfile (100%)
 rename {vagrant => dev/vagrant}/bootstrap.sh (100%)

diff --git a/README.rst b/README.rst
index 5904a24e7..2e581c0a2 100644
--- a/README.rst
+++ b/README.rst
@@ -70,7 +70,9 @@ Directories
    community members which want to use Kolla container content without
    Ansible.
 -  demos - Contains a few demos to use with Kolla.
--  devenv - Contains an OpenStack-Heat based development environment.
+-  dev/heat - Contains an OpenStack-Heat based development environment.
+-  dev/vagrant - Contains a vagrant VirtualBox/Libvirt based development
+   environment.
 -  doc - Contains documentation.
 -  etc - Contains a reference etc directory structure which requires
    configuration of a small number of configuration variables to achieve
@@ -80,8 +82,6 @@ Directories
 -  specs - Contains the Kolla communities key arguments about
    architectural shifts in the code base.
 -  tests - Contains functional testing tools.
--  vagrant - Contains a vagrant VirtualBox-based development
-   environment.
 
 Getting Involved
 ================
diff --git a/devenv/get-image.sh b/dev/heat/get-image.sh
similarity index 100%
rename from devenv/get-image.sh
rename to dev/heat/get-image.sh
diff --git a/devenv/kollacluster.yaml b/dev/heat/kollacluster.yaml
similarity index 100%
rename from devenv/kollacluster.yaml
rename to dev/heat/kollacluster.yaml
diff --git a/devenv/kollanode.yaml b/dev/heat/kollanode.yaml
similarity index 100%
rename from devenv/kollanode.yaml
rename to dev/heat/kollanode.yaml
diff --git a/devenv/local.yaml.example b/dev/heat/local.yaml.example
similarity index 100%
rename from devenv/local.yaml.example
rename to dev/heat/local.yaml.example
diff --git a/vagrant/Vagrantfile b/dev/vagrant/Vagrantfile
similarity index 100%
rename from vagrant/Vagrantfile
rename to dev/vagrant/Vagrantfile
diff --git a/vagrant/bootstrap.sh b/dev/vagrant/bootstrap.sh
similarity index 100%
rename from vagrant/bootstrap.sh
rename to dev/vagrant/bootstrap.sh
-- 
GitLab