AETHER-2175 Add ROC and SimApp for 4G/5G

Change-Id: I36e58853c2681eff4f80bcc50bcad548b9220e49
diff --git a/configs/authentication b/configs/authentication
index e8cd76a..1061631 100644
--- a/configs/authentication
+++ b/configs/authentication
@@ -9,4 +9,4 @@
 # Configure auth for private Docker registry.  Override with credentials
 # obtained from https://registry.aetherproject.org.
 REGISTRY_USERNAME   := myuser
-REGISTRY_CLI_SECRET := my-cli-secret
\ No newline at end of file
+REGISTRY_CLI_SECRET := my-cli-secret
diff --git a/configs/latest b/configs/latest
index 0ddf53e..8b06999 100644
--- a/configs/latest
+++ b/configs/latest
@@ -6,4 +6,10 @@
 OMEC_USER_PLANE_CHART    := aether/omec-user-plane
 OMEC_SUB_PROVISION_CHART := aether/omec-sub-provision
 5GC_CONTROL_PLANE_CHART  := aether/5g-control-plane
-5G_RAN_SIM_CHART         := aether/5g-ran-sim
\ No newline at end of file
+5G_RAN_SIM_CHART         := aether/5g-ran-sim
+
+# For installing the ROC
+AETHER_ROC_UMBRELLA_CHART := sdran/aether-roc-umbrella
+ATOMIX_CONTROLLER_CHART   := atomix/atomix-controller
+ATOMIX_RAFT_STORAGE_CHART := atomix/atomix-raft-storage
+ONOS_OPERATOR_CHART       := onosproject/onos-operator
diff --git a/configs/local b/configs/local
index f0ecf6f..751b9a7 100644
--- a/configs/local
+++ b/configs/local
@@ -6,4 +6,10 @@
 OMEC_USER_PLANE_CHART    := $(WORKSPACE)/cord/aether-helm-charts/omec/omec-user-plane
 OMEC_SUB_PROVISION_CHART := $(WORKSPACE)/cord/aether-helm-charts/omec/omec-sub-provision
 5GC_CONTROL_PLANE_CHART  := $(WORKSPACE)/cord/aether-helm-charts/omec/5g-control-plane
-5G_RAN_SIM_CHART         := $(WORKSPACE)/cord/aether-helm-charts/omec/5g-ran-sim
\ No newline at end of file
+5G_RAN_SIM_CHART         := $(WORKSPACE)/cord/aether-helm-charts/omec/5g-ran-sim
+
+# For installing the ROC
+AETHER_ROC_UMBRELLA_CHART := $(WORKSPACE)/cord/sdran-helm-charts/aether-roc-umbrella
+ATOMIX_CONTROLLER_CHART   := $(WORKSPACE)/cord/atomix-helm-charts/atomix-controller
+ATOMIX_RAFT_STORAGE_CHART := $(WORKSPACE)/cord/atomix-helm-charts/atomix-raft-storage
+ONOS_OPERATOR_CHART       := $(WORKSPACE)/cord/onos-helm-charts/onos-operator
\ No newline at end of file
diff --git a/configs/rc-1.5 b/configs/rc-1.5
index c655621..217bb9a 100644
--- a/configs/rc-1.5
+++ b/configs/rc-1.5
@@ -2,8 +2,19 @@
 #
 # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 
-OMEC_CONTROL_PLANE_CHART := aether/omec-control-plane --version 0.6.23
-OMEC_USER_PLANE_CHART    := aether/omec-user-plane --version 0.3.33
-OMEC_SUB_PROVISION_CHART := aether/omec-sub-provision --version 0.0.6
-5GC_CONTROL_PLANE_CHART  := aether/5g-control-plane --version 0.2.20
-5G_RAN_SIM_CHART         := aether/5g-ran-sim --version 0.0.2
\ No newline at end of file
+OMEC_CONTROL_PLANE_CHART := aether/omec-control-plane --version 0.6.25
+OMEC_USER_PLANE_CHART    := aether/omec-user-plane --version 0.3.36
+
+# Release version of omec-sub-provision is actually 0.0.6 but that version
+# is unable to configure network slices and device groups.  That's only an
+# issue if not using the ROC.  It is fixed in 0.1.1.
+OMEC_SUB_PROVISION_CHART := aether/omec-sub-provision --version 0.1.1
+
+5GC_CONTROL_PLANE_CHART  := aether/5g-control-plane --version 0.2.21
+5G_RAN_SIM_CHART         := aether/5g-ran-sim --version 0.0.2
+
+# For installing the ROC
+AETHER_ROC_UMBRELLA_CHART := sdran/aether-roc-umbrella --version 1.3.6
+ATOMIX_CONTROLLER_CHART   := atomix/atomix-controller --version 0.6.8
+ATOMIX_RAFT_STORAGE_CHART := atomix/atomix-raft-storage --version 0.1.9
+ONOS_OPERATOR_CHART       := onosproject/onos-operator --version 0.4.10