summaryrefslogtreecommitdiffstats
path: root/puppet/services/neutron-compute-plugin-midonet.yaml
blob: 5b6fcca6f2dc21c3382f2380e6c5ebf1b5704145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
heat_template_version: ocata

description: >
  OpenStack Neutron Compute Midonet plugin

parameters:
  ServiceNetMap:
    default: {}
    description: Mapping of service_name -> network name. Typically set
                 via parameter_defaults in the resource registry.  This
                 mapping overrides those in ServiceNetMapDefaults.
    type: json
  DefaultPasswords:
    default: {}
    type: json
  EndpointMap:
    default: {}
    description: Mapping of service endpoint -> protocol. Typically set
                 via parameter_defaults in the resource registry.
    type: json

outputs:
  role_data:
    description: Role data for the Neutron Compute Plumgrid plugin
    value:
      service_name: neutron_compute_plugin_midonet
      config_settings:
      step_config: |
        include ::tripleo::profile::base::neutron::agents::midonet
n> ../../traffic_profiles/ipv4_throughput-4.yaml topology: vfw-tg-topology-4port.yaml nodes: tg__0: tg_0.yardstick vnf__0: vnf_0.yardstick options: framesize: private: {64B: 100} public: {64B: 100} flow: src_ip: [{'tg__0': 'xe0'}, {'tg__0': 'xe2'}] dst_ip: [{'tg__0': 'xe1'}, {'tg__0': 'xe3'}] count: 1 traffic_type: 4 rfc2544: allowed_drop_rate: 0.0001 - 0.0001 vnf__0: rules: acl_1rule.yaml vnf_config: {lb_config: 'SW', lb_count: 2, worker_config: '1C/1T', worker_threads: 1} runner: type: Iteration iterations: 10 interval: 35 context: # put node context first, so we don't HEAT deploy if node has errors name: yardstick image: yardstick-samplevnfs flavor: vcpus: 10 ram: 20480 disk: 6 extra_specs: hw:cpu_sockets: 1 # (2 cores / port * 4 ports) + 1 master == 10 cores hw:cpu_cores: 12 hw:cpu_threads: 1 user: ubuntu placement_groups: pgrp1: policy: "availability" servers: tg_0: floating_ip: true placement: "pgrp1" vnf_0: floating_ip: true placement: "pgrp1" networks: mgmt: cidr: '10.0.1.0/24' private_0: cidr: '10.1.0.0/24' gateway_ip: 'null' port_security_enabled: False enable_dhcp: 'false' public_0: cidr: '10.1.1.0/24' gateway_ip: 'null' port_security_enabled: False enable_dhcp: 'false' private_1: cidr: '10.2.0.0/24' gateway_ip: 'null' port_security_enabled: False enable_dhcp: 'false' public_1: cidr: '10.2.1.0/24' gateway_ip: 'null' port_security_enabled: False enable_dhcp: 'false'