Add Oxygen as default deb PPA 80/70280/1
authorDimitrios Markou <mardim@intracom-telecom.com>
Tue, 3 Apr 2018 11:49:33 +0000 (14:49 +0300)
committerDimitrios Markou <mardim@intracom-telecom.com>
Tue, 3 Apr 2018 11:50:09 +0000 (14:50 +0300)
Change-Id: I8c7400701ec5f767395bb3e013e332a1520aecf5
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
vars/main.yml

index f8803cb4231819570810b8086c5e810caebcee39..020c5515c0cb33a52b38eae84089f2aa5c5eebc7 100755 (executable)
@@ -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."