gitlab:
  runner_secret: NONE
  url: https://gitlab.com
install:
  arch: x86_64
  cloud_init: false
  cpu_model: host-passthrough
  disk_size: 15
  flavor: test
  machine: pc
  memory_size: 2
  network: default
  root_password: root
  ssh_key: ~/.ssh/id_rsa.pub
  storage_pool: default
  vcpus: 2
  virt_type: kvm
