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.
These are ansible playbooks and require ansible.
ansible-galaxy install -f -r requirements.yml
ansible-playbook -i <inventory file or folder> validate-ports.yml
This is not an officially supported Google product.
We'd love to accept your patches and contributions to this project. Please review our guidelines.