Merge "Naming the SEBA release, and adding defaultbranch as cord-7.0" into cord-7.0
diff --git a/book.json b/book.json
index f832c23..b1db26d 100644
--- a/book.json
+++ b/book.json
@@ -9,7 +9,7 @@
"website": "styles/website.css"
},
"variables": {
- "branch": "master"
+ "branch": "cord-7.0"
},
"plugins": [
"anchorjs",
@@ -32,6 +32,10 @@
"text": "Master (Devel)"
},
{
+ "value": "/cord-7.0",
+ "text": "7.0 (Stable)"
+ },
+ {
"value": "/cord-6.1",
"text": "6.1 (Stable)"
},
diff --git a/charts/base-kubernetes.md b/charts/base-kubernetes.md
index b1baf59..95dfa50 100644
--- a/charts/base-kubernetes.md
+++ b/charts/base-kubernetes.md
@@ -7,5 +7,5 @@
You can then install it using:
```shell
-helm install -n base-kubernetes cord/base-kubernetes
+helm install -n base-kubernetes cord/base-kubernetes --version 1.2.1
```
diff --git a/charts/bbsim.md b/charts/bbsim.md
index 07c6c69..20c009f 100644
--- a/charts/bbsim.md
+++ b/charts/bbsim.md
@@ -7,7 +7,7 @@
{% include "../partials/helm/add-cord-repo.md" %}
```shell
-helm install -n bbsim cord/bbsim
+helm install -n bbsim cord/bbsim --version 2.0.0
```
## Set a different number of ONUs
diff --git a/charts/helm.md b/charts/helm.md
index dd2e1a2..ffbf18d 100644
--- a/charts/helm.md
+++ b/charts/helm.md
@@ -71,7 +71,7 @@
You can get the CORD helm charts by cloning the `helm-charts` repository:
```shell
-git clone https://gerrit.opencord.org/helm-charts
+git clone -b cord-7.0 https://gerrit.opencord.org/helm-charts
```
> **Note:** If you have downloaded the CORD code following the [Getting the Source
diff --git a/charts/logging-monitoring.md b/charts/logging-monitoring.md
index 6b6fca5..67adb6f 100644
--- a/charts/logging-monitoring.md
+++ b/charts/logging-monitoring.md
@@ -14,7 +14,7 @@
## nem-monitoring charts
```shell
-helm install -n nem-monitoring cord/nem-monitoring
+helm install -n nem-monitoring cord/nem-monitoring --version 1.0.5
```
> NOTE: In order to display `voltha` kpis you need to have `voltha`
diff --git a/charts/mininet.md b/charts/mininet.md
index 4a81d93..07353e4 100644
--- a/charts/mininet.md
+++ b/charts/mininet.md
@@ -11,7 +11,7 @@
To install:
```shell
-helm install -n mininet cord/mininet \
+helm install -n mininet --version 0.5.2 cord/mininet \
--set numOlts=1 \
--set numOnus=1
```
diff --git a/charts/onos.md b/charts/onos.md
index b8f29d3..e6b3b31 100644
--- a/charts/onos.md
+++ b/charts/onos.md
@@ -5,7 +5,7 @@
Then, to install ONOS run:
```shell
-helm install -n onos cord/onos
+helm install -n onos cord/onos --version 1.1.2
```
**Nodeports exposed**
diff --git a/charts/ponnet.md b/charts/ponnet.md
index 04eda55..b8a2ea4 100644
--- a/charts/ponnet.md
+++ b/charts/ponnet.md
@@ -11,7 +11,7 @@
You can then install the chart using:
```bash
-helm install -n ponnet cord/ponnet \
+helm install -n ponnet cord/ponnet- -version 1.2.1 \
--set numOlts=1 \
--set numOnus=1
```
diff --git a/charts/ponsim-pod.md b/charts/ponsim-pod.md
index 5ead734..2c0b843 100644
--- a/charts/ponsim-pod.md
+++ b/charts/ponsim-pod.md
@@ -7,7 +7,7 @@
You can then install it using:
```shell
-helm install -n ponsim-pod cord/ponsim-pod \
+helm install -n ponsim-pod cord/ponsim-pod --version 1.3.4 \
--set numOlts=1 \
--set numOnus=1
```
diff --git a/charts/ponsimv2.md b/charts/ponsimv2.md
index 32c382d..dbff1bb 100644
--- a/charts/ponsimv2.md
+++ b/charts/ponsimv2.md
@@ -12,7 +12,7 @@
To install:
```shell
-helm install -n ponsimv2 cord/ponsimv2 \
+helm install -n ponsimv2 cord/ponsimv2 --version 1.2.1 \
--set numOlts=1 \
--set numOnus=1
```
diff --git a/charts/seba-services.md b/charts/seba-services.md
index a28dc97..6f44a7a 100644
--- a/charts/seba-services.md
+++ b/charts/seba-services.md
@@ -7,5 +7,5 @@
You can then install it using:
```shell
-helm install -n seba-service cord/seba-services
+helm install -n seba-service cord/seba-services --version 1.2.8
```
diff --git a/charts/xos-core.md b/charts/xos-core.md
index 487b23a..49e9eee 100644
--- a/charts/xos-core.md
+++ b/charts/xos-core.md
@@ -5,7 +5,7 @@
{% include "../partials/helm/add-cord-repo.md" %}
```shell
-helm install -n xos-core cord/xos-core
+helm install -n xos-core cord/xos-core --version 3.0.9
```
**Nodeports exposed**
diff --git a/git_refs b/git_refs
index 090fbd7..94bf5df 100644
--- a/git_refs
+++ b/git_refs
@@ -11,22 +11,22 @@
_REPO NAME_ _DIR_ _REF_
-att-workflow-driver /docs master
-cordctl / master
-cord-tester /docs master
-fabric /docs master
-fabric-crossconnect /docs master
-hippie-oss /docs master
-kubernetes-service /docs master
-olt-service /docs master
-onos-service /docs master
-openolt / master
-openstack /docs master
-rcord /docs master
-simpleexampleservice /docs master
-exampleservice /docs master
-vrouter /docs master
-xos-gui /docs master
-xos-tosca /docs master
-xos /docs master
-vtn-service /docs master
+att-workflow-driver /docs 401b2cff017363b4529e4cb78ccd63f35f291fef
+cord-tester /docs db678c95df9d2539c3680cd9035d7f05015353e8
+cordctl / ce26569ab17c261830107aa9eb8f62a83f71bce0
+exampleservice /docs 149635c64c43b03628e615102409f106a600804b
+fabric /docs b2c0cc01954e768f4cf616b48d0f6a0732127993
+fabric-crossconnect /docs a3233390a1d2d93bde0b8750472555fc37b1bc7b
+hippie-oss /docs bbbdb1ae4491742a78441ec68acb91d06bb90b20
+kubernetes-service /docs 3ea0a9c663059b3d8d5cb6609254a05f7fe72219
+olt-service /docs b9d725d7d46ed63f63d7cc7d32e149c0ed26a1c6
+onos-service /docs 32b165a35c8a2779827d91269be5dbac8f3e0cea
+openolt / 584ae684727a9307399e18b9beb5a7c3471c098d
+openstack /docs f1897e0b6b0bb32dc6bc71ccbe21d87190359100
+rcord /docs cd109155ec4d3172fb3d951a6e5c8dbc342e8885
+simpleexampleservice /docs ea2919f720a36f60aef284944db06725da503951
+vrouter /docs 4a41f3dc135ddc3f7f0c7fc79817f76f3d681c5b
+vtn-service /docs a1177d553cac17ffac2199d22f7cfc378c68f6b7
+xos /docs 7377604fa7b88fb6c717b2c0f652f923548f18c6
+xos-gui /docs 2e5f2031731c9dd11503bd6ae7368f2fb409cb5e
+xos-tosca /docs 1ea12207ac6dc82153d4b533f2220610fe2f1125