can apigee-service apigee-provision setup-org be run headless?

Not applicable

i am building a series of ansible playbooks for 16.01 right now and im wondering if

/opt/apigee/apigee-service/bin/apigee-service apigee-provision setup-org -f /path/to/configuration/file

can be run headless.

Solved Solved
0 2 178
1 ACCEPTED SOLUTION

Can you define the meaning of headless ?. You need following extra config in config files :

NEW_USER="n"

ORG_ADMIN=opdk@apigee.com

ENV_NAME=prod

VHOST_PORT=9001

VHOST_NAME=default

# If you have a DNS entry for the virtual host.

VHOST_ALIAS=192.168.56.21

# Specify the analytics group.

AXGROUP=axgroup001

In this case I have defined NEW_USER as n and given ORG_ADMIN as system admin email.

Let me know if you are looking for something else.

View solution in original post

2 REPLIES 2

Can you define the meaning of headless ?. You need following extra config in config files :

NEW_USER="n"

ORG_ADMIN=opdk@apigee.com

ENV_NAME=prod

VHOST_PORT=9001

VHOST_NAME=default

# If you have a DNS entry for the virtual host.

VHOST_ALIAS=192.168.56.21

# Specify the analytics group.

AXGROUP=axgroup001

In this case I have defined NEW_USER as n and given ORG_ADMIN as system admin email.

Let me know if you are looking for something else.

argh - i got scripts confused. I will accept this answer and ask the correct question 🙂