Assets relating to the Interop Challenge
Go to file
Tong Li f455064066 Added cockroachdb cluster setup across multiple clouds
This patch does the following:
1. Added the apps role so that k8s app deployment can be placed in the role
2. Added cockroachdb-init-pod deployment inthe post role since this has to
   be deployed first.
3. Added cockroachdb-pod deployment in the apps role
4. Allow this workload to stand up a standalone cockroachdb cluster or
   join in an existing cockroachdb cluster
5. Added the cockroachdb load generator container so that once the cluster
   is started, there will be some load generated.
6. Added a way to pre-allocating floating IP addresses so that the workload
   can use pre-allocated floating IPs for VMs.

Change-Id: Ifa9eeb9d761d9801cab580445e6c43c8cf1dfdaa
2017-05-03 03:01:56 +00:00
doc/source Improved the doc by following latest comments 2017-04-21 15:46:58 +08:00
releasenotes Interop-workloads new repository seeding 2016-12-02 12:03:10 -05:00
workloads Added cockroachdb cluster setup across multiple clouds 2017-05-03 03:01:56 +00:00
.gitignore Revert "NFV workload" 2017-04-25 09:38:44 +02:00
.gitreview Added .gitreview 2016-11-24 21:55:37 +00:00
CONTRIBUTING.rst Interop-workloads new repository seeding 2016-12-02 12:03:10 -05:00
HACKING.rst Interop-workloads new repository seeding 2016-12-02 12:03:10 -05:00
LICENSE Interop-workloads new repository seeding 2016-12-02 12:03:10 -05:00
MANIFEST.in Interop-workloads new repository seeding 2016-12-02 12:03:10 -05:00
README.rst Fixed a typo in the readme 2017-03-16 15:20:05 -05:00
babel.cfg Interop-workloads new repository seeding 2016-12-02 12:03:10 -05:00
requirements.txt Revert "NFV workload" 2017-04-25 09:38:44 +02:00
setup.cfg Interop-workloads new repository seeding 2016-12-02 12:03:10 -05:00
setup.py Interop-workloads new repository seeding 2016-12-02 12:03:10 -05:00
test-requirements.txt Add specs to documentation 2017-02-08 17:43:02 +01:00
tox.ini Revert "NFV workload" 2017-04-25 09:38:44 +02:00

README.rst

interop-workloads

A project for workload development to meet the OpenStack Interop Challenge

With the success of the Interop Challenge in Barcelona, the Interop Challenge mission continues to gain momentum. We will use this project and repository where we can focus on creating and iterating on new OpenStack workloads that will be used to demonstrate that OpenStack clouds are interoperable across a variety of application domains including enterprise workloads, NFV workloads, K8s, and many others under evaluation. We will also use this repo to store our best practices documents and other collateral that facilitates improving the state of OpenStack Clouds' ability to interoperate.

Features

  • TODO