Sha256: 49a78a60b6a8df6a3d3fbaea7815f044566d93b5f90435717b873b6c29b9cec8
Contents?: true
Size: 773 Bytes
Versions: 64
Compression:
Stored size: 773 Bytes
Contents
<% if ENV['BEAKER_HYPERVISOR'] hypervisor = ENV['BEAKER_HYPERVISOR'] else hypervisor = 'vagrant' end -%> HOSTS: client: roles: - default - master - client platform: el-7-x86_64 box: onyxpoint/oel-7-x86_64 hypervisor: <%= hypervisor %> server-1: roles: - server platform: el-7-x86_64 box: onyxpoint/oel-7-x86_64 hypervisor: <%= hypervisor %> server-2: roles: - nextserver platform: el-7-x86_64 box: onyxpoint/oel-7-x86_64 hypervisor: <%= hypervisor %> CONFIG: log_level: verbose type: aio vagrant_memsize: 256 <% if ENV['BEAKER_PUPPET_ENVIRONMENT'] -%> puppet_environment: <%= ENV['BEAKER_PUPPET_ENVIRONMENT'] %> <% end -%>
Version data entries
64 entries across 32 versions & 1 rubygems