diff options
Diffstat (limited to 'ansible/install-inventory.ini')
-rw-r--r-- | ansible/install-inventory.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/install-inventory.ini b/ansible/install-inventory.ini index 4e8629428..d0a8ef927 100644 --- a/ansible/install-inventory.ini +++ b/ansible/install-inventory.ini @@ -21,6 +21,8 @@ inst_mode_baremetal=baremetal inst_mode_container=container inst_mode_container_pull=container_pull ubuntu_archive={"amd64": "http://archive.ubuntu.com/ubuntu/", "arm64": "http://ports.ubuntu.com/ubuntu-ports/"} +# When IMG_PROPERTY is passed neither normal nor nsb set "path_to_vm=/path/to/image" to add it to OpenStack +# path_to_img=/tmp/workspace/yardstick-image.img # Uncomment credentials below if needed # ansible_user=root # ansible_pass=root |