From 266a4fd08bef19fca930cbbb1d45f5639b87d3c0 Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Wed, 11 Apr 2018 14:54:06 -0400 Subject: Fixes for OpenContrail running on Pike in Fraser release: - 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 --- ci/02-deploybundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/02-deploybundle.sh') 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 -- cgit 1.2.3-korg