4199 Commits

Author SHA1 Message Date
krish7919 (Krish)
99f5996881 Sanity check for input values 2017-09-28 15:09:29 +02:00
Ahmed Muawia Khan
f62241026c Merge pull request #1767 from bigchaindb/update-nginx-deps
Update nginx-http(s) and mongodb deployments files to use latest vers…
2017-09-28 12:37:08 +02:00
muawiakh
3d2daa3119 Update nginx-http(s) and mongodb deployments files to use latest versions 2017-09-28 10:42:28 +02:00
Ahmed Muawia Khan
f4b5b93f69 Merge pull request #1757 from bigchaindb/mongodb-crash-fix
Adjust resources for MongoDB Stateful Set
2017-09-27 15:45:42 +02:00
Troy McConaghy
060553d02f Merge pull request #1765 from bigchaindb/release-process-revisions-after-releasing-v1.1
Minor revisions to RELEASE_PROCESS.md following the release of v1.1
2017-09-27 14:44:02 +02:00
muawiakh
1e53f13be3 Use config map for storage engine cache size 2017-09-27 14:40:12 +02:00
muawiakh
8b1fd605e2 Address some bugs
- Pushed the wrong codebase in the previous commit
2017-09-27 14:19:31 +02:00
muawiakh
7abdca205a Adjust resource for MongoDB Stateful Set
- Currently, MongoDB container crashed because of resource constaints i.e.
out of memory exception. This change updates the resources and provides
data on how the configure/calculate them(if not following the guide).
- Also, add the ability to specify the storage engine(WiredTiger) cache
size for MongoDB, this configuration also helps with keeping the resources
constrained for MongoDB containers.
- Minor changes in some other documents as well.
2017-09-27 14:19:31 +02:00
Ahmed Muawia Khan
43d8beed99 Merge pull request #1763 from bigchaindb/template-issue-reporting
Add template for issue reporting for BigchainDB and IPDB
2017-09-27 14:16:16 +02:00
Ahmed Muawia Khan
2e6be2a3b8 Merge pull request #1762 from bigchaindb/nginx-update-config
Update nginx config for well being
2017-09-27 14:13:22 +02:00
Troy McConaghy
99156e6a4c Minor revisions to RELEASE_PROCESS.md following the release of v1.1 2017-09-27 13:50:20 +02:00
muawiakh
94fb27be6c Fix typos 2017-09-26 17:24:18 +02:00
muawiakh
93ab1bc38a Add template for issue reporting for BigchainDB and IPDB 2017-09-26 17:08:15 +02:00
muawiakh
9ab6785920 Some more comments 2017-09-26 16:01:14 +02:00
muawiakh
dbddc7c85c Addressing comments 2017-09-26 15:31:37 +02:00
muawiakh
4371a2ce4b Update nginx config for well being
- turned off server tokens so the server does not leak nginx information
  on errors and header
- Added header to turn off cross site scripting
- use stable release of nginx instead of mainline
- limit available methods
- update response code
2017-09-26 14:27:21 +02:00
Troy McConaghy
86ddbc2750 Merge pull request #1761 from bigchaindb/update-version-py-to-1.2.0.dev
Update version.py version to 1.2.0.dev for docs
2017-09-26 11:53:40 +02:00
Troy McConaghy
6648b3473c Update version.py version to 1.2.0.dev for docs 2017-09-26 11:39:47 +02:00
Troy McConaghy
c255f866c8 Merge pull request #1759 from bigchaindb/update-docker-img-ver-for-k8s-to-1.1.0
Update BDB Docker image version for k8s
2017-09-26 10:40:33 +02:00
Troy McConaghy
d852209c4e Updated BDB image version in the k8s YAML of k8s/dev-setup/ 2017-09-26 10:27:05 +02:00
Troy McConaghy
cdfc0a3058 Update BDB Docker image version for k8s
Part of the BigchainDB release process
2017-09-26 10:09:25 +02:00
Troy McConaghy
13379446a7 Set the date of the v1.1 release in CHANGELOG.md
I should have done this in PR #1744 but I forgot.
2017-09-26 10:02:34 +02:00
Troy McConaghy
dee9be3b8e Merge pull request #1744 from bigchaindb/update-changelog-for-v1.1
Updates to the changelog for the v1.1 release
2017-09-26 09:58:39 +02:00
Ahmed Muawia Khan
09bddb9658 Merge pull request #1728 from bigchaindb/move-nginx-3scale-repo
Move the bigchaindb/nginx_3scale repo under bigchaindb/bigchaindb
2017-09-26 09:25:04 +02:00
muawiakh
598d925dd4 Addressing comments
- Update README.md to remove old deployment model.
- Update version number of nginx_3scale.
2017-09-25 16:20:47 +02:00
Troy McConaghy
a1fe3d27ce Edited two LICENSES.md files 2017-09-25 16:20:47 +02:00
Muawia Khan
2cbf6b6a5c [WIP]: Move the bigchaindb/nginx_3scale repo under bigchaindb/bigchaindb
- All files moved to k8s/nginx-3scale with directory structure consistent
with k8s/nginx-http(s)
- Top level LICENCES.md updated
- Renaming entry point script to nginx_openresty_entrypoint.bash
2017-09-25 16:20:47 +02:00
Troy McConaghy
8160190f3a Added notes about new Java driver & Ruby library in CHANGELOG.md 2017-09-25 15:12:54 +02:00
krish7919 (Krish)
a72f971ed2 Documenting the use of ConfigMap and Secret in deployment 2017-09-22 09:59:30 +02:00
Ahmed Muawia Khan
06d5e32d09 Merge pull request #1749 from bigchaindb/single-node-automation
Automation for single node deployment for quickstart
2017-09-19 16:56:59 +02:00
Troy McConaghy
2f38f81ea9 Merge pull request #1747 from bigchaindb/docs/link-to-new-java-driver
Added link to new Java driver in the docs
2017-09-18 17:57:14 +02:00
muawiakh
4235618522 Addressing comments
- support public_network for vagrant box
- using python3-5 for centos based installations
- Revisiting docs.
  - More changes will be incorporated in another PR.
- Parameterize MongoDB host mount path for docker deployments
2017-09-18 15:59:49 +02:00
Troy McConaghy
3cbdc15e91 Only list the new Java driver in the docs 2017-09-14 17:29:23 +02:00
muawiakh
f2e1b4ac80 Automation for single node deployment for quickstart
- Change consists of two deployment models:
  - Using Vagrant(single node, with/without docker)
  - Using Ansible(single node, with/without docker)
- Updated quickstart documentation.
- Some WIP comments, which will be addressed later. Depending on the
  requirements.
2017-09-14 14:00:13 +02:00
krish7919 (Krish)
42b1233834 Doc fixes as per comments 2017-09-13 15:54:09 +02:00
krish7919 (Krish)
197a18e0bb Use Tectonic for Kubernetes 2017-09-13 15:54:09 +02:00
michielmulders
43ac6d72d5 Typo satisified -> satisfied 2017-09-13 11:00:15 +02:00
michielmulders
3dab5ae472 Typo requesing -> requesting 2017-09-13 10:58:40 +02:00
Troy McConaghy
3b40dcc197 Added link to new Java driver in the docs 2017-09-12 22:12:12 +02:00
krish7919 (Krish)
ac0dcd090e Bugfix in Deployment config 2017-09-11 11:57:58 +02:00
krish7919 (Krish)
1307f43306 Add livenessProbe 2017-09-11 11:57:58 +02:00
krish7919 (Krish)
f07df50041 BigchainDB Web Proxy to add headers to requests
Currently, the requests from public websites (like
`bigchaindb.com/getstarted` and tutorials.bigchaindb.com/crab) cannot have the
app_id and app_key required to access IPDB in the web page.

We pass such requests through a web proxy that adds the required headers
to any POST requests from `*.bigchaindb.com`.
2017-09-11 11:57:58 +02:00
Troy McConaghy
f003187777 Initial update to changelog for the v1.1 release 2017-09-09 21:21:26 +02:00
krish7919 (Krish)
5fbc3f4a6c Steps to restore from backup 2017-09-07 11:00:03 +02:00
krish7919 (Krish)
9445647be5 MongoDB data dir config change 2017-09-07 11:00:03 +02:00
Krish
2e40ad96f2 Minor fixes to k8s setup (#1735)
* Fix typo in docs

* Minor documentation fixes.

* Update mongodb monitoring agent to latest version.

* Update mongodb backup agent to latest version.

* Bugfix in mongodb backup agent.
2017-08-31 16:57:41 +02:00
Troy McConaghy
4175feb8b7 Merge pull request #1737 from bigchaindb/link-to-ruby-gem-from-docs
Added link to Ruby Gem by @nileshtrivedi
2017-08-31 15:23:19 +02:00
Troy McConaghy
e21f5e6551 Merge branch 'link-to-ruby-gem-from-docs' of github.com:bigchaindb/bigchaindb into link-to-ruby-gem-from-docs 2017-08-31 15:10:18 +02:00
Troy McConaghy
3c1c72f078 Added link to Ruby Gem by @nileshtrivedi
I added a link to the *bigchaindb* Ruby Gem by @nileshtrivedi 
on the *Drivers & Tools* page.
2017-08-31 15:06:09 +02:00
Sylvain Bellemare
1f42adeac4 Pin hypothesis so that it works with regex
related to #1738
2017-08-31 13:45:47 +02:00