Add zuul configuration

Change-Id: I19cfad8b68b5a8c2228b3f71c7810b3864e1ad3a
This commit is contained in:
Alex Schultz 2018-09-26 17:58:28 -06:00
parent f9330aca2c
commit e1d3b78459
3 changed files with 13 additions and 4 deletions

View File

@ -50,7 +50,7 @@ Role Variables
the appropriate data. If this is a list of hostnames, the `chrony_global_server_settings`
will be appended to the configuration.
* - `chrony_global_server_settings`
- ''
- `<none>`
- Default setting to apply to the servers configuration
* - `chrony_ntp_pools`
- `[]`
@ -59,7 +59,7 @@ Role Variables
the appropriate data. If this is a list of hostnames, the `chrony_global_pool_settings`
will be appended to the configuration.
* - `chrony_global_pool_settings`
- ''
- `<none>`
- Default setting to apply to the pools configuration
* - `chrony_ntp_peers`
- `[]`
@ -68,7 +68,7 @@ Role Variables
the appropriate data. If this is a list of hostnames, the `chrony_global_peer_settings`
will be appended to the configuration.
* - `chrony_global_peer_settings`
- ''
- `<none>`
- Default setting to apply to the peers configuration
* - `chrony_bind_addresses`
- `['127.0.0.1', '::1']`

View File

@ -1 +0,0 @@
../../

10
zuul.d/layout.yaml Normal file
View File

@ -0,0 +1,10 @@
- project:
check:
jobs:
- openstack-tox-linters
gate:
jobs:
- openstack-tox-linters
post:
jobs:
- publish-openstack-python-branch-tarball