Fix problem in openstack gates
[integration/packaging/ansible-opendaylight.git] / vars / main.yml
index addd49f59634f3c342d35421477d9ede05366c14..086337b159e4f438b42efafc29e426f4ff282d29 100755 (executable)
@@ -75,7 +75,7 @@ suse_rpm_repo_url: "{% if odl_version is defined %}https://git.opendaylight.org/
 # URL of the deb repository to use when installing ODL from a repo
 # NB: This will only take effect when `install_method` is "deb_repo"
 # TODO: When deb snaps are built, point to a repo like rpm
-deb_repo_url: "ppa:odl-team/oxygen"
+deb_repo_url: "deb http://ppa.launchpad.net/odl-team/oxygen/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."