diff options
author | Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> | 2018-06-19 15:19:53 -0400 |
---|---|---|
committer | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-07-15 10:59:27 +0000 |
commit | b642ee553d6dd486fc375755af9da2fdd9c94885 (patch) | |
tree | 6ef3892f15ca7358c316772d388967b905040df1 /kubernetes/sdnc/requirements.yaml | |
parent | dfadfeb71f183943ece2b1641a2d51bcf6219ab6 (diff) |
SDN-C Multi-site High-availability - Auto-failover
Change-Id: I4e028b31ce7a60154d2c04c63431c5ea996de8f8
Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
Issue-ID: SDNC-213
Diffstat (limited to 'kubernetes/sdnc/requirements.yaml')
-rw-r--r-- | kubernetes/sdnc/requirements.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kubernetes/sdnc/requirements.yaml b/kubernetes/sdnc/requirements.yaml index c458755a85..09348140be 100644 --- a/kubernetes/sdnc/requirements.yaml +++ b/kubernetes/sdnc/requirements.yaml @@ -21,4 +21,8 @@ dependencies: repository: '@local' - name: dgbuilder version: ~2.0.0 - repository: '@local'
\ No newline at end of file + repository: '@local' + - name: sdnc-prom + version: ~2.0.0 + repository: '@local' + condition: config.geoEnabled |