From 113fccee9efc558e90b0a62adedccb29347d7f18 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Thu, 28 Feb 2019 14:16:34 +0800 Subject: Add ONAP scenario JIRA: - 1. Add ONAP plugin 2. Add ONAP scenario Change-Id: I80046811207f5786049fb9829e3d9f33ea31978a Signed-off-by: Harry Huang --- plugins/onap/roles/vars/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/onap/roles/vars/main.yml (limited to 'plugins/onap/roles/vars/main.yml') 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 -- cgit 1.2.3-korg