Advertisement
Guest User

Untitled

a guest
Jul 20th, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.66 KB | None | 0 0
  1. stxbr1:
  2.  type: network
  3.  cidr: 10.10.10.0/24
  4.  
  5. stxbr2:
  6.  type: network
  7.  cidr: 10.10.11.0/24
  8.  dhcp: false
  9.  
  10. stxbr3:
  11.  type: network
  12.  cidr: 10.10.12.0/24
  13.  dhcp: false
  14.  
  15. stxbr4:
  16.  type: network
  17.  cidr: 10.10.13.0/24
  18.  dhcp: false
  19.  
  20. bootimage.iso:
  21.  type: image
  22.  url: http://mirror.starlingx.cengn.ca/mirror/starlingx/release/3.0.0/centos/outputs/iso/bootimage.iso
  23.  
  24. simplex-controller-0:
  25.  memory: 32768
  26.  numcpus: 24
  27.  cpumodel: Nehalem
  28.  iso: bootimage.iso
  29.  disks:
  30.  - size: 600
  31.    interface: sata
  32.  - size: 200
  33.    interface: sata
  34.  - size: 200
  35.    interface: sata
  36.  nets:
  37.  - name: stxbr1
  38.    type: e1000
  39.  - name: stxbr2
  40.    type: e1000
  41.  - stxbr3
  42.  - stxbr4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement