diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-12-22 10:52:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-22 10:52:13 +0000 |
commit | 9bef739e89f3b230c9e0a53c2286a440017ec948 (patch) | |
tree | 35cf9d6b35cb53fa006c047ec52e5d1270adbdc8 /ansible/build_yardstick_image.yml | |
parent | 6459403fbd505549f13190a28eeeb15289945850 (diff) | |
parent | 057b1a79717c12eb283baeed94963cda2ff26df8 (diff) |
Merge "Bugfix:proxy env, ansible multinode support"
Diffstat (limited to 'ansible/build_yardstick_image.yml')
-rw-r--r-- | ansible/build_yardstick_image.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ansible/build_yardstick_image.yml b/ansible/build_yardstick_image.yml index bc57bcd48..45ef94e98 100644 --- a/ansible/build_yardstick_image.yml +++ b/ansible/build_yardstick_image.yml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --- -- hosts: localhost +- hosts: jumphost vars: boot_modes: @@ -31,7 +31,8 @@ workspace: "{{ lookup('env', 'workspace')|default('/tmp/workspace/yardstick', true) }}" raw_imgfile_basename: "yardstick-{{ release }}-server.raw" environment: - PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/bin + - PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/bin + - "{{ proxy_env }}" tasks: - group_by: |