I got an issue when I on-board an organization:
run provision command as the belwo:
/opt/apigee/apigee-service/bin/apigee-service apigee-provision setup-org -f /tmp/orgConfig.txt
AND this is my orgConfig.txt file
========================
ORG_NAME=“masterworks”
ENV_NAME=“test”
VHOST_PORT=“9001”
VHOST_NAME=“default”
VHOST_ALIAS=“master-test.apigee.net” O
RG_ADMIN="ksaad@master-works.net"
APIGEE_ADMINPW=“Master@123”
=========================
And I got this result:
================================
Sourcing in /opt/apigee/customer/defaults.sh
Checking for required variables
Checking required variable ADMIN_EMAIL…OK
Checking required variable ENV_NAME…OK
Checking required variable MSIP…OK
Checking required variable ORG_NAME…OK
Checking required variable VHOST_ALIAS…OK
Checking required variable VHOST_NAME…OK
Checking required variable VHOST_PORT…OK
Checking for optional variables Found optional variable APIGEE_ADMINPW…OK
Found optional variable APIGEE_PORT_HTTP_MS…OK
Found optional variable NEW_USER…OK Found optional variable ORG_ADMIN…OK
This script will create an organization with an organization admin,
enable role based access control and create enviroments.
Creating Organization
Checking for required variables
Checking required variable ADMIN_EMAIL…OK
Checking required variable MSIP…OK
Checking required variable ORG_NAME…OK
Checking for optional variables
Found optional variable APIGEE_ADMINPW…OK
Found optional variable APIGEE_PORT_HTTP_MS…OK
Found optional variable ORG_ADMIN…OK
Error: Management Server not reachable