Update ODL RPM version to Carbon 26/60026/1
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 6 Jul 2017 13:54:37 +0000 (09:54 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Thu, 6 Jul 2017 13:54:37 +0000 (09:54 -0400)
Change-Id: Ia5d5f909d6871f7ac29066fa8745fef8aba96e48
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
vars/main.yml

index 43bd9871c3c3cb83d39731b951c8848977dd337d..1129ad41a26604d72441e2a545f0a74becea33e6 100755 (executable)
@@ -45,8 +45,8 @@ 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-5-release.repo"
-rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-5-release.repo;hb=refs/heads/master"
+rpm_repo_file: "opendaylight-6-release.repo"
+rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-6-release.repo;hb=refs/heads/master"
 
 # 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"
@@ -57,8 +57,8 @@ deb_repo_url: "ppa:odl-team/carbon"
 #   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 Boron SR2 RPM hosted on the CentOS Community Build System
-rpm_path: "http://cbs.centos.org/repos/nfv7-opendaylight-52-release/x86_64/os/Packages/opendaylight-5.2.0-1.el7.noarch.rpm"
+# Default to the Carbon RPM hosted on the CentOS Community Build System
+rpm_path: "http://cbs.centos.org/repos/nfv7-opendaylight-60-release/x86_64/os/Packages/opendaylight-6.0.0-1.el7.noarch.rpm"
 
 # This will be passed as the `deb` param to the Ansible `apt` module.
 # `deb` param docs: "Path to a .deb package on the remote machine. If :// in the path,