Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Timothee Guerin 97ac1fc76f udate cluster 2017-09-22 11:39:18 -07:00
Timothee Guerin 07bd12d797 Provide a list of ports to open on cluster create 2017-09-22 11:13:09 -07:00
Jacob Freck 859c6fa6c8 Feature: ssh configuration file support (#77)
* added ssh.yaml configuration file

* added jupyter support, better format for ssh.yaml instructions

* refactored read_conf_file method

* rename master ui to web ui

* fixed typo in comments

* added documentation for ssh.yaml

* refactored merge and _merge_dict methods

* changed default ssh experience to require --id cli parameter

* renamed conflicting documentation

* improved docs, changed default port forwarding to standard ports

* fix typo
2017-09-21 17:45:57 -07:00
Jacob Freck 611cc584cf Feature: config files (#65)
* moved secrets config template to config directory

* updated new default file location for secrets.cfg

* added ConfigObject class

* added template for cluster config file

* updated .gitignore to include cluster.yaml

* updated cluster.yaml.template to include more fields

* added read_config_file method to ConfigObject, modified cluster_create.py to use cluster.yaml configuration by default

* added pyyaml to requirements.txt

* added documentation for cluster.yaml config file

* added constant for default cluster.yaml location

* changed secrets.cfg to secrets.yaml, added SecretsConfig object

* removed secrets.cfg.template

* improved error messages for bad secrets.yaml config

* changed config/ directory to .thunderbolt/

* remove old unused code

* removed unncessary ignored file

* renamed configuration class to ClusterConfig and added merge method with error checking

* collapsed cluster.yaml file

* updated cluster.yaml.template to new collapsed format

* better descriptions of cluster config settings

* added error checking to cluster config settings

* added back accidentally removed code

* removed template for cluster.yaml, added cluster.yaml

* renamed .thunderbolt/ to config/, added defaults for cluster.yaml

* fixed typo in secrets.yaml.template

* added .thunderbolt/ directory to .gitignore

* fixed bug when adding user with ssh_key

* code cleanup

* updated docs

* removed redundant docs, added instructions to secrets.yaml.template

* fixed typo

* refactored read_config_file method and changed default cluster id

* removed unnecessary ignored file

* changed format for cluster.yaml instructions

* added back docker-repo support

* refactored merge and merge_dict methods
2017-09-19 14:08:26 -07:00