Create ansible-role-boto3 project

We'll be using this in the windmill project to help managed boto3 which
is a nodepool dependency.

Change-Id: I99ede4f0fbabdce26fc981a38e75854d97f5b337
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2020-04-30 08:46:05 -04:00
parent cfd3454673
commit 078d3f16f3
4 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[access "refs/heads/*"]
abandon = group ansible-role-boto3-core
label-Code-Review = -2..+2 group ansible-role-boto3-core
label-Workflow = -1..+1 group ansible-role-boto3-core
[access "refs/tags/*"]
pushSignedTag = group ansible-role-boto3-release
[receive]
requireChangeId = true
requireContributorAgreement = false
[submit]
mergeContent = true

View File

@ -6198,6 +6198,8 @@
description: Ansible role to manage borgbackup
- project: windmill/ansible-role-borgmatic
description: Ansible role to manage borgmatic
- project: windmill/ansible-role-boto3
description: Ansible role to manage boto3
- project: windmill/ansible-role-carbon
description: Ansible role to manage graphite-project/carbon
- project: windmill/ansible-role-diskimage-builder

View File

@ -1691,6 +1691,7 @@ openstack-windmill:
- windmill/ansible-role-ansible
- windmill/ansible-role-borgbackup
- windmill/ansible-role-borgmatic
- windmill/ansible-role-boto3
- windmill/ansible-role-carbon
- windmill/ansible-role-diskimage-builder
- windmill/ansible-role-elasticsearch

View File

@ -1103,6 +1103,7 @@
- windmill/ansible-role-ansible
- windmill/ansible-role-borgbackup
- windmill/ansible-role-borgmatic
- windmill/ansible-role-boto3
- windmill/ansible-role-carbon
- windmill/ansible-role-diskimage-builder
- windmill/ansible-role-elasticsearch