Created
April 13, 2016 21:49
-
-
Save KristianLyng/9dae7ab1c0d5766b6774cb9205254d7d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kristian@tig:~/src/tgnms$ ansible-playbook -i build/test/inventory build/test/playbook-test.yml | |
| PLAY *************************************************************************** | |
| TASK [setup] ******************************************************************* | |
| ok: [localhost] | |
| TASK [make all] **************************************************************** | |
| changed: [localhost] => (item={u'name': u'nms-db-test', u'links': []}) | |
| changed: [localhost] => (item={u'name': u'nms-front-test', u'links': [u'nms-db-test:db']}) | |
| changed: [localhost] => (item={u'name': u'nms-varnish-test', u'links': [u'nms-front-test:nms-front']}) | |
| changed: [localhost] => (item={u'name': u'nms-collector-test', u'links': [u'nms-db-test:db']}) | |
| TASK [stop all] **************************************************************** | |
| changed: [localhost] => (item={u'name': u'nms-db-test', u'links': []}) | |
| changed: [localhost] => (item={u'name': u'nms-front-test', u'links': [u'nms-db-test:db']}) | |
| changed: [localhost] => (item={u'name': u'nms-varnish-test', u'links': [u'nms-front-test:nms-front']}) | |
| ok: [localhost] => (item={u'name': u'nms-collector-test', u'links': [u'nms-db-test:db']}) | |
| TASK [start all] *************************************************************** | |
| changed: [localhost] => (item={u'name': u'nms-db-test', u'links': []}) | |
| changed: [localhost] => (item={u'name': u'nms-front-test', u'links': [u'nms-db-test:db']}) | |
| changed: [localhost] => (item={u'name': u'nms-varnish-test', u'links': [u'nms-front-test:nms-front']}) | |
| changed: [localhost] => (item={u'name': u'nms-collector-test', u'links': [u'nms-db-test:db']}) | |
| TASK [workaround to get nms-varnish-front-ip] ********************************** | |
| changed: [localhost] | |
| TASK [test index] ************************************************************** | |
| ok: [localhost] | |
| TASK [test public api without data] ******************************************** | |
| ok: [localhost] => (item=/api/public/switches) | |
| ok: [localhost] => (item=/api/public/switch-state) | |
| ok: [localhost] => (item=/api/public/ping) | |
| ok: [localhost] => (item=/api/public/location) | |
| ok: [localhost] => (item=/api/public/dhcp) | |
| ok: [localhost] => (item=/api/public/dhcp-summary) | |
| TASK [test read api without data] ********************************************** | |
| ok: [localhost] => (item=/api/read/comments) | |
| ok: [localhost] => (item=/api/read/snmp) | |
| ok: [localhost] => (item=/api/read/switches-management) | |
| PLAY RECAP ********************************************************************* | |
| localhost : ok=8 changed=4 unreachable=0 failed=0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment