added demos to the repo
[groupbasedpolicy.git] / demos / gbp-devstack / puppet / hieradata / hosts.json
diff --git a/demos/gbp-devstack/puppet/hieradata/hosts.json b/demos/gbp-devstack/puppet/hieradata/hosts.json
new file mode 100644 (file)
index 0000000..265758b
--- /dev/null
@@ -0,0 +1,24 @@
+{
+  "hosts": {
+    "opendaylight": {
+      "name": "opendaylight",
+      "ipaddress": "192.168.50.1"
+    },
+    "devstack-control": {
+      "name": "devstack-control",
+      "ipaddress": "192.168.50.20"
+    },
+    "devstack-compute-1": {
+      "name": "devstack-compute-1",
+      "ipaddress": "192.168.50.21"
+    },
+    "devstack-compute-2": {
+      "name": "devstack-compute-2",
+      "ipaddress": "192.168.50.22"
+    },
+    "devstack-compute-3": {
+      "name": "devstack-compute-3",
+      "ipaddress": "192.168.50.23"
+    }
+  }
+}