pndaproject / pnda-heat-templates

Resources for launching PNDA on Openstack
Other
2 stars 26 forks source link

Disallow uppercase letters in the cluster names. #120

Closed stephanesan closed 7 years ago

stephanesan commented 7 years ago

PNDA-3444: Uppercase characters in the cluster name causes issues with HDP. This is due to a know bug in ambari that has been reported: https://issues.apache.org/jira/browse/AMBARI-22361 and needs to be tracked to remove this patch over time. The issue in HDP is with the usage of upper case in the hostnames which get assigned based in the cluster name. As such, the work around here will prevent the usage up uppercase in the cluster name until we can move to a version of HDP that contains a fix for the bug reported above.