source: other-projects/hathitrust/vagrant-hadoop-cluster/trunk/modules/stdlib/spec/acceptance/nodesets/docker/debian-8.yml@ 30903

Last change on this file since 30903 was 30903, checked in by davidb, 8 years ago

Vagrant provisioning files for a 4-node Hadoop cluster. See README.txt for more details

File size: 356 bytes
Line 
1HOSTS:
2 debian-8-x64:
3 platform: debian-8-amd64
4 hypervisor: docker
5 image: debian:8
6 docker_preserve_image: true
7 docker_cmd: '["/sbin/init"]'
8 docker_image_commands:
9 - 'apt-get update && apt-get install -y net-tools wget locales strace lsof && echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen'
10CONFIG:
11 trace_limit: 200
Note: See TracBrowser for help on using the repository browser.