OCPeasy is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code on OpenShift.
Project description
OCPeasy - Command Line Interface
Introduction
OCPeasy consists in a CLI to facilitate the deployment of OpenShift applications, generating the configuration based on your project requirements.
Pre-requisites (Development)
- Poetry is required to develop and test locally the CLI.
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
Appendix
The default install poetry location is ~/.poetry/bin/poetry
In order to add poetry binary to your $PATH environment variable, add the line below into your .zshrc
(or equivalent)
export PATH=$PATH:$HOME/.poetry/bin
- pre-commit is required to ensure linting (with flake8) and formatting (with black) are applied before each commit
make config_precommit
Get started
Prerequisites (end user):
oc
corresponding to the version used by OpenShift server (https://docs.openshift.com/container-platform/4.1/release_notes/versioning-policy.html)
User guide:
Roadmap
- Configuring Tests/Linting
- Generate Project yaml
ocpeasy.yml
- Generate Stage folder
<rootProject>/<.ocpeasy>/<stage>/[stagesFiles].yml
- Supporting CLI invocation from
ocpeasy
directly - Schema based validation
- Supporting environment variables
- Composing existing stages with modules (e.g.: Databases, Caches, Messaging Queue, other applications etc...)
- Support SSH Keys for cloning (read: https://stackoverflow.com/questions/28291909/gitpython-and-ssh-keys)
Changelog
- 8MAR2021 - Configure Dockerfile path from CLI
- 2MAR2021 - Initial CLI Version
License
Copyright 2021 ocpeasy
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ocpeasy-0.1.20.tar.gz
.
File metadata
- Download URL: ocpeasy-0.1.20.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.2 Darwin/17.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c2475493a698b9610dbaa2d86648d9d4c4c562937e88cdaa45c26e22804ebc6 |
|
MD5 | 33740a86be19d5b30de2389e3553a533 |
|
BLAKE2b-256 | 085f3477d8c325f04d1d176feb6178d57d3aeb9a685e7d2fcce0fa5a381fd54d |
File details
Details for the file ocpeasy-0.1.20-py3-none-any.whl
.
File metadata
- Download URL: ocpeasy-0.1.20-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.2 Darwin/17.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef0f2fea7c55aeca9617ad0649f0c027761d2d86966eb78576e832b3bad201f0 |
|
MD5 | d748bebd085676a0c02101e6002975f0 |
|
BLAKE2b-256 | 67dba71908d9c277fc41a2410a9e10063ca5c17c13f2d54199274cb5b5bb4e9d |