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
- Host: GitHub
- URL: https://github.com/mirantis/python-operations-api
- Owner: Mirantis
- License: other
- Created: 2018-10-03T07:06:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T12:28:59.000Z (almost 6 years ago)
- Last Synced: 2025-01-17T12:17:45.659Z (12 months ago)
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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