Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
Azure
/
aztk
зеркало из
https://github.com/Azure/aztk.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули aztk
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
648a05aabc
aztk
/
requirements.txt
6 строки
82 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Feature/low pri (#4) * initial working version * update requirements.txt and commands to use low-pri * cluster commands should use --id instead of --cluster-id * make --size and --size-low-pri mutually exclusive * update readme to include low-pri flag
2017-06-20 07:58:56 +03:00
azure-batch==3.0.0
az_spark_start + az_spark_submit
2017-04-07 23:55:05 +03:00
azure-storage==0.33.0
Initial structure for test framework and CI (#30) * Command builder tests * Setup travis * Update to travis * Update to travis * Update to travis * Error only * builder to array
2017-07-19 00:07:11 +03:00
pytest==3.1.3
pylint==1.7.2
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-20 00:08:26 +03:00
pyyaml==3.12