Commit Graph

116 Commits (6dd188a6d81b129c9489e7c45f40ff0fa44b60ed)

Author SHA1 Message Date
Kieran Prasch 7962c47f56 Include optional prometheus installation with pip install nucypher[ursula] and inclusion in Dockerfile 2020-05-28 11:59:08 -07:00
derekpierre 668f25bc38 Add pre-commit hook to ensure that AGPL license is included in python source files 2020-05-22 08:55:06 -04:00
derekpierre c1d93d8941 Add "end-of-file-fixer" to pre-commit hooks 2020-05-19 14:28:29 -04:00
vzotova 4a0b79b2ca StakingEscrow: confirmActivity -> commitToNextPeriod, lastActivePeriod -> lastCommittedPeriod 2020-05-13 20:21:52 +03:00
damon d554112b2c update ansible docs and examples 2020-04-01 22:21:20 -07:00
damon bda8326b9d cleanup host options 2020-04-01 20:39:47 -07:00
damon 4da264c74b remove staker address from urusula init 2020-04-01 20:39:25 -07:00
David Núñez 6a0c2a4379 Change some missing cassandras to gemini 2020-04-02 02:32:18 +02:00
K Prasch c00dbd6a48
Merge pull request #1802 from SeanMikha/master
Deploying Nucypher Infrastructure to Azure
2020-03-30 16:53:29 -07:00
Petabyte2020 0f99bbe8f1
Update README.md 2020-03-24 23:20:17 -07:00
Petabyte2020 f7ada87cfc
Create inventory.yml 2020-03-24 23:19:33 -07:00
Petabyte2020 10b473e7dc
Create deploy_nucypher_azure_infra.yml 2020-03-24 23:18:11 -07:00
Petabyte2020 e4ea5b1a69
Create README.md
Detailed instructions for deploying Nucypher infrastructure on Azure, utilizing Ansible playbooks.
2020-03-24 23:17:36 -07:00
K Prasch c96d6d187e
Merge pull request #1769 from SeanMikha/patch-3
Forces ansible playbook to specifically use pip3 for python3
2020-03-19 09:34:18 -07:00
Petabyte2020 4015e9c550
Update inventory.yml
Explicitly uses the python 3 interpreter for Ansible when deploying playbooks on remote hosts.
2020-03-18 21:05:21 -07:00
Petabyte2020 e684eea58b
update inventory to include azure deployments 2020-03-11 15:27:36 -07:00
Petabyte2020 e1aa64ed54
Forces ansible playbook to specifically use pip3 for python3
This adds greater portability for users with mixed environments, allowing ansible to explicitly state which pip version to use. Ansible will typically default to 'python/pip' whichever is set beforehand but that may not be the case for remote hosts where we want to deploy workers.
2020-03-11 11:36:52 -07:00
damon bee9ab084a don't wait for geth sync if we are just updating the node 2020-02-21 15:14:37 -07:00
damon 7bc3a3ecce add nucypher version to status display 2020-02-14 10:43:59 -07:00
damon 9c050d2acd stop geth before running ursula 2020-02-14 09:59:54 -07:00
damon 2e4205f055 maclane suggestions squashed 2020-02-02 18:00:22 -08:00
damon 8e1768f8a7 restart geth to free up memory 2020-02-01 00:23:44 -08:00
damon 1bffb0f7f0 uncomment setup 2020-02-01 00:13:01 -08:00
damon 4930475c30 add cache 2020-02-01 00:13:01 -08:00
damon c 12677f8a58
add readme about get_workers_status 2020-01-31 23:55:10 -08:00
damon f8a22f08a9 ursula status playbook 2020-01-31 19:30:28 -08:00
damon afc66d9c4c separation and confirmation of funding and bonding 2020-01-31 17:02:22 -08:00
damon 18228db712 write account.txt as sudo 2020-01-30 18:10:04 -08:00
damon 190e651a49 add missing envvar 2020-01-30 18:02:01 -08:00
damon 7dc813daa2 auto worker genesis 2020-01-30 17:30:43 -08:00
damon d6fce1c6b4 remove prometheus port 2020-01-24 15:06:08 -08:00
damon f1e7a5f8c6 addressed comments 2020-01-24 15:03:28 -08:00
damon 1a8aa967d5 accurately wait for geth sync and report progress 2020-01-24 14:53:35 -08:00
damon 6823142062 less gathering facts, more feedback on node state after operations 2020-01-24 10:15:58 -08:00
damon 2d88089336 inventory comments 2020-01-23 13:08:03 -08:00
damon 5a9e1265cb tweak example inventory 2020-01-23 13:06:51 -08:00
damon dd4fb988ec remove old option name 2020-01-23 13:04:33 -08:00
damon cba2b35371 more configurable options 2020-01-23 13:03:26 -08:00
damon a331dd153f improved security by moving password to envvar, bugfixes 2020-01-21 14:19:52 -08:00
damon 1a73b63171 add note to geth sync pre-check 2020-01-21 13:44:09 -08:00
damon a7cf6f8f65 adds update to readme 2020-01-21 13:38:25 -08:00
damon bb2db6a476 adds remote worker update 2020-01-21 13:08:08 -08:00
damon ecd2d5c9fa add readme 2020-01-21 10:45:18 -08:00
damon 5eac685e5f add comments 2020-01-21 10:39:18 -08:00
damon 935ebc2d8f add extra_options for ursula invocation 2020-01-21 10:36:13 -08:00
damon f8e3c88a74 initial cassandra worker deployment 2020-01-21 02:02:37 -08:00
Kieran R. Prasch 50f1e41904 Revise docker docs and examples. 2019-12-04 17:44:12 -08:00
David Núñez e847bcdaca Correct order of --debug in dev scripts and deploy scripts 2019-07-31 01:58:04 +02:00
Kieran Prasch 2dd3e92868
Shortens CLI flag names to --provider and --teacher. 2019-07-26 10:14:41 -07:00
Kieran Prasch d888c60607 Adds BaseConfiguration and Ursula standard configurations tests; Style touchups, Preserving 'checksum_address'. 2019-07-04 11:22:38 +02:00