summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Bill Erickson [Wed, 19 Apr 2017 15:31:37 +0000 (08:31 -0700)]
'synchronize' dojo files for faster copying
http://stackoverflow.com/questions/
27985334/why-is-copying-a-directory-with-ansible-so-slow
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Wed, 19 Apr 2017 15:25:04 +0000 (11:25 -0400)]
PGTAP and schema build are optional / on by default
2 new settings.yml options:
create_schema: true
install_pgtap: true
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Tue, 18 Apr 2017 16:17:40 +0000 (09:17 -0700)]
Add use_pg_96 option to install Postgresql 9.6
... instead of the Ubuntu 16.04 default of installing PG 9.6
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Mon, 17 Apr 2017 15:39:08 +0000 (11:39 -0400)]
Set hosts in settings.yml; more examples
Set the "hosts" variable in settings.yml so it's not required to be
passed via the command line. It can still be overridden there.
Add an example of overridding an ansible variable by selecting an
OpenSRF branch at run time.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Ben Shum [Fri, 14 Apr 2017 16:36:52 +0000 (12:36 -0400)]
Add name definitions for all steps
This aids the user in understanding what is being run at each step
of the setup process.
Also, if a user were to use --steps to go through each step one at
a time, this would allow them to know what step was about to happen
next.
Signed-off-by: Ben Shum <ben@evergreener.net>
Bill Erickson [Thu, 13 Apr 2017 17:01:41 +0000 (13:01 -0400)]
flesh out readme for sharing
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 13 Apr 2017 03:31:33 +0000 (23:31 -0400)]
move service starter to extras
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 13 Apr 2017 03:27:29 +0000 (23:27 -0400)]
optionally start services after install
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 13 Apr 2017 03:06:45 +0000 (23:06 -0400)]
playbook formatting
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 13 Apr 2017 02:58:55 +0000 (22:58 -0400)]
move optional packages to extras dir
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Thu, 13 Apr 2017 02:42:12 +0000 (22:42 -0400)]
clone websockets in /tmp
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Wed, 12 Apr 2017 22:19:20 +0000 (18:19 -0400)]
rsyslog configs, better user of variables
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Wed, 12 Apr 2017 19:47:25 +0000 (15:47 -0400)]
update websocket JS ports for nginx
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Wed, 12 Apr 2017 19:08:47 +0000 (15:08 -0400)]
opensrf gets ~/.bash_profile for noninteractive
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Wed, 12 Apr 2017 17:45:41 +0000 (13:45 -0400)]
Ansible-based Evergreen/OpenSRF install
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Bill Erickson [Wed, 12 Apr 2017 17:22:38 +0000 (13:22 -0400)]
remove 'random' base readme file
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Thomas Berezansky [Thu, 22 Mar 2012 17:06:59 +0000 (13:06 -0400)]
Add quick README to the master branch
Otherwise the default clone branch will be empty.
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>