summaryrefslogtreecommitdiffstats
path: root/kubernetes/contrib/requirements.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/contrib/requirements.yaml')
-rw-r--r--kubernetes/contrib/requirements.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/kubernetes/contrib/requirements.yaml b/kubernetes/contrib/requirements.yaml
index 6e0025e41c..2574cea2c5 100644
--- a/kubernetes/contrib/requirements.yaml
+++ b/kubernetes/contrib/requirements.yaml
@@ -15,4 +15,12 @@
dependencies:
- name: common
version: ~6.x-0
- repository: '@local' \ No newline at end of file
+ repository: '@local'
+ - name: netbox
+ version: ~6.x-0
+ repository: 'file://components/netbox'
+ condition: netbox.enabled
+ - name: awx
+ version: ~6.x-0
+ repository: 'file://components/awx'
+ condition: awx.enabled