From a9da52f24627813dffe278e2299bc66286a00358 Mon Sep 17 00:00:00 2001 From: liyuenan Date: Tue, 22 Nov 2016 11:51:53 +0800 Subject: Support ceilometer for Newton JIRA: COMPASS-491 Change-Id: Iffa7e37e931af4c212fe523e529ee34dd2c14c24 Signed-off-by: liyuenan --- .../roles/ceilometer_controller/vars/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 deploy/adapters/ansible/openstack_newton_xenial/roles/ceilometer_controller/vars/main.yml (limited to 'deploy/adapters/ansible/openstack_newton_xenial/roles/ceilometer_controller/vars/main.yml') diff --git a/deploy/adapters/ansible/openstack_newton_xenial/roles/ceilometer_controller/vars/main.yml b/deploy/adapters/ansible/openstack_newton_xenial/roles/ceilometer_controller/vars/main.yml new file mode 100644 index 00000000..209e1e00 --- /dev/null +++ b/deploy/adapters/ansible/openstack_newton_xenial/roles/ceilometer_controller/vars/main.yml @@ -0,0 +1,11 @@ +############################################################################## +# Copyright (c) 2016 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 +############################################################################## +--- +packages_noarch: [] +metering_secret: 1c5df72079b31fb47747 -- cgit 1.2.3-korg