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

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


    from f898ba7  [AMBARI-24492] Refactor select mpacks view (#2099)
     add 6838fcd  AMBARI-24427: Fix broken Python UTs in ambari-server code -- 
Part 1
     add 3433361  AMBARI-24427: Fix broken Python UTs in ambari-server code -- 
Part 1
     add a6fb7e4  Merge remote-tracking branch 
'upstream/branch-feature-AMBARI-14714' into 24427
     add 6d31e8a  AMBARI-24468: Add ClusterSettings and StackSettings module in 
execution_command library
     add 94917c1  AMBARI-24468: Add ClusterSettings and StackSettings module in 
execution_command library`
     add 1e10799  AMBARI-24468: Add ClusterSettings and StackSettings module in 
execution_command library
     add c6112bb  AMBARI-24468: Add ClusterSettings and StackSettings module in 
execution_command library
     add 540192c  AMBARI-24468: Add ClusterSettings and StackSettings module in 
execution_command library
     add 64b92de  AMBARI-24468: Add ClusterSettings and StackSettings module in 
execution_command library
     add 4eecca4  AMBARI-24468: Add ClusterSettings and StackSettings module in 
execution_command library
     new 9224d91  [AMBARI-24468] Add ClusterSettings and StackSettings module 
in execution_command library

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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(-)
 create mode 100644 
ambari-common/src/main/python/resource_management/libraries/execution_command/cluster_settings.py
 create mode 100644 
ambari-common/src/main/python/resource_management/libraries/execution_command/stack_settings.py

Reply via email to