Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. 1 - name: Import FCP storage domain
  2. 2 ovirt_storage_domains:
  3. 3 state: present
  4. 4 name: data_fcp
  5. 5 host: host_mixed_1
  6. 6 auth: "{{ ovirt_auth }}"
  7. 7 data_center: "{{ fcp_storage['dr_' + dr_target_host + '_dc_name'] }}"
  8. 8 # TODO: For import iSCSI there is no need for the iscsi parameters
  9. 9 fcp:
  10. 10 # username: "{{ fcp_storage['dr_' + dr_target_host + '_username'] }}"
  11. 11 # password: "{{ fcp_storage['dr_' + dr_target_host + '_password'] }}"
  12. 12 # address: "{{ fcp_storage['dr_' + dr_target_host + '_address'] }}"
  13. 13 lun_id: 3514f0c5a5160107e
  14. 14 override_luns: True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement