| commit | 30cad56d8265aea9591652d02ca685a7b4c627cf | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Sun Oct 01 20:14:05 2017 -0300 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Sun Oct 01 20:14:05 2017 -0300 |
| tree | a5514c432b0e785ea245c3e6fd0af4ce48fcd7cc | |
| parent | 6484c0930f206443516c995c9c04d8579e9f9ad9 [diff] |
updated validation
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