1 HeatStacks.create_and_delete_stack:
4 template_path: "{{ tmpl_dir }}/default.yaml.template"
6 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
8 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
10 {{ no_failures_sla() }}
13 template_path: "{{ tmpl_dir }}/server_with_ports.yaml.template"
15 public_net: {{ floating_network }}
16 image: {{ image_name }}
17 flavor: {{ flavor_name }}
18 cidr: {{ floating_subnet_cidr }}
20 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
22 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
24 {{ no_failures_sla() }}
27 template_path: "{{ tmpl_dir }}/server_with_volume.yaml.template"
29 image: {{ image_name }}
30 flavor: {{ flavor_name }}
31 network_id: {{ netid }}
33 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
35 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
37 {{ no_failures_sla() }}
39 HeatStacks.create_and_list_stack:
42 template_path: "{{ tmpl_dir }}/default.yaml.template"
44 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
46 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
48 {{ no_failures_sla() }}
50 HeatStacks.create_check_delete_stack:
53 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
55 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
57 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
59 {{ no_failures_sla() }}
61 HeatStacks.create_suspend_resume_delete_stack:
64 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
66 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
68 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
70 {{ no_failures_sla() }}
72 HeatStacks.create_update_delete_stack:
75 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
76 updated_template_path: "{{ tmpl_dir }}/updated_random_strings_add.yaml.template"
78 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
80 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
82 {{ no_failures_sla() }}
85 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
86 updated_template_path: "{{ tmpl_dir }}/updated_random_strings_delete.yaml.template"
88 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
90 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
92 {{ no_failures_sla() }}
95 template_path: "{{ tmpl_dir }}/resource_group.yaml.template"
96 updated_template_path: "{{ tmpl_dir }}/updated_resource_group_increase.yaml.template"
98 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
100 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
102 {{ no_failures_sla() }}
105 template_path: "{{ tmpl_dir }}/autoscaling_policy.yaml.template"
106 updated_template_path: "{{ tmpl_dir }}/updated_autoscaling_policy_inplace.yaml.template"
108 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
110 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
112 {{ no_failures_sla() }}
115 template_path: "{{ tmpl_dir }}/resource_group.yaml.template"
116 updated_template_path: "{{ tmpl_dir }}/updated_resource_group_reduce.yaml.template"
118 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
120 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
122 {{ no_failures_sla() }}
125 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
126 updated_template_path: "{{ tmpl_dir }}/updated_random_strings_replace.yaml.template"
128 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
130 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
132 {{ no_failures_sla() }}
134 HeatStacks.list_stacks_and_resources:
137 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
139 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
141 {{ no_failures_sla() }}