Thank you.
I'm having these two errors running the create_slapd_conf.py and create_slapd_conf_26.py scripts:
-Traceback (most recent call last):
File "create_slapd_conf.py", line 69, in <module>
conf_file_name = '{}.conf'.format(ldp['fqn_hostname'].replace('.','_'))
ValueError: zero length field name in format
-
/tmp/cluster-mgr/manual_install/slapd_conf_script
Traceback (most recent call last):
File "create_slapd_conf_26.py", line 26, in <module>
if config.get(ldp, 'enable').lower() in ('yes', 'true', 'on', '1'):
File "/usr/lib64/python2.6/ConfigParser.py", line 565, in get
raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'enable' in section: 'nginx'
fqn_hostname has a value, /etc/hosts has the nginx IP, and I think pretty much everything is ready.
I thought the replace function was not encountering the dot, I changed it, but still same error. I'm gonna debug it to see if something comes up.