Personal tools
Skip to content. | Skip to navigation
Sahara plugin for the OpenStack Dashboard.
Savanna plugin for the OpenStack Dashboard.
OpenStack Image Service (code-named Glance) provides discovery, registration, and delivery services for virtual disk images. This package contains the glance Python library.
OpenStack image service store library
This is a client for the OpenStack Glance API. There's a Python API (the glanceclient module), and a command-line script (glance). Each implements 100% of the OpenStack Glance API.
OpenStack gnocchi provides API to store metrics from OpenStack components and index resources. This package contains the gnocchi python library.
This is a client library for Gnocchi built on the Gnocchi API. It provides a Python API (the gnocchiclient module) and a command-line tool.
A Workload migration engine designed to automatically move existing workloads and virtual machines from various virtualisation platforms to OpenStack. Guts provides seamless and fully automated migration for both Linux or Windows virtual machines to OpenStack infrastructure. Guts can be integrated with an existing OpenStack infrastructure by following installation instructions. OpenStack Guts is distributed under the terms of the Apache License, Version 2.0. The full terms and conditions of this license are detailed in the LICENSE file. Reference: https://aptira.com/guts GitHub: https://github.com/aptira/guts Architecture GUTS primarily consists of a set of Python daemons, though it requires and integrates with a number of native system components for databases, messaging and migration capabilities. GUTS architecture diagram looks like: +-----------------+ | | | VMWare | +->|Source Hypervisor| +-----------+ +---------------+ | | | | | +------+ | | | +-----------------+ |Guts Client+--+ | | +->|guts-migration +--+ | | | +--------------+ | | | | | +-----------+ +-->| | | +--+ +---------------+ | guts-api +-->| AMQP | +-----------+ +-->| | | +--+ +---------------+ | | | +--------------+ | | | | | | Horizon +--+ | | +->|guts-migration +--+ | | +------+ | | | +-----------------+ +-----------+ +---------------+ | | | +->| Hyper-V | |Source Hypervisor| | | +-----------------+ guts-api: Accepts and responds to end user migration API calls. Exposes RESTful APIs on the port 7000 guts-migration: A worker daemon that migrates VMs from source hypervisor to OpenStack Also communicates with Glance, Nova and Neutron to create VMs on OpenStack Other Components Guts Documentation: Documentation for GUTS http://guts.readthedocs.org/en/latest/ Guts Client: Command line interface to interact with guts-api https://github.com/aptira/python-gutsclient.git Guts Dashboard: Guts Dashboard is an extension for OpenStack Dashboard which provides UI for guts. https://github.com/aptira/guts-dashboard.git Devstack Plugin: Guts also provides devstack plugin, which provides an automated way to deploy Guts through devstack. https://github.com/aptira/guts/tree/master/devstack Guts demo: A demo session recording, explaining GUTS command line tools https://asciinema.org/a/1nwd6vpvm93ajaik6xl9y834w Guts on Horizon: Screenshots of dashboard plugin which explains guts workflow as part of horizon http://guts-dashboard.readthedocs.io/en/latest/user-guide.html
Guts project provides Virtual Machine Migrations as a Service. This helps to migrate VMs from existing cloud to Openstack infrastructure. For eg. Currently one can register their VMWare vSphere instance and migrate their existing VMs from existing VMWare ESXi hypervisor to OpenStack KVM hypervisor Guts Dashboard Guts Dashboard is an extension for OpenStack Dashboard which provides UI for guts. This provides ability to Register source hypervisors and VMs within that Migrate source VMs into OpenStack infra Other Simple features.