diff --git a/gerrit/acls/openstack/tripleo-ha-utils.config b/gerrit/acls/openstack/tripleo-ha-utils.config new file mode 100644 index 0000000000..33c46eb8d3 --- /dev/null +++ b/gerrit/acls/openstack/tripleo-ha-utils.config @@ -0,0 +1,12 @@ +[access "refs/heads/*"] +abandon = group tripleo-ha-utils-core +label-Code-Review = -2..+2 group tripleo-ha-utils-core +label-Verified = -1..+1 group tripleo-ci +label-Workflow = -1..+1 group tripleo-ha-utils-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 6969cbd2a3..541d093de1 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6574,6 +6574,11 @@ - tripleo description: Documentation for TripleO acl-config: /home/gerrit2/acls/openstack/tripleo.config +- project: openstack/tripleo-ha-utils + description: A set of tools for testing all the HA bits of a TripleO environment + upstream: https://github.com/redhat-openstack/tripleo-quickstart-utils + groups: + - tripleo - project: openstack/tripleo-heat-templates groups: - tripleo diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 46d61aaf02..36c3f3b704 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -2402,6 +2402,7 @@ tripleo: - openstack/tripleo-common - openstack/tripleo-common-tempest-plugin - openstack/tripleo-docs + - openstack/tripleo-ha-utils - openstack/tripleo-heat-templates - openstack/tripleo-image-elements - openstack/tripleo-incubator diff --git a/zuul/main.yaml b/zuul/main.yaml index c9d6e49af4..c662098150 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1294,6 +1294,7 @@ - openstack/tripleo-common - openstack/tripleo-common-tempest-plugin - openstack/tripleo-docs + - openstack/tripleo-ha-utils - openstack/tripleo-heat-templates - openstack/tripleo-image-elements - openstack/tripleo-incubator