From a97a3d4c7aa94153d5fbe704d39c846edde3a89d Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Wed, 24 Feb 2016 11:57:32 -0600
Subject: [PATCH] Start namespacing ansible group_vars

It's fine right now with 5, but over time if we keep a flat namespae,
which is not necessary, it's just going to get ugly.

Change-Id: I07a143f45f2eb100c231ea1b7dd617b40f8f231c
---
 playbooks/group_vars/all.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/playbooks/group_vars/all.yaml b/playbooks/group_vars/all.yaml
index 0cb93e6c51..5faa79814d 100644
--- a/playbooks/group_vars/all.yaml
+++ b/playbooks/group_vars/all.yaml
@@ -5,3 +5,12 @@ manifest_base: /opt/system-config
 puppetdb: https://puppetdb.openstack.org:8081
 puppet_logdest: syslog
 puppet_report_as: puppetmaster.openstack.org
+
+puppet:
+  puppetdb: https://puppetdb.openstack.org:8081
+  logdest: syslog
+  report_as: puppetmaster.openstack.org
+  copy_hieradata: true
+  copy_puppet: true
+  manifest: /opt/system-config/production/manifests/site.pp
+  manifest_base: /opt/system-config