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 }}
19 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
21 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
23 {{ no_failures_sla() }}
26 template_path: "{{ tmpl_dir }}/server_with_volume.yaml.template"
28 image: {{ image_name }}
29 flavor: {{ flavor_name }}
30 network_id: {{ netid }}
32 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
34 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
36 {{ no_failures_sla() }}
38 HeatStacks.create_and_list_stack:
41 template_path: "{{ tmpl_dir }}/default.yaml.template"
43 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
45 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
47 {{ no_failures_sla() }}
49 HeatStacks.create_check_delete_stack:
52 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
54 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
56 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
58 {{ no_failures_sla() }}
60 HeatStacks.create_suspend_resume_delete_stack:
63 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
65 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
67 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
69 {{ no_failures_sla() }}
71 HeatStacks.create_update_delete_stack:
74 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
75 updated_template_path: "{{ tmpl_dir }}/updated_random_strings_add.yaml.template"
77 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
79 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
81 {{ no_failures_sla() }}
84 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
85 updated_template_path: "{{ tmpl_dir }}/updated_random_strings_delete.yaml.template"
87 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
89 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
91 {{ no_failures_sla() }}
94 template_path: "{{ tmpl_dir }}/resource_group.yaml.template"
95 updated_template_path: "{{ tmpl_dir }}/updated_resource_group_increase.yaml.template"
97 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
99 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
101 {{ no_failures_sla() }}
104 template_path: "{{ tmpl_dir }}/autoscaling_policy.yaml.template"
105 updated_template_path: "{{ tmpl_dir }}/updated_autoscaling_policy_inplace.yaml.template"
107 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
109 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
111 {{ no_failures_sla() }}
114 template_path: "{{ tmpl_dir }}/resource_group.yaml.template"
115 updated_template_path: "{{ tmpl_dir }}/updated_resource_group_reduce.yaml.template"
117 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
119 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
121 {{ no_failures_sla() }}
124 template_path: "{{ tmpl_dir }}/random_strings.yaml.template"
125 updated_template_path: "{{ tmpl_dir }}/updated_random_strings_replace.yaml.template"
127 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
129 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
131 {{ no_failures_sla() }}
133 HeatStacks.list_stacks_and_resources:
136 {{ user_context(tenants_amount, users_amount, use_existing_users) }}
138 {{ constant_runner(concurrency=2*controllers_amount,times=10*controllers_amount, is_smoke=smoke) }}
140 {{ no_failures_sla() }}