summaryrefslogtreecommitdiffstats
path: root/xci/scenarios/os-odl-nofeature/role/os-odl-nofeature/vars/main.yml
blob: 5f672b37f4a90adb6975b2fc54fb95ac156dc8e9 (plain)
1
2
3
4
5
6
7
8
9
10
---
odl_version:
  master: 9
  oxygen: 8
  nitrogen: 7

repo_url:
  zypper: "{% if ODL_VERSION is defined %}https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-{{ odl_version[ODL_VERSION] }}-opensuse-devel.repo{% endif %}"
  yum: "{% if ODL_VERSION is defined %}https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-{{ odl_version[ODL_VERSION] }}-devel.repo{% endif %}"
  apt: "{% if ODL_VERSION is defined %}https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-{{ odl_version[ODL_VERSION] }}-ubuntu-devel.repo{% endif %}"