diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-07-10 15:30:04 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-07-12 13:20:04 +0400 |
commit | bf9afae3f5beccf284eac384b9135673af4afd67 (patch) | |
tree | fb9ff11a8795ba7aacff77db5ef8e9119816e7db /mcp/salt-formulas/salt-formula-opendaylight/opendaylight/repo.sls | |
parent | 2ed3a56ae4865514ba099773616df96865a0ca32 (diff) |
Update OpenDaylight version to Neon
Change-Id: I6cbbceb9b4a88f527d8dd800b0650f31a3dc1364
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/salt-formulas/salt-formula-opendaylight/opendaylight/repo.sls')
-rw-r--r-- | mcp/salt-formulas/salt-formula-opendaylight/opendaylight/repo.sls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mcp/salt-formulas/salt-formula-opendaylight/opendaylight/repo.sls b/mcp/salt-formulas/salt-formula-opendaylight/opendaylight/repo.sls index 175108ef3..1f322c53f 100644 --- a/mcp/salt-formulas/salt-formula-opendaylight/opendaylight/repo.sls +++ b/mcp/salt-formulas/salt-formula-opendaylight/opendaylight/repo.sls @@ -52,5 +52,5 @@ opendaylight_repo: # https://github.com/saltstack/salt/pull/45224 # - ppa: {{ server.repo }} - human_name: opendaylight-ppa - - name: deb http://ppa.launchpad.net/odl-team/{{ server.version }}/ubuntu xenial main - - file: /etc/apt/sources.list.d/odl-team-ubuntu-{{ server.version }}-xenial.list + - name: deb http://ppa.launchpad.net/{{ server.repo }}/ubuntu {{ grains.oscodename }} main + - file: /etc/apt/sources.list.d/odl-team-{{ server.version }}.list |