URL correction for quickstart 95/46495/2
authorYifei Xue <xueyifei@huawei.com>
Wed, 1 Nov 2017 01:24:18 +0000 (09:24 +0800)
committerYifei Xue <xueyifei@huawei.com>
Wed, 1 Nov 2017 03:48:15 +0000 (11:48 +0800)
JIRA: COMPASS-564

The current quickstart URL for stable/euphrates branch is not
correct. This patch is proposed to fix this mistake.

Change-Id: I36883480f2af43baca81f6107d2c2281362104d2
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
docs/release/installation/k8s-deploy.rst
docs/release/installation/vmdeploy.rst

index 65f638c..49025ee 100644 (file)
@@ -20,7 +20,7 @@ If you want to deploy noha with1 controller and 1 compute, run the following com
 
     export SCENARIO=k8-nosdn-nofeature-noha.yml
     export VIRT_NUMBER=2
-    curl https://raw.githubusercontent.com/opnfv/compass4nfv/euphrates/quickstart_k8s.sh | bash
+    curl https://raw.githubusercontent.com/opnfv/compass4nfv/stable/euphrates/quickstart_k8s.sh | bash
 
 Installation of K8s on Bare Metal
 =================================
index 16fb28d..5db934b 100644 (file)
@@ -17,9 +17,10 @@ Only 1 command to try virtual deployment, if you have Internet access. Just Past
 If you want to deploy noha with1 controller and 1 compute, run the following command
 
 .. code-block:: bash
+
     export SCENARIO=os-nosdn-nofeature-noha.yml
     export VIRT_NUMBER=2
-    curl https://raw.githubusercontent.com/opnfv/compass4nfv/euphrates/quickstart.sh | bash
+    curl https://raw.githubusercontent.com/opnfv/compass4nfv/stable/euphrates/quickstart.sh | bash
 
 Nodes Configuration (Virtual Deployment)
 ----------------------------------------