summaryrefslogtreecommitdiffstats
path: root/docs/conf.yaml
blob: 4e26a1c83004364fa0add0096079fa4cb32dcfd8 (plain)
1
2
3
---
project_cfg: opnfv
project: NFVBENCH
: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
##############################################################################
# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

---
TYPE: baremetal
FLAVOR: cluster
POWER_TOOL: ipmitool

ipmiUser: root
ipmiVer: '2.0'

hosts:
  - name: host1
    mac: 'E0:97:96:10:67:83'
    interfaces:
      - eth1: 'E0:97:96:10:67:8B'
    ipmiIp: 192.168.5.173
    ipmiPass: Opnfv@pod5
    roles:
      - controller
      - ha
      - onos
      - ceph-adm
      - ceph-mon

  - name: host2
    mac: 'E0:97:96:10:5A:C8'
    interfaces:
      - eth1: 'E0:97:96:10:5A:D0'
    ipmiIp: 192.168.5.174
    ipmiPass: Opnfv@pod5
    roles:
      - controller
      - ha
      - onos
      - ceph-mon

  - name: host3
    mac: 'E0:97:96:10:67:4D'
    interfaces:
      - eth1: 'E0:97:96:10:67:55'
    ipmiIp: 192.168.5.175
    ipmiPass: Opnfv@pod5
    roles:
      - controller
      - ha
      - onos
      - ceph-mon

  - name: host4
    mac: 'E0:97:96:10:5D:44'
    interfaces:
      - eth1: 'E0:97:96:10:5D:4C'
    ipmiIp: 192.168.5.176
    ipmiPass: Opnfv@pod5
    roles:
      - compute
      - ceph-osd

  - name: host5
    mac: 'E0:97:96:10:63:29'
    interfaces:
      - eth1: 'E0:97:96:10:63:31'
    ipmiIp: 192.168.5.177
    ipmiPass: Opnfv@pod5
    roles:
      - compute
      - ceph-osd