[opnfv-tech-discuss] [yardstick] user-data parameter?

2017-03-15 Thread Marco Varlese
Hi, Is there a way in yardstick to pass the user-data information to the VM instance creation? I'm thinking something inline with what I can do via "nova boot --user-data user_data.file" Is there a way to pass either a file or instructions to Yardstick so that it can execute or configure somethi

Re: [opnfv-tech-discuss] [yardstick] user-data parameter?

2017-03-15 Thread Ross Brattain
There are two modes for Heat context, user-defined templates or generated templates. With user-defined templates, you can add any Heat option you like. Example for user_data https://git.opnfv.org/yardstick/tree/yardstick/vTC/apexlake/heat_templates/vTC.yaml#n79. If you are doing fancy stuff