Advertisement
Guest User

Untitled

a guest
Dec 15th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. ## ScaleIO configuration for role 'scaleio'
  2. ## Passwords and naming conventions can be changed here
  3.  
  4. scaleio_license:
  5. scaleio_protection_domain: protection_domain01
  6. scaleio_cluster_name: MesosMamba
  7. scaleio_storage_pool: containerPool
  8. scaleio_cluster_mode: "5_node"
  9. scaleio_password: 'nohW2aip'
  10. scaleio_common_file_install_file_location: "../files"
  11. scaleio_gateway_admin_password: 'nohW2aip'
  12. scaleio_gateway_user_properties_file: '/opt/emc/scaleio/gateway/webapps/ROOT/WEB-INF/classes/gatewayUser.properties'
  13. scaleio_lia_token: 'CXeeg5geaxx34'
  14. scaleio_lia_conf_file: '/opt/emc/scaleio/lia/cfg/conf.txt'
  15. scaleio_sdc_driver_sync_repo_address: 'ftp://ftp.emc.com/'
  16. scaleio_sdc_driver_sync_repo_user: 'QNzgdxXix'
  17. scaleio_sdc_driver_sync_repo_password: 'Aw3wFAwAq3'
  18. scaleio_sdc_driver_sync_repo_local_dir: '/bin/emc/scaleio/scini_sync/driver_cache/'
  19. #scaleio_sdc_driver_sync_user_private_rsa_key_src: ''
  20. scaleio_sdc_driver_sync_user_private_rsa_key_dest: '/bin/emc/scaleio/scini_sync/scini_key'
  21. #scaleio_sdc_driver_sync_repo_public_rsa_key_src: ''
  22. scaleio_sdc_driver_sync_repo_public_rsa_key_dest: '/bin/emc/scaleio/scini_sync/scini_repo_key.pub'
  23. scaleio_sdc_driver_sync_module_sigcheck: 0
  24. scaleio_sdc_driver_sync_emc_public_gpg_key_src: "{{ scaleio_common_file_install_file_location }}/RPM-GPG-KEY-ScaleIO_2.0.5014.0"
  25. scaleio_sdc_driver_sync_emc_public_gpg_key_dest: '/bin/emc/scaleio/scini_sync/emc_key.pub'
  26. scaleio_sdc_driver_sync_sync_pattern: .*
  27. scaleio_sds_number: 1
  28. scaleio_skip_java: false
  29.  
  30. # Is the gateway redundant (will install keepalived)
  31. scaleio_gateway_is_redundant: true
  32. scaleio_gateway_virtual_ip: "{{ lookup('file', '/var/tmp/scaleio_keepalived') }}"
  33. haproxy_vip: 192.168.130.147
  34. control_vip: 192.168.130.148
  35. sdb_size: 105
  36. consul_domain: snakedetectiontheory.com
  37. hvm_type: vsphere
  38. vm_device_id: /dev/sdc
  39. slave_count: 3
  40. consul_datacenter: dc01
  41. dns1: 192.168.120.2
  42. dns2: 192.168.120.3
  43. scaleio_gateway_virtual_interface: 'eth1'
  44. scaleio_interface: 'eth1'
  45. master_count: three
  46. haproxy_vip: 192.168.130.157
  47. control_vip: 192.168.130.158
  48. sdb_size: 105
  49. consul_domain: snakedetectiontheory.com
  50. hvm_type: vsphere
  51. vm_device_id: /dev/sdc
  52. slave_count: 3
  53. consul_datacenter: dc01
  54. dns1: 192.168.120.2
  55. dns2: 192.168.120.3
  56. scaleio_gateway_virtual_interface: 'eth1'
  57. scaleio_interface: 'eth1'
  58. master_count: three
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement