X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FDAaaS%2FREADME.md;h=93e4ce975123c21c31e529256686d2dec2966f50;hb=2026cb5283fbc44a4f68641f6e85628381ebda04;hp=60c237b67a352712bb4eaf74fc0dd6026ede0d60;hpb=99f7370360201104ddfc99b5e766b4e32e8524cc;p=demo.git diff --git a/vnfs/DAaaS/README.md b/vnfs/DAaaS/README.md index 60c237b6..93e4ce97 100644 --- a/vnfs/DAaaS/README.md +++ b/vnfs/DAaaS/README.md @@ -24,16 +24,18 @@ DA_WORKING_DIR=$PWD/demo/vnfs/DAaaS/deploy ## Download the Istio Installation repo ```bash -cd DA_WORKING_DIR/00-init -helm install --name=istio-operator --namespace=istio-system istio-operator -helm install istio-instance --name istio --namespace istio-system +cd $DA_WORKING_DIR/00-init +helm install --name=istio-operator istio-operator --namespace=istio-system +cd $DA_WORKING_DIR/00-init/istio +helm install --name istio istio-instance --namespace istio-system ``` ## Install Metallb to act as a Loadbalancer ```bash -cd DA_WORKING_DIR/00-init +cd $DA_WORKING_DIR/00-init NOTE: Update the IP Address Ranges before you Install Metallb -helm install --name metallb -f values.yaml metallb +NOTE: If you are using a single IP, use /32 format +helm install --name metallb metallb --namespace metallb-system ``` ## Install Rook-Ceph for Persistent Storage