-
python-sqlalchemy-0.7.9-1.fc18.1302272314kf.armv6hl
SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible,
high-level interface to SQL databases. Database and domain concepts are
decoupled, allowing both sides maximum flexibility and power. SQLAlchemy
provides a powerful mapping layer that can work as automatically or as manually
as you choose, determining relationships based on foreign keys or letting you
define the join conditions explicitly, to bridge the gap between database and
domain.
This package includes the python 2 version of the module.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-sqlalchemy-0.8.0-1.lbn13.x86_64
SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible,
high-level interface to SQL databases. Database and domain concepts are
decoupled, allowing both sides maximum flexibility and power. SQLAlchemy
provides a powerful mapping layer that can work as automatically or as manually
as you choose, determining relationships based on foreign keys or letting you
define the join conditions explicitly, to bridge the gap between database and
domain.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-stevedore-0.8-2.lbn13.noarch
Manage dynamic plugins for Python applications
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-swiftclient-1.7.0-1.lbn13.noarch
Client library and command line utility for interacting with Openstack
Object Storage API.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-versiontools-1.9.1-2.lbn13.noarch
Smart replacement for plain tuple used in __version__
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-virt-back-0.1.0-2.lbn13.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 13
-
python-virtinst-0.600.3-1.lbn13.noarch
virtinst is a module that helps build and install libvirt based virtual
machines. Currently supports KVM, QEmu and Xen virtual machines. Package
includes several command line utilities, including virt-install (build
and install new VMs) and virt-clone (clone an existing virtual machine).
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-waitress-0.8.2-1.lbn13.noarch
Waitress WSGI server
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-warlock-0.8.2-1.lbn13.noarch
Python object model built on JSON schema and JSON patch.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-websockify-0.2.0-4.lbn13.noarch
Python WSGI based adapter for the Websockets protocol
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13