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-astara
- name: openstack-bacon - name: openstack-bacon
- name: openstack-barbican - name: openstack-barbican
- name: openstack-bareon
- name: openstack-blazar - name: openstack-blazar
- name: openstack-board - name: openstack-board
- name: openstack-chef - 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 - translate
- project: openstack/barbican-specs - project: openstack/barbican-specs
description: Blueprints for the barbican project 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 - project: openstack/bifrost
description: Ansible roles and playbooks to enable a standalone Ironic install description: Ansible roles and playbooks to enable a standalone Ironic install
groups: groups:

View File

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

View File

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

View File

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