Open leightonium opened 1 year ago
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.
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.