Clone this repo:

Branches

  1. 9a40508 Updated README.md file by Carlos Frias · 7 years ago master
  2. 8e651fa Updated existing changes by Carlos Frias · 7 years ago
  3. 56735cd Updated README.md file by Carlos Frias · 7 years ago
  4. a352ea8 Added playbook by Carlos Frias · 7 years ago
  5. be70599 Updated to use upgraded module by Carlos Frias · 7 years ago

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.

How to Contribute

We'd love to accept your patches and contributions to this project. Please review our guidelines.