diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-03-20 09:33:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-20 09:33:24 +0000 |
commit | 0f52f6de93cda522d1e78fb7d71dcc08c59ce64b (patch) | |
tree | caba40e2f676bf8e2eadd333d4e37a5542a6166a /ansible/inventory.ini | |
parent | 5fd91d3f700b43275170b7be148e902c5a88d2ac (diff) | |
parent | f138b480ea4c9954d107555d7a46ec3d4375653f (diff) |
Merge "Add CPU pinning support for node context"
Diffstat (limited to 'ansible/inventory.ini')
-rw-r--r-- | ansible/inventory.ini | 8 |
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 |