diff options
author | 2019-08-05 12:01:16 -0400 | |
---|---|---|
committer | 2019-08-05 12:01:21 -0400 | |
commit | 54668628a12b389d40853c58330977a70bd4795d (patch) | |
tree | db54b41c2ebb081a387ed38313144cd8d811f32e /requirements.yaml | |
parent | 9562687244f2384dd47e2da3b9c8e98f0df2d3f3 (diff) |
Disable non-workflow mS in helm charts
Issue-ID: AAI-2558
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I06b4049b2e5c0bae734b4619abd6298a99ae2a11
Diffstat (limited to 'requirements.yaml')
-rw-r--r-- | requirements.yaml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/requirements.yaml b/requirements.yaml index dfe5ecf..92a70ad 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -27,3 +27,55 @@ dependencies: # be published independently to a repo (at this point) repository: '@local' condition: global.cassandra.localCluster + - name: aai-babel + version: ~5.x-0 + repository: 'file://components/aai-babel' + condition: aai-babel.enabled + - name: aai-champ + version: ~5.x-0 + repository: 'file://components/aai-champ' + condition: aai-champ.enabled + - name: aai-data-router + version: ~5.x-0 + repository: 'file://components/aai-data-router' + condition: aai-data-router.enabled + - name: aai-elasticsearch + version: ~5.x-0 + repository: 'file://components/aai-elasticsearch' + condition: aai-elasticsearch.enabled + - name: aai-gizmo + version: ~5.x-0 + repository: 'file://components/aai-gizmo' + condition: aai-gizmo.enabled + - name: aai-graphadmin + version: ~5.x-0 + repository: 'file://components/aai-graphadmin' + condition: aai-graphadmin.enabled + - name: aai-modelloader + version: ~5.x-0 + repository: 'file://components/aai-modelloader' + condition: aai-modelloader.enabled + - name: aai-resources + version: ~5.x-0 + repository: 'file://components/aai-resources' + condition: aai-resources.enabled + - name: aai-schema-service + version: ~5.x-0 + repository: 'file://components/aai-schema-service' + condition: aai-schema-service.enabled + - name: aai-search-data + version: ~5.x-0 + repository: 'file://components/aai-search-data' + condition: aai-search-data.enabled + - name: aai-sparky-be + version: ~5.x-0 + repository: 'file://components/aai-sparky-be' + condition: aai-sparky-be.enabled + - name: aai-spike + version: ~5.x-0 + repository: 'file://components/aai-spike' + condition: aai-spike.enabled + - name: aai-traversal + version: ~5.x-0 + repository: 'file://components/aai-traversal' + condition: aai-traversal.enabled |