aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-config.yaml
blob: 8e8a2a7a44a201a694693ba04ab7e39a011ebb86 (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
heat_template_version: pike
description: 'Bootstrap Config'

parameters:
  bootstrap_nodeid:
    type: string
  bootstrap_nodeid_ip:
    type: string

resources:

  BootstrapNodeConfigImpl:
    type: OS::Heat::StructuredConfig
    properties:
      group: os-apply-config
      config:
        bootstrap_host:
          bootstrap_nodeid: {get_param: bootstrap_nodeid}
          bootstrap_nodeid_ip: {get_param: bootstrap_nodeid_ip}

outputs:
  config_id:
    description: The ID of the BootstrapNodeConfigImpl resource.
    value:
      {get_resource: BootstrapNodeConfigImpl}
pan class="c1"># limitations under the License. --- schema: yardstick:task:0.1 scenarios: - type: NSPerf traffic_profile: ../../traffic_profiles/ipv4_throughput.yaml topology: udp_replay-vnf-topology.yaml nodes: tg__0: trafficgen_1.yardstick vnf__0: vnf__0.yardstick options: framesize: uplink: {64B: 100} downlink: {64B: 100} flow: src_ip: [{'tg__0': 'xe0'}] dst_ip: [{'tg__0': 'xe1'}] count: 1 traffic_type: 4 rfc2544: allowed_drop_rate: 0.0001 - 0.0001 vnf__0: hw_csum: false runner: type: Iteration iterations: 10 interval: 35 contexts: - name: yardstick type: Node file: /etc/yardstick/nodes/standalone/trex_bm.yaml - type: StandaloneOvsDpdk name: yardstick file: /etc/yardstick/nodes/standalone/pod_ovs.yaml vm_deploy: True ovs_properties: version: ovs: 2.7.0 dpdk: 16.11.1 pmd_threads: 2 ram: socket_0: 2048 socket_1: 2048 queues: 4 vpath: "/usr/local" flavor: images: "/var/lib/libvirt/images/yardstick-nsb-image.img" ram: 16384 extra_specs: hw:cpu_sockets: 1 hw:cpu_cores: 7 hw:cpu_threads: 2 user: "" password: "" servers: vnf__0: network_ports: mgmt: cidr: '1.1.1.7/24' xe0: - uplink_0 xe1: - downlink_0 networks: uplink_0: port_num: 0 phy_port: "0000:05:00.0" vpci: "0000:00:07.0" cidr: '152.16.100.10/24' gateway_ip: '152.16.100.20' downlink_0: port_num: 1 phy_port: "0000:05:00.1" vpci: "0000:00:08.0" cidr: '152.16.40.10/24' gateway_ip: '152.16.100.20'