Add bifrost to OpenStack
Request to add bifrost repository and testing configuration. Change-Id: I5c113058316f5a0d5069e3a21684a359f4203ddf Depends-On: I2552803a1da44312a0e8879629036a23d89e2e2a
This commit is contained in:
parent
fea1e99afd
commit
6e689b12fc
gerrit
gerritbot
jenkins/jobs
zuul
14
gerrit/acls/openstack/bifrost.config
Normal file
14
gerrit/acls/openstack/bifrost.config
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group bifrost-core
|
||||||
|
label-Code-Review = -2..+2 group bifrost-core
|
||||||
|
label-Workflow = -1..+1 group bifrost-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group ironic-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -734,6 +734,11 @@
|
|||||||
and management of secrets, including in OpenStack environments.
|
and management of secrets, including in OpenStack environments.
|
||||||
- project: openstack/barbican-specs
|
- project: openstack/barbican-specs
|
||||||
description: Blueprints for the barbican project
|
description: Blueprints for the barbican project
|
||||||
|
- project: openstack/bifrost
|
||||||
|
description: Ansible roles and playbooks to enable a standalone Ironic install
|
||||||
|
upstream: git://github.com/juliakreger/bifrost.git
|
||||||
|
groups:
|
||||||
|
- ironic
|
||||||
- project: openstack/castellan
|
- project: openstack/castellan
|
||||||
description: Generic Key Manager interface for OpenStack
|
description: Generic Key Manager interface for OpenStack
|
||||||
- project: openstack/ceilometer
|
- project: openstack/ceilometer
|
||||||
|
@ -633,6 +633,7 @@ openstack-ironic:
|
|||||||
- openstack/ironic-lib
|
- openstack/ironic-lib
|
||||||
- openstack/ironic-specs
|
- openstack/ironic-specs
|
||||||
- openstack/ironic-python-agent
|
- openstack/ironic-python-agent
|
||||||
|
- openstack/bifrost
|
||||||
- openstack/python-ironicclient
|
- openstack/python-ironicclient
|
||||||
- openstack/coreos-image-builder
|
- openstack/coreos-image-builder
|
||||||
- stackforge/pyghmi
|
- stackforge/pyghmi
|
||||||
|
13
jenkins/jobs/bifrost.yaml
Normal file
13
jenkins/jobs/bifrost.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
- job:
|
||||||
|
name: 'gate-bifrost'
|
||||||
|
node: 'bare-trusty'
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- link-logs
|
||||||
|
- net-info
|
||||||
|
- gerrit-git-prep
|
||||||
|
- shell: |
|
||||||
|
scripts/test-bifrost.sh
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- console-log
|
@ -1394,6 +1394,14 @@ projects:
|
|||||||
- name: merge-check
|
- name: merge-check
|
||||||
- name: openstack-specs-jobs
|
- name: openstack-specs-jobs
|
||||||
|
|
||||||
|
- name: openstack/bifrost
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
check:
|
||||||
|
- gate-bifrost
|
||||||
|
gate:
|
||||||
|
- gate-bifrost
|
||||||
|
|
||||||
- name: openstack/ceilometer
|
- name: openstack/ceilometer
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user