686 Commits

Author SHA1 Message Date
Kevin Carter
7d650f5ec7 Added new project for the OSA role break out
The change adds a new project for the plugins repo within OpenStack-Ansible.

New projects:
  openstack-ansible-plugins

Related governance change: https://review.openstack.org/272333

Change-Id: Iac45259a24a63e77c63400dc800968be9a1b6801
Implements: blueprint independent-role-repositories
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-01-26 11:26:08 +00:00
Dougal Matthews
d78a6a078b Retire the Tuskar project
Change-Id: Ia91c4aca3dabadce11febe79b665a08e1f84f537
Depends-On: I469fdc1339d4991586bf2e1d62d99fd5b68289eb
Depends-On: Iee7117358100a1b5cfb365103e6e2ac247ea6178
Depends-On: If724a2cbde086d4c4341539a2e51ee4fd1915a26
2016-01-25 14:35:34 +00:00
Jenkins
90fcd7005a Merge "Add project configuration for Vahana." 2016-01-22 11:57:20 +00:00
Xingchao Yu
83f6e3b686 Create puppet-oslo module
Puppet OpenStack group [1] would like to add a new module
in the family: puppet-oslo.

This patch follows the usual process to add new modules by configuring
gerrit, gerritbot, jenkins and zuul.

[1] https://review.openstack.org/#/c/270872/

Change-Id: I8978dc2fbcb0821f6ec485ff50b7e1e89cab15b4
2016-01-22 02:12:30 +08:00
Davanum Srinivas
ee32c6d13a Add osprofiler events to #openstack-oslo channel
We should post the events to #openstack-oslo channel
as well now that osprofiler is under Oslo umbrella

Change-Id: Ia00d5fb8e24a2f15d4064fa8baa7fa12c35d770d
2016-01-20 10:12:49 -05:00
Jenkins
1789b8c0b9 Merge "Create new project steth" 2016-01-17 08:45:21 +00:00
changzhi1990
df578f6810 Create new project steth
Steth - a network inspection tool for OpenStack

Steth is an inspection tool that can aid in pinpointing
issues before deployment and during operation of an OpenStack environment.

This tool can inspect the following network connectivity:
  * VLAN
  * VxLAN
  * GRE

For more information, please see https://github.com/unitedstack/steth/blob/master/README.md

Change-Id: If26e99089a5d9f9f8af45db8501d66e312f16eef
2016-01-16 00:12:23 +08:00
Jenkins
765a730e5a Merge "Create puppet-ec2api repository" 2016-01-15 12:06:38 +00:00
Marcos Fermin Lobo
1a86389c26 Create puppet-ec2api repository
Commit adding information for a new puppet-ec2api
project.

Change-Id: Ic3340e4d819363b44455c754126e7d20016410ee
Needed-By: I77ab87a8530c7643d8caa779970dc11714c027aa
2016-01-14 10:26:28 +00:00
Chris Jones
5fe85ee0c8 Add project configuration for Vahana.
Vahana is a new project, being lead by Jay Clark, to produce a set of
client libraries for OpenStack on the iOS platform.

Change-Id: Id9b1eddae001228cf9918c8425f729522f6da633
2016-01-13 09:10:44 +00:00
Jenkins
a8f84e62a4 Merge "Add puppet-midonet to OpenStack infrastructure" 2016-01-12 11:07:03 +00:00
Diana Whitten
d968337771 Add gerritbot entry for openstack-ux
Change-Id: I15fb19e6a46fb0ffe85907956740cdbedd8424ab
2016-01-11 11:12:26 -07:00
Jenkins
39997892a9 Merge "New Project - Bilean" 2016-01-11 08:28:54 +00:00
lvdongbing
271822ba76 New Project - Bilean
Bilean is a project to provide generic billing service for OpenStack
clouds, it's a trigger-type, seconds-level billing system, please
notice the difference between cloudkitty.

The project is on Github now:
https://github.com/lvdongbing/bilean

Please see the wiki about some more info about Bilean:
https://wiki.openstack.org/wiki/Bilean

Change-Id: Ic8cd0ab0c95d46bf15bbd26a7a842dba46ff3faf
2016-01-06 15:59:07 -05:00
Anne Gentle
f2270474b0 Adds an API migration and docs generation tool, fairy-slipper
- Migrates from WADL to Swagger-ish
- Runs a server to display the docs

Needed-By: I057cf0c0ebe404c78ecbb21140257b2516de1202
Change-Id: Ia8e69427b09d36da2fc2011dee7c043dad014402
2016-01-06 19:14:54 +01:00
Jaume Devesa
1c5a1c73bf Add puppet-midonet to OpenStack infrastructure
Midonet will be part of the big tent soon. This patch introduces the
puppet module to deploy MidoNet components.

Change-Id: I646c16eff20385831eb23be7c69821945d1d2eea
2016-01-05 11:20:15 +01:00
Jenkins
bc57b6aaae Merge "Report openstack-specs changes to openstack-dev" 2016-01-04 18:23:18 +00:00
Jenkins
0398f82051 Merge "Add feature/2.0.x branch reporting to #openstack-infra" 2016-01-04 09:34:48 +00:00
Jenkins
3d05a69c8e Merge "New Project - ekko" 2016-01-04 09:33:02 +00:00
Wayne Warren
a946cb012a Add feature/2.0.x branch reporting to #openstack-infra
Change-Id: Iff02d977b2bbcd221ae797715dc9a1d06c64815e
2015-12-31 13:54:45 -08:00
SamYaple
38918d8754 New Project - ekko
ekko is a project that will bring block-based backup to OpenStack in a
way that is scallable by using object-storage for the backend. The
backup itself is enabled by a new feature in QEMU 2.4 that allows for
changed block tracking and incremental backups of running VMs.

A common feature I have seen requested throughout the community is
true block-based backups of VMs. I have been working on a way to solve
the scalability issue of backups for a while [1] and now that QEMU has
officially released this feature we can bring backup to OpenStack in a
way that is as scallable as OpenStack itself using Swift as a backend.

This would be different than a nova snapshot because that is not a
true backup. That does not allow for the space savings of incremental
backups nor compression or encryption which are requirements for a
good backup in my experience.

Future goals would including bringing this to other hypervisors since
Hyper-V and VMWare both support CBT and incremental backups of running
VMs. As well as potentially backing up Cinder volumes in a similiar
fashion.

[1] https://github.com/SamYaple/osdk

Change-Id: Ie0a726f0cad669593080a1910dff6ed2ae7cae71
2015-12-31 15:45:51 +00:00
Emilien Macchi
54a227d95e Create puppet-rally module
Puppet OpenStack group [1] would like to add a new module
in the family: puppet-rally.

This patch follows the usual process to add new modules by configuring
gerrit, gerritbot, jenkins and zuul.

[1] https://review.openstack.org/#/c/262786/

Change-Id: Ia2b5a65b8f720ed0e5c8cc5f506b402db0d08870
2015-12-31 08:40:20 -05:00
Steve Martinelli
7cfeffc3be fully retire keystoneauth-saml2 from openstack-ci
Change-Id: Id4f759e9d88979279e942457807fff5fadc82fbe
Depends-On: I20e6253a9f70b85f44845fd782b7ffc0d194dd4d
2015-12-27 03:28:58 -05:00
Jenkins
8714c8ffcc Merge "Create bareon-api repository" 2015-12-23 12:09:36 +00:00
Jenkins
e5838cdab4 Merge "add python-aodhclient to openstack repo" 2015-12-23 12:09:19 +00:00
Jenkins
b56baab228 Merge "Add python-brick-cinderclient-ext to OpenStack" 2015-12-23 12:06:57 +00:00
Jenkins
67ea1a26b0 Merge "Add fuel-plugin-midonet notifications at #midonet" 2015-12-23 08:36:46 +00:00
gordon chung
7054aef076 add python-aodhclient to openstack repo
we've created a new client lib for aodh so users don't need to
use ceilometerclient and redirect.

Change-Id: I11cc63a3fb987c457595220d91315fdadcf41a12
Needed-By: I21a6d2d038d9aabd0a1c2e777b9f9223b5b56d38
2015-12-22 07:56:09 -05:00
Ivan Kolodyazhny
b825888130 Add python-brick-cinderclient-ext to OpenStack
This patch adds the new cinder python-brick-cinderclient-ext project
to OpenStack.

Patch to openstack/governance: https://review.openstack.org/#/c/243068/.

Change-Id: Ib103f2ff9e0181e7456f283c63ec5db363e42b2b
2015-12-22 12:56:47 +02:00
Evgeniy L
8c656f1f2c Create bareon-api repository
Change-Id: I07c965ce119513510595093817796b8f1142f7b2
Closes-bug: #1527516
2015-12-22 12:17:09 +03:00
Jaume Devesa
943d120143 Add fuel-plugin-midonet notifications at #midonet
Add notifications of the fuel-plugin-midonet to #midonet channel.

Change-Id: Ia2d9421b26ea111068357d5f2f884b48556975ff
2015-12-21 18:09:11 +01:00
Evgeny Sikachev
90b6d43b67 Update settings for sahara-scenario
Add full stack of python jobs in gate and
add sahara-scenario to channels

Change-Id: Ie2bab1c3df3b5d974610f5cc078044a3e07d6b19
2015-12-21 17:28:36 +03:00
Jenkins
68300a562a Merge "Revert "Report openstack-specs changes to openstack-dev"" 2015-12-21 10:42:32 +00:00
Robert Collins
0015c7f027 Report openstack-specs changes to openstack-dev
We don't report openstack-specs changes anywhere at the moment, and
since its cross-project, openstack-dev seems appropriate to me. I did
a quick straw poll there and got positive reception to the idea.

Original change Iccd0445d573464c9af62d2ec13bc1abd79ee322d was
reverted since it missed the branches set up, this
change includes branches now.

Change-Id: I6024d713cdebcfc641dd1c6e11568ff70ef82e48
2015-12-21 10:30:37 +00:00
yolanda.robla
94045d87e6 Revert "Report openstack-specs changes to openstack-dev"
This reverts commit 302ef7eaf3f4bd216c30e122e7aa1e87a9e465af.

Change-Id: I9f82b55d2e87d69621613ad9d231a37e58477db9
2015-12-21 10:21:43 +00:00
Jenkins
3ff6609ffe Merge "Added new repo for fuel-plugin-designate in Openstack NS" 2015-12-21 10:11:15 +00:00
Jenkins
4a91dc745a Merge "Adding trove-dashboard repo and jobs" 2015-12-21 09:47:33 +00:00
Jenkins
f73a270b43 Merge "Report openstack-specs changes to openstack-dev" 2015-12-21 09:43:38 +00:00
Jenkins
295a5ec636 Merge "Add os-performance-tools" 2015-12-20 18:46:00 +00:00
David Lyle
7eeb08490e Adding trove-dashboard repo and jobs
The Trove content from Horizon is moving to a new repository to
be developed as a plugin to Horizon. This change sets up the
repository and the gate jobs for the new repository so the code
can be moved.

Used git filter-branch to maintain history and created temporary
repository with the results:
    https://github.com/dklyle/trove-dashboard
On top of the history and moved files, considerable moving of files
and additional pieces were added to complete the plugin.

https://pypi.python.org/pypi/trove-dashboard has been created with
the appropriate permissions for openstackci.

Needed-By: Ief3829b45987dfb4078c78428f5f699912542868
Change-Id: I158eac980f767a4b8cd43294e8cc215fbb1586f3
2015-12-18 15:58:27 -07:00
James E. Blair
1162b3bf33 Add git-restack project
It will be based on / forked from git-review

Change-Id: I81803cb140bfef6f5f38752ceab5a39cb506fd9a
2015-12-18 08:57:24 -08:00
Mateusz Matuszkowiak
59865e6f4c Added new repo for fuel-plugin-designate in Openstack NS
Note, that this is not an official Fuel project.

Change-Id: I0ae554ec3eb61749d52f8f710c0624c6f8f60c51
Closes-Bug: #1527568
2015-12-18 13:09:03 +01:00
Evgeniy L
d262ac8be5 Create openstack/bareon-specs repository
The project should have the same permissions as openstack/bareon.

Change-Id: Ic93bd186ca05b66c53dbd075ba9805d3a34381ac
Closes-bug: #1527267
2015-12-17 18:42:18 +03:00
JJ Asghar
ed3250556e Creation of the Coda Repo
At the Tokyo Summit, HPE asked if OSOps would take the responsibility to
house the Coda project. This is the creation of the repo for them to
upload the project to.

A description of Coda is, per Nathaniel Kimball:

Coda is a Horizon dashboard and panel (both share the name) that
facilitates resource clean up of a project once that project is no longer
needed (e.g. A customer cancels their account). It consists of a single
text entry box which allows you to search by project ID and will display
all resources, project info, and user info for the project. Upon pressing
the delete button the user is prompted each time for valid admin
credentials (annoying but a purposeful safe-guard) and will then walk the
list of resources deleting each one and will display the outcome of each
operation in a tabular format. This project started as a stand-alone
Django app inside HP and has been very valuable in operating our public
cloud. It was originally called Scrubber (because that’s what it did) but
was renamed to Coda after being ported to Horizon and adapted for Keystone
instead of a proprietary Identity service. It is the intent of HP to open
source our entire suite of tools using a musical theme. Coda was chosen as
the name for this project as a coda in music is a passage that brings a
piece to an end. It is particularly apropos for this use because the
symbol for a coda resembles a cross hair.

Change-Id: I08e550dd91575d2469cc6659a96002d786f2d372
2015-12-15 18:46:29 -06:00
Jenkins
5119697c5b Merge "Added new repo for fuel-plugin-qlogic-sriov-vxlan in Openstack NS" 2015-12-15 19:28:16 +00:00
Jenkins
18042d59d3 Merge "Add devstack-plugin-kafka project" 2015-12-15 10:30:13 +00:00
Mateusz Matuszkowiak
9c25c3fadd Added new repo for fuel-plugin-qlogic-sriov-vxlan in Openstack NS
Change-Id: I263fce2ed5ce35e273084feda30b45d98a40ff96
Closes-Bug: #1525344
2015-12-15 11:04:34 +01:00
Tomasz 'Zen' Napierala
c37921a7f4 Create new project Solar
Solar provides flexible orchestration and resource management
framework for deploying distributed systems. It leverages abstraction
layer over commonly used configuration management systems like puppet,
ansible etc. to enable complex, multi node orchestration. Solar can be
used as separate tool for quick prototyping deployment topology, but
as a framework it can be also integrated with existing tools used to
configure and deploy distributed systems including OpenStack clouds.
Solar also provides control over resulting changes by introducing
changes log and history for deployment entities. This enables more
control over lifecycle management of infrastructure.

Change-Id: Idce849eab4014d28ecb8c32453c29608946d0a20
2015-12-14 20:44:54 +00:00
Jenkins
758f09a9d2 Merge "Added new projects for the OSA role break out" 2015-12-10 12:46:02 +00:00
Jenkins
b964b2daeb Merge "Add watcher project to gerritbot" 2015-12-10 09:19:33 +00:00