summaryrefslogtreecommitdiffstats
path: root/labs/zte/pod3/daisy/config/deploy.yml
blob: 55c1b07ed043b4c070a3321e9d3e2781eb39cbcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.h
##############################################################################
# Copyright (c) 2017 ZTE Corporation and others.
# hu.zhijiang@zte.com.cn
# sun.jing22@zte.com.cn
# 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
##############################################################################
---
adapter: ipmi
hosts:
  - name: 'controller01'
    roles:
      - 'CONTROLLER_LB'
    ipmi_ip: 192.168.1.32
    ipmi_user:
    ipmi_pass:
    mac_addresses:
      - 74:4a:a4:00:0b:85
      - 74:4a:a4:00:0b:86
      - 74:4a:a4:00:0b:87
      - 74:4a:a4:00:0b:88
  - name: 'controller02'
    roles:
      - 'CONTROLLER_LB'
    ipmi_ip: 192.168.1.33
    ipmi_user:
    ipmi_pass:
    mac_addresses:
      - 74:4a:a4:00:5c:5d
      - 74:4a:a4:00:5c:5e
      - 74:4a:a4:00:5c:5f
      - 74:4a:a4:00:5c:60
  - name: 'controller03'
    roles:
      - 'CONTROLLER_LB'
    ipmi_ip: 192.168.1.34
    ipmi_user:
    ipmi_pass:
    mac_addresses:
      - 74:4a:a4:00:5c:35
      - 74:4a:a4:00:5c:36
      - 74:4a:a4:00:5c:37
      - 74:4a:a4:00:5c:38
  - name: 'computer01'
    roles:
      - 'COMPUTER'
    ipmi_ip: 192.168.1.35
    ipmi_user:
    ipmi_pass:
    mac_addresses:
      - 74:4a:a4:00:5c:69
      - 74:4a:a4:00:5c:6a
      - 74:4a:a4:00:5c:6b
      - 74:4a:a4:00:5c:6c
  - name: 'computer02'
    roles:
      - 'COMPUTER'
    ipmi_ip: 192.168.1.36
    ipmi_user:
    ipmi_pass:
    mac_addresses:
      - 74:4a:a4:00:5c:6d
      - 74:4a:a4:00:5c:6e
      - 74:4a:a4:00:5c:6f
      - 74:4a:a4:00:5c:70
disks:
  daisy: 50
daisy_passwd: ''
daisy_ip: '10.20.0.2'
daisy_gateway: '10.20.0.1'
ceph_disk_name: '/dev/sdb'