From 63b223e7c9a0f27c9875042d1be18a61cc3d5162 Mon Sep 17 00:00:00 2001 From: Przemyslaw Kaminski Date: Thu, 3 Sep 2015 15:02:10 +0200 Subject: [PATCH] LXC: add svn to bootstrap, add comment on how to run to example-lxc.py --- bootstrap/playbooks/tasks/base.yml | 1 + example-lxc.py | 9 +++++++++ 2 files changed, 10 insertions(+) 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