Update Neon SR1 rpm links 93/82293/2
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 29 May 2019 01:30:02 +0000 (11:30 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 29 May 2019 06:47:12 +0000 (16:47 +1000)
Change-Id: I8fd105d558e287645da28250a4670c87fee008b1
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
tests/test-odl-upgrade.yaml
vars/main.yml

index cbb279136dd7740a37d372d94c081337b973779c..eb43e259609af06a9c683a5d85665bcc5df25700 100644 (file)
   become: True
   roles:
     - role: opendaylight
-      rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-100-release.repo"
+      rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=packages/rpm/example_repo_configs/opendaylight-101-release.repo"
 
   post_tasks:
     - name: get ODL version info
       command: yum info opendaylight
       register: final_odl_version
 
-    - name: assert that ODL 10.0 is installed
+    - name: assert that ODL 10.1 is installed
       assert:
         that:
-          - "'Version     : 10.0.0' in final_odl_version.stdout"
+          - "'Version     : 10.1.0' in final_odl_version.stdout"
index 11d3c6a9d605c261ee349e1de9e7555965994685..b8217acc077888c0ecad33b43b8beee200b870b5 100755 (executable)
@@ -84,7 +84,7 @@ deb_repo_url: "deb http://ppa.launchpad.net/odl-team/fluorine/ubuntu {{ ansible_
 # NB: Local paths must be relative the host being configured (think `/vagrant`)
 # NB: This will only take effect when `odl_install_method` is "rpm_path"
 # Default to the release RPM hosted on the CentOS Community Build System
-rpm_path: "http://cbs.centos.org/repos/nfv7-opendaylight-100-release/x86_64/os/Packages/opendaylight-10.0.0-1.el7.noarch.rpm"
+rpm_path: "http://cbs.centos.org/repos/nfv7-opendaylight-101-release/x86_64/os/Packages/opendaylight-10.1.0-1.el7.noarch.rpm"
 # Default to the Nitrogen RPM hosted on the openSUSE OBS
 suse_rpm_path: "https://download.opensuse.org/repositories/Virtualization:/NFV/openSUSE_Leap_42.3/noarch/opendaylight-7.2.0-1.1.noarch.rpm"