Skip to main content

OpenStack provisioning and orchestration library

Project description

# Playback

Playback is an OpenStack provisioning and orchestration library that all of the OpenStack components can be deployed automation with high availability on Ubuntu based operating system(Xenial and trusty) as a pythonic way.

## Quick-start

from playback.api import Horizon

remote_user = ‘ubuntu’ remote_hosts = [‘192.168.1.3’, ‘192.168.1.4’]

horizon = Horizon(user=remote_user, hosts=remote_hosts) horizon.install(openstack_host=’192.168.1.2’, memcached_servers=’192.168.1.3:11211,192.168.1.4:11211’, time_zone=’America/New_York’)

## Current version

  • v0.3.9 (Ris) Improved documents

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

playback-0.3.9.tar.gz (143.7 kB view hashes)

Uploaded Source

Built Distribution

playback-0.3.9-py2-none-any.whl (199.1 kB view hashes)

Uploaded Python 2

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