Hi,
Installed a 5-node system, and trying to 'Test the install'...
first i ran this, which was OK:
/opt/apigee/apigee-service/bin/apigee-service apigee-validate install
then this, which presented the error below:
/opt/apigee/apigee-service/bin/apigee-service apigee-validate setup -f apigeeConfig
[samucich@apigee-node-1 apigee-configs]$ sudo /opt/apigee/apigee-service/bin/apigee-service apigee-validate setup -f apigeeConfig Checking for required variables Checking required variable MSIP...OK Checking required variable ADMIN_EMAIL...OK Checking for optional variables Found optional variable APIGEE_PORT_HTTP_MS...OK Found optional variable APIGEE_ADMINPW...OK Found optional variable VHOST_PORT...OK Found optional variable REGION...OK Found optional variable MP_POD...OK parse error: Invalid numeric literal at line 2, column 5 parse error: Invalid numeric literal at line 2, column 5 Error: getting pods in region This is the config file: # With SMTP IP1=10.142.0.2 IP2=10.142.0.3 IP3=10.142.0.4 IP4=10.142.0.5 IP5=10.142.0.6 HOSTIP=$(hostname -i) ENABLE_SYSTEM_CHECK=n ADMIN_EMAIL=sam973gcp@gmail.com APIGEE_ADMINPW=xxxxxxxxx LICENSE_FILE=/home/sam973gcp/apigee-configs/12.28.2017.txt MSIP=$IP1 USE_LDAP_REMOTE_HOST=n LDAP_TYPE=1 APIGEE_LDAPPW=secret BIND_ON_ALL_INTERFACES=y MP_POD=gateway REGION=dc-1 ZK_HOSTS="$IP1 $IP2 $IP3" ZK_CLIENT_HOSTS="$IP1 $IP2 $IP3" # Must use IP addresses for CASS_HOSTS, not DNS names. CASS_HOSTS="$IP1 $IP2 $IP3" # Default is postgres PG_PWD=postgres PG_MASTER=$IP4 PG_STANDBY=$IP5 SKIP_SMTP=n SMTPHOST=smtp-relay.gmail.com SMTPUSER=sam@usageconsulting.com # omit for no username SMTPPASSWORD=xxxxxxxx # omit for no password SMTPSSL=n SMTPPORT=25 SMTPMAILFROM="My Company <sam@usageconsulting.com>" VHOST_PORT=9000