From 9474aef3e4f635d60dc9147abbe6c2e9f7599493 Mon Sep 17 00:00:00 2001 From: Borne Mace Date: Tue, 25 Aug 2015 16:11:22 -0700 Subject: [PATCH] added information to the README regarding where content from kolla needs to go for the kollacli to work correctly. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 5bda4d8..bda4800 100644 --- a/README.rst +++ b/README.rst @@ -4,10 +4,17 @@ KollaCLI The following steps can be used to build / run the kollacli +* install ansible and docker * virtualenv .venv * . .venv/bin/activate * pip install -r requirements.txt * python setup.py install +* mkdir /usr/share/kolla +* cp -r openstack-kolla/ansible to /usr/share/kolla +* mkdir /etc/kolla +* cp -r openstack-kolla/etc/kolla/* to /etc/kolla +* mkdir /usr/share/kolla/kollacli +* mkdir /usr/share/kolla/kollacli/ansible * kollacli At that point you will be dropped into the kollacli shell where