-
python-tuskarclient-0.1.4-1.lbn19.noarch
python-tuskarclient is a Python client and a command-line interface
for Tuskar <https://github.com/openstack/tuskar>.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-tzlocal-1.2-1.lbn19.noarch
This Python module returns a tzinfo object with the local timezone information.
It requires pytz, and returns pytz tzinfo objects. This module attempts to fix
a glaring hole in pytz, that there is no way to get the local timezone
information, unless you know the zoneinfo name.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-unicodecsv-0.13.0-1.lbn19.noarch
The unicodecsv is a drop-in replacement for Python 2’s csv module which supports unicode strings without a hassle.
More fully
Python 2’s csv module doesn’t easily deal with unicode strings, leading to the dreaded “‘ascii’ codec can’t encode characters in position …” exception.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-urwid-1.2.1-1.lbn19.x86_64
Urwid is a Python library for making text console applications. It has
many features including fluid interface resizing, support for UTF-8 and
CJK encodings, standard and custom text layout modes, simple markup for
setting text attributes, and a powerful, dynamic list box that handles a
mix of widget types. It is flexible, modular, and leaves the developer in
control.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-vault-client-1.0.0-1.lbn19.noarch
Vault is used to protect secrets in a secure way using a golang restful web api. This client is a wrapper to enable authentication and restful interactions with the vault rest endpoint. https://github.com/hashicorp/vault
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-versiontools-1.9.1-4.fc19.noarch
Smart replacement for plain tuple used in __version__
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-virt-back-0.1.0-2.lbn19.noarch
A backup utility for QEMU, KVM, XEN, and Virtualbox guests. Virt-back is a python
application that uses the libvirt api to safely shutdown, gzip, and restart guests.
The backup process logs to syslog for auditing and virt-back works great with cron
for scheduling outages.
Note that there is a --amount flag which controls the number of generations kept.
The default number is 3 generations.
Example cronjob:
15 2 * * 1 /usr/bin/virt-back --path=/var/backups --quiet --backup vm1
15 23 * * 5 /usr/bin/virt-back --quiet --backup vm2
Virt-back guest restore procedure
In this guide our guest vm2 has failed with a major corruption and we would like to
restore from our backups. We have our running production guest images in /KVMROOT and
our virt-back guest backups in /KVMBACK.
Overview:
Ensure the guest is shut off.
move the bad image file out of the way
untar the virt-back backup into place
power up the guest
Detailed Procedure:
Verify the guest is shut off by running:
virt-back --info-all
We noticed that vm2 was still running so we invoked:
virt-back --shutdown vm2
Move the corrupted image file out of the way:
mv /KVMROOT/vm2.img /KVMROOT/vm2.img.NFG
Unzip and unarchive the backup using the following command (note --strip
depends on your original --path depth):
sudo tar -xzvf /KVMBACK/vm2.tar.gz -C /KVMROOT --strip 1
When the untar completes, start the guest:
virt-back --create vm2
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-voluptuous-0.8.5-2.fc19.noarch
Voluptuous, despite the name, is a Python data validation library. It is
primarily intended for validating data coming into Python as JSON, YAML, etc.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-waitress-0.8.8-1.fc19.noarch
Waitress is meant to be a production-quality pure-Python WSGI server with
very acceptable performance. It has no dependencies except ones which live
in the Python standard library. It runs on CPython on Unix and Windows under
Python 2.6+ and Python 3.2. It is also known to run on PyPy 1.6.0 on UNIX.
It supports HTTP/1.0 and HTTP/1.1.
For more information, see /usr/share/doc/python-waitress-0.8.8/docs or
http://docs.pylonsproject.org/projects/waitress/en/latest/ .
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-warlock-1.0.1-1.fc19.noarch
Build self-validating python objects using JSON schemas
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19