Advertisement
Guest User

Untitled

a guest
Mar 26th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1.  
  2. # -------
  3. # Begin cloud.providers.d/digital_ocean.conf
  4. # -------
  5. do:
  6. provider: digital_ocean
  7. client_key: 8fuew89aufeuwaufew98uw9few98
  8. api_key: fwje8auf89ewauf89ewauf9ew
  9. ssh_key_name: digital_ocean_rc1
  10. ssh_key_file: '/Users/obimod/.ssh/digital_ocean_rc1'
  11.  
  12. # -------
  13. # Begin cloud.profiles.d/digital_ocean.conf
  14. # -------
  15. # Official distro images available for Arch, CentOS, Debian, Fedora, Ubuntu
  16.  
  17. ubuntu_512MB_ny2:
  18. provider: do
  19. image: Ubuntu 12.04.3 x64
  20. size: 512MB
  21. # script: Optional Deploy Script Argument
  22. location: New York 2
  23. private_networking: True
  24.  
  25. ubuntu_1GB_ny2:
  26. provider: do
  27. image: Ubuntu 12.04.3 x64
  28. size: 1GB
  29. # script: Optional Deploy Script Argument
  30. location: New York 2
  31. private_networking: True
  32.  
  33. ubuntu_2GB_ny2:
  34. provider: do
  35. image: Ubuntu 12.04.3 x64
  36. size: 2GB
  37. # script: Optional Deploy Script Argument
  38. location: New York 2
  39. private_networking: True
  40.  
  41. ubuntu_512MB_sf1:
  42. provider: do
  43. image: Ubuntu 12.04.3 x64
  44. size: 512MB
  45. # script: Optional Deploy Script Argument
  46. location: San Francisco 1
  47. private_networking: True
  48.  
  49. ubuntu_1GB_sf2:
  50. provider: do
  51. image: Ubuntu 12.04.3 x64
  52. size: 1GB
  53. # script: Optional Deploy Script Argument
  54. location: San Francisco 1
  55. private_networking: True
  56.  
  57. ubuntu_2GB_sf1:
  58. provider: do
  59. image: Ubuntu 12.04.3 x64
  60. size: 2GB
  61. # script: Optional Deploy Script Argument
  62. location: San Francisco 1
  63. private_networking: True
  64.  
  65. # Official distro images available for Arch, CentOS, Debian, Fedora, debian
  66.  
  67. debian_512MB_ny2:
  68. provider: do
  69. image: Debian 6.0 x64
  70. size: 512MB
  71. # script: Optional Deploy Script Argument
  72. location: New York 2
  73. private_networking: False
  74.  
  75. debian_1GB_ny2:
  76. provider: do
  77. image: Debian 6.0 x64
  78. size: 1GB
  79. # script: Optional Deploy Script Argument
  80. location: New York 2
  81. private_networking: True
  82.  
  83. debian_2GB_ny2:
  84. provider: do
  85. image: Debian 6.0 x64
  86. size: 2GB
  87. # script: Optional Deploy Script Argument
  88. location: New York 2
  89. private_networking: True
  90.  
  91. debian_512MB_sf1:
  92. provider: do
  93. image: Debian 6.0 x64
  94. size: 512MB
  95. # script: Optional Deploy Script Argument
  96. location: San Francisco 1
  97. private_networking: True
  98.  
  99. debian_1GB_sf2:
  100. provider: do
  101. image: Debian 6.0 x64
  102. size: 1GB
  103. # script: Optional Deploy Script Argument
  104. location: San Francisco 1
  105. private_networking: True
  106.  
  107. debian_2GB_sf1:
  108. provider: do
  109. image: Debian 6.0 x64
  110. size: 2GB
  111. # script: Optional Deploy Script Argument
  112. location: San Francisco 1
  113. private_networking: True
  114.  
  115. # Create additional profiles, if you wish
  116. #[profile_alias_of_your_choosing]:
  117. # provider: do
  118. # image: [from salt-cloud --list-images do]
  119. # size: [from salt-cloud --list-sizes do]
  120. # script: [optional deployment script e.g. debian, Fedora, python-bootstrap, etc.]
  121. # location: [from salt-cloud --list-locations do]
  122. # private_networking: [True or False: currently only available in NY2 region]
  123.  
  124.  
  125. # Create additional profiles, if you wish
  126. #[profile_alias_of_your_choosing]:
  127. # provider: do
  128. # image: [from salt-cloud --list-images do]
  129. # size: [from salt-cloud --list-sizes do]
  130. # script: [optional deployment script e.g. Ubuntu, Fedora, python-bootstrap, etc.]
  131. # location: [from salt-cloud --list-locations do]
  132. # private_networking: [True or False: currently only available in NY2 region]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement