Repository: ambari Updated Branches: refs/heads/trunk 6f609990a -> 4bf30ae4d
AMBARI-5691. Add missing require-input attributes on stack properties. Missing type. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4bf30ae4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4bf30ae4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4bf30ae4 Branch: refs/heads/trunk Commit: 4bf30ae4d8217f08a97a404b05eca232256e03d8 Parents: 6f60999 Author: Siddharth Wagle <[email protected]> Authored: Wed May 7 14:13:33 2014 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Wed May 7 14:13:33 2014 -0700 ---------------------------------------------------------------------- .../stacks/HDP/1.3.2/services/NAGIOS/configuration/global.xml | 1 + .../stacks/HDP/1.3.2/services/OOZIE/configuration/global.xml | 1 + .../stacks/HDP/1.3.2/services/OOZIE/configuration/oozie-site.xml | 1 + .../stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml | 1 + 4 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4bf30ae4/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/configuration/global.xml index b73d604..54c742c 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/configuration/global.xml @@ -39,6 +39,7 @@ <property require-input = "true"> <name>nagios_web_password</name> <value></value> + <type>PASSWORD</type> <description>Nagios Admin Password.</description> </property> <property require-input = "true"> http://git-wip-us.apache.org/repos/asf/ambari/blob/4bf30ae4/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/global.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/global.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/global.xml index 584b905..87dae9e 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/global.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/global.xml @@ -49,6 +49,7 @@ <property require-input = "true"> <name>oozie_metastore_user_passwd</name> <value></value> + <type>PASSWORD</type> <description>Database password to use to connect to the database</description> </property> <property> http://git-wip-us.apache.org/repos/asf/ambari/blob/4bf30ae4/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/oozie-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/oozie-site.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/oozie-site.xml index 0afca84..02e7a76 100644 --- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/oozie-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/oozie-site.xml @@ -217,6 +217,7 @@ <property require-input = "true"> <name>oozie.service.JPAService.jdbc.password</name> <value> </value> + <type>PASSWORD</type> <description> DB user password. http://git-wip-us.apache.org/repos/asf/ambari/blob/4bf30ae4/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml index 3d40ffc..158520e 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml @@ -224,6 +224,7 @@ <property require-input = "true"> <name>oozie.service.JPAService.jdbc.password</name> <value> </value> + <type>PASSWORD</type> <description> DB user password.
