How to setup Apigee Private Cloud?

Not applicable

I am trying to setup the Apigee Private Cloud:

edgemicro private configure -o <org-name> -e <env-name> -r <router-ip> -m <management-server-ip> -u <your Apigee email> -v default

However, I don't know what are router-ip and management-server-ip.

What are those parameters?

Thank you!

0 2 353
2 REPLIES 2

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:

    • Apache Qpid is a queuing system that accepts analytics data from the Message Processors and writes the data to the Postgres database.
    • The Apigee Postgres Server manages analytics database.
    • The Apigee Management Server is the endpoint for Management API requests. The Management Server also interacts with the Enterprise User Interface to display Analytics reporting requests.
    • The Apigee Edge User Interface is the management UI for the Apigee system. This UI can be used to define and deploy APIs, manage developer and application definitions, and manage Apigee system users.
    • The LDAP repository (ApacheDS or OpenLDAP) contains Apigee UI user, role, and permission definitions.