Skip to content
Snippets Groups Projects
  1. Feb 23, 2017
  2. Nov 10, 2016
  3. Aug 18, 2016
  4. Mar 09, 2016
  5. Mar 02, 2016
  6. Feb 29, 2016
    • Keith Schincke's avatar
      Add support for civetweb · 2fb87074
      Keith Schincke authored
      This configure radosgw to use the built-in civetweb server instead of
      an external apache server.
      
      ceph::rgw { 'radosgw.gateway':
        user              => $user, #userid to run radosgw as
        rgw_frontend_type => 'civetweb', #enable the civetweb server
        rgw_frontends     => 'civetweb port=10.10.2.20:80', #optional parameters to change the listening ipaddress:port
      }
      
      Change-Id: I828b6afa8bceb79973ee452edabcebcb4f097910
      2fb87074
  7. Feb 27, 2016
  8. Feb 26, 2016
  9. Feb 24, 2016
  10. Feb 22, 2016
  11. Feb 17, 2016
    • David Gurtner's avatar
      Fix idempotency when bootstrapping ceph::mon with cephx · 2ca15a50
      David Gurtner authored
      During bootstrapping with cephx ceph::mon needs a temporary file
      under /tmp/ to store the mon. key. This gets laters removed again
      due to security reasons.
      
      This changes the creation of the key from a file to an exec with
      an unless clause so the key doesn't get recrreated and removed
      during every subsequent run.
      
      Change-Id: Ied38afc03d68f7868b1d1320752a48989fa2d018
      2ca15a50
  12. Feb 12, 2016
    • Brandon Weeks's avatar
      Bump allowed version of puppetlabs-concat · d2da01f5
      Brandon Weeks authored
      This change allows version 2.x of puppetlabs-concat as a dependency.
      The module has been refactored as a resource type to improve reliability
      and performance.
      
      Change-Id: I0bac8e5ebd93d5fec804b8641fabcc83916de934
      d2da01f5
  13. Feb 09, 2016
  14. Feb 08, 2016
  15. Feb 06, 2016
  16. Feb 03, 2016
  17. Jan 31, 2016
    • David Gurtner's avatar
      Split the Rados GW tests into parts · 5c517b34
      David Gurtner authored
      This is a afirst step to refactor and fix the acceptance tests.
      The goal is to first break it into smaller chunks for easier debugging,
      then move to infernalis and liberty and finally fix and reenable CentOS
      tests.
      
      Change-Id: I21d26056640ab2780a861f32bb7d58c539d8f4ef
      5c517b34
  18. Jan 29, 2016
    • Emilien Macchi's avatar
      mon: fix service provider for redhat systems · 185f7638
      Emilien Macchi authored
      Adding provider => 'init' for Ceph Mon service resource on redhat
      systems, otherwise puppet run is not idempotent.
      
      If we don't set it, puppet will try to start the service at every puppet
      run.
      
      This patch also add a beaker test to make sure a single puppet run is
      enough & idempotent.
      
      Change-Id: I76c9c12f3d5b3e3e66c9522c144c68c761cf2168
      Closes-Bug: #1539773
      185f7638
  19. Jan 25, 2016
  20. Jan 22, 2016
  21. Jan 13, 2016
  22. Dec 24, 2015
  23. Dec 23, 2015
  24. Dec 15, 2015
  25. Dec 07, 2015
  26. Dec 03, 2015
    • David Gurtner's avatar
      fix mon creation to be more idempotent · 5096c97d
      David Gurtner authored
      mon creation is not idempotent from a puppet point of view (it is
      idempotent from a ceph point of view though.
      
      this is a first step in cleaning this up.
      
      mainly still missing is the keyring which gets created on the fly.
      
      Change-Id: I6a970b7142dcfec6ca784f7cdb10236b63603430
      5096c97d
Loading