Add bifrost to OpenStack

Request to add bifrost repository and testing configuration.

Change-Id: I5c113058316f5a0d5069e3a21684a359f4203ddf
Depends-On: I2552803a1da44312a0e8879629036a23d89e2e2a
This commit is contained in:
Julia Kreger 2015-05-11 14:23:05 -04:00
parent fea1e99afd
commit 6e689b12fc
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