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

swapan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit afabe008c296206d19d3b94e3154660f624d2271
Merge: e175b93 21b0549
Author: swapanshridhar <sshrid...@hortonworks.com>
AuthorDate: Fri Oct 5 10:00:07 2018 -0700

    AMBARI-24712. Backport Execution Command Library from branch 
'branch-feature-AMBARI-14714' to Ambari 2.8.0

 .../resource_management/libraries/__init__.py      |   1 +
 .../libraries/{ => execution_command}/__init__.py  |   7 -
 .../execution_command/cluster_settings.py          | 158 +++++++
 .../execution_command/execution_command.py         | 462 +++++++++++++++++++
 .../libraries/execution_command/module_configs.py  |  80 ++++
 .../libraries/execution_command/stack_settings.py  | 110 +++++
 .../libraries/functions/expect.py                  |  40 +-
 .../resource_management/libraries/script/script.py |  47 ++
 .../src/test/python/TestExecutionCommand.py        | 292 ++++++++++++
 .../test/python/TestExecutionCommand_command.json  | 497 +++++++++++++++++++++
 ambari-server/src/test/python/unitTests.py         |   4 +-
 11 files changed, 1687 insertions(+), 11 deletions(-)


Reply via email to