IP address or DNS name of nodes on dc1 IP1=18.2.3.3 ment Server, OpenLDAP, UI, ZooKeeper, Cassandra IP2=18.2.3.5 #ZooKeeper, Cassandra IP3=18.2.3.6 #ooKeeper, Cassandra IP4=18.2.3.7 # Router, Message Processor IP5=18.2.3.8 # Router, Message Processor IP6=18.2.3.9 # Qpid IP7=18.2.3.10 #Qpid IP8=18.2.3.11 # Postgres IP9=18.2.3.12 # Postgres # IP address or DNS name of nodes on dc2 IP10=18.2.4.3 # Management Server, OpenLDAP, UI, ZooKeeper, Cassandra IP11=18.2.4.3 # ZooKeeper, Cassandra IP12=18.2.4.3 # ZooKeeper, Cassandra IP13=18.2.4.7 # Router, Message Processor IP14=18.2.4.8 # Router, Message Processor IP15=18.2.4.9 # Qpid IP16=18.2.4.10 # Qpid IP17=18.2.4.11 # Postgres IP18=18.2.4.12 # Postgres # Must resolve to IP address or DNS name of host - not to 127.0.0.1 or localhost. HOSTIP=$(hostname -i) # Set Edge sys admin credentials. ADMIN_EMAIL=yyyy@xxx.com APIGEE_ADMINPW=secret # If omitted, you are prompted for it. # Location of Edge license file. LICENSE_FILE=/tmp/license.txt # Management Server information. MSIP=$IP1 # IP or DNS name of Management Server node. # Default is 8080. # OpenLDAP information. # Set to y if you are connecting to a remote LDAP server. # If n, Edge installs OpenLDAP when it installs the Management Server. USE_LDAP_REMOTE_HOST=n # Specify OpenLDAP without replication, 1, or with replication, 2. LDAP_TYPE=2 # Set only if using replication. LDAP_SID=1 # Unique ID for this LDAP server. LDAP_PEER=$IP10 # IP or DNS name of LDAP peer. APIGEE_LDAPPW=secret BIND_ON_ALL_INTERFACES=y # The Message Processor and Router pod. MP_POD=gateway-1 # The name of the region, corresponding to the data center name. REGION=dc-1 # Use dc-1 unless installing in a multi data centre env. # ZooKeeper information. # See table below if installing in a multi-data center environment. ZK_HOSTS="$IP1 $IP2 $IP3 $IP10 $IP11 $IP12:observer" # IP/DNS names of all ZooKeeper nodes. ZK_CLIENT_HOSTS="$IP1 $IP2 $IP3" # IP/DNS names of all ZooKeeper nodes. # Cassandra information. CASS_CLUSTERNAME=Apigee # Default name is Apigee. # IP (not DNS names) of the Cassandra hosts separated by spaces. CASS_HOSTS="$IP1:1,1 $IP2:1,1 $IP3:1,1 $IP10:2,1 $IP11:2,1 $IP12:2,1" # Postgres password. Default is postgres. PG_PWD=postgres # Use to enable Postgres master-standby replication # when you have multiple Postgres nodes. PG_MASTER=$IP8 # Postgres PG_STANDBY=$IP9 # Postgres # SMTP information. SKIP_SMTP=y # Skip now and configure later by specifying "y". #SMTPHOST=smtp.gmail.com #SMTPUSER=your@email.com #SMTPPASSWORD=yourEmailPassword #SMTPSSL=y #SMTPPORT=465 # If no SSL, use a different port, such as 25.