Closed n2ygk closed 5 years ago
Worked around with this:
### had to add this or opendj does not get installed
ldap_type=opendj
Because the default value for ldap_type
is None when doing a non-interactive install.
Will submit a PR.
Also fails to install SAML unless installSaml=True
is set.
There appear to be a number of features that the non-interactive setup doesn't cover.
I added two parameters. Since we have experimental wrends support in 3.1.6
### Backend type. For opendj, both will be opendj
ldap_type=
opendj_type=
Gluu Version: 3.1.5
After successfully installing Gluu in a Vagrant box interactively, I tried scripting a non-interactive setup with this command line:
and the sample setup.properties file appropriately customized like this:
This appears to have failed to install opendj. I tried looking through the setup.py code for a while but wasn't able to see why. Here's the console log of the installation: