Clone this repo:

Branches

  1. a186dee Updated README.md file by Carlos Frias · 7 years ago master
  2. cf9501d Updated existing changes by Carlos Frias · 7 years ago
  3. fdd06fa Updated docs by Carlos Frias · 7 years ago
  4. 3aa490d Updated docs by Carlos Frias · 7 years ago
  5. c5c3848 updated docs and task sequence by Carlos Frias · 7 years ago

Apigee OPDK Setup Bootstrap

This role manages downloading and invoking the bootstrap script from the Apigee servers that will install Apigee OPDK service manager.

Requirements

This role installs the Apigee bootstrap. This role can use your Apigee provided account to login and download required packages. Additionally, this role also works with a local Apigee repo that is either deployed as a tarball or to an Nginx deployment to local data center.

Role Variables

Default values for these variables are provided by the role apigee-opdk-setup-default-settings. The variables used in this role are:

Variable NameDescription
opdk_installer_pathTemporary staging folder for installation artifacts
opdk_user_nameSystem user name. Set to apigee
opdk_group_nameSystem group name. Set to apigee
apigee_servicePath to apigee-service command
bootstrap_scriptPath to the bootstrap script
opdk_versionVersion of OPDK to install
apigee_repo_urlURL from which to download the bootstrap scripts
apigee_repo_userApigee repository user name for https://software.apigee.com
apigee_repo_passwordApigee repository user password for https://software.apigee.com
apigee_repo_hostApigee repository host that can be used for special releases.
apigee_stageApigee artifact stage
apigee_repo_protocolAccess protocol to the Apigee repo. Set to file for a local tarball or http for either online or local nginx served repo.
http_proxyHTTP Proxy url that should be used to get online
https_proxyHTTPS Proxy url that should be used to get online
no_proxyDomains or IPs that should not be proxied

Dependencies

  • apigee-opdk-setup-default-settings

Example Playbook

- hosts: servers
  roles:
     - { role: apigee-opdk-setup-bootstrap }

License

Apache 2.0

Author Information

Carlos Frias

Not Google Product Clause

This is not an officially supported Google product.

How to Contribute

We'd love to accept your patches and contributions to this project. Please review our guidelines.