| commit | e9015979b16c2230afc4abe2f510f0f64c9cb611 | [log] [tgz] |
|---|---|---|
| author | carlosfrias <cfrias@apigee.com> | Fri Jun 02 13:44:17 2017 -0400 |
| committer | carlosfrias <cfrias@apigee.com> | Fri Jun 02 13:44:17 2017 -0400 |
| tree | fb597a1f73b60175ba453ba6aa1369042a318bb4 | |
| parent | 8d530ba1eb50b973df2db975ca33d73660a498ca [diff] | |
| parent | a0124a905166a86a00e7838da42135d473f8d791 [diff] |
Merge branch 'master' of github.com:carlosfrias/apigee-opdk-playbook-maintenance-validate-port-availability
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.ymlansible-playbook -i <inventory file or folder> validate-ports.yml