RETIRED, Fleet management for OpenStack
Go to file
Ian Cordasco 26cd8cc9e5 Correct craton's PyPI classifiers
Craton doesn't support Python 2 so we need to remove the Python 2
related classifiers and be very explicit by adding `3 :: Only`. We also
don't test on Python 3.3 so there's little reason to advertise that we
support it.

Change-Id: I1ddc6972bfd9d920d898d171d96fc1a6d5d20721
2016-10-06 14:09:12 -05:00
api-ref Implements API documentation 2016-09-09 19:31:03 +00:00
craton Merge "Removes data migration script for var refactoring" 2016-09-22 09:33:39 +00:00
doc/source Adding instructions to install Craton with Docker 2016-09-19 09:37:25 -07:00
etc Fix paths for docker_run.sh 2016-09-01 22:40:36 +01:00
tools Merge "Always send string header in generate fake data" 2016-09-20 09:22:51 +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
.travis.yml Few cleanup and add py35 to tox 2016-05-25 15:07:57 +01:00
CONTRIBUTING.rst Documentation Cleanup 2016-09-13 14:26:04 -07:00
Dockerfile Adds script to generate fake data 2016-08-25 08:28:41 +01: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 Initial Cookiecutter Commit (with minor tweaks) 2016-03-23 16:57:20 +11:00
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
requirements.txt Bump oslo.serialization version and remove types import 2016-06-14 17:50:19 +01:00
setup.cfg Correct craton's PyPI classifiers 2016-10-06 14:09:12 -05:00
setup.py Initial Cookiecutter Commit (with minor tweaks) 2016-03-23 16:57:20 +11:00
test-requirements.txt Fixed conflict 2016-05-31 12:47:33 -04:00
tox.ini Remove PY27 testing from tox.ini 2016-09-01 23:56:06 +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.