Change default image from cirros to cirro5

Browbeat uses cirros as the default image for many scenarios.
In OSP17 we encountered issues with interface creation in cirros version 0.3.5.
This patch changes the default from cirros 0.3.5 to cirros 0.5.1(cirro5).

Change-Id: Idfb0aff3a6b79eef5a6f0252c0f948f3cd207427
This commit is contained in:
Sanjay Chari 2022-06-14 16:17:30 +05:30
parent d3133b8b12
commit 68283e1f67
14 changed files with 91 additions and 91 deletions

View File

@ -112,7 +112,7 @@ workloads:
sla_max_failure: 0 sla_max_failure: 0
- name: create-attach-volume-cirros - name: create-attach-volume-cirros
enabled: true enabled: true
image_name: cirros image_name: cirro5
file: rally/cinder/cinder-create-and-attach-volume-cc.yml file: rally/cinder/cinder-create-and-attach-volume-cc.yml
flavor_name: m1.tiny flavor_name: m1.tiny
sla_max_seconds: 30 sla_max_seconds: 30
@ -209,31 +209,31 @@ workloads:
- name: boot-snapshot-delete-cirros - name: boot-snapshot-delete-cirros
enabled: true enabled: true
file: rally/nova/nova-boot-snapshot-cc.yml file: rally/nova/nova-boot-snapshot-cc.yml
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
- name: boot-list-cirros - name: boot-list-cirros
enabled: true enabled: true
image_name: cirros image_name: cirro5
file: rally/nova/nova-boot-list-cc.yml file: rally/nova/nova-boot-list-cc.yml
flavor_name: m1.xtiny flavor_name: m1.xtiny
- name: boot-show-cirros - name: boot-show-cirros
enabled: true enabled: true
image_name: cirros image_name: cirro5
file: rally/nova/nova-boot-show-cc.yml file: rally/nova/nova-boot-show-cc.yml
flavor_name: m1.xtiny flavor_name: m1.xtiny
- name: boot-bounce-delete-cirros - name: boot-bounce-delete-cirros
enabled: true enabled: true
image_name: cirros image_name: cirro5
file: rally/nova/nova-boot-bounce-delete-cc.yml file: rally/nova/nova-boot-bounce-delete-cc.yml
flavor_name: m1.xtiny flavor_name: m1.xtiny
- name: boot-lock-unlock-cirros - name: boot-lock-unlock-cirros
enabled: true enabled: true
image_name: cirros image_name: cirro5
file: rally/nova/nova-lock-unlock-cc.yml file: rally/nova/nova-lock-unlock-cc.yml
flavor_name: m1.xtiny flavor_name: m1.xtiny
- name: boot_server_from_volume_and_resize - name: boot_server_from_volume_and_resize
enabled: true enabled: true
image_name: cirros image_name: cirro5
file: rally/nova/nova-boot-from-volume-and-resize.yml file: rally/nova/nova-boot-from-volume-and-resize.yml
initial_flavor_name: m1.tiny initial_flavor_name: m1.tiny
final_flavor_name: m1.small final_flavor_name: m1.small
@ -277,7 +277,7 @@ workloads:
- name: netcreate-boot - name: netcreate-boot
enabled: true enabled: true
enable_dhcp: true enable_dhcp: true
image_name: cirros image_name: cirro5
flavor_name: m1.tiny flavor_name: m1.tiny
file: rally/rally-plugins/netcreate-boot/netcreate_nova_boot.yml file: rally/rally-plugins/netcreate-boot/netcreate_nova_boot.yml
sla_max_avg_duration: 12 sla_max_avg_duration: 12

View File

@ -125,7 +125,7 @@ workloads:
scenarios: scenarios:
- name: create-attach-volume-cirros - name: create-attach-volume-cirros
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.tiny flavor_name: m1.tiny
file: rally/cinder/cinder-create-and-attach-volume-cc.yml file: rally/cinder/cinder-create-and-attach-volume-cc.yml
@ -279,7 +279,7 @@ workloads:
- name: create-and-delete-stack-resource-group - name: create-and-delete-stack-resource-group
enabled: false enabled: false
num_instances: 2 num_instances: 2
instance_image: cirros instance_image: cirro5
instance_volume_size: 1 instance_volume_size: 1
instance_flavor: m1.tiny instance_flavor: m1.tiny
instance_availability_zone: nova instance_availability_zone: nova
@ -304,31 +304,31 @@ workloads:
- name: boot-snapshot-delete-cirros - name: boot-snapshot-delete-cirros
enabled: true enabled: true
file: rally/nova/nova-boot-snapshot-cc.yml file: rally/nova/nova-boot-snapshot-cc.yml
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
- name: boot-list-cirros - name: boot-list-cirros
enabled: true enabled: true
image_name: cirros image_name: cirro5
file: rally/nova/nova-boot-list-cc.yml file: rally/nova/nova-boot-list-cc.yml
flavor_name: m1.xtiny flavor_name: m1.xtiny
- name: boot-show-cirros - name: boot-show-cirros
enabled: true enabled: true
image_name: cirros image_name: cirro5
file: rally/nova/nova-boot-show-cc.yml file: rally/nova/nova-boot-show-cc.yml
flavor_name: m1.xtiny flavor_name: m1.xtiny
- name: boot-bounce-delete-cirros - name: boot-bounce-delete-cirros
enabled: true enabled: true
image_name: cirros image_name: cirro5
file: rally/nova/nova-boot-bounce-delete-cc.yml file: rally/nova/nova-boot-bounce-delete-cc.yml
flavor_name: m1.xtiny flavor_name: m1.xtiny
- name: boot-lock-unlock-cirros - name: boot-lock-unlock-cirros
enabled: true enabled: true
image_name: cirros image_name: cirro5
file: rally/nova/nova-lock-unlock-cc.yml file: rally/nova/nova-lock-unlock-cc.yml
flavor_name: m1.xtiny flavor_name: m1.xtiny
- name: boot_server_from_volume_and_resize - name: boot_server_from_volume_and_resize
enabled: true enabled: true
image_name: cirros image_name: cirro5
file: rally/nova/nova-boot-from-volume-and-resize.yml file: rally/nova/nova-boot-from-volume-and-resize.yml
initial_flavor_name: m1.tiny initial_flavor_name: m1.tiny
final_flavor_name: m1.small final_flavor_name: m1.small
@ -404,20 +404,20 @@ workloads:
- name: netcreate-boot - name: netcreate-boot
enabled: true enabled: true
enable_dhcp: true enable_dhcp: true
image_name: cirros image_name: cirro5
flavor_name: m1.tiny flavor_name: m1.tiny
file: rally/rally-plugins/netcreate-boot/netcreate_nova_boot.yml file: rally/rally-plugins/netcreate-boot/netcreate_nova_boot.yml
- name: netcreate-boot-one-network - name: netcreate-boot-one-network
enabled: true enabled: true
enable_dhcp: true enable_dhcp: true
num_vms: 4 num_vms: 4
image_name: cirros image_name: cirro5
flavor_name: m1.tiny flavor_name: m1.tiny
file: rally/rally-plugins/netcreate-boot/netcreate_nova_boot_vms_on_single_network.yml file: rally/rally-plugins/netcreate-boot/netcreate_nova_boot_vms_on_single_network.yml
- name: netcreate-boot-ping - name: netcreate-boot-ping
enabled: true enabled: true
num_vms: 4 num_vms: 4
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
ext_net_id: ext_net_id:
file: rally/rally-plugins/netcreate-boot/netcreate_nova_boot_fip_ping.yml file: rally/rally-plugins/netcreate-boot/netcreate_nova_boot_fip_ping.yml
@ -426,13 +426,13 @@ workloads:
num_vms: 4 num_vms: 4
num_sg: 2 num_sg: 2
num_sgr: 3 num_sgr: 3
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
ext_net_id: ext_net_id:
file: rally/rally-plugins/netcreate-boot/netcreate_nova_boot_fip_ping_sec_groups.yml file: rally/rally-plugins/netcreate-boot/netcreate_nova_boot_fip_ping_sec_groups.yml
- name: netcreate-boot-test-metadata - name: netcreate-boot-test-metadata
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
username: cirros username: cirros
ssh_timeout: 120 ssh_timeout: 120
@ -457,7 +457,7 @@ workloads:
file: rally/rally-plugins/cinder/boot_vm_attach_volume_list.yml file: rally/rally-plugins/cinder/boot_vm_attach_volume_list.yml
- name: octavia-create-loadbalancer-resources - name: octavia-create-loadbalancer-resources
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
user: cirros user: cirros
ext_net_id: ext_net_id:
@ -606,7 +606,7 @@ workloads:
enabled: false enabled: false
# smallest image name and smallest flavor name are used for # smallest image name and smallest flavor name are used for
# vm dynamic scenarios and for jumphost in trunk dynamic scenario. # vm dynamic scenarios and for jumphost in trunk dynamic scenario.
smallest_image_name: cirros smallest_image_name: cirro5
smallest_flavor_name: m1.small smallest_flavor_name: m1.small
ext_net_id: ext_net_id:
num_create_vms: 10 num_create_vms: 10
@ -672,7 +672,7 @@ workloads:
enabled: false enabled: false
# smallest image name and smallest flavor name are used for # smallest image name and smallest flavor name are used for
# vm dynamic scenarios. # vm dynamic scenarios.
smallest_image_name: cirros smallest_image_name: cirro5
smallest_flavor_name: m1.xtiny smallest_flavor_name: m1.xtiny
ext_net_id: ext_net_id:
num_create_vms: 10 num_create_vms: 10

View File

@ -87,6 +87,6 @@ workloads:
scenarios: scenarios:
- name: nova-boot-20 - name: nova-boot-20
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
file: rally/rally-plugins/nova/nova_boot_persist.yml file: rally/rally-plugins/nova/nova_boot_persist.yml

View File

@ -73,6 +73,6 @@ workloads:
file: rally/neutron/neutron-create-list-network-cc.yml file: rally/neutron/neutron-create-list-network-cc.yml
- name: boot-list-cirros - name: boot-list-cirros
enabled: true enabled: true
image_name: cirros image_name: cirro5
file: rally/nova/nova-boot-list-cc.yml file: rally/nova/nova-boot-list-cc.yml
flavor_name: m1.xtiny flavor_name: m1.xtiny

View File

@ -93,7 +93,7 @@ workloads:
scenarios: scenarios:
- name: nova-boot-persist-with-network-1000 - name: nova-boot-persist-with-network-1000
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
network_start_cidr: 10.1.0.0/22 network_start_cidr: 10.1.0.0/22
cleanup_delay: 1800 cleanup_delay: 1800

View File

@ -93,7 +93,7 @@ workloads:
scenarios: scenarios:
- name: nova-boot-persist-with-network-100 - name: nova-boot-persist-with-network-100
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
network_start_cidr: 10.1.0.0/23 network_start_cidr: 10.1.0.0/23
cleanup_delay: 1800 cleanup_delay: 1800

View File

@ -93,7 +93,7 @@ workloads:
scenarios: scenarios:
- name: nova-boot-persist-with-network-500 - name: nova-boot-persist-with-network-500
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
network_start_cidr: 10.1.0.0/23 network_start_cidr: 10.1.0.0/23
cleanup_delay: 1800 cleanup_delay: 1800

View File

@ -93,7 +93,7 @@ workloads:
scenarios: scenarios:
- name: nova-boot-persist-with-network-500 - name: nova-boot-persist-with-network-500
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
network_start_cidr: 10.1.0.0/23 network_start_cidr: 10.1.0.0/23
cleanup_delay: 1800 cleanup_delay: 1800

View File

@ -66,7 +66,7 @@ workloads:
scenarios: scenarios:
- name: nova-boot-persist-with-network-fip-100-01 - name: nova-boot-persist-with-network-fip-100-01
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
external_net_name: external_net_name:
@ -74,7 +74,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml
- name: nova-boot-persist-with-network-fip-100-02 - name: nova-boot-persist-with-network-fip-100-02
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
external_net_name: external_net_name:
@ -82,7 +82,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml
- name: nova-boot-persist-with-network-fip-100-03 - name: nova-boot-persist-with-network-fip-100-03
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
external_net_name: external_net_name:
@ -90,7 +90,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml
- name: nova-boot-persist-with-network-fip-100-04 - name: nova-boot-persist-with-network-fip-100-04
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
external_net_name: external_net_name:
@ -98,7 +98,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml
- name: nova-boot-persist-with-network-fip-100-05 - name: nova-boot-persist-with-network-fip-100-05
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
external_net_name: external_net_name:
@ -106,7 +106,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml
- name: nova-boot-persist-with-network-fip-100-06 - name: nova-boot-persist-with-network-fip-100-06
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
external_net_name: external_net_name:
@ -114,7 +114,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml
- name: nova-boot-persist-with-network-fip-100-07 - name: nova-boot-persist-with-network-fip-100-07
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
external_net_name: external_net_name:
@ -122,7 +122,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml
- name: nova-boot-persist-with-network-fip-100-08 - name: nova-boot-persist-with-network-fip-100-08
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
external_net_name: external_net_name:
@ -130,7 +130,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml
- name: nova-boot-persist-with-network-fip-100-09 - name: nova-boot-persist-with-network-fip-100-09
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
external_net_name: external_net_name:
@ -138,7 +138,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_fip.yml
- name: nova-boot-persist-with-network-fip-100-10 - name: nova-boot-persist-with-network-fip-100-10
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
external_net_name: external_net_name:

View File

@ -66,7 +66,7 @@ workloads:
scenarios: scenarios:
- name: nova-boot-persist-with-network-volume-fip-100-01 - name: nova-boot-persist-with-network-volume-fip-100-01
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -75,7 +75,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml
- name: nova-boot-persist-with-network-volume-fip-100-02 - name: nova-boot-persist-with-network-volume-fip-100-02
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -84,7 +84,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml
- name: nova-boot-persist-with-network-volume-fip-100-03 - name: nova-boot-persist-with-network-volume-fip-100-03
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -93,7 +93,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml
- name: nova-boot-persist-with-network-volume-fip-100-04 - name: nova-boot-persist-with-network-volume-fip-100-04
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -102,7 +102,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml
- name: nova-boot-persist-with-network-volume-fip-100-05 - name: nova-boot-persist-with-network-volume-fip-100-05
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -111,7 +111,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml
- name: nova-boot-persist-with-network-volume-fip-100-06 - name: nova-boot-persist-with-network-volume-fip-100-06
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -120,7 +120,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml
- name: nova-boot-persist-with-network-volume-fip-100-07 - name: nova-boot-persist-with-network-volume-fip-100-07
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -129,7 +129,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml
- name: nova-boot-persist-with-network-volume-fip-100-08 - name: nova-boot-persist-with-network-volume-fip-100-08
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -138,7 +138,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml
- name: nova-boot-persist-with-network-volume-fip-100-09 - name: nova-boot-persist-with-network-volume-fip-100-09
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -147,7 +147,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume_fip.yml
- name: nova-boot-persist-with-network-volume-fip-100-10 - name: nova-boot-persist-with-network-volume-fip-100-10
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800

View File

@ -65,7 +65,7 @@ workloads:
scenarios: scenarios:
- name: nova-boot-persist-with-network-volume-100-01 - name: nova-boot-persist-with-network-volume-100-01
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -73,7 +73,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml
- name: nova-boot-persist-with-network-volume-100-02 - name: nova-boot-persist-with-network-volume-100-02
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -81,7 +81,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml
- name: nova-boot-persist-with-network-volume-100-03 - name: nova-boot-persist-with-network-volume-100-03
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -89,7 +89,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml
- name: nova-boot-persist-with-network-volume-100-04 - name: nova-boot-persist-with-network-volume-100-04
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -97,7 +97,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml
- name: nova-boot-persist-with-network-volume-100-05 - name: nova-boot-persist-with-network-volume-100-05
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -105,7 +105,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml
- name: nova-boot-persist-with-network-volume-100-06 - name: nova-boot-persist-with-network-volume-100-06
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -113,7 +113,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml
- name: nova-boot-persist-with-network-volume-100-07 - name: nova-boot-persist-with-network-volume-100-07
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -121,7 +121,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml
- name: nova-boot-persist-with-network-volume-100-08 - name: nova-boot-persist-with-network-volume-100-08
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -129,7 +129,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml
- name: nova-boot-persist-with-network-volume-100-09 - name: nova-boot-persist-with-network-volume-100-09
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
@ -137,7 +137,7 @@ workloads:
file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network_volume.yml
- name: nova-boot-persist-with-network-volume-100-10 - name: nova-boot-persist-with-network-volume-100-10
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800

View File

@ -67,70 +67,70 @@ workloads:
scenarios: scenarios:
- name: nova-boot-persist-with-network-100-01 - name: nova-boot-persist-with-network-100-01
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
network_start_cidr: 10.1.0.0/23 network_start_cidr: 10.1.0.0/23
file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml
- name: nova-boot-persist-with-network-100-02 - name: nova-boot-persist-with-network-100-02
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
network_start_cidr: 10.1.2.0/23 network_start_cidr: 10.1.2.0/23
file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml
- name: nova-boot-persist-with-network-100-03 - name: nova-boot-persist-with-network-100-03
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
network_start_cidr: 10.1.4.0/23 network_start_cidr: 10.1.4.0/23
file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml
- name: nova-boot-persist-with-network-100-04 - name: nova-boot-persist-with-network-100-04
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
network_start_cidr: 10.1.6.0/23 network_start_cidr: 10.1.6.0/23
file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml
- name: nova-boot-persist-with-network-100-05 - name: nova-boot-persist-with-network-100-05
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
network_start_cidr: 10.1.8.0/23 network_start_cidr: 10.1.8.0/23
file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml
- name: nova-boot-persist-with-network-100-06 - name: nova-boot-persist-with-network-100-06
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
network_start_cidr: 10.1.10.0/23 network_start_cidr: 10.1.10.0/23
file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml
- name: nova-boot-persist-with-network-100-07 - name: nova-boot-persist-with-network-100-07
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
network_start_cidr: 10.1.12.0/23 network_start_cidr: 10.1.12.0/23
file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml
- name: nova-boot-persist-with-network-100-08 - name: nova-boot-persist-with-network-100-08
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
network_start_cidr: 10.1.14.0/23 network_start_cidr: 10.1.14.0/23
file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml
- name: nova-boot-persist-with-network-100-09 - name: nova-boot-persist-with-network-100-09
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
network_start_cidr: 10.1.16.0/23 network_start_cidr: 10.1.16.0/23
file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml file: rally/rally-plugins/nova/nova_boot_persist_with_network.yml
- name: nova-boot-persist-with-network-100-10 - name: nova-boot-persist-with-network-100-10
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
network_start_cidr: 10.1.18.0/23 network_start_cidr: 10.1.18.0/23

View File

@ -65,70 +65,70 @@ workloads:
scenarios: scenarios:
- name: nova-boot-persist-with-volume-100-01 - name: nova-boot-persist-with-volume-100-01
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml
- name: nova-boot-persist-with-volume-100-02 - name: nova-boot-persist-with-volume-100-02
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml
- name: nova-boot-persist-with-volume-100-03 - name: nova-boot-persist-with-volume-100-03
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml
- name: nova-boot-persist-with-volume-100-04 - name: nova-boot-persist-with-volume-100-04
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml
- name: nova-boot-persist-with-volume-100-05 - name: nova-boot-persist-with-volume-100-05
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml
- name: nova-boot-persist-with-volume-100-06 - name: nova-boot-persist-with-volume-100-06
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml
- name: nova-boot-persist-with-volume-100-07 - name: nova-boot-persist-with-volume-100-07
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml
- name: nova-boot-persist-with-volume-100-08 - name: nova-boot-persist-with-volume-100-08
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml
- name: nova-boot-persist-with-volume-100-09 - name: nova-boot-persist-with-volume-100-09
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml file: rally/rally-plugins/nova/nova_boot_persist_with_volume.yml
- name: nova-boot-persist-with-volume-100-10 - name: nova-boot-persist-with-volume-100-10
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
volume_size: 1 volume_size: 1
cleanup_delay: 1800 cleanup_delay: 1800

View File

@ -66,61 +66,61 @@ workloads:
scenarios: scenarios:
- name: nova-boot-100-01 - name: nova-boot-100-01
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist.yml file: rally/rally-plugins/nova/nova_boot_persist.yml
- name: nova-boot-100-02 - name: nova-boot-100-02
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist.yml file: rally/rally-plugins/nova/nova_boot_persist.yml
- name: nova-boot-100-03 - name: nova-boot-100-03
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist.yml file: rally/rally-plugins/nova/nova_boot_persist.yml
- name: nova-boot-100-04 - name: nova-boot-100-04
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist.yml file: rally/rally-plugins/nova/nova_boot_persist.yml
- name: nova-boot-100-05 - name: nova-boot-100-05
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist.yml file: rally/rally-plugins/nova/nova_boot_persist.yml
- name: nova-boot-100-06 - name: nova-boot-100-06
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist.yml file: rally/rally-plugins/nova/nova_boot_persist.yml
- name: nova-boot-100-07 - name: nova-boot-100-07
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist.yml file: rally/rally-plugins/nova/nova_boot_persist.yml
- name: nova-boot-100-08 - name: nova-boot-100-08
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist.yml file: rally/rally-plugins/nova/nova_boot_persist.yml
- name: nova-boot-100-09 - name: nova-boot-100-09
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist.yml file: rally/rally-plugins/nova/nova_boot_persist.yml
- name: nova-boot-100-10 - name: nova-boot-100-10
enabled: true enabled: true
image_name: cirros image_name: cirro5
flavor_name: m1.xtiny flavor_name: m1.xtiny
cleanup_delay: 1800 cleanup_delay: 1800
file: rally/rally-plugins/nova/nova_boot_persist.yml file: rally/rally-plugins/nova/nova_boot_persist.yml