I am trying to setup the Apigee Private Cloud:
edgemicro private configure -o -e -r -m -u -v default
However, I don’t know what are router-ip and management-server-ip.
What are those parameters?
Thank you!
I am trying to setup the Apigee Private Cloud:
edgemicro private configure -o -e -r -m -u -v default
However, I don’t know what are router-ip and management-server-ip.
What are those parameters?
Thank you!
Whoever installed Private Cloud for you should know the answer.
Generally, once you deploy a proxy on Edge, it gives you an address where that proxy can be accessed. That address is router address.
@gabrielpires
The private cloud package should have an install/config guide and operations guide that explains what the different gateway, central and analytics components are.
I have included some information below :
Components required for API processing
The following components must be up and running to process API requests:
The Apigee Router receives requests from a load balancer, determines which organization and environment the request is to be routed to, and sends the request to a Message Processor configured to handle requests for that organization and environment.
The Apigee Message Processor processes API requests. The Message Processor evaluates an incoming request, executes any Apigee policies, and calls the back-end systems and other systems to retrieve data. Once those responses have been received, the Message Processor formats a response and returns it to the initial client.
Apache Cassandra is the runtime data repository for Apigee API processing. It is an eventually consistent, distributed database.
Components not required for API processing but for system services
The following components are not required for processing API requests, but are required to start the required Router, Message Processor, and Cassandra components:
Apache Zookeeper is a configuration database, which holds information about the location and configuration of the various Apigee components. It is an instantly consistent, distributed database.
Components not required for API processing
The following components are not required for processing API requests but are necessary to enable additional Edge functionality: