|
|
|
@ -384,7 +384,9 @@
|
|
|
|
|
- .zuul.yaml
|
|
|
|
|
- playbooks/group_vars/eavesdrop.yaml
|
|
|
|
|
- testinfra/test_eavesdrop.py
|
|
|
|
|
|
|
|
|
|
vars:
|
|
|
|
|
run_playbooks:
|
|
|
|
|
- playbooks/remote_puppet_else.yaml
|
|
|
|
|
|
|
|
|
|
- job:
|
|
|
|
|
name: system-config-run-letsencrypt
|
|
|
|
@ -401,6 +403,10 @@
|
|
|
|
|
label: ubuntu-bionic
|
|
|
|
|
- name: letsencrypt02.opendev.org
|
|
|
|
|
label: ubuntu-bionic
|
|
|
|
|
vars:
|
|
|
|
|
run_playbooks:
|
|
|
|
|
- playbooks/service-nameserver.yaml
|
|
|
|
|
- playbooks/service-letsencrypt.yaml
|
|
|
|
|
host-vars:
|
|
|
|
|
letsencrypt01.opendev.org:
|
|
|
|
|
host_copy_output:
|
|
|
|
@ -426,6 +432,10 @@
|
|
|
|
|
label: ubuntu-xenial
|
|
|
|
|
- name: nb01.openstack.org
|
|
|
|
|
label: ubuntu-xenial
|
|
|
|
|
vars:
|
|
|
|
|
run_playbooks:
|
|
|
|
|
- playbooks/service-nodepool.yaml
|
|
|
|
|
- playbooks/remote_puppet_else.yaml
|
|
|
|
|
files:
|
|
|
|
|
- .zuul.yaml
|
|
|
|
|
- playbooks/group_vars/nodepool.yaml
|
|
|
|
@ -435,22 +445,6 @@
|
|
|
|
|
- playbooks/templates/clouds/
|
|
|
|
|
- testinfra/test_nodepool.py
|
|
|
|
|
|
|
|
|
|
- job:
|
|
|
|
|
name: system-config-run-docker
|
|
|
|
|
parent: system-config-run
|
|
|
|
|
description: |
|
|
|
|
|
Test docker installation and setup
|
|
|
|
|
nodeset:
|
|
|
|
|
nodes:
|
|
|
|
|
- name: bridge.openstack.org
|
|
|
|
|
label: ubuntu-bionic
|
|
|
|
|
- name: bionic-docker
|
|
|
|
|
label: ubuntu-bionic
|
|
|
|
|
files:
|
|
|
|
|
- .zuul.yaml
|
|
|
|
|
- playbooks/roles/install-docker
|
|
|
|
|
- testinfra/test_docker.py
|
|
|
|
|
|
|
|
|
|
- job:
|
|
|
|
|
name: system-config-run-dns
|
|
|
|
|
parent: system-config-run
|
|
|
|
@ -467,6 +461,9 @@
|
|
|
|
|
label: ubuntu-bionic
|
|
|
|
|
- name: ns1.opendev.org
|
|
|
|
|
label: ubuntu-bionic
|
|
|
|
|
vars:
|
|
|
|
|
run_playbooks:
|
|
|
|
|
- playbooks/service-nameserver.yaml
|
|
|
|
|
host-vars:
|
|
|
|
|
adns1.opendev.org:
|
|
|
|
|
host_copy_output:
|
|
|
|
@ -496,6 +493,9 @@
|
|
|
|
|
label: ubuntu-bionic
|
|
|
|
|
- name: insecure-ci-registry01.opendev.org
|
|
|
|
|
label: ubuntu-bionic
|
|
|
|
|
vars:
|
|
|
|
|
run_playbooks:
|
|
|
|
|
- playbooks/service-registry.yaml
|
|
|
|
|
host-vars:
|
|
|
|
|
insecure-ci-registry01.opendev.org:
|
|
|
|
|
host_copy_output:
|
|
|
|
@ -524,7 +524,9 @@
|
|
|
|
|
- name: gitea01.opendev.org
|
|
|
|
|
label: ubuntu-bionic
|
|
|
|
|
vars:
|
|
|
|
|
run_base_test_playbook: playbooks/zuul/test-gitea.yaml
|
|
|
|
|
run_playbooks:
|
|
|
|
|
- playbooks/service-gitea-lb.yaml
|
|
|
|
|
run_test_playbook: playbooks/test-gitea.yaml
|
|
|
|
|
host-vars:
|
|
|
|
|
gitea01.opendev.org:
|
|
|
|
|
host_copy_output:
|
|
|
|
@ -561,6 +563,9 @@
|
|
|
|
|
label: ubuntu-bionic
|
|
|
|
|
- name: zp01.opendev.org
|
|
|
|
|
label: ubuntu-bionic
|
|
|
|
|
vars:
|
|
|
|
|
run_playbooks:
|
|
|
|
|
- playbooks/service-zuul.yaml
|
|
|
|
|
files:
|
|
|
|
|
- .zuul.yaml
|
|
|
|
|
- playbooks/roles/zuul-preview/
|
|
|
|
@ -610,7 +615,6 @@
|
|
|
|
|
- system-config-run-dns
|
|
|
|
|
- system-config-run-eavesdrop
|
|
|
|
|
- system-config-run-nodepool
|
|
|
|
|
- system-config-run-docker
|
|
|
|
|
- system-config-run-docker-registry
|
|
|
|
|
- system-config-run-gitea:
|
|
|
|
|
dependencies:
|
|
|
|
@ -633,7 +637,6 @@
|
|
|
|
|
- system-config-run-dns
|
|
|
|
|
- system-config-run-eavesdrop
|
|
|
|
|
- system-config-run-nodepool
|
|
|
|
|
- system-config-run-docker
|
|
|
|
|
- system-config-run-docker-registry
|
|
|
|
|
- system-config-run-gitea:
|
|
|
|
|
dependencies:
|
|
|
|
|