2ae4d61597ffbce6e082b362ed144b43d82abde0
[yardstick.git] / ansible / roles / download_samplevnfs / defaults / main.yml
1 ---
2 # samplevnf_version must be a valid version accepted by "git checkout"
3 # It can be either:
4 # - a branch name: fetch branch latest commits, as of installation time
5 # - a tag name: frozen and reproducible, from stable branches, or
6 # - a commit id: frozen and reproducible, from any branch
7 # Some examples:
8 # - branch name: "master", "stable/gambia", "stable/fraser"
9 # - tag name: "opnfv-6.2.0"
10 # - commit id: "3afd384b7e68a3cd29f4d2cdf39785f8441d0b6f"
11 # Please refer to https://git.opnfv.org/samplevnf for possible values
12 # beyond the one specified below
13
14 samplevnf_url: "https://git.opnfv.org/samplevnf"
15 samplevnf_dest: "{{ clone_dest }}/samplevnf"
16 samplevnf_version: "47123bfc1b3c0d0b01884aebbce1a3e09ad7ddb0"
17 path_json: "{{ INSTALL_BIN_PATH }}/{{ inventory_hostname | basename }}_sample_vnf.json"