Merge "Add bifrost to OpenStack"

This commit is contained in:
Jenkins 2015-05-12 20:16:31 +00:00 committed by Gerrit Code Review
commit ac55a16b13
5 changed files with 41 additions and 0 deletions
gerrit
gerritbot
jenkins/jobs
zuul

@ -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.
- project: openstack/barbican-specs
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
description: Generic Key Manager interface for OpenStack
- project: openstack/ceilometer

@ -633,6 +633,7 @@ openstack-ironic:
- openstack/ironic-lib
- openstack/ironic-specs
- openstack/ironic-python-agent
- openstack/bifrost
- openstack/python-ironicclient
- openstack/coreos-image-builder
- stackforge/pyghmi

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: openstack-specs-jobs
- name: openstack/bifrost
template:
- name: merge-check
check:
- gate-bifrost
gate:
- gate-bifrost
- name: openstack/ceilometer
template:
- name: merge-check