Merge "Updates to Caching"
authorTim Rozet <trozet@redhat.com>
Tue, 6 Dec 2016 15:41:43 +0000 (15:41 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 6 Dec 2016 15:41:43 +0000 (15:41 +0000)
1  2 
build/overcloud-opendaylight.sh
ci/build.sh

@@@ -52,20 -52,8 +52,19 @@@ enabled=
  gpgcheck=0
  EOF
  
 +#BGPVPN Repo
 +cat > /tmp/bgpvpn.repo << EOF
 +[bgpvpn]
 +name=bgpvpn
 +baseurl=https://trunk.rdoproject.org/centos7/consistent/
 +includepkgs=python2-networking-bgpvpn
 +enabled=1
 +gpgcheck=0
 +priority=1
 +EOF
 +
  # SDNVPN - Copy tunnel setup script
- wget https://raw.githubusercontent.com/openstack/fuel-plugin-opendaylight/brahmaputra-sr2/deployment_scripts/puppet/modules/opendaylight/templates/setup_TEPs.py
+ curl -fO https://raw.githubusercontent.com/openstack/fuel-plugin-opendaylight/brahmaputra-sr2/deployment_scripts/puppet/modules/opendaylight/templates/setup_TEPs.py
  
  # install ODL packages
  # install Jolokia for ODL HA
diff --cc ci/build.sh
Simple merge