upgrade istio to 1.0.0 27/60827/1
authorAce Lee <liyin11@huawei.com>
Fri, 10 Aug 2018 08:10:08 +0000 (08:10 +0000)
committerAce Lee <liyin11@huawei.com>
Fri, 10 Aug 2018 08:11:38 +0000 (08:11 +0000)
JIRA: CLOVER-84

we change the env in clover and change some deploy script.
will upgrade the doc later

Change-Id: I73a78afb91676efc3278b623c5d263a4a215ccd9
Signed-off-by: Ace Lee <liyin11@huawei.com>
docker/Dockerfile
samples/scenarios/deploy.sh

index 5cc7323..9351823 100644 (file)
@@ -7,7 +7,7 @@
 
 FROM ubuntu:16.04
 LABEL image=opnfv/clover
-ARG ISTIO_VERSION=0.6.0
+ARG ISTIO_VERSION=1.0.0
 
 # GIT repo directory
 ENV REPOS_DIR="/home/opnfv/repos"
index 1ffea37..962bd5a 100755 (executable)
@@ -15,7 +15,7 @@ cd $CLOVER_BASE_DIR
 
 echo "Deploying Istio manual sidecar injection without TLS authentication"
 
-kubectl apply -f $ISTIO_BASE_DIR/install/kubernetes/istio.yaml
+kubectl apply -f $ISTIO_BASE_DIR/install/kubernetes/istio-demo.yaml
 
 echo "Deploying Service Delivery Controller sample scenario"