New project - Foxnut

Foxnut is a project that aims to manage infrastructure under
OpenStack, which including rack, servers, switches, interfaces,
etc. Foxnut could collect hardware information and organize them
in visualization, it generates rack view and networking connections
view automatically with different OpenStack architecture.

Current Repository: https://github.com/newptone/foxnut

Change-Id: Ib26f78512210b7c92a6cf00bbba5cb533981e3b7
This commit is contained in:
Xingchao Yu 2017-04-13 16:05:14 +08:00
parent 58c6ee39f3
commit dc7a882d6e
6 changed files with 39 additions and 0 deletions

View File

@ -113,6 +113,7 @@ channels:
- name: openstack-evoque
- name: openstack-foundation
- name: openstack-forum
- name: openstack-foxnut
- name: openstack-fr
- name: openstack-freezer
- name: openstack-functions

View File

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

View File

@ -3594,6 +3594,9 @@
description: API documentation generator and builder for OpenStack
- project: openstack/flame
description: Automatic Heat template generation
- project: openstack/foxnut
description: A tool for infrastructure management under OpenStack
upstream: https://github.com/NewpTone/foxnut.git
- project: openstack/freezer
description: OpenStack Swift incremental backup and restore automation tool for
file system, MongoDB, MySQL. LVM snapshot and encryption support.

View File

@ -682,6 +682,16 @@ openstack-evoque:
branches:
- master
openstack-foxnut:
events:
- patchset-created
- change-merged
- x-vrif-minus-2
projects:
- openstack/foxnut
branches:
- master
openstack-freezer:
events:
- patchset-created

View File

@ -4292,6 +4292,12 @@
jobs:
- python-jobs
- project:
name: foxnut
jobs:
- python-jobs
- project:
name: freezer

View File

@ -9417,6 +9417,11 @@ projects:
- name: python-jobs
- name: python35-jobs
- name: openstack/foxnut
template:
- name: merge-check
- name: python-jobs
- name: openstack/freezer
template:
- name: merge-check