| commit | 63aff8d1f63a79cd69bdb691127de3674f2188a4 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Thu Jun 08 16:14:35 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Thu Jun 08 16:14:35 2017 -0400 |
| tree | fb597a1f73b60175ba453ba6aa1369042a318bb4 | |
| parent | 360610a9be6cbdd2c96a8b35e7c9e43312053e7d [diff] | |
| parent | e9015979b16c2230afc4abe2f510f0f64c9cb611 [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