Andrew Onischuk created AMBARI-4259:
---------------------------------------
Summary: Create curl script for testing Storm and Falcon
Key: AMBARI-4259
URL: https://issues.apache.org/jira/browse/AMBARI-4259
Project: Ambari
Issue Type: Bug
Reporter: Andrew Onischuk
Assignee: Andrew Onischuk
Fix For: 1.5.0
This script will be used for testing Falcon and Storm until UI changes are done:
It solves this problems:
1. Parses and merges the configurations of the chosen service (like new
storm-site or additions to global etc.) with the existing one. (this should be
done by UI later)
2. Has a configurable list of configs which will be changed before installing.
This will help to solve problems with configurations which can be set defaultly:
{code}
CONFIGS_TO_CHANGE = {
"storm-site":{
"zookeep.hosts":"dev01.hortonworks.com dev02.hortonworks.com
dev03.hortonworks.com
# ...
},
# ...
}
{code}
3. Add service and component via API
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)