info:
  summary: Create a VM based on devel:kanku:images Leap 15.0
  description: |+
               This KanuFile downloads a minimal Leap 15.0 image from 
               devel:kanku:images and creates a VM
 
domain_name: dki-leap-15-0
default_job: tasks
login_user: root
login_pass: kankudai

jobs:
 tasks:
  -
    use_module: Kanku::Handler::SetJobContext
    options:
      host_interface: eth0
  -
    use_module: Kanku::Handler::OBSCheck
    options:
      project: devel:kanku:images
      repository: images_leap_15_0
      package: openSUSE-Leap-15.0-JeOS
  -
    use_module: Kanku::Handler::ImageDownload
  -
    use_module: Kanku::Handler::CreateDomain
    options:
      memory: 2G
      vcpu: 2
      use_9p: 1
  -
    use_module: Kanku::Handler::PrepareSSH
  -
    use_module: Kanku::Handler::ExecuteCommandViaSSH
    options:
      commands:
        - echo "my test here" > /tmp/test.log
