All Projects → tobegit3hub → osop

tobegit3hub / osop

Licence: MIT license
OpenStack Operation automatical toolkits

Programming Languages

shell
77523 projects

OSOP

Introduction

OSOP is short for OpenStack Operation toolkits.

Installation

Install ansible.

pip install -U ansible

yum install ncurses

Install osop.

git clone https://github.com/tobegit3hub/osop.git

mv ./osop /root/

# Edit regionone_hosts and region
ls -s /root/osop/regionone /bin/

Usage

Run commands with ncurses.

regiononej

Run commands in cluster or nodes.

ansible -i region_hosts api1 -m shell -a "ping -c 1 -W 1 127.0.0.1"

Run playbooks in cluster or nodes.

ansible-playbook -i region_hosts ping-local.yaml

Screenshot

Developer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].