rcbops / djeep

simple pxe bootstrapping
20 stars 15 forks source link

DJEEP

Welcome to a goldmine of OpenStack server management stuff.

Features

Usage

We use South for migrations, you'll probably do something like::

python manage.py syncdb python manage.py migrate python manage.py runeventlet 8080

That will ask you to make an admin user, you'll use that to get into the admin.

We'll want to add some fixtures: https://docs.djangoproject.com/en/1.3/howto/initial-data/

To mess with how the data is displayed in the admin: https://docs.djangoproject.com/en/1.3/ref/contrib/admin/

Updating

  1. Make a backup::

    $ python manage.py dumpdata --format=yaml rolemapper > backup.yaml

  2. Update the code::

    $ git pull origin master

  3. Reset everything for good measure::

    $ ./reset.sh

  4. Load your data::

    $ python manage.py loaddata backup.yaml

Actions Somebody Might Want To Do With A Cluster

Actions Somebody Might Want To Do With A Host

General Hoped For Functionality

TODO