updated so that you can specify the qpid node to add in
1 file changed
tree: 266f4a0b4e2c9c6879facc1ddc7b59b4c23a2fb0
  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]