2710 Commits

Author SHA1 Message Date
Gary Kotton
1b7cd80f90 Enabled networking-l2gw-release to create tags
The networking-l2gw project was moved out of the stadium. Now the
l2gw core team is repsonsible for the tagging.

Change-Id: Id65a91d6f7ca38049b6ab3d2d63b0a936c01ed4d
2017-03-19 05:39:19 -07:00
OpenStack Proposal Bot
0441cf2e57 Normalize projects.yaml
Change-Id: Ifb31e1c69b1a147c6c30ec4dc6419e717777ae46
2017-03-16 09:14:16 +00:00
Jenkins
b83ec80141 Merge "Adding new repositories for Octavia" 2017-03-15 09:53:40 +00:00
johnsom
9996d1c544 Adding new repositories for Octavia
The octavia project is adding the following repositories:
  octavia-dashboard
  octavia-tempest-plugin
  python-octaviaclient

This patch sets up those repositories and initial jobs.

octavia-dashboard will be pre-populated with a copy of
neutron-lbaas-dashboard that has the history preserved, but the
branches and tags have been removed.
The other repositories are fresh development and have no code to populate.
They will be setup using cookiecutter.

Change-Id: Id6385b8940fbef6c703db26808cda9607aea360d
2017-03-14 08:42:56 -07:00
OpenStack Proposal Bot
8cc7ad2a62 Normalize projects.yaml
Change-Id: I42b22bd04fb6029f5f4bc0f2a2ecc6d55f639289
2017-03-13 08:40:33 +00:00
Jenkins
89931f188d Merge "Adds python-hnvclient repository" 2017-03-13 08:07:53 +00:00
Jenkins
117f0a99c3 Merge "Add os_molteniron to OpenStack-Ansible" 2017-03-13 08:07:47 +00:00
Jenkins
846671f46b Merge "Add repo for openstack/puppet-freezer" 2017-03-13 08:06:02 +00:00
Jenkins
a1c013abd0 Merge "Go Common Library for Oslo-style support" 2017-03-10 21:49:15 +00:00
Jenkins
b7ca200f31 Merge "Enables blazar-release team to create the stable branch" 2017-03-10 02:51:48 +00:00
Saad Zaher
10e1c06f9f Add repo for openstack/puppet-freezer
Needed-By: I4c46b14c825d546e039fd79c5b4eac217b1d8164
Change-Id: I8681a1ff1d3c7958319de9c0cf4cd83fd67811f8
2017-03-09 18:57:59 +00:00
Davanum Srinivas
a311e220d4 Go Common Library for Oslo-style support
* Support for reading and accessing INI files used in OpenStack
* Support for generating logs in the same style as other OpenStack
  components
etc...

Change-Id: I7a17172349aff180b9e842f5b9d302f0ed4b6267
2017-03-08 16:01:37 -05:00
Masahito Muroi
06adfdb07c Enables blazar-release team to create the stable branch
Change-Id: Ia2bcba71282c1bc988184804c80402e08d48c5e5
2017-03-08 10:15:39 +00:00
Jenkins
928bc19374 Merge "Adding Nemesis project. A file intelligence API." 2017-03-08 08:42:35 +00:00
Robert Putt
32d17b6e0e Adding Nemesis project. A file intelligence API.
Nemesis is a file intelligence API which allows querying of files by
hash and if the file is known intellig ence about said file is returned
such as a Malware likelyness score, the file type and so on. If the file
is not known the user is requested to submit the file to the API where a
number of scalable background workers process the file looking at PE
headers, MIME type and so on as well as running it through a number of
pluggable anti-virus drivers.

The use case is not really for file system scanning, and obviously
heurirstics scanning is not available as there is no running of said
file (yet, maybe later dynamic analysis may be included but this is a
long term stretched goal). Instead the intended purpose is for
developers of websites, APIs or other applications to scan uploads /
submissions on the fly before publishing them, or you could create a
Swift middleware to scan all files before they are accepted and placed
onto object nodes.

I beleive this could be a useful value add / complimentary project to
the OpenStack eco system, and in anycase would use Keystone for auth and
so on.

As of yet there is no code, I will probably end up recycling some
previous code from a personal project I made last year, however the repo
itself should be created fresh for a new start. I am happy as part of
the first patch to ensure the test stuff as provided by cookiecutter is
included and no mass import of existing code will take place.

Change-Id: Ida135e77746d303d8aa894b534d34f3f15466113
2017-03-07 12:20:41 +00:00
OpenStack Proposal Bot
b4f5c916bc Normalize projects.yaml
Change-Id: I553a2119d1d466b021fd85e6949dcd052d9707a2
2017-03-07 10:01:10 +00:00
Jenkins
365f00caaf Merge "Complete retirement for networking-ofagent" 2017-03-07 08:46:01 +00:00
Jenkins
6871f4a0d1 Merge "Adding the networking-avaya project to the openstack-infra" 2017-03-07 08:42:42 +00:00
Jenkins
8a97afcc05 Merge "Add new repo fuel-ccp-elasticsearch" 2017-03-07 08:40:55 +00:00
Jenkins
75c4a2d98b Merge "Add project distil-ui" 2017-03-07 08:27:07 +00:00
Jenkins
814d007172 Merge "Add congress-dashboard project" 2017-03-07 08:25:39 +00:00
Jenkins
e7587f1ca3 Merge "Add networking-baremetal project" 2017-03-07 08:07:05 +00:00
Andy McCrae
d00fc0a01c Add os_molteniron to OpenStack-Ansible
This patch adds new pre-seeded git repository to OpenStack-Ansible for
deploying Molteniron.

This project will have its own core team with the general
openstack-ansible core team included, with the appropriate rights to
ensure that they can act as a back-stop in case of any issues.

Needed-By: Ie7190e6d46091ff91b108baf48ecf5d304885124
Change-Id: Ib60593085179819e566068576be08ee403221d22
2017-03-06 17:29:40 +00:00
Claudiu Belu
aa4f06f2fa Adds python-hnvclient repository
Windows / Hyper-V Server 2016 introduced a new Network Controller
server role, which can be controlled through a REST API [1].

The new Network Controller introduces new features for Hyper-V, such
as VXLAN support, Software Load Balancer, RAS Gateway management.

python-hnvclient offers a client that can interact with the
Network Controller through its REST API, and it will be used in order
to bring the mentioned new features into OpenStack [2].

Launchpad: https://launchpad.net/python-hnvclient
Pypi: https://pypi.python.org/pypi/hnv

[1] https://technet.microsoft.com/en-us/library/dn859239.aspx
[2] https://blueprints.launchpad.net/networking-hyperv/+spec/hyperv-network-virtualization-support

Change-Id: I5994fefd99d9504e73a8bd0e231153858e4a2251
2017-03-06 11:58:02 +00:00
Jenkins
41de67dfcf Merge "Add ovsdbapp project" 2017-03-06 10:04:39 +00:00
Peter Razumovsky
ea9e5db816 Add new repo fuel-ccp-elasticsearch
Currently elasticsearch fuel ccp plugin is
placed in fuel-ccp-stacklight repository, but
needed not only by stacklight repo, but also for
fuel-ccp-searchlight deployment repo. So, for safer
usage elasticsearch.

Change-Id: I0f5209d08bdafde4829d958dc02b8c43fecf6dde
2017-03-06 08:53:59 +00:00
OpenStack Proposal Bot
4b8bf24c8d Normalize projects.yaml
Change-Id: I8a179e995918640978a7b826825ce954592fe1b4
2017-03-04 09:17:21 +00:00
Armando Migliaccio
547987d228 Complete retirement for networking-ofagent
Change-Id: Ica2394bc5bfdf88489e5bb70755ecee5f9e194b7
2017-03-03 13:29:20 -08:00
Jenkins
65b51ace36 Merge "Create the pynotedb project" 2017-03-03 16:27:14 +00:00
Jenkins
c416f746d2 Merge "Add translation jobs to watcher-dashboard" 2017-03-03 08:42:58 +00:00
Fei Long Wang
0e6a4f09a1 Add project distil-ui
Change-Id: I15c7d3c4d56abbe5a185e77eb74725820a8bcab9
2017-03-03 21:12:36 +13:00
Anusha Ramineni
d8fd7d6ba5 Add congress-dashboard project
This project is to add horizon plugin to congress

Needed-By: I99178a11ef53ac8eb7e4f1283771afdbb4c1c500
Change-Id: I16d182a9d169035cc760eb456de45d806906996a
2017-03-03 07:06:54 +00:00
Zhesen Zhang
8039112f94 Adding the networking-avaya project to the openstack-infra
Committing the Avaya Openstack Neutron plugins project -
networking-avaya to the OpenStack CI infrastructure.
The Avaya OpenStack Neutron plugins provide the Neutron ML2
type driver and mechanism driver to provision the network
segment IDs against the ToR switches automatically.

Change-Id: I305ebe473020365c0890913cbe6805052d757ea9
2017-03-02 11:46:21 -08:00
Zara
e3d7db4b8e Create the pynotedb project
This is a patch to create the config for the new infrastructure
project, pynotedb. This will be a python library for parsing
review content stored in git repositories.

Needed-by: I85ab12623ebe314bc2b9e743e8e7c090313c5cc1
Change-Id: Ide3caa3b0c400c0288dd826e6a52a49602f4dc05
2017-03-02 12:08:14 +00:00
Terry Wilson
87739c7e82 Add ovsdbapp project
The ovsdb api code in Neutron is used by at least 4 other projects,
so it makes sense to split the code out to its own project. The
neutron_lib project is not a good fit since this code relies on
the Python code from the OVS project and users of neutron_lib
should not be forced to install OVS.

Needed-By: Idf3dcca7e94fad49725fa427fbf874c674fdfd6a
Change-Id: Icd9be59f8c4e41801e30734d332c572e08680087
2017-03-01 19:50:59 +00:00
Vasyl Saienko
36812e5139 Add networking-baremetal project
This patch adds a repo openstack/networking-baremetal.
Ironic/Neutron integration is rapidly growing and requires
a separate Neutron plugin to cover baremetal use-cases.

Needed-By: I3b6a22f2947b5515c24af56e05da496736220466
Change-Id: Ieaf8eec060fea65201fbafca2877683146d0623b
2017-03-01 08:04:14 +00:00
OpenStack Proposal Bot
572f0e2360 Normalize projects.yaml
Change-Id: Ib599b6cfb45d865cc1717a33ccc63c3f209841cf
2017-02-27 08:16:13 +00:00
Jenkins
90cd84848f Merge "Add os-traits project" 2017-02-27 07:29:13 +00:00
OpenStack Proposal Bot
cc4d4b3ebe Normalize projects.yaml
Change-Id: I0a518673ead03f9a539bb4ccae791fe594b53673
2017-02-25 08:15:00 +00:00
Jenkins
4d00f5dcaa Merge "Add python-pankoclient repository" 2017-02-24 12:12:26 +00:00
James Page
72e26db19c Drop group key for charm bug tracking
All charms have now been moved to standalone LP projects, with
an associated 'openstack-charms' project group.

Drop the groups key as this was used to map bug tasks to the
Juju Charms Collection, which is no longer in use.

Change-Id: I409bb5b3540f18ed415a29d667be3274f3e4bc16
2017-02-23 15:50:44 -05:00
Tony Breeds
b853b5074d Add os-traits project
The intent is for the os-traits repo to be managed by the nova team so
I've referenced the nova ACL config.  However, the os-traits library
does not yet have stable branches so some of that config is unused.  I
don't know if this is a problem.

Needed-By: Iebfe4fd37111a1a044cc9369197e638f3efca52b
Change-Id: Ic807f128180f1af4ecac193db8f99c47913eb5b4
2017-02-23 15:37:29 +00:00
OpenStack Proposal Bot
ed500224bf Normalize projects.yaml
Change-Id: I2c7b52aba90c515547485e25feeab57a90f5cfae
2017-02-21 08:21:12 +00:00
Jenkins
95857f225d Merge "Introducing Omni" 2017-02-20 15:56:39 +00:00
liusheng
94f6876e21 Add python-pankoclient repository
Change-Id: I62809e1d02fe6ae593ca126ca8cb4be48de4cc67
Needed-By: Id87f36cce2556d96fe520bb2e0ad880a0b02747b
2017-02-20 14:08:26 +08:00
OpenStack Proposal Bot
8fd38ede70 Normalize projects.yaml
Change-Id: I4d0eba12415aa820ac38d5a0f02f3ed058f54af7
2017-02-18 08:14:32 +00:00
Sachin Manpathak
6b444806ae Introducing Omni
Omni is a set of public cloud drivers for OpenStack. A set of drivers
for relevant services: Nova, Glance, Cinder and Neutron are provided,
which let OpenStack provision workloads on public clouds.

Eventually, Omni will be multi-cloud/hybrid cloud management with
OpenStack API.

Change-Id: I33e83cb96d3927d70f2db022dd0220c4c3cd18ec
2017-02-17 15:59:39 -05:00
Jenkins
84d6c38abe Merge "Retiring python-wsmanclient: remove all jobs and set project read-only" 2017-02-17 07:50:40 +00:00
Jenkins
1668601c62 Merge "Add new project: vmware-vspc" 2017-02-17 07:42:55 +00:00
Dmitry Tantsur
d2724128ed Retiring python-wsmanclient: remove all jobs and set project read-only
http://lists.openstack.org/pipermail/openstack-dev/2017-February/112129.html

Change-Id: I1ec2aaf0002f335c57c871180695a2e8456f1aff
2017-02-16 11:13:58 +01:00