madorn / cli_explorer

CLI Explorer for Command Line (CLI) Clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI Explorer

A web interface for exploring the various OpenStack CLI client tools Created by Ronald Bradford me@ronaldbradford.com

Pre Requisites

The User Interface can run in any web container (e.g. Apache).

The API that executes the actual commands currently runs with Flask.

 $ sudo pip install flask

CLI Tools

In order to run the various tools these must also be installed on server running the web container.

This is an example of using the OpenStack Kilo client tools on Ubuntu 14.04 LTS.

sudo apt-get install ubuntu-cloud-keyring
echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu trusty-updates/kilo main"  | sudo tee /etc/apt/sources.list.d/cloudarchive-kilo.list
sudo apt-get update 
sudo apt-get install python-openstackclient

In addition to installing openstack, the other OpenStack clients such as nova and glance are installed.

Usage

This tool will run against any running OpenStack installation. It has been tested with:

  • devstack
  • Mirantis Express

About

CLI Explorer for Command Line (CLI) Clients

License:Apache License 2.0


Languages

Language:HTML 87.7%Language:Python 12.0%Language:CSS 0.3%