Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openstack/adjutant
A simple workflow framework to help automate admin and user tasks in and around OpenStack via a pluggable API exposing tasks made up of easily chainable actions. Mirror of code maintained at opendev.org.
https://github.com/openstack/adjutant
Last synced: about 3 hours ago
JSON representation
A simple workflow framework to help automate admin and user tasks in and around OpenStack via a pluggable API exposing tasks made up of easily chainable actions. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/adjutant
- Owner: openstack
- License: apache-2.0
- Created: 2017-06-20T08:49:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T10:49:24.000Z (about 1 month ago)
- Last Synced: 2024-11-08T01:38:54.916Z (6 days ago)
- Language: Python
- Homepage: https://opendev.org/openstack/adjutant
- Size: 1.29 MB
- Stars: 21
- Watchers: 10
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
========================
Team and repository tags
========================.. image:: https://governance.openstack.org/tc/badges/adjutant.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html.. Change things from this point on
Adjutant
========A basic workflow framework built using Django and
Django-Rest-Framework to help automate basic Admin tasks within an
OpenStack cluster.Primarily built as user registration service that fits into the
OpenStack ecosystem alongside Keystone, its purpose to fill
functionality missing from Keystone. Ultimately it is just a framework
with actions that are tied to an endpoint and can require certain data
fields and perform actions via the OpenStack clients as well as talk
to external systems as needed.Useful for automating generic admin tasks that users might request but
otherwise can't do without the admin role. Also allows automating the
signup and creation of new users, and allows such requests to require
approval first if wanted. Due to issuing of uri+tokens for final steps
of some actions, allows for a password submit/reset system as well.Documentation
=============Documentation can be found at: https://docs.openstack.org/adjutant/latest
Documentation is stored in doc/, a sphinx build of the documentation
can be generated with the command `tox -e docs`.An API Reference is stored in api-ref. This is also a sphinx build and
can be generated with `tox -e api-ref`.