diff --git a/gerrit/acls/openstack/kayobe.config b/gerrit/acls/openstack/kayobe.config new file mode 100644 index 0000000000..9502f93396 --- /dev/null +++ b/gerrit/acls/openstack/kayobe.config @@ -0,0 +1,15 @@ +[access "refs/heads/*"] +abandon = group kayobe-core +create = group kayobe-release +label-Code-Review = -2..+2 group kayobe-core +label-Workflow = -1..+1 group kayobe-core + +[access "refs/tags/*"] +pushSignedTag = group kayobe-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index a7ab2f91f8..98b378c667 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -4112,6 +4112,11 @@ acl-config: /home/gerrit2/acls/openstack/karbor.config - project: openstack/karma-subunit-reporter description: A karma plugin to report Karma test results as a subunit stream +- project: openstack/kayobe + description: Deployment of containerised OpenStack to bare metal using kolla + and bifrost + upstream: https://github.com/stackhpc/kayobe.git + use-storyboard: true - project: openstack/keystone description: OpenStack Identity (Keystone) options: diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 6f4b780c44..889e8d7df9 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -977,6 +977,17 @@ openstack-karbor: branches: - master +openstack-kayobe: + events: + - patchset-created + - change-merged + - x-vrif-minus-2 + projects: + - openstack/kayobe + branches: + - master + - ^stable/.* + openstack-keystone: events: - change-merged diff --git a/zuul/main.yaml b/zuul/main.yaml index f9772e8cc8..7536067cbb 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -687,6 +687,7 @@ - openstack/karbor - openstack/karbor-dashboard - openstack/karma-subunit-reporter + - openstack/kayobe - openstack/keystone - openstack/keystone-specs - openstack/keystone-tempest-plugin