diff options
author | Stuart Mackie <wsmackie@juniper.net> | 2018-04-11 14:54:06 -0400 |
---|---|---|
committer | Stuart Mackie <wsmackie@juniper.net> | 2018-04-11 18:58:50 +0000 |
commit | 266a4fd08bef19fca930cbbb1d45f5639b87d3c0 (patch) | |
tree | 6cf198a7b967afe636dbfe36d539f6e926525392 /ci/02-deploybundle.sh | |
parent | f1b6b2867e4e907cb84ea4670ad32f36bddcbf6c (diff) |
Fixes for OpenContrail running on Pike in Fraser release:opnfv-6.0.0
- 02-deploybundle.sh - updated package names
- 03-maasdeploy.sh - Iterate pods create command to get past "Conflict error"
- config_tpl/juju2/bundle_tpl/oclphase1.yaml - updated public keys
- deploy.sh - changed usage message to reflect using ocl not opencontrail
Change-Id: If2d3820a4984498813d86162a1208402aceca312
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
Diffstat (limited to 'ci/02-deploybundle.sh')
-rwxr-xr-x | ci/02-deploybundle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh index df669a88..9473f322 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -156,7 +156,7 @@ openfile_fix() { if [ "$opnfvsdn" = "ocl" ] then - TAG="ubuntu16.04-4.0.2.0-34.tar.gz" + TAG="ubuntu16.04-4.1.1.0-103.tar.gz" for ROLE in contrail-controller contrail-analytics contrail-analyticsdb do |