You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2018/08/23 07:32:59 UTC

[ambari] 01/01: [AMBARI-24468] Add ClusterSettings and StackSettings module in execution_command library

This is an automated email from the ASF dual-hosted git repository.

swapan pushed a commit to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit 9224d91d63f92d0ae496c9747ad9e9d433f08eaf
Merge: f898ba7 4eecca4
Author: swapanshridhar <ss...@hortonworks.com>
AuthorDate: Thu Aug 23 00:32:53 2018 -0700

    [AMBARI-24468] Add ClusterSettings and StackSettings module in execution_command library
    
    [AMBARI-24468] Add ClusterSettings and StackSettings module in execution_command library

 .../execution_command/cluster_settings.py          | 150 +++++++++++++++++++++
 .../execution_command/execution_command.py         |  42 ++++--
 .../libraries/execution_command/module_configs.py  |   7 +
 .../libraries/execution_command/stack_settings.py  | 109 +++++++++++++++
 .../libraries/functions/stack_features.py          |  20 +--
 .../libraries/functions/stack_select.py            |  12 +-
 .../libraries/functions/stack_settings.py          |   1 -
 .../resource_management/libraries/script/script.py |  99 +++++++-------
 .../src/test/python/TestExecutionCommand.py        |  57 +++++++-
 ambari-common/src/test/python/command.json         |  40 +++++-
 .../stack-hooks/after-INSTALL/scripts/params.py    |   3 +-
 .../stack-hooks/before-ANY/scripts/params.py       |  14 +-
 .../stack-hooks/before-INSTALL/scripts/params.py   |   8 +-
 .../stack-hooks/before-START/scripts/params.py     |   6 +-
 14 files changed, 462 insertions(+), 106 deletions(-)