[COMAC-127] Add condition whether ProgRAN is deployed or not in mcord
Basically, ProgRAN will not be involved in COMAC by default.
Need a condition not to deploy ProgRAN by using COMAC-Platform.
Change-Id: I400aece26d4a4b86802c2843590a584f1d365241
diff --git a/xos-profiles/mcord/Chart.yaml b/xos-profiles/mcord/Chart.yaml
index 2918474..580d102 100644
--- a/xos-profiles/mcord/Chart.yaml
+++ b/xos-profiles/mcord/Chart.yaml
@@ -17,7 +17,7 @@
description: A Helm chart for the "mcord" profile
icon: https://guide.opencord.org/logos/cord.svg
-version: 1.1.5
+version: 1.1.6
# xosproject/tosca-loader version
appVersion: 1.3.0
diff --git a/xos-profiles/mcord/requirements.yaml b/xos-profiles/mcord/requirements.yaml
index df2d4e7..9b95736 100644
--- a/xos-profiles/mcord/requirements.yaml
+++ b/xos-profiles/mcord/requirements.yaml
@@ -28,6 +28,7 @@
- name: progran
version: 2.0.7
repository: file://../../xos-services/progran
+ condition: progran.enabled
- name: vrouter
version: 2.1.0
repository: file://../../xos-services/vrouter
diff --git a/xos-profiles/mcord/values.yaml b/xos-profiles/mcord/values.yaml
index 15f110d..15141a5 100644
--- a/xos-profiles/mcord/values.yaml
+++ b/xos-profiles/mcord/values.yaml
@@ -44,7 +44,9 @@
enabled: true
onos-service:
enabled: true
+progran:
+ enabled: true
-# wheter SEBA will be installed on the side or not
+# whether SEBA will be installed on the side or not
seba:
enabled: false
\ No newline at end of file