diff --git a/gerrit/acls/openstack/ansible-role-openstacksdk.config b/gerrit/acls/openstack/ansible-role-openstacksdk.config new file mode 100644 index 0000000000..0ad5d7a0d9 --- /dev/null +++ b/gerrit/acls/openstack/ansible-role-openstacksdk.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group ansible-role-openstacksdk-core +label-Code-Review = -2..+2 group ansible-role-openstacksdk-core +label-Workflow = -1..+1 group ansible-role-openstacksdk-core + +[access "refs/tags/*"] +pushSignedTag = group ansible-role-openstacksdk-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index c3c3081fac..233a797062 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1087,6 +1087,8 @@ description: Ansible role to manage Nginx - project: openstack/ansible-role-nodepool description: Ansible role to manage Nodepool +- project: openstack/ansible-role-openstacksdk + description: Ansible role to manage OpenStackSDK - project: openstack/ansible-role-python_venv_build description: Ansible role to manage the building of python venvs groups: diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 627a518d8b..5d21d0954c 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -2137,6 +2137,7 @@ openstack-windmill: - openstack/ansible-role-logrotate - openstack/ansible-role-nginx - openstack/ansible-role-nodepool + - openstack/ansible-role-openstacksdk - openstack/ansible-role-shade - openstack/ansible-role-ssh - openstack/ansible-role-statsd diff --git a/zuul/main.yaml b/zuul/main.yaml index 4c3102731d..44177b3477 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -239,6 +239,7 @@ - openstack/ansible-role-logrotate - openstack/ansible-role-nginx - openstack/ansible-role-nodepool + - openstack/ansible-role-openstacksdk - openstack/ansible-role-python_venv_build - openstack/ansible-role-redhat-subscription - openstack/ansible-role-shade