Create new mixmatch project

Proxy service to enable accessing resources (images, volumes, snapshots)
across federated deployments.

The proxy replaces the cinder and glance endpoint in the service catalog,
and forwards API calls to the correct OpenStack deployment based on
object UUID.

This allows Nova to be able to attach volumes in a federated OpenStack,
among other things.

vBrownBag talk in Barcelona: https://www.youtube.com/watch?v=O0euqskJJ_8

Change-Id: I0420a06857529cd8dffa125af2b4f83552cdabe1
This commit is contained in:
Kristi Nikolla 2016-10-31 10:30:28 -04:00
parent fa4d67d471
commit 04b8d07373
4 changed files with 34 additions and 0 deletions

View File

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

View File

@ -4674,6 +4674,8 @@
description: OpenStack Workflow (Mistral) Specifications
groups:
- mistral
- project: openstack/mixmatch
description: Combine resources across federated OpenStack deployments
- project: openstack/molteniron
description: Python client/server for managing a pool of Bare Metal machines.
- project: openstack/monasca-agent

View File

@ -6676,6 +6676,16 @@
jobs:
- specs-jobs
- project:
name: mixmatch
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- 'gate-{name}-python35{suffix}':
suffix: ''
- project:
name: molteniron
tarball-site: tarballs.openstack.org

View File

@ -10988,6 +10988,13 @@ projects:
gate:
- gate-mistral-specs-python27-ubuntu-xenial
- name: openstack/mixmatch
template:
- name: merge-check
- name: python-jobs
- name: python35-jobs
- name: publish-to-pypi
- name: openstack/molteniron
template:
- name: merge-check