From 30f9443c5d2f3a3bbb51bf75ad5743ef46c9b0ef Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 7 Jul 2015 13:36:25 -0500 Subject: [PATCH] Moved user_group_vars to defaults The change moves the user_group_vars.yml from openstack_deploy/ to a standard default file. This will allow a deployer to override items in the file while also allowing development to make changes to the file that may impact its contents. When the file was moved out it was short sighted to move it into 100% userspace and should have simply become the main default file. Change-Id: Icfc3efea0a43d55b5a23bca2f64d4d6d73542d10 Related-Bug: #1460516 --- playbooks/inventory/group_vars/all_containers.yml | 1 + .../inventory/group_vars/hosts.yml | 0 2 files changed, 1 insertion(+) create mode 120000 playbooks/inventory/group_vars/all_containers.yml rename etc/openstack_deploy/user_group_vars.yml => playbooks/inventory/group_vars/hosts.yml (100%) diff --git a/playbooks/inventory/group_vars/all_containers.yml b/playbooks/inventory/group_vars/all_containers.yml new file mode 120000 index 0000000000..0cc353ff40 --- /dev/null +++ b/playbooks/inventory/group_vars/all_containers.yml @@ -0,0 +1 @@ +hosts.yml \ No newline at end of file diff --git a/etc/openstack_deploy/user_group_vars.yml b/playbooks/inventory/group_vars/hosts.yml similarity index 100% rename from etc/openstack_deploy/user_group_vars.yml rename to playbooks/inventory/group_vars/hosts.yml