Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

I need the config response file for 9-node cluster on-prem installation file

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 Solved
0 5 584
1 ACCEPTED 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

View solution in original post

5 REPLIES 5