Commit 5f03e089 authored by Mickaël Canévet's avatar Mickaël Canévet
Browse files

Update with msync

parent 204d1ec9
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
HOSTS:
  centos-6-x64:
    default_apply_opts:
      strict_variables:
    platform: el-6-x86_64
    hypervisor : docker
    image: centos:6
    # This stops the image from being deleted on completion, speeding up the process.
    docker_preserve_image: true
CONFIG:
  type: foss
  log_level: debug
+13 −0
Original line number Diff line number Diff line
HOSTS:
  centos-6-x64:
    default_apply_opts:
      strict_variables:
    platform: el-6-x86_64
    hypervisor : openstack
    flavor: m1.small
    image: centos-6-latest
    user: root
CONFIG:
  type: foss
  log_level: debug
  openstack_network: default
+10 −0
Original line number Diff line number Diff line
HOSTS:
  centos-6-x64:
    default_apply_opts:
      strict_variables:
    platform: el-6-x86_64
    hypervisor : vagrant
    box : camptocamp/centos-6-x86_64
CONFIG:
  type: foss
  log_level: debug
+2 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@ HOSTS:
      strict_variables:
    platform: el-7-x86_64
    hypervisor : openstack
    flavor: m1.medium
    image: centos-7-x86_64-genericcloud-20140929_01
    flavor: m1.small
    image: centos-7-latest
    user: centos
CONFIG:
  type: foss
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ HOSTS:
      strict_variables:
    platform: el-7-x86_64
    hypervisor : vagrant
    box : puppetlabs/centos-7.0-64-nocm
    box : camptocamp/centos-7-x86_64
CONFIG:
  type: foss
  log_level: debug
Loading