diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 3ee6f18918..ad6c2132f7 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -251,6 +251,7 @@ puppet-openstack: - stackforge/puppet-neutron - stackforge/puppet-nova - stackforge/puppet-openstack + - stackforge/puppet-openstacklib - stackforge/puppet_openstack_builder - stackforge/puppet-openstack_dev_env - stackforge/puppet-swift diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index e74bcbba5f..77373c95ff 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1764,6 +1764,17 @@ - gate-{name}-puppet-syntax - puppet-module-unit +- project: + name: puppet-openstacklib + github-org: stackforge + node: bare-precise + tarball-site: tarballs.openstack.org + + jobs: + - gate-{name}-puppet-lint + - gate-{name}-puppet-syntax + - puppet-module-unit + - project: name: puppet-sahara github-org: stackforge diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 96bd978b1b..4cc1ed71d2 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -904,6 +904,10 @@ description: Puppet for OpenStack Design Specifications acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config upstream: git://github.com/hogepodge/puppet-openstack-specs +- project: stackforge/puppet-openstacklib + group: puppet-openstack + description: Module for Common Puppet OpenStack Dependencies + acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config - project: stackforge/puppet-openstack_dev_env group: puppet-openstack description: OpenStack Puppet Dev Environment diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 14392a5e5c..06411dbba5 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -4108,6 +4108,24 @@ projects: gate: - noop + - name: stackforge/puppet-openstacklib + check: + - gate-puppet-openstacklib-puppet-lint + - gate-puppet-openstacklib-puppet-syntax + - gate-puppet-openstacklib-puppet-unit-2.7 + - gate-puppet-openstacklib-puppet-unit-3.1 + - gate-puppet-openstacklib-puppet-unit-3.2 + - gate-puppet-openstacklib-puppet-unit-3.3 + - gate-puppet-openstacklib-puppet-unit-3.4 + gate: + - gate-puppet-openstacklib-puppet-lint + - gate-puppet-openstacklib-puppet-syntax + - gate-puppet-openstacklib-puppet-unit-2.7 + - gate-puppet-openstacklib-puppet-unit-3.1 + - gate-puppet-openstacklib-puppet-unit-3.2 + - gate-puppet-openstacklib-puppet-unit-3.3 + - gate-puppet-openstacklib-puppet-unit-3.4 + - name: stackforge/puppet_openstack_builder check: - noop