Merge "Add nginx support to zuul-web"

This commit is contained in:
Zuul 2018-12-20 23:47:03 +00:00 committed by Gerrit Code Review
commit e9f710714b
3 changed files with 12 additions and 0 deletions

View File

@ -8,6 +8,7 @@
- openstack/ansible-role-diskimage-builder
- openstack/ansible-role-gearman
- openstack/ansible-role-logrotate
- openstack/ansible-role-nginx
- openstack/ansible-role-nodepool
- openstack/ansible-role-openstacksdk
- openstack/ansible-role-ssh

View File

@ -53,6 +53,14 @@
include_role:
name: openstack.logrotate
- name: Bootstrap zuul-web
hosts: zuul-web
tasks:
- name: Setup openstack.nginx role
include_role:
name: openstack.nginx
- import_playbook: zuul-scheduler.yaml
- import_playbook: zuul-executor.yaml
- import_playbook: zuul-fingergw.yaml

View File

@ -8,6 +8,9 @@
- name: openstack.logrotate
src: git+https://git.openstack.org/openstack/ansible-role-logrotate
- name: openstack.nginx
src: git+https://git.openstack.org/openstack/ansible-role-nginx
- name: openstack.nodepool
src: git+https://git.openstack.org/openstack/ansible-role-nodepool