From: Dimitrios Markou Date: Tue, 3 Apr 2018 11:49:33 +0000 (+0300) Subject: Add Oxygen as default deb PPA X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=35ce5cc76cb3d0cf19950d5e8b6ee4a5284ce57c;p=integration%2Fpackaging%2Fansible-opendaylight.git Add Oxygen as default deb PPA Change-Id: I8c7400701ec5f767395bb3e013e332a1520aecf5 Signed-off-by: Dimitrios Markou --- diff --git a/vars/main.yml b/vars/main.yml index f8803cb..020c551 100755 --- a/vars/main.yml +++ b/vars/main.yml @@ -67,7 +67,7 @@ suse_rpm_repo_url: "{{ odl_repo_url | default('https://download.opensuse.org/rep # 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" -deb_repo_url: "{{ odl_repo_url | default('ppa:odl-team/nitrogen') }}" +deb_repo_url: "{{ odl_repo_url | default('ppa:odl-team/oxygen') }}" # 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."