source: other-projects/hathitrust/vagrant-hadoop-cluster/trunk/modules/stdlib/spec/acceptance/nodesets/docker/centos-7.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: 381 bytes
Line 
1HOSTS:
2 centos-7-x64:
3 platform: el-7-x86_64
4 hypervisor: docker
5 image: centos:7
6 docker_preserve_image: true
7 docker_cmd: '["/usr/sbin/init"]'
8 # install various tools required to get the image up to usable levels
9 docker_image_commands:
10 - 'yum install -y crontabs tar wget openssl sysvinit-tools iproute which initscripts'
11CONFIG:
12 trace_limit: 200
Note: See TracBrowser for help on using the repository browser.