Skip to content
Snippets Groups Projects
  1. Apr 05, 2017
  2. Mar 23, 2017
  3. Mar 07, 2017
    • Alex Schultz's avatar
      Prepare Pike metadata · d9123c42
      Alex Schultz authored
      Bump metadata.json and reno configs for Pike
      
      Change-Id: Icaef432f2fb783f955aff6bfdfaeadd557720564
      d9123c42
  4. Feb 22, 2017
    • Carlos Camacho's avatar
      Allow integer port in os_transport_url · b3d05900
      Carlos Camacho authored
      Currently we only allow to use strings
      as the data type for ports.
      
      Due to this we need to cast the data type
      in the puppet modules because from THT
      this is configured as a Number.
      
      This submission allow to use either string
      or numbers for the port parameter in the
      os_transport_url function.
      
      Change-Id: I9e56f8e2de542b20fe9e6995506cff5bb435e220
      Closes-Bug: #1664561
      b3d05900
  5. Feb 08, 2017
  6. Feb 04, 2017
  7. Jan 14, 2017
  8. Dec 22, 2016
  9. Dec 20, 2016
  10. Dec 19, 2016
    • Alex Schultz's avatar
      Improve os_transport_url ssl support · cbeb29e6
      Alex Schultz authored
      The ssl paramter of the os_transport_url should be 0/1 but we do not
      ensure that this is the value being used in the creation of the
      transport_url. This change leverages the stdlib str2bool and bool2num to
      ensure that when provided the ssl paramter ends up being 0/1 which is
      the correct format for the transport url.  Additionally this also allows
      for string booleans to be passed into the ssl parameter and it should
      still work correctly.
      
      Change-Id: I278559ba98ba48974ae590dc1e0bb99b6ab961d7
      cbeb29e6
  11. Dec 17, 2016
  12. Dec 16, 2016
    • Juan Antonio Osorio Robles's avatar
      Add tls options to mysql user creation · 83653d44
      Juan Antonio Osorio Robles authored
      This enables us to set several TLS requirements for the users created
      by the host_access resource.
      
      Change-Id: If550f184f85f8fdbc197fc9f930d4446de67090a
      83653d44
    • Joe Talerico's avatar
      Update os_workers to have other options · e6b658bd
      Joe Talerico authored
      Adding additional options for os_workers.rb:
      
              os_workers_small
              os_workers_large
      
      os_workers will provide response times close to what
      $::processorcount had (with two sockets machines).
      
      os_workers_small will be the existing calculation.
      
      os_workers_large can be used where services are distributed across
      multiple machines and high worker count is not a concern.
      
      Closes-bug: #1650424
      
      Change-Id: I5dce760044d49ef9e3c88736c73cc267fd039ae7
      e6b658bd
  13. Dec 15, 2016
    • Xing Zhou's avatar
      Add customization for wsgi process display name · ed9c5cf6
      Xing Zhou authored
      when ceilometer api is deployed in httpd, however
       the process name is like '/usr/sbin/httpd -DFOREGROUND',
      it is ambiguous and make monitoring more difficult.
      the aodh, gnocchi module are also like that.
      so we should set an appropriate name for wsgi process.
      
      Change-Id: I5e8c9be062a88e9ed6442e6cbce6573fba385030
      Related-Bug: #1626550
      ed9c5cf6
  14. Dec 14, 2016
    • Alex Schultz's avatar
      Fix os_transport_url with single hosts array · 8d37c059
      Alex Schultz authored
      If an array with a single host is passed into the hosts param, the
      function was erroring because the host was getting converted to a string
      when it was checking for bracketing for ipv6. This change checks the
      type and fixes the case where a single host is being passed so it
      continues to function.
      
      Change-Id: I91b9959a6f71b4e6885e55a568116cc28cf16ddd
      Closes-Bug: #1650042
      8d37c059
  15. Dec 12, 2016
    • Alex Schultz's avatar
      Add ability to skip mysql user/grants · d91a4c7b
      Alex Schultz authored
      Previously if you wanted to use the openstack::db::mysql for to create a
      database and use the same user for multiple databases, the catalog would
      fail due to a duplicate mysql_user definition. This change adds the
      ability to disable the user creation as well as the grant if the user
      does not need it.
      
      Change-Id: Id04a622cc900254fe60bc257a9e42d16c676bf40
      Related-Bug: 1649341
      10.1.0
      d91a4c7b
  16. Dec 09, 2016
  17. Nov 25, 2016
  18. Nov 18, 2016
  19. Nov 17, 2016
  20. Nov 15, 2016
  21. Nov 11, 2016
    • Alex Schultz's avatar
      os_transport_url parser function · 7ef2f7b0
      Alex Schultz authored
      This change adds a os_transport_url function that can be used to
      generate correct URIs for the transport_url setting used by
      oslo.messaging.
      
      Change-Id: If83c0f0e61a08061334536399a42767a305966b7
      7ef2f7b0
  22. Nov 10, 2016
  23. Nov 04, 2016
  24. Nov 03, 2016
  25. Nov 02, 2016
    • Arnoud de Jonge's avatar
      Added interface parameter for auth · 3670d925
      Arnoud de Jonge authored
      I want to be able to use the internal API endpoints from Puppet.  This is done
      by setting $OS_INTERFACE to internal for use with the openstack CLI. This
      change will do this by also reading OS_INTERFACE from the environment or
      /root/openrc.
      
      Change-Id: Id826836ccfe8f61780a6201ef2851068d75391ab
      3670d925
  26. Oct 27, 2016
    • Alex Schultz's avatar
      Improve tests with rspec-puppet-facts · 525d7719
      Alex Schultz authored
      This change updates the tests to use rspec-puppet-facts when doing
      different OS testing. Additionally as part of this change, there are
      improvements to the openstacklib::policycrd testing which uncovered
      issues with the verify_contents catalog test. The verify_contents calls
      have been replaced with heredocs to better test when multiple services
      are excluded.
      
      Change-Id: I86bae2b16026e15b6e4445f3749419b8802bc94d
      525d7719
  27. Oct 10, 2016
    • Maksym Yatsenko's avatar
      Change worker defaults to ::os_workers · a5f39c62
      Maksym Yatsenko authored
      This patch changes the default worker count from ::processorcount to the
      new ::os_workers fact. ::os_workers is based on the number of processors
      (currently cpu/4) but is capped at a maximum of 8 worker processors.
      This is a much more reasonable default in general and prevents excessive
      resource consumption on systems with a large number of CPUs.
      
      Change-Id: I458791aa8027cffeeec49698b302cb96ae5af2e2
      a5f39c62
  28. Oct 06, 2016
    • Andreas Jaeger's avatar
      Enable release notes translation · 2d76effa
      Andreas Jaeger authored
      Releasenote translation publishing is being prepared. 'locale_dirs'
      needs to be defined in conf.py to generate translated version of the
      release notes.
      
      Note that this repository might not get translated release notes - or
      no translations at all - but we add the entry here nevertheless to
      prepare for it.
      
      Change-Id: I4e38d2da134afa1e2bbbe3b747deec2b3adb6413
      2d76effa
  29. Oct 05, 2016
  30. Oct 04, 2016
  31. Oct 03, 2016
    • Clayton O'Neill's avatar
      Add region support to credentials · f705fd6f
      Clayton O'Neill authored
      This fixes the credentials classes to properly accept region as a
      property to manage.  This allows OS_REGION_NAME to be set properly if
      the child class passes it in.
      
      Change-Id: I3345dac8bebd68f93290c1d45aa9a4d80bf3fb34
      Partial-Bug: #1517220
      f705fd6f
  32. Sep 30, 2016
    • Alex Schultz's avatar
      Move rspec-puppet-facts to spec helper · e87618d9
      Alex Schultz authored
      This change updates the module to use the rspec-puppet-facts as defined
      in the puppet-openstack_spec_helper.
      
      Change-Id: Ida010fef458cbf86346928360971d87efba6b5d1
      e87618d9
  33. Sep 28, 2016
  34. Sep 27, 2016
Loading