Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. brain_node_ipv4: 10.240.41.234
  2. infra:
  3. url: https://lctc-brain4-engine.labs.lenovo.com/ovirt-engine/api
  4. engine_username: admin@internal
  5. engine_password: passw0rd
  6. engine_ca_file: /etc/pki/ovirt-engine/ca.pem
  7. username: admin@internal
  8. password: Passw0rd!
  9. ca_file: /root/ovirt-ansible/rhvm.pem
  10. datacenter: Default
  11. cluster: Default
  12. storage_domain_vm: vmstore
  13.  
  14. virtual_machines:
  15. - name: director
  16. boot_devices:
  17. - hd
  18. cpu_cores: 4
  19. memory: 16Gib
  20. allow_automigration: True
  21. host: lmorlct0203brain3.labs.lenovo.com
  22.  
  23. cloud_init: True
  24. vm_user: root
  25. vm_password: passw0rd
  26. dns1: 8.8.8.8
  27. dns2: 1.1.1.1
  28. cloud_init_nics:
  29. - nic_boot_protocol: static
  30. nic_ip_address: 10.240.116.224
  31. nic_netmask: 255.255.255.0
  32. nic_gateway: 10.240.116.1
  33. nic_name: eth0
  34. nic_on_boot: True
  35.  
  36. - nic_boot_protocol: dhcp
  37. nic_name: eth1
  38. nic_on_boot: True
  39.  
  40. disks:
  41. - name: disk0
  42. format: cow
  43. path: /root/rhel-server-7.5-x86_64-kvm-300G.qcow2
  44. size: 80Gib
  45. interface: virtio_scsi
  46. bootable: True
  47. storage_domain_disk: R2U5_RAID1_Space
  48.  
  49. nics:
  50. - name: nic1
  51. interface: virtio
  52. network: vInfra-external
  53. profile: vInfra-external
  54.  
  55. - name: nic2
  56. interface: virtio
  57. network: Cloud4_Provisioning
  58. profile: Cloud4_Provisioning
  59.  
  60. - name: cloud_controller_with_swift_1
  61. boot_devices:
  62. - network
  63. - hd
  64. cpu_cores: 8
  65. memory: 16GiB
  66. allow_automigration: False
  67. host: lmorlct0203brain3.labs.lenovo.com
  68. cloud_init: False
  69. disks:
  70. - name: disk0
  71. format: cow
  72. size: 100GiB
  73. interface: virtio_scsi
  74. bootable: True
  75. storage_domain_disk: R2U5_RAID1_Space
  76.  
  77. - name: disk1
  78. format: cow
  79. size: 50GiB
  80. interface: virtio_scsi
  81. bootable: False
  82. storage_domain_disk: R2U5_RAID1_Space
  83.  
  84. nics:
  85. - name: nic1
  86. interface: virtio
  87. network: vInfra-external
  88. profile: vInfra-external
  89.  
  90. - name: nic2
  91. interface: virtio
  92. network: Cloud4_Provisioning
  93. profile: Cloud4_Provisioning
  94.  
  95. - name: nic3
  96. interface: virtio
  97. network: Cloud_VLANs
  98. profile: Cloud_VLANs
  99.  
  100. - name: cloud_controller_with_swift_2
  101. boot_devices:
  102. - network
  103. - hd
  104. cpu_cores: 8
  105. memory: 16GiB
  106. allow_automigration: False
  107. host: lmorlct0205brain3
  108. cloud_init: False
  109. disks:
  110. - name: disk0
  111. format: cow
  112. size: 100GiB
  113. interface: virtio_scsi
  114. bootable: True
  115. storage_domain_disk: R2U5_RAID1_Space
  116.  
  117. - name: disk1
  118. format: cow
  119. size: 50GiB
  120. interface: virtio_scsi
  121. bootable: False
  122. storage_domain_disk: R2U5_RAID1_Space
  123.  
  124. nics:
  125. - name: nic1
  126. interface: virtio
  127. network: vInfra-external
  128. profile: vInfra-external
  129.  
  130. - name: nic2
  131. interface: virtio
  132. network: Cloud4_Provisioning
  133. profile: Cloud4_Provisioning
  134.  
  135. - name: nic3
  136. interface: virtio
  137. network: Cloud_VLANs
  138. profile: Cloud_VLANs
  139.  
  140. - name: cloud_controller_with_swift_3
  141. boot_devices:
  142. - network
  143. - hd
  144. cpu_cores: 8
  145. memory: 16GiB
  146. allow_automigration: False
  147. host: lmorlct0207brain3
  148. cloud_init: False
  149. disks:
  150. - name: disk0
  151. format: cow
  152. size: 100GiB
  153. interface: virtio_scsi
  154. bootable: True
  155. storage_domain_disk: R2U5_RAID1_Space
  156.  
  157. - name: disk1
  158. format: cow
  159. size: 50GiB
  160. interface: virtio_scsi
  161. bootable: False
  162. storage_domain_disk: R2U5_RAID1_Space
  163.  
  164. nics:
  165. - name: nic1
  166. interface: virtio
  167. network: vInfra-external
  168. profile: vInfra-external
  169.  
  170. - name: nic2
  171. interface: virtio
  172. network: Cloud4_Provisioning
  173. profile: Cloud4_Provisioning
  174.  
  175. - name: nic3
  176. interface: virtio
  177. network: Cloud_VLANs
  178. profile: Cloud_VLANs
  179.  
  180. - name: fake_cloud_compute1
  181. boot_devices:
  182. - network
  183. - hd
  184. cpu_cores: 8
  185. memory: 16GiB
  186. allow_automigration: True
  187. host: lmorlct0203brain3.labs.lenovo.com
  188. cloud_init: False
  189. disks:
  190. - name: disk0
  191. format: cow
  192. size: 100GiB
  193. interface: virtio_scsi
  194. bootable: True
  195. storage_domain_disk: R2U5_RAID1_Space
  196.  
  197. nics:
  198. - name: nic1
  199. interface: virtio
  200. network: Cloud4_Provisioning
  201. profile: Cloud4_Provisioning
  202.  
  203. - name: nic2
  204. interface: virtio
  205. network: Cloud_VLANs
  206. profile: Cloud_VLANs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement