Merge "Added test descriptors for vCMTS testcase"
[yardstick.git] / ansible / group_vars / all.yml
1 ---\r
2 target_os: "Ubuntu"\r
3 YARD_IMG_ARCH: "{{ YARD_IMAGE_ARCH | default('amd64') }}"\r
4 IMG_PROPERTY: "{{ IMAGE_PROPERTY | default('normal') }}"\r
5 clone_dest: /opt/tempT\r
6 release: "{{ OS_RELEASE  | default('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 arch_amd64: "amd64"\r
11 arch_arm64: "arm64"\r
12 inst_mode_baremetal: "baremetal"\r
13 inst_mode_container: "container"\r
14 inst_mode_container_pull: "container_pull"\r
15 ubuntu_archive:\r
16   "amd64": "http://archive.ubuntu.com/ubuntu/"\r
17   "arm64": "http://ports.ubuntu.com/ubuntu-ports/"\r
18 installation_mode: "{{ INSTALLATION_MODE | default('baremetal') }}"\r
19 yardstick_dir: "{{ YARDSTICK_DIR | default('/home/opnfv/repos/yardstick') }}"\r
20 proxy_env:\r
21   PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/bin\r
22   http_proxy: "{{ lookup('env', 'http_proxy') }}"\r
23   https_proxy: "{{ lookup('env', 'https_proxy') }}"\r
24   ftp_proxy: "{{ lookup('env', 'ftp_proxy') }}"\r
25   no_proxy: "{{ lookup('env', 'no_proxy') }}"\r