Pārlūkot izejas kodu

AMBARI-5691. Add missing require-input attributes on stack properties. (swagle)

Siddharth Wagle 11 gadi atpakaļ
vecāks
revīzija
32e68f41bf

+ 2 - 2
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/configuration/global.xml

@@ -36,12 +36,12 @@
     <value>nagiosadmin</value>
     <description>Nagios web user.</description>
   </property>
-  <property>
+  <property require-input = "true">
     <name>nagios_web_password</name>
     <value></value>
     <description>Nagios Admin Password.</description>
   </property>
-  <property>
+  <property require-input = "true">
     <name>nagios_contact</name>
     <value></value>
     <description>Hadoop Admin Email.</description>

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/global.xml

@@ -46,7 +46,7 @@
     <value>oozie</value>
     <description>Database user name to use to connect to the database</description>
   </property>
-  <property>
+  <property require-input = "true">
     <name>oozie_metastore_user_passwd</name>
     <value></value>
     <description>Database password to use to connect to the database</description>

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/1.3.2/services/OOZIE/configuration/oozie-site.xml

@@ -214,7 +214,7 @@
     </description>
   </property>
 
-  <property>
+  <property require-input = "true">
     <name>oozie.service.JPAService.jdbc.password</name>
     <value> </value>
     <description>

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/configuration/global.xml

@@ -42,7 +42,7 @@
     <type>PASSWORD</type>
     <description>Nagios Admin Password.</description>
   </property>
-  <property>
+  <property require-input = "true">
     <name>nagios_contact</name>
     <value></value>
     <description>Hadoop Admin Email.</description>

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/global.xml

@@ -46,7 +46,7 @@
     <value>oozie</value>
     <description>Database user name to use to connect to the database</description>
   </property>
-  <property>
+  <property require-input = "true">
     <name>oozie_metastore_user_passwd</name>
     <value></value>
     <description>Database password to use to connect to the database</description>

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/configuration/oozie-site.xml

@@ -221,7 +221,7 @@
     </description>
   </property>
 
-  <property>
+  <property require-input = "true">
     <name>oozie.service.JPAService.jdbc.password</name>
     <value> </value>
     <description>