Skip to content

Instantly share code, notes, and snippets.

@timbot
Created October 16, 2013 22:52
Show Gist options
  • Save timbot/7016382 to your computer and use it in GitHub Desktop.
Save timbot/7016382 to your computer and use it in GitHub Desktop.
Veta backup manager - installation from source
echo | sudo tee -a /etc/nova/nova.conf <<EOF
osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions
osapi_compute_extension=veta.extension.Veta_extension
EOF
sudo restart nova-api
echo | sudo tee -a /etc/openstack-dashboard/local_settings.py <<EOF
import sys
mod = sys.modules['openstack_dashboard.settings']
mod.INSTALLED_APPS += ('veta.horizon',)
EOF
sudo service apache2 restart
sudo start veta-manager
$ nova help |grep backup-schedule
backup-schedule-add
backup-schedule-clear
backup-schedule-delete
backup-schedule-disable
backup-schedule-enable
backup-schedule-list
backup-schedule-list-backups
backup-schedule-update
git clone https://github.com/gridcentric/veta.git
cd veta
sudo python setup.py install
git clone https://github.com/gridcentric/vetaclient.git
cd vetaclient
sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment