RETIRED, Fleet management for OpenStack
Go to file
sulochan acharya 1d3fcad786 Allow resolved vars in details list calls
Currently the details=all flag allows us to only
get local variables. This changes that to be resolved
variables such that it matches the rest of the variables
calls.

It also adds details calls to /clouds and /projects
endpoints where it was missing.

Closes Bug: 1667767

Change-Id: Ia2de9110aa118c3fe7cd9374ceed2ce74f13c74e
2017-03-03 11:10:47 +00:00
api-ref/source/v1 Update POST response code and add location header 2017-02-07 21:44:50 +00:00
craton Allow resolved vars in details list calls 2017-03-03 11:10:47 +00:00
doc/source Add GET /v1/devices 2017-02-24 17:22:07 +00:00
etc Change config default to use pymysqldb 2017-02-22 13:21:43 +00:00
tools Fake data: Generate child container per host 2017-03-01 21:11:29 +00:00
.coveragerc Initial Cookiecutter Commit (with minor tweaks) 2016-03-23 16:57:20 +11:00
.gitignore Initial Cookiecutter Commit (with minor tweaks) 2016-03-23 16:57:20 +11:00
.gitreview Fix gitreview file 2016-07-19 12:44:19 +00:00
.mailmap Initial Cookiecutter Commit (with minor tweaks) 2016-03-23 16:57:20 +11:00
.testr.conf Initial Cookiecutter Commit (with minor tweaks) 2016-03-23 16:57:20 +11:00
CONTRIBUTING.rst Documentation Cleanup 2016-09-13 14:26:04 -07:00
Dockerfile Change mysql bind address in the container 2017-01-18 16:01:51 +00:00
HACKING.rst Initial Cookiecutter Commit (with minor tweaks) 2016-03-23 16:57:20 +11:00
LICENSE Initial Cookiecutter Commit (with minor tweaks) 2016-03-23 16:57:20 +11:00
MANIFEST.in Drop MANIFEST.in - it's not needed by pbr 2016-10-13 16:28:51 +05:30
README.rst Craton README file needs to be updated 2016-08-02 20:19:16 +00:00
babel.cfg Initial Cookiecutter Commit (with minor tweaks) 2016-03-23 16:57:20 +11:00
bindep.txt Configure OpenStack CI to run functional tests 2017-02-17 10:17:44 -06:00
requirements.txt Updated from global requirements 2017-03-01 04:05:48 +00:00
setup.cfg Remove code related to Python versions before 3.5 2016-11-24 12:31:14 +00:00
setup.py Updated from global requirements 2017-01-18 23:56:21 +00:00
test-requirements.txt Updated from global requirements 2017-02-12 23:54:37 +00:00
tox.ini Merge "Adds functional testing" 2016-11-30 15:46:42 +00:00

README.rst

Craton

Craton is a new project we plan to propose for OpenStack inclusion. Craton supports deploying and operating OpenStack clouds by providing scalable fleet management:

  • Inventory of configurable physical devices/hosts (the fleet)
  • Audit and remediation workflows against this inventory
  • REST APIs, CLI, and Python client to manage

Support for workflows, CLI, and the Python client is in progress.

For more information, please refer to the following project resources:

For information on how to contribute to Craton, please see the contents of the CONTRIBUTING.rst file.

For more information on Craton distribution license, please see the contents of the LICENSE file.