What's the design principle of private cloud 1601 ?. Why it's so different from 1507 ?.

 
0 2 173
2 REPLIES 2

@rajeshmishra , Can you add more details like, what is there in 1507, what's missing in 1601, where do you see the difference ? Please update question with description to better understand same.

Not applicable

4.16.01 marked the introduction of a new software packaging and distribution process for Edge.

On 4.15.07 and in all previous versions of Edge software was packaged as a zip file which contained inside installation scripts, relevant binaries and configuration.

4.16.01 and all versions after that are based on RPM packaging. Software is now distributed via RPM repository hosted by Apigee (software.apigee.com).

A bootstrapping process was designed to be able to download and install RPMs and utilities:

curl -s https://software.apigee.com/bootstrap_<version>.sh -o /tmp/edge/bootstrap_<version>.sh

Directory structures and commands across all components were unified and many functions are now centralized around an utility called apigee-service:

/opt/apigee/apigee-service/bin/apigee-service <component> <action> [options]

Global actions across components installed on the same nodes are now performed with apigee-all utility:

/opt/apigee/apigee-service/bin/apigee-all <action>

Refer to official documentation for additional details:

http://docs.apigee.com/private-cloud/latest/overview