Update default ODL install to Be SR1 4.1.0 26/57526/1
authorDaniel Farrell <dfarrell@redhat.com>
Tue, 29 Mar 2016 13:46:26 +0000 (09:46 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:25 +0000 (12:52 -0400)
Change-Id: Iaa8f43568ea393db14ab5586d9ae83e7c3a8d940
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
vars/main.yml

index 41e4afc95fca1a6d33ba0b2466e3b8fcb94a119f..227b7eb06af24362da2737bd57e1ca0b5e55dfd3 100644 (file)
@@ -43,7 +43,7 @@ default_feature_repos:
   - 'mvn:org.apache.karaf.features/enterprise/3.0.3/xml/features'
   - 'mvn:org.ops4j.pax.web/pax-web-features/3.1.4/xml/features'
   - 'mvn:org.apache.karaf.features/spring/3.0.3/xml/features'
-  - 'mvn:org.opendaylight.integration/features-integration-index/0.4.0-Beryllium/xml/features'
+  - 'mvn:org.opendaylight.integration/features-integration-index/0.4.1-Beryllium-SR1/xml/features'
 
 # Karaf feature repositories to install *in addition* to the defaults repos
 # configured in the ODL release artifact. You may need to override this to
@@ -58,13 +58,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-40-release.repo"
-rpm_repo_url: "https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging.git;a=blob_plain;f=rpm/example_repo_configs/opendaylight-40-release.repo;hb=refs/heads/master"
+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"
 
 # 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"
-# Defaulting to the Beryllium RPM hosted on the CentOS Community Build System
-rpm_path: "http://cbs.centos.org/repos/nfv7-opendaylight-40-release/x86_64/os/Packages/opendaylight-4.0.0-1.el7.noarch.rpm"
+# 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"