Clone this repo:

Branches

  1. 1a96951 Updated README.md file by Carlos Frias · 7 years ago master
  2. 043cce6 Updated existing changes by Carlos Frias · 7 years ago
  3. 5dbdb96 Updated docs by Carlos Frias · 7 years ago
  4. edd88c7 Updated README.md file by Carlos Frias · 7 years ago
  5. 587b5b2 Updated README.md file by Carlos Frias · 7 years ago

Apigee OPDK Setup Component

This roles is used to setup individual Apigee OPDK components.

Requirements

The installation of Apigee OPDK requires root access. Credentials must also be supplied to override the empty placeholders provided here. It is recommended that credentials be consolidated into a single credentials.yml file that can be stored separately. It is assumed that files containing credentials are stored in the ~/.apigee folder.

Role Variables

Variable defaults are managed in the role apigee-opdk-setup-default-settings:

Variable NameDescription
apigee_setupPath to the Apigee setup script
profileName of the installation profile to invoke
opdk_installation_config_filePath to the silent installation file
opdk_versionVersion of OPDK to install
opdk_user_emailEmail of the Apigee user
opdk_user_passPassword of the Apigee user

Dependencies

This role depends on the following roles:

  • apigee-opdk-setup-default-settings

Example Playbook

- hosts: servers
  roles:
     - { role: apigee-opdk-setup-component-install }

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.