aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/download_samplevnfs/defaults/main.yml
blob: 104f594f553eed55427adfb225481eecbc5284eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# samplevnf_version must be a valid version accepted by "git checkout"
# It can be either:
# - a branch name: fetch branch latest commits, as of installation time
# - a tag name: frozen and reproducible, from stable branches, or
# - a commit id: frozen and reproducible, from any branch
# Some examples:
# - branch name: "master", "stable/gambia", "stable/fraser"
# - tag name: "opnfv-6.2.0"
# - commit id: "3afd384b7e68a3cd29f4d2cdf39785f8441d0b6f"
# Please refer to https://git.opnfv.org/samplevnf for possible values
# beyond the one specified below

samplevnf_url: "https://git.opnfv.org/samplevnf"
samplevnf_dest: "{{ clone_dest }}/samplevnf"
samplevnf_version: "3afd384b7e68a3cd29f4d2cdf39785f8441d0b6f"