diff --git a/gerrit/acls/openstack/ansible-role-qdrouterd.config b/gerrit/acls/openstack/ansible-role-qdrouterd.config new file mode 100644 index 0000000000..98e921ec40 --- /dev/null +++ b/gerrit/acls/openstack/ansible-role-qdrouterd.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group ansible-role-qdrouterd-core +abandon = group openstack-ansible-core +label-Code-Review = -2..+2 group ansible-role-qdrouterd-core +label-Code-Review = -2..+2 group openstack-ansible-core +label-Workflow = -1..+1 group ansible-role-qdrouterd-core +label-Workflow = -1..+1 group openstack-ansible-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/acls/openstack/openstack-ansible-os_zun.config b/gerrit/acls/openstack/openstack-ansible-os_zun.config new file mode 100644 index 0000000000..31b56fac64 --- /dev/null +++ b/gerrit/acls/openstack/openstack-ansible-os_zun.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group openstack-ansible-core +abandon = group openstack-ansible-os_zun-core +label-Code-Review = -2..+2 group openstack-ansible-core +label-Code-Review = -2..+2 group openstack-ansible-os_zun-core +label-Workflow = -1..+1 group openstack-ansible-core +label-Workflow = -1..+1 group openstack-ansible-os_zun-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 67787abe18..58e7ace6db 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1094,6 +1094,12 @@ groups: - openstack-ansible docimpact-group: openstack-ansible +- project: openstack/ansible-role-qdrouterd + description: Ansible role to deploy qpid dispatch router + upstream: https://github.com/ajssmith/ansible-qdrouterd.git + groups: + - openstack-ansible + docimpact-group: openstack-ansible - project: openstack/ansible-role-redhat-subscription description: Ansible role to configure Red Hat Subscription Management - project: openstack/ansible-role-shade @@ -5389,6 +5395,12 @@ groups: - openstack-ansible docimpact-group: openstack-ansible +- project: openstack/openstack-ansible-os_zun + description: Role os_zun for OpenStack-Ansible + upstream: https://github.com/os-cloud/os_zun.git + groups: + - openstack-ansible + docimpact-group: openstack-ansible - project: openstack/openstack-ansible-pip_install description: Role pip_install for OpenStack-Ansible groups: diff --git a/zuul/main.yaml b/zuul/main.yaml index 6a4e29ce82..daf8413947 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -241,6 +241,7 @@ - openstack/ansible-role-nodepool - openstack/ansible-role-openstacksdk - openstack/ansible-role-python_venv_build + - openstack/ansible-role-qdrouterd - openstack/ansible-role-redhat-subscription - openstack/ansible-role-shade - openstack/ansible-role-ssh @@ -955,6 +956,7 @@ - openstack/openstack-ansible-os_trove - openstack/openstack-ansible-os_watcher - openstack/openstack-ansible-os_zaqar + - openstack/openstack-ansible-os_zun - openstack/openstack-ansible-pip_install - openstack/openstack-ansible-plugins - openstack/openstack-ansible-rabbitmq_server