| commit | a2caa544543024bc3b3255a50169df5f062401ac | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Fri Apr 06 15:03:50 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Fri Apr 06 15:03:50 2018 -0400 |
| tree | 2efb524d8ccda999f920ced709b87cd7215da4dc | |
| parent | a3880a299804402dbb52772e18e3ebfeb34a5166 [diff] |
updated apigeereleasever settings
This role takes steps to update a Qpid node of an Apigee Edge platform instance.
None
The remove_qpid_upgrade_components collection is used to list those components that should be removed prior to updating the system packages. The default list includes:
remove_qpid_upgrade_components: - qpid-cpp-server - qpid-cpp-server-linearstore - qpid-tools - qpid-qmf - python-qpid - qpid-cpp-client - qpid-proton-c
The install_qpid_upgrade_components collection is used to list those component that should be updated at the system. The default list includes:
install_qpid_upgrade_components: - yum-plugin-priorities - apigee-qpidd
None
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-opdk-update-component-qpidd }
Apache 2.0
Carlos Frias