Puppetfile 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. moduledir '/usr/share/openstack-puppet/modules'
  2. ## OpenStack modules
  3. mod 'aodh',
  4. :git => 'https://github.com/openstack/puppet-aodh',
  5. :ref => 'master'
  6. mod 'ceilometer',
  7. :git => 'https://github.com/openstack/puppet-ceilometer',
  8. :ref => 'master'
  9. mod 'cinder',
  10. :git => 'https://github.com/openstack/puppet-cinder',
  11. :ref => 'master'
  12. mod 'glance',
  13. :git => 'https://github.com/openstack/puppet-glance',
  14. :ref => 'master'
  15. mod 'gnocchi',
  16. :git => 'https://github.com/openstack/puppet-gnocchi',
  17. :ref => 'master'
  18. mod 'heat',
  19. :git => 'https://github.com/openstack/puppet-heat',
  20. :ref => 'master'
  21. mod 'magnum',
  22. :git => 'https://github.com/openstack/puppet-magnum',
  23. :ref => 'master'
  24. mod 'horizon',
  25. :git => 'https://github.com/openstack/puppet-horizon',
  26. :ref => 'master'
  27. mod 'ironic',
  28. :git => 'https://github.com/openstack/puppet-ironic',
  29. :ref => 'master'
  30. mod 'keystone',
  31. :git => 'https://github.com/openstack/puppet-keystone',
  32. :ref => 'master'
  33. mod 'manila',
  34. :git => 'https://github.com/openstack/puppet-manila',
  35. :ref => 'master'
  36. mod 'neutron',
  37. :git => 'https://github.com/openstack/puppet-neutron',
  38. :ref => 'master'
  39. mod 'nova',
  40. :git => 'https://github.com/openstack/puppet-nova',
  41. :ref => 'master'
  42. mod 'openstack_extras',
  43. :git => 'https://github.com/openstack/puppet-openstack_extras',
  44. :ref => 'master'
  45. mod 'openstacklib',
  46. :git => 'https://github.com/openstack/puppet-openstacklib',
  47. :ref => 'master'
  48. mod 'oslo',
  49. :git => 'https://github.com/openstack/puppet-oslo',
  50. :ref => 'master'
  51. mod 'sahara',
  52. :git => 'https://github.com/openstack/puppet-sahara',
  53. :ref => 'master'
  54. mod 'swift',
  55. :git => 'https://github.com/openstack/puppet-swift',
  56. :ref => 'master'
  57. mod 'tempest',
  58. :git => 'https://github.com/openstack/puppet-tempest',
  59. :ref => 'master'
  60. mod 'trove',
  61. :git => 'https://github.com/openstack/puppet-trove',
  62. :ref => 'master'
  63. mod 'vswitch',
  64. :git => 'https://github.com/openstack/puppet-vswitch',
  65. :ref => 'master'
  66. ## Non-OpenStack modules
  67. mod 'apache',
  68. :git => 'https://github.com/puppetlabs/puppetlabs-apache',
  69. :ref => 'master'
  70. mod 'certmonger',
  71. :git => 'https://github.com/rcritten/puppet-certmonger',
  72. :ref => 'master'
  73. mod 'concat',
  74. :git => 'https://github.com/puppetlabs/puppetlabs-concat',
  75. :ref => 'master'
  76. mod 'firewall',
  77. :git => 'https://github.com/puppetlabs/puppetlabs-firewall',
  78. :ref => 'master'
  79. mod 'inifile',
  80. :git => 'https://github.com/puppetlabs/puppetlabs-inifile',
  81. :ref => 'master'
  82. mod 'memcached',
  83. :git => 'https://github.com/saz/puppet-memcached',
  84. :ref => 'master'
  85. mod 'mongodb',
  86. :git => 'https://github.com/puppetlabs/puppetlabs-mongodb',
  87. :ref => 'master'
  88. mod 'mysql',
  89. :git => 'https://github.com/puppetlabs/puppetlabs-mysql',
  90. :ref => 'master'
  91. mod 'nssdb',
  92. :git => 'https://github.com/rcritten/puppet-nssdb',
  93. :ref => 'master'
  94. mod 'panko',
  95. :git => 'https://github.com/openstack/puppet-panko',
  96. :ref => 'master'
  97. mod 'rabbitmq',
  98. :git => 'https://github.com/puppetlabs/puppetlabs-rabbitmq',
  99. :ref => 'master'
  100. mod 'redis',
  101. :git => 'https://github.com/arioch/puppet-redis',
  102. :ref => 'master'
  103. mod 'remote',
  104. :git => 'https://github.com/paramite/puppet-remote',
  105. :ref => 'master'
  106. mod 'rsync',
  107. :git => 'https://github.com/puppetlabs/puppetlabs-rsync',
  108. :ref => 'master'
  109. mod 'ssh',
  110. :git => 'https://github.com/saz/puppet-ssh',
  111. :ref => 'master'
  112. mod 'stdlib',
  113. :git => 'https://github.com/puppetlabs/puppetlabs-stdlib',
  114. :ref => 'master'
  115. mod 'sysctl',
  116. :git => 'https://github.com/duritong/puppet-sysctl',
  117. :ref => 'master'
  118. mod 'vcsrepo',
  119. :git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo',
  120. :ref => 'master'
  121. mod 'xinetd',
  122. :git => 'https://github.com/puppetlabs/puppetlabs-xinetd',
  123. :ref => 'master'