| commit | 742cdee5bddc574b5e64233df8517bf91b2683e8 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Mar 20 16:49:33 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Mar 20 16:49:33 2018 -0400 |
| tree | 8c0a547d311c5591700139fb591e9c0560974f71 | |
| parent | e13ed2e3fe06863d21b635abf84811ab33616da3 [diff] |
Updated CONTRIBUTION.md file
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