| commit | 779117709cf6e0a11cadeedf575a993b0782bf59 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Sun Oct 01 22:05:54 2017 -0300 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Sun Oct 01 22:05:54 2017 -0300 |
| tree | 2055b609f7a4774313b81a61c36cbe7794f89300 | |
| parent | 30cad56d8265aea9591652d02ca685a7b4c627cf [diff] |
updated'
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