Updated the code for MOSK 23.3 and OS Antelope
* Base the toolset images on heat:antelope-* image
* Toolset images docker file: intall fio with apt
* Use 0.6.1, 0.6.2 Cirros images instead of 0.5.x
Related-PROD: PROD-37187
Change-Id: I9846fea49f3d65baa50d6afe80210f7443e66aec
diff --git a/rally/rally_scenarios.json b/rally/rally_scenarios.json
index 60fd3ee..ad60a15 100644
--- a/rally/rally_scenarios.json
+++ b/rally/rally_scenarios.json
@@ -6,7 +6,7 @@
{% set times = 1 %}
{% set users = 1 %}
{% set tenants = 1 %}
-{% set rbd_image = "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img" %}
+{% set rbd_image = "https://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img" %}
{% set heat_template = "/home/rally/default.yaml.template" %}
{% set fixed_net = "${FIXED_NET}" %}
{
diff --git a/rally/rally_scenarios_100.json b/rally/rally_scenarios_100.json
index 07bac67..fc91542 100644
--- a/rally/rally_scenarios_100.json
+++ b/rally/rally_scenarios_100.json
@@ -6,7 +6,7 @@
{% set times = 100 %}
{% set users = 3 %}
{% set tenants = 3 %}
-{% set rbd_image = "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img" %}
+{% set rbd_image = "https://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img" %}
{% set heat_template = "/home/rally/default.yaml.template" %}
{% set fixed_net = "${FIXED_NET}" %}
{
diff --git a/rally/rally_scenarios_manual_full.json b/rally/rally_scenarios_manual_full.json
index 6856881..0bd5ca9 100644
--- a/rally/rally_scenarios_manual_full.json
+++ b/rally/rally_scenarios_manual_full.json
@@ -9,7 +9,7 @@
{% set times = 100 %}
{% set users = 5 %}
{% set tenants = 10 %}
-{% set rbd_image = "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img" %}
+{% set rbd_image = "https://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img" %}
{% set heat_template = "/home/rally/default.yaml.template" %}
{% set block_migration = true %}
{% set ext_net_name = "<NAME>" %}
diff --git a/rally/task_arguments.yaml b/rally/task_arguments.yaml
index a597545..6a29ca5 100644
--- a/rally/task_arguments.yaml
+++ b/rally/task_arguments.yaml
@@ -38,7 +38,7 @@
cinder_quotas_params: { snapshots: -1, volumes: -1}
# Parameters for Glance
- glance_image_location: "https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-i386-disk.img"
+ glance_image_location: "https://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img"
glance_number_nova_servers_to_boot: 2
glance_images_per_tenant_before_benchmarking: 4