Point to ODL fluorine PPA for debian packages 86/75986/3
authorDimitrios Markou <mardim@intracom-telecom.com>
Tue, 11 Sep 2018 13:31:55 +0000 (16:31 +0300)
committerDaniel Farrell <dfarrell@redhat.com>
Sun, 23 Sep 2018 14:42:00 +0000 (14:42 +0000)
The new ODL fluorine SR0 debian package is uploaded to the ODL-Team
fluorine PPA.

Change-Id: Ie29878491b6ae44628c6d74d93237519f214082f
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
vars/main.yml

index ef67a61e538c2652f8198b4a17c4ddf22b241546..b2958255cb6335fb286c60413987a7b5e9953625 100755 (executable)
@@ -75,7 +75,7 @@ suse_rpm_repo_url: "{% if 'latest_release' not in odl_version %}https://git.open
 # URL of the deb repository to use when installing ODL from a repo
 # NB: This will only take effect when `odl_install_method` is "deb_repo"
 # TODO: When deb snaps are built, point to a repo like rpm
-deb_repo_url: "deb http://ppa.launchpad.net/odl-team/oxygen/ubuntu {{ ansible_lsb.codename }} main"
+deb_repo_url: "deb http://ppa.launchpad.net/odl-team/fluorine/ubuntu {{ ansible_lsb.codename }} main"
 
 # This will be passed as the `name` param to the Ansible `yum` module.
 # `name` param docs: "You can also pass a url or a local path to a rpm file."