openstack-ansible/playbooks/roles/os_ceilometer/tasks/ceilometer_service_setup.yml
Miguel Cantu 653f184733 Implement Ceilometer
This patch implements the implement-ceilometer blueprint.
It addes the necessary role/variables to deploy ceilometer
with a Mongodb backend. The Monogdb backend is assumed to
be up and configured and the playbooks only require a few
values to be set in user_variables to establish a connection.

Change-Id: I2164a1f27f632ce254cc2711ada2c449a9961fed
Implements: blueprint implement-ceilometer
2015-07-07 19:31:04 +00:00

31 lines
1.3 KiB
YAML

---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- include: ceilometer_service_add.yml
vars:
service_user_name: "{{ ceilometer_service_user_name }}"
service_tenant_name: "{{ ceilometer_service_tenant_name }}"
service_name: "{{ ceilometer_service_name }}"
service_type: "{{ ceilometer_service_type }}"
service_region: "{{ceilometer_service_region }}"
service_description: "{{ ceilometer_service_description }}"
service_password: "{{ ceilometer_service_password }}"
service_internalurl: "{{ ceilometer_service_internalurl }}"
service_publicurl: "{{ ceilometer_service_publicurl }}"
service_adminurl: "{{ ceilometer_service_adminurl }}"
role_name: "{{ ceilometer_role_name }}"
tags:
- ceilometer-add-service