commit | a352ea8be3b48c73da7584fdc38cff440e366b0b | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Fri Apr 06 10:20:30 2018 -0400 |
committer | Carlos Frias <friasc@google.com> | Fri Apr 06 10:20:30 2018 -0400 |
tree | 619a787402e5ad0bb4ca42f881c89788bd322681 | |
parent | be7059930663b6183f9ace36ba75ee0d654792dd [diff] |
Added playbook
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.yml
ansible-playbook -i <inventory file or folder> validate-ports.yml
This is not an officially supported Google product.