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>
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"
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"