We need to automate the apigee on-prem setup for one of our clients who is using a 9-node cluster. I have gone through the OPDK installation guide and the option for silent installation requires a config response file. Can someone please help with a sample response file.
Solved! Go to Solution.
Hi, Appendix A of the Edge Install Guide, available on the Apigee ftp site, shows a silent config file for a 9-node install, in the form:
HOSTIP=$(hostname -i) MSIP=$IP1 ADMIN_EMAIL=opdk@apigee.com APIGEE_ADMINPW=secret12 LICENSE_FILE=/tmp/license.txt USE_LDAP_REMOTE_HOST=n LDAP_TYPE=1 APIGEE_LDAPPW=secret ENABLE_AX=y MP_POD=gateway REGION=dc-1 USE_ZK_CLUSTER=y ZK_HOSTS="$IP1 $IP2 $IP3" ZK_CLIENT_HOSTS="$IP1 $IP2 $IP3" USE_CASS_CLUSTER=y CASS_HOSTS="$IP1 $IP2 $IP3" SKIP_SMTP=n SMTPHOST=smtp.example.com SMTPPORT=25 SMTPUSER=smtp@example.com # =0 for no username SMTPPASSWORD=smtppwd # =0 for no password SMTPSSL=n BIND_ON_ALL_INTERFACES=y
It also contains silent config files for other topologies.
Stephen