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

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

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

File size: 474 bytes
Line 
1HOSTS:
2 ubuntu-1404-x64:
3 platform: ubuntu-14.04-amd64
4 hypervisor: docker
5 image: ubuntu:14.04
6 docker_preserve_image: true
7 docker_cmd: '["/sbin/init"]'
8 docker_image_commands:
9 # ensure that upstart is booting correctly in the container
10 - 'rm /usr/sbin/policy-rc.d && rm /sbin/initctl && dpkg-divert --rename --remove /sbin/initctl && apt-get update && apt-get install -y net-tools wget && locale-gen en_US.UTF-8'
11CONFIG:
12 trace_limit: 200
Note: See TracBrowser for help on using the repository browser.