Commit 928ecef5 authored by Mickaël Canévet's avatar Mickaël Canévet
Browse files

Remove old nodesets

parent bcb2de1e
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
HOSTS:
  centos-5-x64:
    default_apply_opts:
      order: random
      strict_variables:
    platform: el-5-x86_64
    hypervisor : docker
    image: tianon/centos:5.10
    docker_preserve_image: true
    docker_cmd: '["/sbin/init"]'
    docker_image_commands:
      - 'yum install -y crontabs tar wget which'
CONFIG:
  type: aio
  log_level: debug
+0 −16
Original line number Diff line number Diff line
HOSTS:
  centos-6-x64:
    default_apply_opts:
      order: random
      strict_variables:
    platform: el-6-x86_64
    hypervisor : docker
    image: centos:6
    docker_preserve_image: true
    docker_cmd: '["/sbin/init"]'
    docker_image_commands:
      - 'rm -rf /var/run/network/*'
      - 'yum install -y crontabs tar wget'
CONFIG:
  type: aio
  log_level: debug
+0 −14
Original line number Diff line number Diff line
HOSTS:
  centos-6-x64:
    default_apply_opts:
      order: random
      strict_variables:
    platform: el-6-x86_64
    hypervisor : openstack
    flavor: m1.small
    image: centos-6-latest
    user: root
CONFIG:
  type: aio
  log_level: debug
  openstack_network: default
+0 −11
Original line number Diff line number Diff line
HOSTS:
  centos-6-x64:
    default_apply_opts:
      order: random
      strict_variables:
    platform: el-6-x86_64
    hypervisor : vagrant
    box : camptocamp/centos-6-x86_64
CONFIG:
  type: aio
  log_level: debug
+0 −15
Original line number Diff line number Diff line
HOSTS:
  centos-7-x64:
    default_apply_opts:
      order: random
      strict_variables:
    platform: el-7-x86_64
    hypervisor : docker
    image: centos:7
    docker_preserve_image: true
    docker_cmd: '["/usr/sbin/init"]'
    docker_image_commands:
      - 'yum install -y crontabs tar wget'
CONFIG:
  type: aio
  log_level: debug
Loading