Yardsitck Gambia Release 7.2.0 release notes.
[yardstick.git] / ansible / group_vars / all.yml
1 ---\r
2 target_os: "Ubuntu"\r
3 YARD_IMG_ARCH: "amd64"\r
4 IMG_PROPERTY: "normal"\r
5 clone_dest: /opt/tempT\r
6 release: xenial\r
7 normal_image_file: "{{ workspace }}/yardstick-image.img"\r
8 nsb_image_file: "{{ workspace }}/yardstick-nsb-image.img"\r
9 ubuntu_image_file: /tmp/workspace/yardstick/yardstick-trusty-server.raw\r
10 installation_mode: "{{ INSTALLATION_MODE | default('baremetal') }}"\r
11 proxy_env:\r
12   PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/bin\r
13   http_proxy: "{{ lookup('env', 'http_proxy') }}"\r
14   https_proxy: "{{ lookup('env', 'https_proxy') }}"\r
15   ftp_proxy: "{{ lookup('env', 'ftp_proxy') }}"\r
16   no_proxy: "{{ lookup('env', 'no_proxy') }}"\r