diff options
author | Kristian Lyngstol <kly@kly.no> | 2017-04-19 18:17:40 +0200 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2017-04-19 18:17:40 +0200 |
commit | 4e04c35f04c264d728587a54d0515eef0a42a44b (patch) | |
tree | 7850ac76ba7d494014ecc97d54322567ed44af5d /roles/test/vars | |
parent | 5bd19932a886eae468fea8bcb0e30c78f1d45141 (diff) |
build/: Make room for new deployment scheme
Diffstat (limited to 'roles/test/vars')
-rw-r--r-- | roles/test/vars/main.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/roles/test/vars/main.yml b/roles/test/vars/main.yml deleted file mode 100644 index 0bed216..0000000 --- a/roles/test/vars/main.yml +++ /dev/null @@ -1,18 +0,0 @@ -simple_urls: - - "/api/public/switches" - - "/api/public/switch-state" - - "/api/public/ping" - - "/api/public/location" - - "/api/public/dhcp" - - "/api/public/dhcp-summary" - - "/index.html" - - "/templates/switches.txt" - - "/render/?target=carbon.agents.*.errors" -read_urls: - - "/api/read/oplog" - - "/api/read/snmp" - - "/api/read/switches-management" - - "/api/read/distro-tree" -populated_urls: - - "/api/templates/switches.txt" - |