X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fesr%2Frequirements.yaml;h=1617572bb2296eb1923c67b06402253a57bc41ad;hb=79a4467f0a8ea824c63206739eb51cebceaa3e0e;hp=f639633537c71cf1bd8fe5df85d53486226908b0;hpb=c8b445c485855bb8b28cc3b9ca0f7d0a92f20673;p=oom.git diff --git a/kubernetes/esr/requirements.yaml b/kubernetes/esr/requirements.yaml index f639633537..1617572bb2 100644 --- a/kubernetes/esr/requirements.yaml +++ b/kubernetes/esr/requirements.yaml @@ -1,4 +1,5 @@ # Copyright © 2017 Amdocs, Bell Canada +# Modifications Copyright © 2018 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,9 +14,10 @@ # limitations under the License. dependencies: - - name: common - version: ~2.0.0 - # local reference to common chart, as it is - # a part of this chart's package and will not - # be published independently to a repo (at this point) - repository: '@local' + - name: esr-gui + version: ~7.x-0 + repository: 'file://components/esr-gui' + condition: esr-gui.enabled + - name: esr-server + version: ~7.x-0 + repository: 'file://components/esr-server'