Commit 70191f88 authored by Simon Séhier's avatar Simon Séhier
Browse files

add utopic & vivid nodesets

parent 40127989
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
HOSTS:
  ubuntu-1410-x64:
    default_apply_opts:
      strict_variables:
    platform: ubuntu-14.10-amd64
    hypervisor : docker
    image: ubuntu:14.10
    # 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:
  ubuntu-1410-x64:
    default_apply_opts:
      strict_variables:
    platform: ubuntu-14.10-amd64
    hypervisor : openstack
    flavor: m1.small
    image: ubuntu-1410-latest
    user: ubuntu
CONFIG:
  type: foss
  log_level: debug
  openstack_network: default
+12 −0
Original line number Diff line number Diff line
HOSTS:
  ubuntu-1504-x64:
    default_apply_opts:
      strict_variables:
    platform: ubuntu-15.04-amd64
    hypervisor : docker
    image: ubuntu:15.04
    # 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:
  ubuntu-1504-x64:
    default_apply_opts:
      strict_variables:
    platform: ubuntu-15.04-amd64
    hypervisor : openstack
    flavor: m1.small
    image: ubuntu-1504-latest
    user: ubuntu
CONFIG:
  type: foss
  log_level: debug
  openstack_network: default