Skip to content

Instantly share code, notes, and snippets.

View rkoster's full-sized avatar

Ruben Koster rkoster

  • TBD
  • Netherlands
View GitHub Profile
@rkoster
rkoster / openstack-services-contrib
Created August 6, 2013 17:44
Services contrib sampel manifest
---
name: cf
director_uuid: <director-uuid>
releases:
- name: cf-release
version: latest
- name: cf-services-contrib
version: latest
@rkoster
rkoster / migrate_blobs.sh
Last active December 18, 2015 01:39
Script for migrating blobs from one blob store to an other. This script expects a config/private.tmp.yml file which will be renamed to config/private.yml when blobs are downloaded. The contents for the new config/final.yml are hardcoded into the script. You should fill in your own target blobstore credentials
#!/bin/sh
# reset stuff
sudo rm -r .blobs
rm -r blobs
rm -r blobs_import
git checkout -- config/blobs.yml
git checkout -- config/final.yml
rm config/private.yml