summaryrefslogtreecommitdiffstats
path: root/ansible/inventory.ini
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2017-03-25 04:00:47 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-25 04:00:47 +0000
commitc97a1907549f841cc5b2d2efeacea7c703b0de3f (patch)
tree54fc3eebbedbae8f430810abab62a5722365aec0 /ansible/inventory.ini
parent87ad2e4366889f835d7608c88990cba12013f4c4 (diff)
parent1cdfec0e2e8caa12ff5cd65d3f5451a4e59d26f5 (diff)
Merge "Add CPU pinning support for node context" into stable/danube
Diffstat (limited to 'ansible/inventory.ini')
-rw-r--r--ansible/inventory.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/inventory.ini b/ansible/inventory.ini
new file mode 100644
index 000000000..440e625bd
--- /dev/null
+++ b/ansible/inventory.ini
@@ -0,0 +1,8 @@
+[controller]
+host1 ansible_host=10.1.0.50 ansible_user=root ansible_ssh_pass=root
+host2 ansible_host=10.1.0.51 ansible_user=root ansible_ssh_pass=root
+host3 ansible_host=10.1.0.52 ansible_user=root ansible_ssh_pass=root
+
+[compute]
+host4 ansible_host=10.1.0.53 ansible_user=root ansible_ssh_pass=root
+host5 ansible_host=10.1.0.54 ansible_user=root ansible_ssh_pass=root