Clean up CR's, whitespace and service description

This patch removes unnecessary whitespace and converts Windows
CR's to Unix LF's.

It also makes a small change to the default description for
Designate in the Keystone service catalogue to ensure that it
is more consistent with other services in OpenStack-Ansible.
This commit is contained in:
Jesse Pretorius
2016-03-11 11:50:55 +00:00
parent 6c1be36c8f
commit efb3648384
5 changed files with 65 additions and 65 deletions

View File

@@ -63,7 +63,7 @@ designate_system_user_home: "/var/lib/{{ designate_system_user_name }}"
## DB info ## DB info
designate_galera_user: designate designate_galera_user: designate
designate_galera_password: "{{ designate_container_mysql_password }}" designate_galera_password: "{{ designate_container_mysql_password }}"
designate_galera_database: designate designate_galera_database: designate
## RabbitMQ info ## RabbitMQ info
designate_rabbitmq_userid: designate designate_rabbitmq_userid: designate
@@ -90,10 +90,10 @@ designate_api_program_name: designate-api
designate_service_region: RegionOne designate_service_region: RegionOne
designate_service_endpoint_type: internalURL designate_service_endpoint_type: internalURL
designate_service_name: designate designate_service_name: designate
designate_service_port: 9001 designate_service_port: 9001
designate_service_proto: http designate_service_proto: http
designate_service_type: dns designate_service_type: dns
designate_service_description: "DNS as a service" designate_service_description: "Designate DNS as a Service"
designate_service_project_domain_id: default designate_service_project_domain_id: default
designate_service_user_domain_id: default designate_service_user_domain_id: default
designate_service_user_name: designate designate_service_user_name: designate

View File

@@ -1,3 +1,3 @@
dnsaas_hosts: dnsaas_hosts:
aio1: aio1:
ip: 172.29.236.100 ip: 172.29.236.100

View File

@@ -1,53 +1,53 @@
--- ---
# Copyright 2016, Tata Consultancy Services # Copyright 2016, Tata Consultancy Services
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # http://www.apache.org/licenses/LICENSE-2.0
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
component_skel: component_skel:
designate_api: designate_api:
belongs_to: belongs_to:
- designate_all - designate_all
designate_central: designate_central:
belongs_to: belongs_to:
- designate_all - designate_all
designate_mdns: designate_mdns:
belongs_to: belongs_to:
- designate_all - designate_all
designate_pool_manager: designate_pool_manager:
belongs_to: belongs_to:
- designate_all - designate_all
designate_sink: designate_sink:
belongs_to: belongs_to:
- designate_all - designate_all
container_skel: container_skel:
designate_container: designate_container:
belongs_to: belongs_to:
- dnsaas_containers - dnsaas_containers
contains: contains:
- designate_api - designate_api
- designate_central - designate_central
- designate_mdns - designate_mdns
- designate_pool_manager - designate_pool_manager
- designate_sink - designate_sink
properties: properties:
service_name: designate service_name: designate
container_release: trusty container_release: trusty
physical_skel: physical_skel:
dnsaas_containers: dnsaas_containers:
belongs_to: belongs_to:
- all_containers - all_containers
dnsaas_hosts: dnsaas_hosts:
belongs_to: belongs_to:
- hosts - hosts

View File

@@ -18,25 +18,25 @@
state: "restarted" state: "restarted"
pattern: "{{ designate_api_program_name }}" pattern: "{{ designate_api_program_name }}"
- name: Restart designate central - name: Restart designate central
service: service:
name: "{{ designate_central_program_name }}" name: "{{ designate_central_program_name }}"
state: "restarted" state: "restarted"
pattern: "{{ designate_central_program_name }}" pattern: "{{ designate_central_program_name }}"
- name: Restart designate pool-manager - name: Restart designate pool-manager
service: service:
name: "{{ designate_pool_manager_program_name }}" name: "{{ designate_pool_manager_program_name }}"
state: "restarted" state: "restarted"
pattern: "{{ designate_pool_manager_program_name }}" pattern: "{{ designate_pool_manager_program_name }}"
- name: Restart designate mdns - name: Restart designate mdns
service: service:
name: "{{ designate_mdns_program_name }}" name: "{{ designate_mdns_program_name }}"
state: "restarted" state: "restarted"
pattern: "{{ designate_mdns_program_name }}" pattern: "{{ designate_mdns_program_name }}"
- name: Restart designate sink - name: Restart designate sink
service: service:
name: "{{ designate_sink_program_name }}" name: "{{ designate_sink_program_name }}"
state: "restarted" state: "restarted"

View File

@@ -15,10 +15,10 @@
galaxy_info: galaxy_info:
author: rcbops author: rcbops
description: Installation and setup of designate description: Installation and setup of Designate
company: Rackspace company: OpenStack
license: Apache2 license: Apache2
min_ansible_version: 1.6.6 min_ansible_version: 1.9.0
platforms: platforms:
- name: Ubuntu - name: Ubuntu
versions: versions:
@@ -26,7 +26,7 @@ galaxy_info:
categories: categories:
- cloud - cloud
- python - python
- designate - designate
- development - development
- openstack - openstack
dependencies: dependencies: