Updated README.md file
1 file changed
tree: 49959bae7c39cfe5c94b513c8d8ba493bd019148
  1. defaults/
  2. handlers/
  3. meta/
  4. tasks/
  5. tests/
  6. vars/
  7. .gitignore
  8. .travis.yml
  9. CONTRIBUTING.md
  10. LICENSE
  11. README.md
README.md

Apigee OPDK Update Component

This repository contains an Ansible role to perform an update to the version of a component of the Apigee platform.

Requirements

Previous installation of the Apigee platform on the node.

Role Variables

Variable NameDescription
componentThe component name to pass into the update.sh script
opdk_installation_config_fileResponse file used to install Apigee
http_proxyhttp proxy endpoint
https_proxyhttps proxy endpoint
no_proxyno proxy to be set when working with a proxy
PORT_TIMEOUTUpdate the port timeout setting in the Apigee update script
UP_TIMEOUTUpdate the setting in the Apigee update script waiting for the component to come up

Dependencies

None

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: apigee-pre-requisites-common-update }

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.