Advertisement
marcoverl

cloud-info-provider-os.yaml

Feb 6th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. # cat /etc/cloud-info-provider/openstack.yaml
  2. site:
  3. # Your site name, as in GODCB (if omitted or set to None, this value is
  4. # retreived from /etc/glite-info-static/site/site.cfg )
  5. name: INFN-PADOVA-STACK
  6.  
  7. compute:
  8. # Configure here the VOs supported at your installation
  9. shares:
  10. # Name of the VO
  11. ops:
  12. # Authentication for the VO into OpenStack
  13. auth:
  14. # the project id in OpenStack
  15. project_id: f9b54a925f8a467bba107f577dae7479
  16. # Default network type: none, public, public_only, private, private_only
  17. default_network_type: private
  18. # Public Network name
  19. public_network_name: ext-net
  20.  
  21. # Other optional information follows:
  22. # link to the SLA document
  23. # sla: UNKNOWN
  24. # Type of network: infiniband, gigabiteethernet...
  25. network_info: gigabitethernet
  26. # default membership is VO:<share name>, no need to specify
  27. membership:
  28. - VO:ops
  29.  
  30. # A second VO
  31. fedcloud.egi.eu:
  32. auth:
  33. project_id: 260c82efcd854009805e691e207bdd05
  34. # sla: https://egi.eu/sla/fedcloud
  35. # # Default network type: none, public, public_only, private, private_only
  36. default_network_type: private
  37. # # Public Network name
  38. public_network_name: ext-net
  39. network_info: gigabitethernet
  40. membership:
  41. - VOMS:/fedcloud.egi.eu/Role=VMOperators
  42.  
  43. # A third VO
  44. enmr.eu:
  45. auth:
  46. project_id: ecd4227c23fd4c85b833a1c7e58cfbba
  47. sla: https://documents.egi.eu/public/ShowDocument?docid=2751
  48. # # Default network type: none, public, public_only, private, private_only
  49. default_network_type: private
  50. # # Public Network name
  51. public_network_name: ext-net
  52. network_info: gigabitethernet
  53. membership:
  54. - VOMS:/enmr.eu/Role=VMOperators
  55.  
  56.  
  57. # Extra information on your OpenStack endpoints
  58. # (optional)
  59. endpoints:
  60. defaults:
  61. middleware_version: Rocky
  62. api_endpoint_technology: webservice
  63. api_authn_method: oidc
  64. production_level: production
  65.  
  66. # Available resources, uncomment and set as needed
  67. # Below default values are used
  68. # Total number of cores available
  69. total_cores: 184
  70. # Total RAM available (GB)
  71. total_ram: 384
  72. max_dedicated_ram: 90
  73. min_dedicated_ram: 0
  74. # accelerators_virt_type should be type:virt
  75. # type can be GPU, FPGA, MIC...
  76. # virt can be vgpu, hardware, emulation, paravirtualization...
  77. # accelerators_virt_type: UNKNOWN
  78. # total_accelerators: 0
  79. # Site-wide default for max_accelerators
  80. # can be configured at a share level
  81. # max_accelerators: 0
  82. # min_accelerators: 0
  83. # Uncomment to configure Network virtualization type
  84. # Can be: none, vswitch, ebtables, vlan, firewall
  85. network_virt_type: vxlan
  86. # Uncomment to configure CPU virtualization type
  87. # Can be: emulation, paravirtualization, hardware
  88. cpu_virt_type: fullvirtualization
  89. # Hypervisor name (e.g. KVM, Xen, etc.)
  90. hypervisor: KVM
  91. # Hypervisor version
  92. hypervisor_version: 2.12.0
  93. # Supported images' virtual disk format: qcow2, raw, vmdk,...
  94. virtual_disk_formats:
  95. - 'qcow2'
  96. # Service Production level (testing, candidate, production...)
  97. service_production_level: production
  98. # Service capabilities
  99. capabilities:
  100. # dynamically deploying a virtual machine image
  101. - executionmanagement.dynamicvmdeploy
  102. # srecording, reporting, and analyzing the usage of resources
  103. - security.accounting
  104. # Automatic failover to another host
  105. # failover: false
  106. # Migration to another host without downtime
  107. # live_migration: false
  108. # Backup and restoration of VMs
  109. # vm_backup_restore: false
  110.  
  111. # Default values for quotas
  112. #quotas:
  113. # defaults:
  114. # instances: 10
  115.  
  116. # Default values for the templates
  117. templates:
  118. defaults:
  119. platform: amd64
  120. network: private
  121. # # Inbound connection true Or false
  122. network_in: false
  123. # # Outbound connection true or true
  124. network_out: true
  125.  
  126. # Default values for the images
  127. images:
  128. defaults:
  129. platform: amd64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement