diff options
author | Philip Hands <phil@hands.com> | 2016-05-11 17:11:01 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-05-11 17:11:01 +0200 |
commit | a5d56e3b5443263b53b0487c81125123411bd0cf (patch) | |
tree | 71b1bdafc0a5978bca9073609eff33e228e29a12 /features/domains | |
parent | 555d9414f758cc0062eff700a0352ae177fd9be5 (diff) | |
download | jenkins.debian.net-a5d56e3b5443263b53b0487c81125123411bd0cf.tar.xz |
move cucumber things under cucumber/
Diffstat (limited to 'features/domains')
-rw-r--r-- | features/domains/default.xml | 59 | ||||
-rw-r--r-- | features/domains/default_net.xml | 13 | ||||
-rw-r--r-- | features/domains/disk.xml | 5 | ||||
-rw-r--r-- | features/domains/fs_share.xml | 6 | ||||
-rw-r--r-- | features/domains/storage_pool.xml | 6 | ||||
-rw-r--r-- | features/domains/volume.xml | 14 |
6 files changed, 0 insertions, 103 deletions
diff --git a/features/domains/default.xml b/features/domains/default.xml deleted file mode 100644 index f1004dcf..00000000 --- a/features/domains/default.xml +++ /dev/null @@ -1,59 +0,0 @@ -<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> - <name>DebianToaster</name> - <memory unit='KiB'>1310720</memory> - <currentMemory unit='KiB'>1310720</currentMemory> - <vcpu>1</vcpu> - <os> - <type arch='x86_64' machine='pc-0.15'>hvm</type> - <boot dev='cdrom'/> - </os> - <features> - <acpi/> - <apic/> - <pae/> - </features> - <cpu mode='host-model'/> - <clock offset='utc'/> - <on_poweroff>destroy</on_poweroff> - <on_reboot>restart</on_reboot> - <on_crash>restart</on_crash> - <devices> - <emulator>/usr/bin/qemu-system-x86_64</emulator> - <disk type='file' device='cdrom'> - <driver name='qemu' type='raw'/> - <source file=''/> - <target dev='hdc' bus='ide'/> - <readonly/> - </disk> - <controller type='usb' index='0' model='ich9-ehci1'/> - <controller type='usb' index='0' model='ich9-uhci1'> - <master startport='0'/> - </controller> - <controller type='ide' index='0'/> - <controller type='virtio-serial' index='0'/> - <interface type='network'> - <mac address='52:54:00:ac:dd:ee'/> - <source network='DebianToasterNet'/> - <model type='virtio'/> - <link state='up'/> - </interface> - <serial type='tcp'> - <source mode="bind" host='127.0.0.1' service='1337'/> - <target port='0'/> - </serial> - <input type='tablet' bus='usb'/> - <channel type='spicevmc'> - <target type='virtio' name='com.redhat.spice.0'/> - </channel> - <graphics type='spice' port='-1' tlsPort='-1' autoport='yes'> - <mouse mode='client'/> - </graphics> - <sound model='ich6'/> - <video> - <model type='qxl' ram='65536' vram='131072' vgamem='16384' heads='1'/> - <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> - </video> - <memballoon model='virtio'/> - </devices> -</domain> - diff --git a/features/domains/default_net.xml b/features/domains/default_net.xml deleted file mode 100644 index fd2966eb..00000000 --- a/features/domains/default_net.xml +++ /dev/null @@ -1,13 +0,0 @@ -<network> - <name>DebianToasterNet</name> - <forward mode='nat'/> - <bridge name='virbr10' stp='on' delay='0' /> - <ip address='10.2.1.1' netmask='255.255.255.0'> - <dhcp> - <range start='10.2.1.2' end='10.2.1.254' /> - <host mac="52:54:00:ac:dd:ee" name="amnesia" ip="10.2.1.2" /> - </dhcp> - </ip> - <ip family="ipv6" address="fc00::1" prefix="7" /> -</network> - diff --git a/features/domains/disk.xml b/features/domains/disk.xml deleted file mode 100644 index 8193fea3..00000000 --- a/features/domains/disk.xml +++ /dev/null @@ -1,5 +0,0 @@ -<disk type='file' device='disk'> - <driver name='qemu' type=''/> - <source file=''/> - <target dev='' bus=''/> -</disk> diff --git a/features/domains/fs_share.xml b/features/domains/fs_share.xml deleted file mode 100644 index 718755ea..00000000 --- a/features/domains/fs_share.xml +++ /dev/null @@ -1,6 +0,0 @@ -<filesystem type='mount' accessmode='passthrough'> - <driver type='path' wrpolicy='immediate'/> - <source dir=''/> - <target dir=''/> - <readonly/> -</filesystem> diff --git a/features/domains/storage_pool.xml b/features/domains/storage_pool.xml deleted file mode 100644 index ce0a6915..00000000 --- a/features/domains/storage_pool.xml +++ /dev/null @@ -1,6 +0,0 @@ -<pool type="dir"> - <name>DebianToasterStorage</name> - <target> - <path></path> - </target> -</pool> diff --git a/features/domains/volume.xml b/features/domains/volume.xml deleted file mode 100644 index 702d5a05..00000000 --- a/features/domains/volume.xml +++ /dev/null @@ -1,14 +0,0 @@ -<volume> - <name></name> - <allocation>0</allocation> - <capacity unit="b"></capacity> - <target> - <path></path> - <format type='qcow2'/> - <permissions> - <owner></owner> - <group></group> - <mode>0664</mode> - </permissions> - </target> -</volume> |