heat: port_security_enabled, allowed_address_pairs, disable gateway_ip 43/37643/7
authorRoss Brattain <ross.b.brattain@intel.com>
Wed, 5 Jul 2017 08:36:47 +0000 (01:36 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Thu, 20 Jul 2017 00:02:46 +0000 (17:02 -0700)
commit4f8f68dea9b168a933b1e05d89ed30e1bb4d8fbd
tree333970bbb474b97d20205fced1ad9d95c3b71d07
parentdf77b6585cb54d2e4691b946ea1bc9cca637c108
heat: port_security_enabled, allowed_address_pairs, disable gateway_ip

    xe0:
      cidr: '10.0.2.0/24'
      vld_id: public
      allowed_address_pairs:
        - ip_address:
            '0.0.0.0/0'
    xe1:
      cidr: '10.0.3.0/24'
      vld_id: private
      allowed_address_pairs:
        - ip_address:
            '0.0.0.0/0'

We need to disable gateways on data plane interfaces
With TGs and VFNs we probably don't need gateway on data interfaces

Change-Id: I276a7d591a0a3ff03877c4f525303fc2874de683
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
tests/unit/benchmark/contexts/test_model.py
yardstick/benchmark/contexts/heat.py
yardstick/benchmark/contexts/model.py
yardstick/orchestrator/heat.py