diff --git a/bootstrap/playbooks/tasks/base.yml b/bootstrap/playbooks/tasks/base.yml index 2debca36..813bb09d 100644 --- a/bootstrap/playbooks/tasks/base.yml +++ b/bootstrap/playbooks/tasks/base.yml @@ -6,6 +6,7 @@ apt: name={{ item }} state=present with_items: - git + - subversion - python-mock - python-keystoneclient - python-mysqldb diff --git a/example-lxc.py b/example-lxc.py index 6f77ef02..b9bb734d 100644 --- a/example-lxc.py +++ b/example-lxc.py @@ -1,3 +1,12 @@ +#!/usr/bin/env python + +# To run: +# example-lxc.py deploy +# solar changes stage +# solar changes process +# solar orch run-once last +# watch 'solar orch report last' + import click from solar.core import signals