aether-roc charts migrated - updated docs

Change-Id: I40741a79ff2aeabb7eee457f77dcfa1451cd7d1b
diff --git a/developer/roc.rst b/developer/roc.rst
index cfbb42d..edbe093 100644
--- a/developer/roc.rst
+++ b/developer/roc.rst
@@ -39,11 +39,11 @@
    helm -n kube-system install atomix-raft-storage atomix/atomix-raft-storage --version $ATOMIX_RAFT_VERSION
 
    # install the onos operator
-   ONOS_OPERATOR_VERSION=0.4.8
+   ONOS_OPERATOR_VERSION=0.4.10
    helm install -n kube-system onos-operator onosproject/onos-operator --version $ONOS_OPERATOR_VERSION
 
 .. note:: The ROC is sensitive to the versions of Atomix and onos-operator installed. The values
-    shown above are correct for the 1.2.x versions of the *aether-roc-umbrella*.
+    shown above are correct for the 1.3.x versions of the *aether-roc-umbrella*.
 
 .. list-table:: ROC support component version matrix
    :widths: 40 20 20 20
@@ -60,7 +60,7 @@
    * - 1.3.0-
      - 0.6.8
      - 0.1.9
-     - 0.4.8
+     - 0.4.10
 
 Verify that these services were installed properly.
 You should see pods for *atomix-controller*, *atomix-raft-storage-controller*,
@@ -98,11 +98,11 @@
    # obtain username and password from Michelle and/or ONF infra team
    export repo_user=<username>
    export repo_password=<password>
-   helm repo add sdran --username "$repo_user" --password "$repo_password" https://sdrancharts.onosproject.org
+   helm repo add aether --username "$repo_user" --password "$repo_password" https://charts.aetherproject.org
 
 ``aether-roc-umbrella`` will bring up the ROC and its services::
 
-   helm -n micro-onos install aether-roc-umbrella sdran/aether-roc-umbrella -f values-override.yaml
+   helm -n micro-onos install aether-roc-umbrella aether/aether-roc-umbrella -f values-override.yaml
 
    kubectl wait pod -n micro-onos --for=condition=Ready -l type=config --timeout=300s
 
diff --git a/testing/aether-roc-tests.rst b/testing/aether-roc-tests.rst
index 2b5aa29..257fb6d 100644
--- a/testing/aether-roc-tests.rst
+++ b/testing/aether-roc-tests.rst
@@ -28,11 +28,11 @@
 -------------------------
 Follow the steps below to access the ROC API:
 
-1. Deploy the ``aether-roc-umbrella`` chart from the SD-RAN repo with the following command:
+1. Deploy the ``aether-roc-umbrella`` chart from the Aether repo with the following command:
 
 .. code-block:: shell
 
-    helm -n micro-onos install aether-roc-umbrella sdran/aether-roc-umbrella
+    helm -n micro-onos install aether-roc-umbrella aether/aether-roc-umbrella
 
 2. Check if all pods are in a Running state:
 
@@ -135,12 +135,12 @@
 Once that you have installed the ``dex-ldap-umbrella`` chart, follow the steps
 below to install the ROC on a local Dex server:
 
-1. Deploy the ``aether-roc-umbrella`` chart from the SD-RAN repo with the
+1. Deploy the ``aether-roc-umbrella`` chart from the Aether repo with the
    following command:
 
 .. code-block:: shell
 
-    helm -n micro-onos install aether-roc-umbrella sdran/aether-roc-umbrella --set onos-config.openidc.issuer=http://dex-ldap-umbrella:5556 --set aether-roc-gui-v3.openidc.issuer=http://dex-ldap-umbrella:5556 --set import.sdcore-adapter.v2_1.enabled=false
+    helm -n micro-onos install aether-roc-umbrella aether/aether-roc-umbrella --set onos-config.openidc.issuer=http://dex-ldap-umbrella:5556 --set aether-roc-gui-v3.openidc.issuer=http://dex-ldap-umbrella:5556 --set import.sdcore-adapter.v2_1.enabled=false
 
 2. Check if all pods are in a Running state: