We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few of the Jira database tables have only a varchar(60) for the cluster nodeid.
varchar(60)
When using the fqdn of the host this may exceed this length. i.e 10-100-120-221-uswest2becosystem.uswest2-ecosystem.company.com (62)
10-100-120-221-uswest2becosystem.uswest2-ecosystem.company.com
https://github.com/voxpupuli/puppet-jira/blob/master/templates/cluster.properties.epp#L2
This should be set to the hostname of the system to avoid this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A few of the Jira database tables have only a
varchar(60)
for the cluster nodeid.When using the fqdn of the host this may exceed this length.
i.e
10-100-120-221-uswest2becosystem.uswest2-ecosystem.company.com
(62)https://github.com/voxpupuli/puppet-jira/blob/master/templates/cluster.properties.epp#L2
This should be set to the hostname of the system to avoid this issue.
The text was updated successfully, but these errors were encountered: