Add ansible-role-virtualenv to openstack workflow
This role will be responsible for managing virtualenv. Currently, we are not aiming to be part of big tent. We do not have an upstream repo, so this will be created as a new repo in gerrit. Notifications will go to windmill channel for now. Change-Id: Id83973b8aad871f9006a0cdf409b78d47383ff4e Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
f4843c3171
commit
e3c58defbf
14
gerrit/acls/openstack/ansible-role-virtualenv.config
Normal file
14
gerrit/acls/openstack/ansible-role-virtualenv.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ansible-role-virtualenv-core
|
||||
label-Code-Review = -2..+2 group ansible-role-virtualenv-core
|
||||
label-Workflow = -1..+1 group ansible-role-virtualenv-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group ansible-role-virtualenv-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -815,6 +815,8 @@
|
||||
description: Ansible role to manage Shade
|
||||
- project: openstack/ansible-role-ssh
|
||||
description: Ansible role to manage SSH
|
||||
- project: openstack/ansible-role-virtualenv
|
||||
description: Ansible role to manage Virtualenv
|
||||
- project: openstack/ansible-role-zuul
|
||||
description: Ansible role to manage Zuul
|
||||
- project: openstack/anvil
|
||||
|
@ -2324,6 +2324,7 @@ openstack-windmill:
|
||||
- openstack/ansible-role-nodepool
|
||||
- openstack/ansible-role-shade
|
||||
- openstack/ansible-role-ssh
|
||||
- openstack/ansible-role-virtualenv
|
||||
- openstack/ansible-role-zuul
|
||||
- openstack/windmill
|
||||
branches:
|
||||
|
@ -119,6 +119,14 @@
|
||||
- ansible-role-jobs
|
||||
- hook-{name}-rtfd
|
||||
|
||||
- project:
|
||||
name: ansible-role-virtualenv
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- ansible-role-jobs
|
||||
- hook-{name}-rtfd
|
||||
|
||||
- project:
|
||||
name: ansible-role-zuul
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -5264,6 +5264,18 @@ projects:
|
||||
- name: windmill-jobs-trusty-nv
|
||||
- name: windmill-jobs-xenial-nv
|
||||
|
||||
- name: openstack/ansible-role-virtualenv
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: ansible-role-jobs
|
||||
- name: ansible-role-functional-jobs-centos7-nv
|
||||
- name: ansible-role-functional-jobs-trusty-nv
|
||||
- name: ansible-role-functional-jobs-xenial-nv
|
||||
- name: docs-on-rtfd
|
||||
- name: windmill-jobs-centos7-nv
|
||||
- name: windmill-jobs-trusty-nv
|
||||
- name: windmill-jobs-xenial-nv
|
||||
|
||||
- name: openstack/ansible-role-zuul
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user