Create bareon project

This project is to provide a flexible and easy to
use operating system installation tool. It is to focus
on providing advanced partitioning functionality as well
as advanced pre-configuration features. It differs from
existent great cloud oriented solutions like Ironic Python
Agent (OS provisioning) and Cloud init (OS pre-configuration).
It is to be a tool similar to old plain OS installation tools like
anaconda or debian-installer but dramatically more convenient.

Change-Id: Ia6c59aefb260712d34d73a49f186e072637d7de5
This commit is contained in:
Vladimir Kozhukalov 2015-10-06 22:47:26 +03:00 committed by Evgeniy L
parent 320ab99de0
commit ab837bfbd7
6 changed files with 43 additions and 0 deletions

View File

@ -83,6 +83,7 @@ channels:
- name: openstack-astara
- name: openstack-bacon
- name: openstack-barbican
- name: openstack-bareon
- name: openstack-blazar
- name: openstack-board
- name: openstack-chef

View File

@ -0,0 +1,16 @@
[access "refs/heads/*"]
abandon = group bareon-core
create = group bareon-release
label-Code-Review = -2..+2 group bareon-core
label-Verified = -1..+1 group bareon-ci
label-Workflow = -1..+1 group bareon-core
[access "refs/tags/*"]
pushSignedTag = group bareon-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -825,6 +825,9 @@
- translate
- project: openstack/barbican-specs
description: Blueprints for the barbican project
- project: openstack/bareon
description: Flexible and easy to use operating system installation tool.
upstream: https://github.com/kozhukalov/bareon.git
- project: openstack/bifrost
description: Ansible roles and playbooks to enable a standalone Ironic install
groups:

View File

@ -299,6 +299,16 @@ openstack-barbican:
branches:
- master
openstack-bareon:
events:
- patchset-created
- change-merged
- x-vrif-minus-2
projects:
- openstack/bareon
branches:
- master
openstack-blazar:
events:
- patchset-created

View File

@ -205,6 +205,13 @@
jobs:
- specs-jobs
- project:
name: bareon
node: 'bare-precise || bare-trusty'
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: bashate
node: 'bare-precise || bare-trusty'

View File

@ -3766,6 +3766,12 @@ projects:
- name: merge-check
- name: openstack-specs-jobs
- name: openstack/bareon
template:
- name: merge-check
- name: python-jobs
- name: check-requirements
- name: openstack/bifrost
template:
- name: merge-check