Skip to main content

A devops config tool

Project description

config-ops

LicenseBuild Status

一款 DevOps 配置工具:

  • Nacos Yaml、Properties格式的配置文件变更。
  • 使用 Liquibase 执行数据库版本脚本。

结合 dumasd/jenkins-config-ops-plugin (github.com) 插件实现与Jenkins的集成。

快速开始

部署Liquibase

Liquibase安装文档: https://docs.liquibase.com/start/install/home.html

部署Config-Ops

本地部署

下载 Config-Ops Release 文件解压,release 文件中包含 config-ops 可执行文件和配置文件样例 config.yaml.sample

# 从sample中拷贝出一个配置文件,修改配置文件中的配置
cp config.yaml.sample config.yaml

# 修改配置
vim config.yaml

# 启动服务
./startup.sh

Docker部署

config-ops镜像库: wukaireign/config-ops general | Docker Hub

git clone https://github.com/dumasd/config-ops.git

cd config-ops

# 修改 docker-compose.yaml CONFIGOPS_CONFIG 部分
vim docker-compose.yaml

# docker-compose启动应用
docker-compose -f docker-compose.yaml up -d

本地开发

要求

  • Python:3.9及以上版本

开发环境设置

# 拉取代码 
git clone https://github.com/dumasd/config-ops.git
cd config-ops

# 设置python虚拟环境
python3 -m venv .venv
. .venv/bin/activate

# 安装依赖
pip3 install -r requirements.txt

# Run Tests
python3 -m pytest ./tests

# pyinstaller 打包成可执行的二进制
pyinstaller app.spec 

# 发布到pipy
pip3 install --upgrade setuptools wheel twine
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

configops-0.1.5.tar.gz (23.2 kB view details)

Uploaded Source

Built Distribution

configops-0.1.5-py3-none-any.whl (25.4 kB view details)

Uploaded Python 3

File details

Details for the file configops-0.1.5.tar.gz.

File metadata

  • Download URL: configops-0.1.5.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.14

File hashes

Hashes for configops-0.1.5.tar.gz
Algorithm Hash digest
SHA256 415bb29732f1329d4621b0e04eed7297f28c3f407d240c0accfb3716889d9c4c
MD5 d27dbaf42c970e62f0e64b9d721d0902
BLAKE2b-256 7b971672310e6bfc5688aa8a32e62b9a66e127f68411649734798748b68fc5e4

See more details on using hashes here.

File details

Details for the file configops-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: configops-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 25.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.14

File hashes

Hashes for configops-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 7e3dd2a266feab92a496f62f11f3177737db4b647da37da06474ec446ec1ac88
MD5 50cc797db36c53b732ada11e6249ea50
BLAKE2b-256 0d2526f451cc4ced0cf6be0b93011f69f1a5755d7e5dc76e261101e046772e06

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page