IP1=###### # Specify the IP or DNS name of the Management Server. MSIP="$IP1" # Specify the Edge admin credentials. ADMIN_EMAIL="akhil.srivastava@abc.com" APIGEE_ADMINPW=Secret12 # If omitted, you are prompted for it. # Specify organization name and administrator. ORG_NAME=abc # lowercase only, no spaces, underscores, or periods. # # Set the organization administrator. # Do not use sys admin as organization administrator. # # Create a new user for the organization administrator. NEW_USER="y" # New user information if NEW_USER="y". USER_NAME=akhil.srivastava@abc.com FIRST_NAME=rohit LAST_NAME=user USER_PWD="Kronites12" # Specify an existing user as the organization admin, # omit USER_NAME, FIRST_NAME, LAST_NAME, USER_PWD. # NEW_USER="n" # ORG_ADMIN=akhil.srivastava@abc.com # Specify environment name. ENV_NAME=prod # Specify virtual host information. VHOST_PORT=9001 VHOST_NAME=default # If you have a DNS entry for the virtual host. VHOST_ALIAS=myorg-test.apigee.net # If you do not have a DNS entry for the virtual host, # specify the IP and port of each router as a space-separated list: # VHOST_ALIAS="firstRouterIP:9001 secondRouterIP:9001" # Specify the analytics group. AXGROUP=axgroup001 # Default name is axgroup001.