1411 Commits

Author SHA1 Message Date
troymc
e59894ffa2 docs: made the Nodes section more about Production Nodes 2016-08-30 18:38:03 +02:00
troymc
25cdb18cf7 docs: moved node, cluster, federation defs to Introduction 2016-08-30 18:34:15 +02:00
troymc
5393092623 docs: shortened section name to 'Settings & CLI' 2016-08-30 16:35:13 +02:00
troymc
aa165f3bbc docs: Renamed 'BigchainDB Nodes' to 'Production Node Assumptions, Components & Requirements' 2016-08-30 16:32:22 +02:00
troymc
36d54cf5c1 docs: removed 'BigchainDB' from BigchainDB Drivers & Clients 2016-08-30 16:31:17 +02:00
troymc
022598d898 docs: renamed section to Develop & Test BigchainDB Server 2016-08-30 16:30:19 +02:00
troymc
5a75a25022 docs: removed 'BigchainDB' from BigchainDB Clusters & Federations section 2016-08-30 16:24:18 +02:00
troymc
019c852c31 docs: moved docs on our template for AWS node deployment to a new page in a new section 2016-08-30 16:23:02 +02:00
Troy McConaghy
c8f012d460 Merge pull request #605 from bigchaindb/feat/553/ansible-install-rethinkdb-bigchaindb
Feat/553/ansible install rethinkdb bigchaindb
2016-08-30 13:08:45 +02:00
troymc
70c53b717d Merge remote-tracking branch 'origin/master' into feat/553/ansible-install-rethinkdb-bigchaindb 2016-08-29 16:47:48 +02:00
troymc
0b0a66fddd Note that our Terraform example uses an Ubuntu 14.04 AMI 2016-08-29 16:47:27 +02:00
troymc
5afd4c9b17 Removed Azure placeholder page. Clarified what Terraform does. 2016-08-29 16:44:27 +02:00
troymc
46e70d0c7f Got Ansible to install, config & run BigchainDB 2016-08-29 14:50:22 +02:00
troymc
c243a77a18 In Ansible playbook, do all BigchainDB-related things last 2016-08-29 14:47:39 +02:00
troymc
0a38f804d4 In security_group.tf, open port 8080, add comments 2016-08-29 14:46:34 +02:00
Ryan Henderson
efaf383732 check votes agree on previous block (#565)
* check votes agree on previous block

* documentation
2016-08-29 14:24:09 +02:00
troymc
5951945e74 Give Ansible task to generate RethinkDB config file a longer name 2016-08-28 15:09:41 +02:00
troymc
aae736e235 pinned RethinkDB version in Ansible playbook + new message when config changed & rethinkdb already running 2016-08-27 18:33:08 +02:00
troymc
479a621d0d added comment about what 127.0.0.1 is 2016-08-26 23:55:13 +02:00
troymc
42e7246d2c changed order of file creation in Ansible rethinkdb tasks 2016-08-26 23:17:47 +02:00
troymc
cdd07677e1 removed final comments after Ansible rethinkdb tasks 2016-08-26 23:15:34 +02:00
troymc
bac92372df edits to comments in Ansible ntp role 2016-08-26 23:06:02 +02:00
troymc
d4a749e296 working Ansible role to install, configure, run RethinkDB 2016-08-26 23:03:15 +02:00
troymc
d07bcf86a3 revisions to RethinkDB installation tasks 2016-08-26 14:29:39 +02:00
troymc
b3e43a3136 The NTP service name on Debian-family OSes is ntp 2016-08-26 14:28:50 +02:00
troymc
a0b1ade755 initial tasks to install RethinkDB 2016-08-26 14:28:19 +02:00
Troy McConaghy
d7a2667409 Merge pull request #600 from bigchaindb/feat/552/ansible-setup-storage-for-rethinkdb
Ansible playbook now sets up storage for the underlying DB
2016-08-26 10:40:03 +02:00
troymc
9b43fe2397 docs: note how to 'destroy' all AWS resources if terraform destroy fails 2016-08-26 10:31:34 +02:00
troymc
67e4258335 Use Ansible mount module options to modify /etc/fstab 2016-08-26 10:11:20 +02:00
troymc
e7717a8890 docs: minor edit re/ status of Ansible playbook 2016-08-25 20:53:39 +02:00
troymc
d1a0bf7965 Ansible role to set up DB storage. Also ensure latest pip3 & setuptools 2016-08-25 20:44:59 +02:00
Dimitri De Jonghe
0afd5ac2d8 Merge pull request #588 from bigchaindb/api/587/class-based-server-views
flask restful with class views
2016-08-25 14:24:13 +02:00
diminator
7f5621aeab
docstring repair 2016-08-25 10:45:14 +02:00
diminator
5724fb5c43
PR review @vrde 2016-08-25 10:44:16 +02:00
Troy McConaghy
ec7756db01 Merge pull request #589 from bigchaindb/feat/551/ansible-run-ntp-daemon
Feat/551/ansible run ntp daemon
2016-08-25 10:42:19 +02:00
troymc
4ca14391be docs: minor edit: (Optional) --> Optional: 2016-08-23 18:10:56 +02:00
troymc
28a6fdd3d3 docs: emphasize that the terraform/ansible stuff is just an example 2016-08-23 18:09:56 +02:00
troymc
028dcb310e docs: fixed broken links to prod-node-depl-tplt section 2016-08-23 17:46:27 +02:00
diminator
8b55f24998
flask restful
trailing slashes
2016-08-23 17:43:08 +02:00
troymc
922f541c81 docs: changed title to 'Production Node Deployment Template' 2016-08-23 17:38:35 +02:00
troymc
bc373880d9 Merge remote-tracking branch 'origin/master' into feat/550/ansible-security-setup-on-ubuntu 2016-08-23 17:19:00 +02:00
troymc
a5a6e8ad4d split 'common' Ansible role into bcdb_base & ntp, modified those a bit 2016-08-23 17:17:26 +02:00
Dimitri De Jonghe
ec78053eb9 Merge pull request #584 from bigchaindb/api/555/transactions-status-endpoint
Api/555/transactions status endpoint
2016-08-23 14:22:55 +02:00
diminator
d2399b5367
update docstring 2016-08-23 14:05:42 +02:00
diminator
471e38dddb
fixed test 2016-08-23 14:01:50 +02:00
diminator
d0c38d54d8
separate call for get_status 2016-08-23 14:00:28 +02:00
diminator
699f2a56ef Merge remote-tracking branch 'remotes/origin/master' into api/555/transactions-status-endpoint 2016-08-23 13:50:16 +02:00
Dimitri De Jonghe
6b583cd791 Merge pull request #574 from bigchaindb/core/557/improve-get-transaction
return block status
2016-08-23 13:48:00 +02:00
diminator
d7a73e23f5
PR review @r-marques 2016-08-23 13:44:00 +02:00
diminator
7ac3f7c985
undo owners_before owners_after revert due to wrong merge 2016-08-22 18:24:17 +02:00