diff options
author | Lovett, Trevor <trevor.lovett@att.com> | 2019-02-08 14:21:06 -0600 |
---|---|---|
committer | Lovett, Trevor <trevor.lovett@att.com> | 2019-02-08 14:33:06 -0600 |
commit | 477eb5c164afc2cc64c61844b9d1c859d17f3269 (patch) | |
tree | cca2061a384bf82e115125b53fa1f9557676315f /kubernetes/onap/requirements.yaml | |
parent | c0302566e649066e7afa28a58aae1154b9d45849 (diff) |
Remove VVP from OOM
As part of the Dublin release, the web version of VVP is being
deprecated. A command-line script will remain, but there will
be no deployable, online version of the tooling. This change
removes the deprecated components from the OOM deployment and
management.
Issue-ID: VVP-136
Change-Id: Iea4e611d6b1a784be271982eb6a92099a944bd76
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Diffstat (limited to 'kubernetes/onap/requirements.yaml')
-rw-r--r-- | kubernetes/onap/requirements.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kubernetes/onap/requirements.yaml b/kubernetes/onap/requirements.yaml index 4e18dc95a3..51b1a8f8f9 100644 --- a/kubernetes/onap/requirements.yaml +++ b/kubernetes/onap/requirements.yaml @@ -132,7 +132,3 @@ dependencies: version: ~3.0.0 repository: '@local' condition: vnfsdk.enabled - - name: vvp - version: ~3.0.0 - repository: '@local' - condition: vvp.enabled |