Merge "Make the _pip_packages understood by py_pkgs"

This commit is contained in:
Zuul 2019-03-20 05:14:18 +00:00 committed by Gerrit Code Review
commit d88fc1a51b
1 changed files with 7 additions and 1 deletions

View File

@ -154,7 +154,13 @@ sahara_plugin_base:
- vanilla
sahara_plugin_loaded_base: "{% for plugin in sahara_plugin_base %}{{ plugin }}{% if not loop.last %},{% endif %}{% endfor %}"
sahara_plugin_pip_packages: "{{ sahara_plugin_base | map('regex_replace', '^(.*)$', 'sahara-plugin-\\1') | list }}"
sahara_plugin_pip_packages:
- sahara-plugin-ambari
- sahara-plugin-cdh
- sahara-plugin-mapr
- sahara-plugin-spark
- sahara-plugin-storm
- sahara-plugin-vanilla
## Cap the maximum number of threads / workers when a user value is unspecified.
sahara_api_workers_max: 16