summaryrefslogtreecommitdiff
path: root/README.mdwn
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-05 19:59:53 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-05 19:59:53 +0000
commit0d76eca6351002abd76aae29d8734c354f2b9685 (patch)
tree83bc472526fb1319a21c8e5f1bef8a3de95b9838 /README.mdwn
parent7c70ef4b0eea13672519e05d2a5112e2b4b4cacd (diff)
downloadinfrastructure-0d76eca6351002abd76aae29d8734c354f2b9685.tar.gz
storyboard: Work in progress on production deployment
Diffstat (limited to 'README.mdwn')
-rw-r--r--README.mdwn21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.mdwn b/README.mdwn
index 06412fe6..119f89a3 100644
--- a/README.mdwn
+++ b/README.mdwn
@@ -135,6 +135,27 @@ the database migrations, before the app will work:
python /srv/baserock_openid_provider/manage.py migrate
+FIXME: I guess this could be done with cloud-init.
+
+
+Storyboard
+----------
+
+We use a slightly adapted version of
+<https://github.com/openstack-infra/puppet-storyboard> to deploy Storyboard.
+
+There's no development deployment for Storyboard at this time: the Puppet
+script expects to start services using systemd, and that doesn't work by
+default in a Docker container.
+
+To deploy the production version:
+
+ packer build -only=production baserock_storyboard/packer_template.json
+ nova boot openid_provider
+ --flavor dc1.1x1 --image 'baserock_storyboard' \
+ --key-name=<your-keypair> storyboard.baserock.org \
+ --nic='net-id=d079fa3e-2558-4bcb-ad5a-279040c202b5'
+
Deployment to DataCentred
-------------------------