[
https://issues.apache.org/jira/browse/HDDS-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859044#comment-16859044
]
Eric Yang edited comment on HDDS-1567 at 6/7/19 11:46 PM:
----------------------------------------------------------
The existing set of config used by docker-config are readily available in
source code but some runtime operation can not be applied using config file
method or tedious to populate the same config in multiple config files. It
would be useful for docker image to support the global environment settings.
The important config may need to pass in at deploy time to apply to multiple
config files or cli command:
{code}
OZONE_INIT = true|false
OZONE_DATA_DIR = /data
OZONE_RATIS_QUORUM
OZONE_OM_HOSTS
OZONE_SCM_HOSTS
OZONE_HTTP_KERBEROS_KEYTAB
OZONE_HTTP_KERBEROS_PRINCIPAL
OZONE_KERBEROS_KEYTAB
OZONE_KERBEROS_PRINCIPAL
OZONE_TLS_TRUSTSTORE
OZONE_TLS_KEYSTORE
{code}
This is minimum set of config that system admin would be interested to control
for bootstrapping a secure Ozone cluster.
was (Author: eyang):
The existing set of config used by docker-config are readily available in
source code but some runtime operation can not be applied using config file
method or tedious to populate the same config in multiple config files. It
would be useful for docker image to support the global environment settings.
The important config may need to pass in at deploy time to apply to multiple
config files or cli command:
{code}
OZONE_INIT = true|false
OZONE_DATA_DIR = /data
OZONE_RATIS_QUORUM
OZONE_OM_HOSTS
OZONE_SCM_HOSTS
OZONE_KERBEROS_KEYTAB
OZONE_KERBEROS_PRINCIPAL
OZONE_TLS_TRUSTSTORE
OZONE_TLS_KEYSTORE
{code}
This is minimum set of config that system admin would be interested to control
for bootstrapping a secure Ozone cluster.
> Define a set of environment variables to configure Ozone docker image
> ---------------------------------------------------------------------
>
> Key: HDDS-1567
> URL: https://issues.apache.org/jira/browse/HDDS-1567
> Project: Hadoop Distributed Data Store
> Issue Type: Bug
> Reporter: Eric Yang
> Priority: Major
>
> For developer that tries to setup docker image by end for testing purpose, it
> would be nice to predefine a set of environment variables that can be passed
> to Ozone docker image to configure the minimum set of configuration to start
> Ozone containers. There is a python script that converts environment
> variables to config, but documentation does not show what setting can be
> passed to configure the system. This task would be a good starting point to
> document the available configuration knobs.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]