diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 0e82565b33..0c9dbf4e6b 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -133,6 +133,7 @@ tripleo: - stackforge/os-config-applier - stackforge/os-refresh-config - stackforge/tripleo-image-elements + - openstack/tripleo-incubator - stackforge/tripleo-heat-templates branches: - master diff --git a/modules/openstack_project/files/gerrit/acls/openstack/tripleo-incubator.config b/modules/openstack_project/files/gerrit/acls/openstack/tripleo-incubator.config new file mode 100644 index 0000000000..b5a4515bc6 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/openstack/tripleo-incubator.config @@ -0,0 +1,9 @@ +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true +[access "refs/heads/*"] + label-Code-Review = -2..+2 group tripleo-core + label-Approved = +0..+1 group tripleo-core + workInProgress = group tripleo-core diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 4d5b0f95d0..c708e68da0 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1500,6 +1500,12 @@ projects: post: - tripleo-image-elements-coverage + - name: openstack/tripleo-incubator + check: + - gate-noop + gate: + - gate-noop + - name: stackforge/climate check: - gate-climate-pep8 diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 5dd01f5b4f..38d828d15c 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -120,6 +120,9 @@ - project: stackforge/tripleo-image-elements description: "Disk image elements for deployment images of Openstack" upstream: git://github.com/stackforge/diskimage-builder.git +- project: openstack/tripleo-incubator + description: "The TripleO incubator where unformed things are experimented with." + upstream: git://github.com/tripleo/incubator.git - project: stackforge/healthnmon description: "Healthnmon aims to deliver 'Cloud Resource Monitor', an extensible service to OpenStack Cloud Operating system by providing monitoring service for Cloud Resources and Infrastructure with a pluggable framework for 'Inventory Management', 'Alerts and notifications' and 'Utilization Data." upstream: git://github.com/healthnmon/healthnmon.git