aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/contexts/heat.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-08Merge "Update to support using external heat template"Volodymyr Mytnyk1-0/+8
2019-04-04Update to support using external heat templatetreyad1-0/+8
2019-02-28Support using existing private key when using external heat template filetreyad1-16/+43
2018-12-11Pass the path of ssh public key to scenario methodcope.li1-1/+3
2018-08-20Make security group configurable - dovetailrexlee87761-1/+5
2018-07-05Make context types constantsRodolfo Alonso Hernandez1-1/+2
2018-06-26Extended Context class with get_physical_nodes functionalityChornyi, TarasX1-0/+42
2018-05-21Add "host_name_separator" variable to Context classRodolfo Alonso Hernandez1-1/+1
2018-05-03Add "os_cloud_config" as a new context flag parameterRodolfo Alonso Hernandez1-2/+4
2018-04-25Fix "os.path" mock problems during testsRoss Brattain1-3/+0
2018-03-06Merge "Move SSH key generation from "init" to "deploy""Emma Foley1-11/+11
2018-03-06Move SSH key generation from "init" to "deploy"Rodolfo Alonso Hernandez1-11/+11
2018-03-06Merge "Enable heat context to support existing network"Jack Chan1-7/+27
2018-03-02heat: replace neutronclient with shadeRoss Brattain1-7/+6
2018-03-02Add yardstick.benchmark.contexts.heat.HeatContext._delete_key_file()Emma Foley1-6/+10
2018-03-01Add ability to reuse existing OpenStack set-upEmma Foley1-2/+17
2018-03-01Add methods to get an existing stackEmma Foley1-0/+9
2018-03-01Use context name instead of key_uuidEmma Foley1-11/+14
2018-03-01Add _create_new_stack methodEmma Foley1-9/+13
2018-03-01Add qualified name to ContextEmma Foley1-5/+4
2018-02-27Enable heat context to support existing networkrexlee87761-7/+27
2018-02-23Bug Fix: Move heat_timeout variable higherDimitrios Markou1-2/+2
2018-02-20Make files pep8 compliantEmma Foley1-1/+1
2017-12-11heat: allow overriding Heat/Neutron private IP for DPDK testsRoss Brattain1-0/+1
2017-10-05heat: add port name as portRoss Brattain1-0/+2
2017-09-20heat: fixup unittest block with pkeyRoss Brattain1-4/+4
2017-09-20Merge "Generate pod.yaml from current context"Ross Brattain1-0/+2
2017-09-18Heat: use pkey from string instead of key_filenameRoss Brattain1-3/+3
2017-09-15Generate pod.yaml from current contextRoss Brattain1-0/+2
2017-09-15Merge "NSB: fix port topology"Ross Brattain1-11/+21
2017-09-15Merge "improve logging, clear using print"Rex Lee1-4/+4
2017-09-14NSB: fix port topologyMartin Banszel1-11/+21
2017-09-13Heat: support non-mesh network toplogyRoss Brattain1-9/+16
2017-09-14improve logging, clear using printrexlee87761-4/+4
2017-08-28DRAFT: model: remove vld_id not neededRoss Brattain1-1/+0
2017-08-28Kubernetes context adoption when run in CIchenjiankun1-2/+18
2017-08-25Enabling ACL test for provider network.Maciej Skrocki1-1/+2
2017-08-08NSB updateDeepak S1-62/+65
2017-07-19heat: port_security_enabled, allowed_address_pairs, disable gateway_ipRoss Brattain1-2/+5
2017-07-13add network info to topologyRoss Brattain1-40/+101
2017-07-04support segmentation_id for vlan provider networkJingLu51-1/+2
2017-06-20Acquire NSB specific data from Heat.Edward MacGillivray1-19/+58
2017-05-12Create flavor from heat contextDanielMartinBuckley1-2/+16
2017-04-23Merge "Add SRIOV support"Kubi1-2/+5
2017-04-18Add SRIOV supportJing Zhang1-2/+5
2017-04-01Yardstick virtualenv supportchenjiankun1-1/+1
2017-03-09Merge "move external_network auto-assign to Heat context"Rex Lee1-3/+14
2017-03-08Bugfix: yardstick will create stacks with the same name when run using API in...chenjiankun1-0/+2
2017-02-28move external_network auto-assign to Heat contextRoss Brattain1-3/+14
2017-02-26heat: replace dict key checking with .get()Ross Brattain1-9/+6