Assets relating to the Interop Challenge
Go to file
Lukas Kubin 87552b91be Change lookup method to correctly load Jinja2 templates.
This should resolve two problems:

* Ansible cannot find `userdata.j2` due to incorrect path used
* Allow the template to be actually rendered as template instead of
  being loaded as plain file without evaluation

There's another solution - simple move of `/roles/apply/templates/`
to `/roles/apply/files/templates/`. I have favored this one though
to make it possible to use Jinja2 expressions in the template file,
which I believe was the original creator's idea.

Change-Id: I268e4967597508e15d7de76051e097a43a0bfeac
2017-01-21 20:53:50 +00:00
doc/source Added lessons learnt document 2016-12-12 15:05:19 -05:00
releasenotes Interop-workloads new repository seeding 2016-12-02 12:03:10 -05:00
workloads Change lookup method to correctly load Jinja2 templates. 2017-01-21 20:53:50 +00:00
.gitignore Interop-workloads new repository seeding 2016-12-02 12:03:10 -05: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 Interop-workloads new repository seeding 2016-12-02 12:03:10 -05:00
babel.cfg Interop-workloads new repository seeding 2016-12-02 12:03:10 -05:00
requirements.txt Interop-workloads new repository seeding 2016-12-02 12:03:10 -05: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 Interop-workloads new repository seeding 2016-12-02 12:03:10 -05:00
tox.ini Interop-workloads new repository seeding 2016-12-02 12:03:10 -05:00

README.rst

interop-workloads

A project for work load 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, NVF 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