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>
This is an experimental repo for Modular Layer 2 (ml2) driver,
that allow to work with switches from different vendors.
Change-Id: Ic20f02abdd5f612087e02e14b453ca75f42a92be
Add the neccessary flags and enable jobs to integrate neutronclient
in-to the translation infrastructure.
Change-Id: Ia2f1ad92b9f737a9e9bcc40adb646ee0c71365dc
- Shovel(https://github.com/keedya/shovel) is an open source project,
coordinates between Openstack (Ironic, glance) and rackHD allowing
users to find Baremetal Compute nodes dynamically discovered by RackHD
and register them with Ironic and provides poller service that monitors
compute nodes and logs the errors from SEL into Ironic Database.
Eslint and eslint-config-openstack is implemented in shovel(npm run lint)
along with unit tests that covers >80%(npm run test).
Shovel releases registered in npm under node-shovel
(https://www.npmjs.com/package/node-shovel#licensing)
- Consistent Testing Interface: shovel is written in nodejs,
support npm run,install,lint,test
- Dependency: shovel depends on rackHD for baremetal discovery
and SEL pollers
- License: Apache License
- Project has one active contributor
- Shovel is coupled with a horizon plugin
(https://github.com/keedya/shovel-horizon-plugin)
and a python client package
(https://github.com/keedya/shovel-api-python-client)
Change-Id: I501ac001596a5523f1915b1c08ec7e393301eefc
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
Murano-dashboard is a dashboard for horizon, therefore shares the same
message structure as horizon does, i.e. django and djangojs .pot files.
Therefore this commit alters jenkins scripts, that update
translations, to include murano-dashboard where required.
However murano-dashboard (unlike horizon) does not use a shell file to
run it's tests, instead relying on tox.
This change does not actually run the jobs, we need to have a repo
for testing that the new consolidated setup works, so getting this in
helps with some manual testing.
Targets blueprint: murano-i18n
Change-Id: I7e8a620c12bcf47a908a4011976d1b148ee3e0dd
Includes fairy-slipper and openstack-doc-tools. I don't
see clouddocs-maven-plugin but that'll be obsolete soon.
While fairy-slipper will create output for the api-site,
it also is a doc tool.
Change-Id: If26885c321dbdb60e09279fa4f43abffa5a2b55b
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
fuel-plugins which have a group and docimpact flags
set to 'fuel' update to 'fuel-plugins' value.
Change-Id: Ib096380976dfc49c60a15fb16b4db3e8e68311e7
Closes-Bug: #1534105
This for horizon-cisco-ui, ironic-ui, trove-dashboard, zaqar-ui.
These four repositories are not setup yet for translations, the periodic (daily)
jobs fail for them and there's no effort going on to fix them.
Disable translations. Once repositories are setup we can readd.
Change-Id: I4c0242be87d290cb6758f6caacd3e514bd3a9c8c
Use a more generic description to describe Watcher projects (Watcher
core and Watcher client).
The description on github will need a manual update from the infra team.
Change-Id: If1c7c6b89a9db2153f4da7317163d5a80e8e7b19
Closes-bug: #1527654
Commit adding information for a new puppet-ec2api
project.
Change-Id: Ic3340e4d819363b44455c754126e7d20016410ee
Needed-By: I77ab87a8530c7643d8caa779970dc11714c027aa
* moved file gerrit/acls/openstack/chef-cookbooks.config to
gerrit/acls/openstack/openstack-chef.config to adapt to proper project name in
the big tent
* renamed gerrit groups in acl to fit the documented guideline (has yet to be done in
gerrit)
* added permissions for pushSignedTag to new group openstack-chef-release (has
yet to be created in gerrit)
* changed permissions for branch creation from -core to -release group
Change-Id: I7b6d81a85a0ce748b5ade64bf84c5c0c261cdd36
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
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
- Migrates from WADL to Swagger-ish
- Runs a server to display the docs
Needed-By: I057cf0c0ebe404c78ecbb21140257b2516de1202
Change-Id: Ia8e69427b09d36da2fc2011dee7c043dad014402
Midonet will be part of the big tent soon. This patch introduces the
puppet module to deploy MidoNet components.
Change-Id: I646c16eff20385831eb23be7c69821945d1d2eea
New project set up for the Ironic plugin UI for Horizon as per
http://docs.openstack.org/infra/manual/creators.html.
Please note this is different to ironic-webclient.
Needed by: I7c92bd97b944ea4a357642b972add81f25231205
Change-Id: I8a9745ffa90107447d5c0d45557660f5ac5911bb
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
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
This project provides object model and API for dealing with deb
and rpm repositories. One can use this framework to
implement operations like building repository
from a set of packages, clone repository, find package
dependencies, mix repositories, pull out a subset of
packages into a separate repository, etc.
Change-Id: Ic4b285f6e8d6d0489b5c0ca6ca5eee2bdab0672f