1775 Commits

Author SHA1 Message Date
Paul Belanger
1e8249bd21 Import ansible-role-nginx
Here we'll be import a role to manage nginx.  We currently use nginx
as the frontend webserver to jenkins.

We've enabled IRC notification for the windmill channel and gate
tests.

Change-Id: I5ee507ca5981917b3059cacca2234f5c81ce558e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-02-15 15:36:36 +00:00
Jenkins
bfde2aee1f Merge "Create ansible-role-shade project" 2016-02-15 09:02:10 +00:00
Jenkins
51ae907cac Merge "Add openstack/broadview-lib project" 2016-02-15 08:59:49 +00:00
Jenkins
d4221c486c Merge "create openstack/service-types-authority" 2016-02-15 08:49:03 +00:00
Jenkins
8da8f50517 Merge "Adds new project Python-namosclient" 2016-02-15 08:41:04 +00:00
Jenkins
ab06e66181 Merge "Import puppet-pacemaker from github/redhat-openstack" 2016-02-15 08:39:20 +00:00
OpenStack Proposal Bot
26f5a078bb Normalize projects.yaml
Change-Id: I3a78f3e41d23471324c8e800c537763fce9350bf
2016-02-13 06:32:59 +00:00
Emilien Macchi
c7b965abec Import puppet-pacemaker from github/redhat-openstack
puppet-pacemaker is a Puppet modules started by Red Hat folks a few
years ago and is now highly used in TripleO project.

Because we want to improve TripleO CI coverage, moving this module to
OpenStack will help us to:

* run TripleO HA jobs for each patch in puppet-pacemaker and improve its
  stability.
* allow anyone to send patches with Gerrit
* use OpenStack Infra to benefit existing Puppet CI jobs

The module would not be under any tent now, just like puppet-ceph.
It would be a community module, without PTL, just some core reviewers,
mainly people actually working on it.

Change-Id: Iea35bf890a85eda80595b249e578976e8e74260f
2016-02-12 16:20:48 -05:00
Mateusz Matuszkowiak
e28933b789 Rename fuel-plugin-astra to fuel-plugin-astara
This change renames project name fuel-plugin-astra
to fuel-plugin-astara.

Change-Id: I542cd350663438d4b472b6ccb37e1f1e681944b6
2016-02-12 13:08:27 -08:00
Sergey Lukjanov
d7e3797cd1 Rename sahara-scenario -> sahara-tests
It was the agreed name on summit, but we have created incorrect one
unfortunately. This repo contains tests for Sahara.

Change-Id: Ifadc64ef352f2d44687431f79a64bf22a0933af8
2016-02-12 13:08:19 -08:00
gordon chung
136b3f2ed9 rename ceilometer-specs to telemetry-specs
as part of I99d6c2416b8d395935daec945cfd4ae686ce76e9, to have
ceilometer, aodh, gnocchi, etc project under a common umbrella.
this patch does the same and renames ceilometer-specs to
telemety-specs. all managed projects will have specs managed
under a common repo until they become large enough to justify
it's own repo.

Change-Id: I0f3e76d4881000405e78da2ac3e27fe4b96d7216
2016-02-12 13:08:13 -08:00
Jenkins
c93c0dfd10 Merge "Create new project solar-resources" 2016-02-12 16:17:56 +00:00
Bulat Gaifullin
2b33122060 Create openstack/packetary-specs repository
The project should have the same permissions as openstack/packetary.

Closes-Bug: 1544960
Change-Id: I54e8b5bbbf3d81f85525a6a054d441738e2675ac
2016-02-12 16:42:58 +03:00
Volodymyr Samotiy
b160d207e8 Add openstack/broadview-lib project
broadview-lib provides a Python interface to BroadView, which
provides physical network switch (underlay) metrics. broadview-lib
supports the configuration of BroadView agents, and supports parsing of
monitoring messages published by agents to a collector or application
that receives them. Received messages are converted to an object model
that can be used to get at metrics data.

This project is the first of an overall contribution that will supply
metrics data to monitoring projects like Monasca.

Change-Id: I329926e69202a2e1f37e5e0bc9e5891db5589484
2016-02-12 15:39:52 +02:00
Sean Dague
fc549f1060 create openstack/service-types-authority
This creates the openstack service types authority (think IANA), as
the output of the following mailing list discussion:

http://lists.openstack.org/pipermail/openstack-dev/2016-February/086269.html

The purpose of this will be a dedicated registry location for service
types in OpenStack under the watchful eye of the API working group.

Change-Id: I75f7066dca7b26204fa7a0196fd019c1b33aa3a3
2016-02-12 08:31:14 -05:00
Kanagaraj Manickam
e6334ba99f Adds new project Python-namosclient
Adds new project for python client to OpenStack service namos,
which is available at https://git.openstack.org/openstack/namos

Change-Id: Ic58bdd61899fb796c3b09e7eaef893b9cc4e4d7c
2016-02-12 18:49:03 +05:30
Jenkins
252d4e3e19 Merge "import release-test repository" 2016-02-12 09:18:00 +00:00
Joshua Hesketh
84d6f5fbcf Allow zuul-release to push merge commits
This is to allow a merge of master into the feature/zuulv3 branch.

Change-Id: I45adea1fb9d213f4353336b0d1dd3fbd160ee260
2016-02-12 10:11:46 +11:00
Paul Belanger
e5178398c1 Create ansible-role-shade project
Like ansible-role-diskimage-builder, we'll need better control over
shade.  This is the reason for creating the project.

We'll be adding IRC notification into windmill and like to start with
an empty project.

Change-Id: I0c0802746ddf078e46ac7eb7d129a18f2e3a2bf2
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-02-10 16:23:34 -05:00
Doug Hellmann
45bf139745 import release-test repository
The release team wants to have a repository to test changes to the
release tools against, instead of using real releases from real
projects. This repo will serve as a dummy project that we can use for
testing releases, announcements, etc. without risking creating a bad
release of something real.

The permissions are set to let anyone with access to the release-tools
repository to modify this new repository. We don't need a new gerrit ACL
group for this repo.

Change-Id: I5c490dbd660bcea29b2b655d9f2e8131c346ecdb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-02-10 16:01:31 -05:00
OpenStack Proposal Bot
8bcf090833 Normalize projects.yaml
Change-Id: Ib4dc8944179782180944f1728c38c46b8bcde5a5
2016-02-10 07:15:13 +00:00
Jenkins
8c25146839 Merge "Re-enable ironic-ui translation" 2016-02-08 14:04:08 +00:00
Jenkins
dc6e08a896 Merge "Import ansible-roles-jenkins(-plugins) projects" 2016-02-08 08:42:45 +00:00
Andreas Jaeger
6e3bb3b3ab Re-enable ironic-ui translation
Translation setup for ironic-ui was disabled in commit
da56994c6d02d64c07521a146ee00d56b3a87be5.
We are now ready to reenable it since the repo is setup properly
and the infra scripts handle the repo.

Change-Id: I7799e87b1efe035cb3712c7575068a8794b056e6
2016-02-06 10:18:37 +01:00
Jenkins
1ae5fed979 Merge "Add openstack/python-wsmanclient project" 2016-02-06 04:15:36 +00:00
Paul Belanger
7525eeb9d1 Import ansible-roles-jenkins(-plugins) projects
Here we are import 2 ansible roles to be used by windmill.  They
provide functionality for Jenkins.

Jobs will be voting, except functional testing. This will need a few
patches to clean up. We'll also be adding IRC notifications into
the #openstack-windmill channel.

Change-Id: I19581f036da15d0b635bf1da592e14f05066fcdb
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-02-05 15:39:02 -05:00
Imre Farkas
0fad865d44 Add openstack/python-wsmanclient project
The project is going to be used by the AMT and DRAC drivers in Ironic.

Change-Id: I431f1607f01c0fedda1ab91b602ed440b2f7508a
Needed-By: If40283a24a6656808e43e5b010222f5b5d80da7e
2016-02-05 17:44:54 +01:00
Jenkins
4ff6b25d0d Merge "Add 'create reference' to fuel-plugin-detach-* ACL" 2016-02-05 09:08:04 +00:00
Jenkins
87b99e3fb3 Merge "add project poppy-ui a Horizon Plugin to work with Poppy's CDN API" 2016-02-05 08:47:09 +00:00
Jenkins
845fa58411 Merge "Modifying docimpact group" 2016-02-05 08:13:50 +00:00
Lana Brindley
d575d2e007 Modifying docimpact group
Modifying the default docimpact group for Nova, Swift, Glance,
Keystone, and Cinder to raise bugs in their own projects, rather
than openstack-manuals.

Change-Id: Idf1ac96df09452f2f04c7a92bada19032bd11c70
Implements-blueprint: review-docimpact
2016-02-05 12:17:18 +10:00
sbartel
d247be47fd add project poppy-ui a Horizon Plugin to work with Poppy's CDN API
Change-Id: I6608b14f290f33d255b710a7bead36b20ccf6edf
2016-02-04 11:14:51 +01:00
Jenkins
3f82d11c7a Merge "Watcher Dashboard project creation" 2016-02-04 09:07:41 +00:00
Igor Belikov
ca3156d3a3 Add 'create reference' to fuel-plugin-detach-* ACL
Change-Id: I382779b677f400b8d8e3c2c76c2197e7c0369b41
2016-02-03 18:55:07 +03:00
OpenStack Proposal Bot
85f65161f5 Normalize projects.yaml
Change-Id: Ic93d3a1d591a605c757e75810ccd4acb030f5b56
2016-02-03 06:54:35 +00:00
Vincent Francoise
a7816d9053 Watcher Dashboard project creation
As we want to create a Horizon plugin for Watcher, (see
blueprint watcher-ui), we want to set up a new project for it.

Partially Implements: blueprint watcher-ui

Change-Id: I52a1b1948f369852dea4d2569ef4361ce3253305
2016-02-02 18:08:01 +01:00
Jenkins
3d00ce14fc Merge "Added three new repos for fuel-plugins" 2016-02-02 09:16:23 +00:00
OpenStack Proposal Bot
ef356ee7c5 Normalize projects.yaml
Change-Id: Ib83cab7eb24447c62a85951b2536e0e9f6e8cf1d
2016-02-02 06:22:46 +00:00
Jenkins
e2b56b7f59 Merge "Add translation jobs and script for translation of monasca-ui" 2016-02-01 12:27:26 +00:00
Jenkins
f367815fdc Merge "Add openstack-salt project and jobs" 2016-02-01 09:32:31 +00:00
Haruki Yamanashi
22d94d8791 Add translation jobs and script for translation of monasca-ui
Monasca project plans to use Zanata for translating monasca-ui.
Add translation jobs and setup for translation by Zanata.

Change-Id: Ic0ee7b1926a5f00612973166528662bedb9fb350
2016-01-30 10:44:07 +01:00
daisy-ycguo
dcfdccd749 Create a puppet module for translation check website.
This patch is to add a puppet module repository for translation check
website.

Needed-By: I93597bd798ba1396f38fbc705c3250926af65ed6
Change-Id: I5c7d577c4600b6cc0a42c86dbabcc7c3c89a91e6
2016-01-30 11:12:02 +08:00
Paul Belanger
bb4df8e566 Add windmill project
The purpose of windmill is to deploy the CI ansible roles. We'd be
using it as both a integration test, like devstack, and offer real
world examples on how to consume the ansible roles.

Windmill is currently an unofficial OpenStack project. For the
moment we won't be using IRC notification.

Change-Id: I16da59cf34db4bf949d93edd0f4359c47695ddf0
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-01-29 13:41:23 +00:00
Mateusz Matuszkowiak
58333554ac Added three new repos for fuel-plugins
- fuel-plugin-astra
- fuel-plugin-external-lb
- fuel-plugin-nuage

These are not an official Fuel projects.

Change-Id: Ib94c6480963cfae349c333fa081d3e88bfbc0926
Closes-Bug: #1532916
Closes-Bug: #1516724
Closes-Bug: #1537757
2016-01-29 13:14:15 +00:00
Akihiro Motoki
3a61c3d646 Re-enable trove-dashboard translation
Translation setup for trove-dashboard was disabled in commit
da56994c6d02d64c07521a146ee00d56b3a87be5.
We are now ready to reenable it.

Change-Id: I3e135a121c249e79082b0fa1852c77ea3f219eac
2016-01-28 15:34:56 +09:00
Ales Komarek
5ef6cc0084 Add openstack-salt project and jobs
Change-Id: I705c9f2384efcaf4398c6662acdf0cff4b6ed348
2016-01-27 13:47:00 +01:00
Jenkins
f38389c233 Merge "Dismiss glance-drivers team" 2016-01-27 10:55:59 +00:00
Jenkins
1838a768ef Merge "Add networking-generic-switch project" 2016-01-27 10:53:42 +00:00
OpenStack Proposal Bot
13e0a10224 Normalize projects.yaml
Change-Id: I3770bc410c6e943065f3e96c903cca6f9f8d43d3
2016-01-27 06:47:36 +00:00
Jenkins
318e98cfce Merge "acl cleanup for openstack-chef project" 2016-01-26 16:28:47 +00:00