Rouzbahan Rashidi-Tabrizi | 19a7ff7 | 2016-11-08 12:19:20 -0800 | [diff] [blame] | 1 | hosts: [ |
| 2 | { host_ip: "10.100.198.220", host_name: "voltha"}, |
| 3 | ] |
| 4 | |
| 5 | use_latest_for: |
| 6 | - debian-keyring |
| 7 | - debian-archive-keyring |
| 8 | - python-dev |
Zsolt Haraszti | 29d10af | 2016-12-10 10:38:32 -0800 | [diff] [blame] | 9 | - kafkacat |
Rouzbahan Rashidi-Tabrizi | 19a7ff7 | 2016-11-08 12:19:20 -0800 | [diff] [blame] | 10 | - libssl-dev |
| 11 | - libffi-dev |
| 12 | - libpcap-dev |
| 13 | - python-virtualenv |
| 14 | - jq |
| 15 | - python-nose |
| 16 | - python-flake8 |
| 17 | - python-scapy |
| 18 | # - python-libpcap |
| 19 | |
| 20 | obsolete_services: |
| 21 | - puppet |
| 22 | - chef-client |