8407230d81
Set VIRTUAL_HOST_WEIGHT: 20 for grafista docker image
2017-01-26 16:46:33 +01:00
8eeccb06c6
Introducing Grafista prototype to display stats
...
We configure haproxy to serve /stats as a separate app (from the
grafista container).
2017-01-24 16:02:31 +01:00
e32f1ed7d6
Refuse deploy when a module cannot be found.
2017-01-13 14:45:36 +01:00
17db81761c
Added Flamenco to runserver.wsgi
2017-01-12 17:56:20 +01:00
40f01b581f
Fixed flamenco paths
2017-01-12 17:56:02 +01:00
84c3683170
Merge branch 'flamenco'
2017-01-12 17:25:23 +01:00
7146405b98
Added Flamenco dependencies
2017-01-12 16:59:55 +01:00
4a34e02b35
deploy.sh: added missing git_pull & rsync_ui calls
2017-01-12 16:56:20 +01:00
c381b45bfc
deploy.sh: actually return & use the module path
2017-01-12 16:56:06 +01:00
0b6584e5b1
deploy.sh: assigning function param to named variable
2017-01-12 16:55:40 +01:00
b38d72b6ba
Fix for typo
2016-12-01 12:59:53 +01:00
3d76097efb
Fix for typo
2016-12-01 12:42:23 +01:00
797701f52e
Add support for readlink on macOS
2016-12-01 12:38:50 +01:00
365105b0f7
Take advantage of flask_script subcommands
2016-12-01 11:39:31 +01:00
b8b27d10d1
Visual formatting for reconcile_subscribers
2016-11-28 14:37:53 +01:00
d7ad60fb9d
Add reconcile_subscribers function
...
For every user, check their subscription status with the store.
2016-11-28 13:01:06 +01:00
a5b2259b94
Add python-dateutil to requirements
2016-11-07 11:56:04 +01:00
Dalai Felinto
a488ff4176
Use Flamenco module
2016-11-06 18:58:51 +01:00
9f886d51c2
Added commented-out notification server support for HAProxy.
2016-10-21 11:16:06 +02:00
9688730154
Added docker deployment instructions to README
2016-10-20 15:05:28 +02:00
9a2647dcb5
Install nano, vim and curl on docker image
2016-10-20 14:45:33 +02:00
7213368736
Added docker-compose.yml
2016-10-20 14:45:23 +02:00
d82d5ec93e
Replaced markdown with commonmark module
2016-10-20 13:06:29 +02:00
12f1afa57f
Moar forgotten stuff
2016-10-19 17:19:27 +02:00
1249f274a6
Added new Pillar requirements here too.
2016-10-19 17:18:33 +02:00
ff0fa36ce9
favicons
2016-10-10 17:30:12 +02:00
2604aacc82
More deployment instructions in README.md
2016-09-30 12:08:55 +02:00
a36ad0c1ec
Add static path for Attract to Apache vhost config
2016-09-29 18:10:11 +02:00
db7472a54e
Added Attract to our deploy script
2016-09-29 17:59:33 +02:00
7deba632ed
Start Attract in our wsgi container too
2016-09-29 17:59:33 +02:00
3937dcebc5
Add attract to docker-entrypoint
2016-09-29 17:11:29 +02:00
dc77de8623
Requirements clean up a little.
2016-09-29 10:08:38 +02:00
06de76d247
Merge branch 'master' into with-attract
2016-09-27 15:19:25 +02:00
5f65f222f8
Added vrview_loading.gif
2016-09-27 15:00:12 +02:00
5e6a6214f1
Removed executable bits from images
2016-09-27 14:57:02 +02:00
c8da654fc5
Images should not have their executable permission bit set
2016-09-20 12:22:12 +02:00
970f6f3ae9
attract_server -> attract
2016-09-20 12:20:15 +02:00
33c9acd95b
Background image for Agent 327
2016-09-12 18:08:35 +02:00
fd36c078f2
attract_server → attract
2016-09-07 12:29:10 +02:00
50cab99202
Switched SVN module to Sybren's branch.
...
This is necessary until pull request #43 is merged:
https://github.com/dsoprea/PySvn/pull/43
2016-09-07 12:28:35 +02:00
2c323f580a
Enable loading of Attract.
2016-09-07 12:28:35 +02:00
2a8bd98fdc
Add static images for Blender Cloud
2016-09-05 16:18:01 +02:00
6dd509851f
Removed loading of Attract server from the master branch.
...
Development of Cloud with Attract enabled has been moved to the
'with-attract' branch, so that we can deploy onto production without
Attract enabled.
Once we decide it's time to deploy together with Attract, we can merge
the 'with-attract' branch back to master.
2016-08-31 11:40:42 +02:00
ae17068ab4
Moved Attract stuff to Attract-Server project
2016-08-31 11:36:27 +02:00
67724b3cff
Updated requirements.txt with some missing requirements.
...
This should pin all versions of all packages we depend on.
2016-08-31 11:35:48 +02:00
f159b14b14
Moved Attract node types from Pillar to bcloud.attract module.
...
Also added a tuple bcloud.attract.node_types.NODE_TYPES that contains
all Attract node types, for easy reference.
2016-08-30 14:29:24 +02:00
57674502ea
Using Pillar's CLI user when updating project.
2016-08-30 14:24:57 +02:00
abd458c599
deploy.sh: disabled updating the virtualenv.
...
The new docker image doesn't have enough packages to rebuild binary
modules. This should be handled by the docker build scripts, and thus
we can't just upgrade the virtualenv from within the docker image.
2016-08-30 13:58:00 +02:00
11d6f888a1
Added Attract extension.
...
For now it just contains a management command, but I ensured it is
registered properly through the Pillar extension system.
2016-08-30 13:52:28 +02:00
f2b1e5f561
gitignore tweaks
...
static/asset/img/: removed because it isn't generated by anything.
docker/3_run/wheelhouse/: made the path absolute (wrt git workdir).
config_local.py: made the path absolute (wrt git workdir).
2016-08-30 13:51:44 +02:00