Use custom heat template for Heat benchmark

Asked by Umesh Moghariya

I am trying to benchmark heat. I want to use my existing heat templates. How do I input my heat template in HeatStacks.create_and_delete_stack json template.

Question information

Language:
English Edit question
Status:
Answered
For:
Rally Edit question
Assignee:
Boris Pavlovic Edit question
Last query:
Last reply:
Revision history for this message
Boris Pavlovic (boris-42) said :
#1

You should put in rally task something like:

{
    "HeatStacks.create_and_delete_stack": [
        {
            "args": {
               "template_path": "!!!FULL PATH TO YOUR HEAT TEMPLATE!!!"
            }
            "runner": {
                "type": "constant",
                "times": 10,
                "concurrency": 2
            },
            "context": {
                "users": {
                    "tenants": 2,
                    "users_per_tenant": 3
                }
            }
        }
    ]
}

Can you help with this problem?

Provide an answer of your own, or ask Umesh Moghariya for more information if necessary.

To post a message you must log in.