Update default ODL version to Beryllium SR2 4.2 42/57542/1
authorDaniel Farrell <dfarrell@redhat.com>
Fri, 20 May 2016 19:11:35 +0000 (15:11 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:26 +0000 (12:52 -0400)
Change-Id: I2ef3a3c5a6798420eb4f935eab652ce2c128e44d
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
vars/main.yml

index 7d3511b554bd12dc11f5236a50256507f1feaddd..9c3b5e3e1773c7fa52f3c3f1b4a44ed17628d60d 100644 (file)
@@ -43,13 +43,13 @@ install_method: "rpm_repo"
 
 # URL of the .repo config to use when installing ODL from a repo
 # NB: This will only take effect when `install_method` is "rpm_repo"
-rpm_repo_file: "opendaylight-41-release.repo"
-rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-41-release.repo;hb=refs/heads/master"
+rpm_repo_file: "opendaylight-42-release.repo"
+rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-42-release.repo;hb=refs/heads/master"
 
 # 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."
 #   See: http://docs.ansible.com/ansible/yum_module.html
 # NB: Local paths must be relative the host being configured (think `/vagrant`)
 # NB: This will only take effect when `install_method` is "rpm_path"
-# Default to the Beryllium SR1 RPM hosted on the CentOS Community Build System
-rpm_path: "http://cbs.centos.org/repos/nfv7-opendaylight-41-release/x86_64/os/Packages/opendaylight-4.0.0-1.el7.noarch.rpm"
+# Default to the Beryllium SR2 RPM hosted on the CentOS Community Build System
+rpm_path: "http://cbs.centos.org/repos/nfv7-opendaylight-42-release/x86_64/os/Packages/opendaylight-4.2.0-1.el7.noarch.rpm"