summaryrefslogtreecommitdiffstats
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}
ass="p">: "tests/opnfv/test_cases/" test_cases: - file_name: opnfv_yardstick_tc002.yaml - file_name: opnfv_yardstick_tc005.yaml - file_name: opnfv_yardstick_tc010.yaml - file_name: opnfv_yardstick_tc011.yaml - file_name: opnfv_yardstick_tc012.yaml - file_name: opnfv_yardstick_tc014.yaml - file_name: opnfv_yardstick_tc037.yaml - file_name: opnfv_yardstick_tc042.yaml constraint: installer: compass pod: huawei-pod1 - file_name: opnfv_yardstick_tc055.yaml constraint: installer: compass pod: huawei-pod1 task_args: huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml", "host": "node5"}' - file_name: opnfv_yardstick_tc063.yaml constraint: installer: compass pod: huawei-pod1 task_args: huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml", "host": "node5"}' - file_name: opnfv_yardstick_tc069.yaml - file_name: opnfv_yardstick_tc070.yaml - file_name: opnfv_yardstick_tc071.yaml - file_name: opnfv_yardstick_tc072.yaml - file_name: opnfv_yardstick_tc075.yaml constraint: installer: compass pod: huawei-pod1 task_args: huawei-pod1: '{"file": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml", "host": "node1"}'