Repository: ambari Updated Branches: refs/heads/branch-1.6.0 b4e3b5cf3 -> 38fdf42ce
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/38fdf42c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/38fdf42c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/38fdf42c Branch: refs/heads/branch-1.6.0 Commit: 38fdf42cecaec32aa1b6d33b78d427cd7aae274d Parents: b4e3b5c Author: Siddharth Wagle <[email protected]> Authored: Wed May 7 14:12:14 2014 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Wed May 7 14:12:24 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/38fdf42c/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/38fdf42c/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/38fdf42c/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/38fdf42c/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.
