Merge "Use the sync-project-config role in service-zuul"
This commit is contained in:
commit
81d9dc44ab
@ -1591,6 +1591,9 @@
|
|||||||
label: ubuntu-xenial
|
label: ubuntu-xenial
|
||||||
- name: zuul01.openstack.org
|
- name: zuul01.openstack.org
|
||||||
label: ubuntu-xenial
|
label: ubuntu-xenial
|
||||||
|
required-projects:
|
||||||
|
- openstack/project-config
|
||||||
|
- opendev/system-config
|
||||||
vars:
|
vars:
|
||||||
run_playbooks:
|
run_playbooks:
|
||||||
- playbooks/service-letsencrypt.yaml
|
- playbooks/service-letsencrypt.yaml
|
||||||
|
@ -119,11 +119,9 @@
|
|||||||
group: zuul
|
group: zuul
|
||||||
mode: 0600
|
mode: 0600
|
||||||
|
|
||||||
- name: Clone project-config repo
|
- name: Sync project-config
|
||||||
git:
|
include_role:
|
||||||
repo: https://opendev.org/openstack/project-config
|
name: sync-project-config
|
||||||
dest: /opt/project-config
|
|
||||||
force: yes
|
|
||||||
|
|
||||||
- name: Install docker-compose
|
- name: Install docker-compose
|
||||||
package:
|
package:
|
||||||
|
Loading…
Reference in New Issue
Block a user