An open API service indexing awesome lists of open source software.

https://github.com/mirantis/python-operations-api

Operations RestAPI
https://github.com/mirantis/python-operations-api

Last synced: 10 months ago
JSON representation

Operations RestAPI

Awesome Lists containing this project

README

          

==============
Operations API
==============

Overview
--------

API for generating and manage UI forms for reclass model templates

Requirements
------------

- Python v3.6 and higher.
- Pip v3 and higher.

Installation notes
------------------

- Start backend services (CockroachDB, Keycloak)

::

./bootstrap_env.sh up

- Tested with:

- Docker 17.03.2-ce
- Docker Compose 1.22.0

- Prepare python virtual environment

::

python -m ensurepip --default-pip
pip install --user pipenv
pipenv --python 3.6
pipenv install
pipenv shell

python operations_api