Merge "[HOLMES] Use direct name for consul"
[oom.git] / kubernetes / contrib / requirements.yaml
index f315681..c6d0a19 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright © 2018 Amdocs, Bell Canada
+# Modifications Copyright © 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: ~3.0.0
-    repository: '@local'
\ No newline at end of file
+    version: ~9.x-0
+    repository: '@local'
+  - name: awx
+    version: ~9.x-0
+    repository: 'file://components/awx'
+    condition: awx.enabled
+  - name: ejbca
+    version: ~9.x-0
+    repository: 'file://components/ejbca'
+    condition: global.cmpv2Enabled
+  - name: netbox
+    version: ~9.x-0
+    repository: 'file://components/netbox'
+    condition: netbox.enabled
+  - name: repositoryGenerator
+    version: ~9.x-0
+    repository: '@local'