diff options
author | 2019-02-28 14:16:34 +0800 | |
---|---|---|
committer | 2019-04-11 14:49:48 +0800 | |
commit | 113fccee9efc558e90b0a62adedccb29347d7f18 (patch) | |
tree | a7190e67ed1cf278efab5d3fad01848da6e1975f /plugins/onap/roles/vars | |
parent | 13b89da3652164ea1956d116c98fbe7db82eeda6 (diff) |
JIRA: -
1. Add ONAP plugin
2. Add ONAP scenario
Change-Id: I80046811207f5786049fb9829e3d9f33ea31978a
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'plugins/onap/roles/vars')
-rw-r--r-- | plugins/onap/roles/vars/main.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/onap/roles/vars/main.yml b/plugins/onap/roles/vars/main.yml new file mode 100644 index 00000000..83b591a5 --- /dev/null +++ b/plugins/onap/roles/vars/main.yml @@ -0,0 +1,13 @@ +############################################################################# +# Copyright (c) 2019 HUAWEI TECHNOLOGIES CO.,LTD and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +--- +helm_url: https://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-linux-amd64.tar.gz +oom_repo: https://gerrit.onap.org/r/oom +oom_dest: /home/oom +oom_version: casablanca |