diff options
Diffstat (limited to 'xci/installer/osa/files/mini/inventory')
-rw-r--r-- | xci/installer/osa/files/mini/inventory | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xci/installer/osa/files/mini/inventory b/xci/installer/osa/files/mini/inventory new file mode 100644 index 00000000..eb73e5e3 --- /dev/null +++ b/xci/installer/osa/files/mini/inventory @@ -0,0 +1,8 @@ +[opnfv] +opnfv ansible_ssh_host=192.168.122.2 + +[controller] +controller00 ansible_ssh_host=192.168.122.3 + +[compute] +compute00 ansible_ssh_host=192.168.122.4 |