Commit Graph

85 Commits

Author SHA1 Message Date
Matthias Kretschmann 1a5f9129f5
add faucet 2019-07-18 12:17:59 +02:00
Javier Cortejoso 1716eaac2d
Merge pull request #164 from oceanprotocol/fix/update-tags
Updated stable tags
2019-07-12 11:49:29 +02:00
Javier Cortejoso 33ec868ad0
Hotfix for non-interactive environments 2019-07-12 08:37:45 +02:00
ssallam 99206cabde Update to latest brizo version (v0.3.13) 2019-07-11 03:58:28 +02:00
Jernej Pregelj d7f7069b1b update pleuston to latest release 2019-07-10 16:06:09 +02:00
Javier Cortejoso d27152ffa8
Check elastic requirement kernel max files open 2019-06-28 16:27:28 +02:00
Jernej Pregelj 38bf69362b updated tags 2019-06-28 14:11:45 +02:00
Javier Cortejoso f210a8b89e
Merge branch 'develop' of github.com:oceanprotocol/barge into feature/pacific 2019-06-26 14:50:01 +02:00
Troy McConaghy ae6e34d18f
Make Elasticsearch the default & MongoDB an option (#161) 2019-06-26 11:47:01 +02:00
Matthias Kretschmann 75eda67ea7 bump default versions (#156)
* bump default versions

* bump to Brizo v0.3.10
2019-06-13 11:06:03 +02:00
Javier Cortejoso 7267adf10c
Added pacific network 2019-06-06 15:24:00 +02:00
Matthias Kretschmann 2dcff4c205
remove stable flag
* closes #157
2019-06-05 14:18:35 +02:00
Matthias Kretschmann cde2689051
specifically set latest & stable versions 2019-06-04 16:49:58 +02:00
ssallam 2ce1c2d738 Add option to run a `duero` node. 2019-05-09 22:37:25 +02:00
Javier Cortejoso 7b5f95b0aa
Parity Image from variable. Updated due to old version removed from dockerhub 2019-05-06 09:05:04 +02:00
Sebastian Gerske ad573b8c83 update aquarius to be compatible with squid 0.5.14 2019-04-13 14:55:20 +02:00
Aitor cacdf0f45a
Merge pull request #119 from oceanprotocol/add-squid-py-v0.4.2-compatible-option
Soft-pin the default versions of Aquarius, Brizo, Keeper Contracts &  Pleuston. Add new --stable option
2019-04-03 15:05:29 +02:00
Troy McConaghy 0720dbaaef Change default versions & tell them run Pleuston 2019-04-03 14:52:15 +02:00
Troy McConaghy 80d0bf93b0
not specifying network == --local-spree-node (#136)
* not specifying network == --local-spree-node

* Clean local artifacts when deploying contracts

* In clean_local_contracts, rm *.development.json
2019-04-03 09:26:06 +02:00
Tom Marble 6a5180a31a
Resets secret store config on startup
Now networks/secret-store/config/config.toml may be mutated, but
is always reset when running start_ocean.sh

Fixes #126

Signed-off-by: Tom Marble <tmarble@info9.net>
2019-03-28 17:07:20 -05:00
Troy McConaghy 98a285bc26
Merge branch 'develop' into add-squid-py-v0.4.2-compatible-option 2019-03-28 12:26:49 +01:00
Troy McConaghy f3c3378125 Default KEEPER_NETWORK_NAME="nile" --> "spree" 2019-03-28 11:30:22 +01:00
Troy McConaghy 4b7ff1c270 Change default network from nile to spree 2019-03-26 09:27:49 +01:00
Javier Cortejoso b50b25f6e7
Disable secret-store in Nile and Kovan 2019-03-15 16:12:01 +01:00
Javier Cortejoso c5e2e1591c
Merge pull request #118 from oceanprotocol/feature/compose_3
Elaticsearch and Compose v3
2019-03-14 09:41:16 +01:00
Tom Marble 530f0d56ca Warn user if ~/.ocean is owned by root (#122)
* Warn user if ~/.ocean is owned by root

Reminder that #100 is not yet fixed

* Updates start_ocean.sh

Adds copyright notice (per @ttmc)
Changes function name for file ownership to check_if_owned_by_root (per @aaitor)
- adds a check for the KEEPER_ARTIFACTS_FOLDER (as required by --purge)

Signed-off-by: Tom Marble <tmarble@info9.net>
2019-03-11 15:47:16 +01:00
Pedro Gutiérrez ff27bca33e Added owner role address environment variable on Keeper contracts compose 2019-03-06 12:16:13 +01:00
Troy McConaghy 366ae58640 Removed new option, changed default vers, added --stable 2019-02-28 16:49:30 +01:00
Troy McConaghy aed7ca68a0 Added the --squid-py-v0.4.2-compatible option
and updated README.md accordingly
2019-02-28 12:18:53 +01:00
Javier Cortejoso fb1afb8620
Merge branch 'feature/compose_3' of github.com:oceanprotocol/barge into feature/compose_3 2019-02-27 17:06:02 +01:00
Troy McConaghy 77fac0f3e6
No more OCEAN_VERSION
The OCEAN_VERSION environment variable only occurred in the start_ocean.sh script (and in no other Barge files).

It was set to stable by default but that never got used by anything. If the `--latest` option occurs, then it got changed to `latest` but we don't need to use an environment variable for that.
2019-02-25 14:03:50 +01:00
Javier Cortejoso 9bcef9eca9
ES 6.4.1 2019-02-12 19:54:41 +01:00
eruizgar91 1b3805d3fe Add module variable and upgrade version to 6.4.1 2019-02-11 12:13:29 +01:00
Javier Cortejoso b977d39a2f
Two files for aquarius 2019-02-08 16:15:01 +01:00
Javier Cortejoso 231b13103c
Added elasticsearch 2019-02-08 10:57:56 +01:00
Javier Cortejoso 07f2296a4f
Fix acl address 2019-01-28 11:45:47 +01:00
Javier Cortejoso 1629f1449d
Added acl contract addresses for nile and kovan 2019-01-28 11:36:00 +01:00
Sebastian Gerske 280c142b77
Merge pull request #107 from oceanprotocol/fix/keeper_spree_deployment
Fix/keeper spree deployment
2019-01-25 08:50:47 +01:00
Aitor def6075864
Merge pull request #102 from oceanprotocol/fix/aquarius_url
Fix/aquarius url
2019-01-24 15:10:21 +01:00
Sebastian Gerske 237bf81627 avoid empty var message 2019-01-24 12:03:09 +01:00
Sebastian Gerske 42f12c950e use correct network, fix typo 2019-01-24 09:20:49 +01:00
Sebastian Gerske 17a61336f9 add nmemoric to start of spree node 2019-01-24 08:31:40 +01:00
Javier Cortejoso f7ea285804
Delete ready file when keeper deploys contracts 2019-01-22 11:41:21 +01:00
Javier Cortejoso 3be9180ef0
Pass UID and GID to keeper-contracts 2019-01-22 11:38:11 +01:00
Javier Cortejoso 8a79ca06bf
Added --no-ansi and --only-secret-store 2019-01-16 16:06:27 +01:00
Javier Cortejoso fc73b512a4
Patch if project dir has spaces 2018-12-28 12:22:39 +01:00
Javier Cortejoso 7fd3270002
Added option acl_contract 2018-12-27 15:14:20 +01:00
Javier Cortejoso 6ed7bdd1b8
Merge pull request #87 from oceanprotocol/feature/custom_version_independent
Add custom env variables for each ocean component version
2018-12-19 11:21:19 +01:00
Javier Cortejoso ae4fc7aa01
Add custom env variables for each ocean component version 2018-12-19 10:52:44 +01:00
Sebastian Gerske c0297ab483 fix force pull 2018-12-18 10:34:06 +01:00