Advertisement
Guest User

dha

a guest
Feb 10th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.83 KB | None | 0 0
  1. title: Deployment Hardware Adapter (DHA)
  2. # DHA API version supported
  3. version:
  4. created:
  5. comment: Config for LF POD2 and Opendaylight
  6.  
  7. # Adapter to use for this definition
  8. adapter: ipmi
  9.  
  10. # Node list.
  11. # Mandatory property is id, all other properties are adapter specific.
  12.  
  13. nodes:
  14. - id: 1
  15.   pxeMac: 00:25:b5:00:01:4a
  16.   ipmiIp: 10.60.6.153
  17.   ipmiUser: admin
  18.   ipmiPass: cisco
  19. - id: 2
  20.   pxeMac: 00:25:b5:00:01:4d
  21.   ipmiIp: 10.60.6.152
  22.   ipmiUser: admin
  23.   ipmiPass: cisco
  24. - id: 3
  25.   pxeMac: 00:25:b5:00:01:50
  26.   ipmiIp: 10.60.6.151
  27.   ipmiUser: admin
  28.   ipmiPass: cisco
  29. # Adding the Fuel node as node id 4 which may not be correct - please
  30. # adjust as needed.
  31. - id: 4
  32.   libvirtName: fuel-opnfv
  33.   libvirtTemplate: templates/hardware_environment/vms/fuel.xml
  34.   isFuel: yes
  35.   username: root
  36.   password: r00tme
  37.  
  38. disks:
  39.   fuel: 60G
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement