Merge "[HOLMES] Use direct name for consul"
[oom.git] / kubernetes / cds / requirements.yaml
index d6975c4..c5c05bb 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright © 2017 Amdocs, Bell Canada
-# Modifications Copyright © 2018 Orange
+# Modifications Copyright © 2018,2020-2021 Orange
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 
 dependencies:
   - name: common
-    version: ~5.x-0
+    version: ~9.x-0
     repository: '@local'
   - name: mariadb-galera
-    version: ~5.x-0
-    repository: '@local'
\ No newline at end of file
+    version: ~9.x-0
+    repository: '@local'
+  - name: cds-blueprints-processor
+    version: ~9.x-0
+    repository: 'file://components/cds-blueprints-processor'
+    condition: cds-blueprints-processor.enabled
+  - name: cds-command-executor
+    version: ~9.x-0
+    repository: 'file://components/cds-command-executor'
+    condition: cds-command-executor.enabled
+  - name: cds-py-executor
+    version: ~9.x-0
+    repository: 'file://components/cds-py-executor'
+    condition: cds-py-executor.enabled
+  - name: cds-sdc-listener
+    version: ~9.x-0
+    repository: 'file://components/cds-sdc-listener'
+    condition: cds-sdc-listener.enabled
+  - name: cds-ui
+    version: ~9.x-0
+    repository: 'file://components/cds-ui'
+    condition: cds-ui.enabled