added documentation and dependency listing
2 files changed
tree: 588a90c55c22f9dc345618f2eedfa006595cc5f9
  1. qpid-add.yml
  2. qpid-remove.yml
  3. README.md
  4. requirements.yml
README.md

Apigee Maintenance Playbook - Add or Remove a Qpid Node

This playbook provides maintenance assistance for the tasks of adding or removing a qpid node. Two playbooks are provided. The first playbook called qpid-add.yml will register a qpid node with analytics. The second playbook called qpid-remove.yml will de-register a qpid node with analytics.

Usage Instructions

These are ansible playbooks and require ansible.

  1. Please install and configure ansible as indicated in opdk-setup-ansible.
  2. ansible-galaxy -f -r requirements.yml
  3. ansible-playbook -i <inventory file or folder> [qpid-add.yml | qpid-remove.yml]