bharatviswa504 commented on a change in pull request #502: HDDS-919. Enable
prometheus endpoints for Ozone datanodes
URL: https://github.com/apache/hadoop/pull/502#discussion_r259210266
##########
File path: hadoop-hdds/common/src/main/resources/ozone-default.xml
##########
@@ -1881,4 +1881,71 @@
jar and false for the ozone-filesystem-lib.jar
</description>
</property>
+
+
+ <property>
+ <name>hdds.datanode.http.kerberos.principal</name>
+ <value>HTTP/[email protected]</value>
+ <description>
+ The kerberos principal for the datanode http server.
+ </description>
+
+ </property>
+ <property>
+ <name>hdds.datanode.http.kerberos.keytab</name>
+ <value>/etc/security/keytabs/HTTP.keytab</value>
+ <description>
+ The kerberos keytab file for datanode http server
+ </description>
+ </property>
+
+ <property>
+ <name>hdds.datanode.http-address</name>
+ <value>0.0.0.0:9882</value>
+ <tag>OZONE, MANAGEMENT</tag>
+ <description>
+ The address and the base port where the Datanode web ui will listen on.
+
+ If the port is 0 then the server will start on a free port.
+ </description>
+ </property>
+ <property>
+ <name>hdds.datanode.http-bind-host</name>
+ <value>0.0.0.0</value>
+ <tag>OZONE, MANAGEMENT</tag>
+ <description>
+ The actual address the Datanode web server will bind to. If this
+ optional address is set, it overrides only the hostname portion of
+ hdds.datanode.http-address.
+ </description>
+ </property>
+ <property>
+ <name>hdds.datanode.http.enabled</name>
+ <value>true</value>
+ <tag>OZONE, MANAGEMENT</tag>
+ <description>
+ Property to enable or disable Datanode web ui.
+ </description>
+ </property>
+ <property>
+ <name>hdds.datanode.https-address</name>
+ <value>0.0.0.0:9883</value>
+ <tag>OZONE, MANAGEMENT</tag>
+ <description>
+ The address and the base port where the Datanode web UI will listen
+ on using HTTPS.
+
+ If the port is 0 then the server will start on a free port.
+ </description>
+ </property>
+ <property>
+ <name>hdds.datanode.https-bind-host</name>
+ <value>0.0.0.0</value>
+ <tag>OZONE, MANAGEMENT</tag>
Review comment:
for https keys, can we add SECURITY tag also?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]