Paul Belanger dc3ac2381a Rename zuul-launcher to zuul-executor
Change-Id: Ibca96dec83f7a1a077ada9c8e001e9f173c6e050
Depends-On: I933ad76621b402701d418bcb693192713c79da41
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-03-15 13:53:04 -04:00

108 lines
3.7 KiB
YAML

# Copyright 2015 Red Hat, 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.
---
# tasks/main.yaml
zuul_task_manager:
- pre
- install
- config
- service
# tasks/config.yaml
zuul_user_name: zuul
zuul_user_group: zuul
zuul_user_home: /var/lib/zuul
zuul_file_layout_dest: /etc/zuul/config/
zuul_file_layout_group: "{{ zuul_user_group }}"
zuul_file_layout_mode: 0755
zuul_file_layout_owner: "{{ zuul_user_name }}"
zuul_file_layout_src: etc/zuul/config/
zuul_file_gearman_logging_conf_dest: /etc/zuul/gearman-logging.conf
zuul_file_gearman_logging_conf_group: "{{ zuul_user_group }}"
zuul_file_gearman_logging_conf_mode: 0644
zuul_file_gearman_logging_conf_owner: "{{ zuul_user_name }}"
zuul_file_gearman_logging_conf_src: etc/zuul/gearman-logging.conf
zuul_file_executor_logging_conf_dest: /etc/zuul/executor-logging.conf
zuul_file_executor_logging_conf_group: "{{ zuul_user_group }}"
zuul_file_executor_logging_conf_mode: 0644
zuul_file_executor_logging_conf_owner: "{{ zuul_user_name }}"
zuul_file_executor_logging_conf_src: etc/zuul/executor-logging.conf
zuul_file_merger_logging_conf_dest: /etc/zuul/merger-logging.conf
zuul_file_merger_logging_conf_group: "{{ zuul_user_group }}"
zuul_file_merger_logging_conf_mode: 0644
zuul_file_merger_logging_conf_owner: "{{ zuul_user_name }}"
zuul_file_merger_logging_conf_src: etc/zuul/merger-logging.conf
zuul_file_scheduler_logging_conf_dest: /etc/zuul/scheduler-logging.conf
zuul_file_scheduler_logging_conf_group: "{{ zuul_user_group }}"
zuul_file_scheduler_logging_conf_mode: 0644
zuul_file_scheduler_logging_conf_owner: "{{ zuul_user_name }}"
zuul_file_scheduler_logging_conf_src: etc/zuul/scheduler-logging.conf
zuul_file_zuul_conf_dest: /etc/zuul/zuul.conf
zuul_file_zuul_conf_group: "{{ zuul_user_group }}"
zuul_file_zuul_conf_mode: 0644
zuul_file_zuul_conf_owner: "{{ zuul_user_name }}"
zuul_file_zuul_conf_src: etc/zuul/zuul.conf
# tasks/install.yaml
zuul_git_dest: /opt/ansible-role-zuul/git/openstack-infra/zuul
zuul_git_uri: https://git.openstack.org/openstack-infra/zuul
zuul_git_version: feature/zuulv3
zuul_install_method: git
zuul_pip_name: zuul
#zuul_pip_extra_args:
#zuul_pip_version:
#zuul_pip_virtualenv:
# tasks/service.yaml
zuul_file_zuul_executor_service_group: root
zuul_file_zuul_executor_service_owner: root
zuul_file_zuul_executor_service_config_group: root
zuul_file_zuul_executor_service_config_owner: root
zuul_file_zuul_merger_service_group: root
zuul_file_zuul_merger_service_owner: root
zuul_file_zuul_merger_service_config_group: root
zuul_file_zuul_merger_service_config_owner: root
zuul_file_zuul_scheduler_service_group: root
zuul_file_zuul_scheduler_service_owner: root
zuul_file_zuul_scheduler_service_config_group: root
zuul_file_zuul_scheduler_service_config_owner: root
zuul_service_zuul_executor_enabled: yes
zuul_service_zuul_executor_manage: true
zuul_service_zuul_executor_name: zuul-executor
zuul_service_zuul_executor_state: started
zuul_service_zuul_merger_enabled: yes
zuul_service_zuul_merger_manage: true
zuul_service_zuul_merger_name: zuul-merger
zuul_service_zuul_merger_state: started
zuul_service_zuul_scheduler_enabled: yes
zuul_service_zuul_scheduler_manage: true
zuul_service_zuul_scheduler_name: zuul-scheduler
zuul_service_zuul_scheduler_state: started