Added playbook
1 file changed
tree: 619a787402e5ad0bb4ca42f881c89788bd322681
  1. .gitignore
  2. CONTRIBUTION.md
  3. LICENSE
  4. port-validator-opdk-external-ds.yml
  5. port-validator-opdk-external-ms.yml
  6. port-validator-opdk-external-openldap.yml
  7. port-validator-opdk-external-planet.yml
  8. port-validator-opdk-external-region.yml
  9. port-validator-opdk-external-rmp.yml
  10. port-validator-requirements.yml
  11. README.md
  12. update_cache.yml
  13. validate-mgmt-ui.yml
  14. validate-ports.yml
  15. validation-server-ms.yml
README.md

Apigee Maintenance Playbook - Validate Ports Prior to Installing Apigee OPDK

This playbook provides maintenance assistance for the tasks of validating that the ports required by Apigee OPDK are in fact accessible. The first playbook called validate-ports.yml will update the ansible cache and install a python http server on the remote node using the specified port. The host machine will serve as a client to perform a GET action. This playbook cleans up the server node and releases the port upon completion.

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> validate-ports.yml

Not Google Product Clause

This is not an officially supported Google product.