Updated README.md file
1 file changed
tree: b47a73e07476569b73d5cdf3eddd94e7f5cd8b6f
  1. .gitignore
  2. CONTRIBUTION.md
  3. LICENSE
  4. postgresql-add.yml
  5. postgresql-remove.yml
  6. README.md
  7. requirements.yml
README.md

Apigee Maintenance Playbook - Add or Remove a Postgresql Node

This playbook provides maintenance assistance for the tasks of adding or removing a postgresql node. Two playbooks are provided. The first playbook called postgresql-add.yml will register a postgresql node with analytics. The second playbook called postgresql-remove.yml will de-register a postgresql 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 install -f -r requirements.yml
  3. ansible-playbook -i <inventory file or folder> [postgresql-add.yml | postgresql-remove.yml] -e hosts=<qpid host>

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.