David Streever created AMBARI-20532:
---------------------------------------
Summary: Ambari-server CLI to setup Database Options Broken
Key: AMBARI-20532
URL: https://issues.apache.org/jira/browse/AMBARI-20532
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.4.2
Environment: Testing
Reporter: David Streever
Priority: Critical
When trying to automate the configuration of Ambari through the 'ambari-server
setup' with options to setup the database and JDK, the return claims success
but fails to make adjustments to 'ambari.properties' and 'password.dat' files.
Example CLI Call:
/usr/sbin/ambari-server setup --java-home=/usr/java/default --database=mysql
--databasehost="db.hdp.local" --databaseport=3306 --databasename=ambari
--databaseusername=ambari --databasepassword=hortonworks
--jdbc-driver=/usr/share/java/mysql-connector-java.jar --jdbc-db=mysql
--master-key=hortonworks --master-key-persist=true --truststore-type=jceks
--truststore-path=/etc/ambari-server/conf/password.jceks
--truststore-password=hortonworks -v -g
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)