diff options
author | Stepan Andrushko <stepanx.andrushko@intel.com> | 2018-08-21 14:04:59 +0300 |
---|---|---|
committer | Stepan Andrushko <stepanx.andrushko@intel.com> | 2018-08-31 13:25:23 +0300 |
commit | e8d601add10b319716752f105ceeb87ee6d7db4b (patch) | |
tree | f838b36df0bc7b6009d236093348db7915f53fba /ansible/install-inventory.ini | |
parent | a8706c3b18f7f70798a0b20b1ec15ad496626784 (diff) |
Add container pull option to install.yaml
Supported Yardstick installation modes in yardstick.yaml: baremetal
and container. First is used to install Yardstick on baremetal,
another is used during docker build to install Yardstick in container.
Added third option: 'container pull': to pull docker image
(opnfv/yardstick) from Docker hub and start container.
JIRA: YARDSTICK-1392
Change-Id: I4158de3eb6fcbe0018a15fdda89a3e3ab29c26bb
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
Diffstat (limited to 'ansible/install-inventory.ini')
-rw-r--r-- | ansible/install-inventory.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/install-inventory.ini b/ansible/install-inventory.ini index e15a2e96a..4e8629428 100644 --- a/ansible/install-inventory.ini +++ b/ansible/install-inventory.ini @@ -17,8 +17,9 @@ jumphost [all:vars] arch_amd64=amd64 arch_arm64=arm64 -inst_mode_container=container 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/"} # Uncomment credentials below if needed # ansible_user=root |