source: other-projects/hathitrust/vagrant-solr-cluster/trunk/modules/stdlib/spec/acceptance/nodesets/docker/centos-7.yml@ 30960

Last change on this file since 30960 was 30960, checked in by davidb, 7 years ago

Switch to using Puppet to provision machine. Strongly based on files developed for spark-hdfs cluster

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.