DevOps of useful deployment and automation
Project description
DevOps Tools
OS Software Configure Managment
这是一个运维工具箱,里面包含了一系列工具集合。
Install 安装
中国镜像安装
$ pip install netkiller-devops -i https://pypi.tuna.tsinghua.edu.cn/simple
有时国内镜像同步速度慢,需要指定官方镜像才能安装最新版
$ pip install netkiller-devops --upgrade -i https://pypi.org/project
Docker 编排工具
传统 Docker compose 采用 YAML 技术,无法完成复杂的编排任务,于是我开发了一个工具,将 compose.yaml 脚本 python 化,用 python 语音编排 compose.yaml 脚本。
Kubernetes 编排工具
与前面 Docker 编排一样,使用 pyhton 完成 Kubernetes 的编排任务。
工具列表
Shell 工具箱
root@netkiller ~# docker run --rm -it --name=netkiller --entrypoint=sh netkiller-devops:latest
Ubuntu 编译安装
$ cd /usr/local/src/
$ git clone https://github.com/netkiller/devops.git
$ cd devops
$ python3 setup.py sdist
$ python3 setup.py install
CentOS 编译安装
$ cd /usr/local/src/
$ git clone https://github.com/netkiller/devops.git
$ cd devops
$ python3 setup.py sdist
$ python3 setup.py install --prefix=/srv/devops
or
python36 setup.py sdist
python36 setup.py install --prefix=/srv/devops
Deploy Pypi
$ pip install setuptools wheel twine
$ python setup.py sdist bdist_wheel
$ twine upload dist/netkiller-devops-x.x.x.tar.gz
PATH Variable
$ cp share/profile.d/devops.sh /etc/profile.d/
or
$ cat >> /etc/profile.d/devops.sh <<'EOF'
export PATH=/srv/devops/bin:$PATH
EOF
Donations
We accept PayPal through:
https://www.paypal.me/netkiller
Wechat (微信) / Alipay (支付宝) 打赏:
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file netkiller_devops-0.7.21.tar.gz.
File metadata
- Download URL: netkiller_devops-0.7.21.tar.gz
- Upload date:
- Size: 61.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dfd4884aafb50710e1f1ada82734a4708380a5cf7c787e0fd4127cd6b3b0c23
|
|
| MD5 |
e542d8fd1ef627f910b741b6c74992f2
|
|
| BLAKE2b-256 |
760d3b8f2d6076022307a111aeec5b1723e879c1c7993892b08cedf7f8f451c7
|
File details
Details for the file netkiller_devops-0.7.21-py3-none-any.whl.
File metadata
- Download URL: netkiller_devops-0.7.21-py3-none-any.whl
- Upload date:
- Size: 81.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9e504e73da1318cdcf1144c201f8aea9134a8c735986d734156b329b5f63e03
|
|
| MD5 |
cd2c437dd070ec1684bc2b0413ecdd09
|
|
| BLAKE2b-256 |
560ad1c0f3f6f1942a2338b25d683855dc3c2654c7b556ca6baef9bad9763208
|