[openstack-dev] [openstack-infra][project-config] how project config is updated

Jeremy Stanley fungi at yuggoth.org
Thu Jun 30 13:49:51 UTC 2016


On 2016-06-30 21:42:20 +0800 (+0800), 王华 wrote:
> After openstack-infra/project-config is updated, for example layout.yaml
> for zuul is changed, how the change is applied to the CI system? Is there a
> script to trigger this change? I don't find some scripts in the pipeline of
> project-config in the layout.yaml to do this work. Do anyone know how it
> works?

We have ansible roles in the openstack-infra/system-config repo
which are run from a wrapper script triggered by a cron job every 15
minutes to update modules on all our servers and do a `puppet apply`
on them. In the case of zuul layout.yaml, the updated config is put
in place by the Puppet module in the openstack-infra/puppet-zuul
module.
-- 
Jeremy Stanley



More information about the OpenStack-dev mailing list