aboutsummaryrefslogtreecommitdiffstats
path: root/examples/storage-zte-pod4/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/storage-zte-pod4/hosts')
-rw-r--r--examples/storage-zte-pod4/hosts22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/storage-zte-pod4/hosts b/examples/storage-zte-pod4/hosts
new file mode 100644
index 00000000..1a9a14e6
--- /dev/null
+++ b/examples/storage-zte-pod4/hosts
@@ -0,0 +1,22 @@
+
+localhost ansible_connection=local
+
+[apex-underclouds]
+apex-virtual-pod4
+
+[SUT:children] # system under test
+compute
+
+[node-groups:children]
+compute
+control
+
+[node-groups:vars]
+ansible_ssh_common_args=-F ./ssh.cfg
+
+[compute]
+192.0.2.10
+
+[control]
+192.0.2.9
+