job:
    hostname: multijob-{filename}.containers.blitz.works
    image: "http://images.blitz.works/wheezy-2015040401.img#sha1=dsadsdserefadsfsdfjsafjsdalfjadsj"
    memory: 512M
    disk: 10G
    networks: public
    managment_startup_script: /scripts/startup_hook # these are in the managment image
    managment_shutdown_script: /scripts/shutdown_hook # these are in the managment image
    startup_script: startup.sh
    shutdown_script: shutdown.sh
    init: # can be a list or string
        - rm -rf /tmp
        - rm -rf /root
        - /provision {PROVSION_HOST} {HOSTNAME}
        - rm /provision
        - /sbin/init
environ:
    DISTRO: debian
    DISTRO_VERSION_MAJOR: 7.4
    DISTRO_VERSION_NAME: wheezy
hosts: # entries to put in the hosts file
    - 127.0.0.1 {hostname} {hostname}.{domain}
tags:
    - testing
