blob: 27b270626a3354acb85d00fa5a6c27f4f3a62552 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
os:
general:
openstack:
image_name: TestVM
image_file_name: cirros-d161201-aarch64-disk.img
image_password: gocubsgo
snaps:
images:
glance_tests:
disk_file: /home/opnfv/functest/images/cirros-d161201-aarch64-disk.img
kernel_file: /home/opnfv/functest/images/cirros-d161201-aarch64-kernel
ramdisk_file: /home/opnfv/functest/images/cirros-d161201-aarch64-initramfs
extra_properties:
os_command_line: root=/dev/vdb1 rw rootwait console=tty0 console=ttyS0 console=ttyAMA0
hw_video_model: vga
cirros:
disk_file: /home/opnfv/functest/images/cirros-d161201-aarch64-disk.img
kernel_file: /home/opnfv/functest/images/cirros-d161201-aarch64-kernel
ramdisk_file: /home/opnfv/functest/images/cirros-d161201-aarch64-initramfs
extra_properties:
os_command_line: root=/dev/vdb1 rw rootwait console=tty0 console=ttyS0 console=ttyAMA0
hw_video_model: vga
vping:
image_name: TestVM
tempest:
use_custom_images: False
odl_sfc:
image_base_url: "http://artifacts.opnfv.org/sfc/demo"
image_name: sfc_nsh_danube
image_file_name: sf_nsh_danube_arm64.img
image_initrd: sf_nsh_danube_arm64-initrd
image_kernel: sf_nsh_danube_arm64-kernel
image_format: ami
os_cmd_line: 'root=LABEL=cloudimg-rootfs ro'
doctor:
image_name: TestVM
|