Add release-2.0 config

Change-Id: Ie1ea138e95ecbe7be504a3d47d910e318b6e71f7
diff --git a/configs/latest b/configs/latest
index ecfe3c2..082c0fb 100644
--- a/configs/latest
+++ b/configs/latest
@@ -8,4 +8,4 @@
 AETHER_ROC_UMBRELLA_CHART := aether/aether-roc-umbrella
 ATOMIX_CONTROLLER_CHART   := atomix/atomix-controller
 ATOMIX_RAFT_STORAGE_CHART := atomix/atomix-raft-storage
-ONOS_OPERATOR_CHART       := onosproject/onos-operator --version 0.4.14 # 0.5.x uses different way of loading models
+ONOS_OPERATOR_CHART       := onosproject/onos-operator
diff --git a/configs/release-2.0 b/configs/release-2.0
new file mode 100644
index 0000000..8e17475
--- /dev/null
+++ b/configs/release-2.0
@@ -0,0 +1,18 @@
+# Copyright 2021-present Open Networking Foundation
+#
+# SPDX-License-Identifier: Apache-2.0
+
+SD_CORE_CHART            := aether/sd-core --version 0.10.6
+
+# For installing the ROC
+AETHER_ROC_UMBRELLA_CHART := aether/aether-roc-umbrella --version 2.0.34
+ATOMIX_CONTROLLER_CHART   := atomix/atomix-controller --version 0.6.9
+ATOMIX_RAFT_STORAGE_CHART := atomix/atomix-raft-storage --version 0.1.20
+ONOS_OPERATOR_CHART       := onosproject/onos-operator --version 0.5.1
+
+# Config files to use
+ROC_VALUES     := $(MAKEDIR)/roc-values.yaml
+ROC_4G_MODELS  := $(MAKEDIR)/roc-4g-models.json
+ROC_5G_MODELS  := $(MAKEDIR)/roc-5g-models.json
+4G_CORE_VALUES := $(MAKEDIR)/sd-core-4g-values.yaml
+5G_CORE_VALUES := $(MAKEDIR)/sd-core-5g-values.yaml