Skip to content
Snippets Groups Projects
  1. Jul 29, 2022
  2. Jul 28, 2022
  3. Jul 27, 2022
    • Radosław Piliszek's avatar
      Remove RabbitMQ policy removal code · fe522955
      Radosław Piliszek authored
      It is no longer needed per the removed comment.
      
      Change-Id: I8d88c21c7e115b842a56f0ba5c780c3bde593964
      fe522955
    • k-s-dean's avatar
      adds firewalld configuration based on enabled services · 8553e52a
      k-s-dean authored
      This change introduces automated configuration of firewalld and adds
      a new filter for extracting services from the project_services dict.
      the filter selects any enabled services and their haproxy element
      and returns them so they can be iterated over.
      This commit also enables automated configuration of firewalld from enabled
      openstack services and adds them to the defined zone and reloads the
      system firewall.
      
      Change-Id: Iea3680142711873984efff2b701347b6a56dd355
      8553e52a
    • Michal Nasiadka's avatar
      Revert "Allow cinder-backup to be configured to use S3 backend." · b7fe60fc
      Michal Nasiadka authored
      This reverts commit 73fc230f.
      
      Reason for revert: CI jobs failing with "msg": "{{ s3_url }}: 's3_url' is undefined"
      
      Change-Id: Iba7099988cea0c0d8254b9e202309cd9c82a984d
      b7fe60fc
  4. Jul 26, 2022
  5. Jul 25, 2022
    • Michal Nasiadka's avatar
      Fix var-spacing · dcf5a8b6
      Michal Nasiadka authored
      ansible-lint introduced var-spacing - let's fix our code.
      
      Change-Id: I0d8aaf3c522a5a6a5495032f6dbed8a2be0251f0
      dcf5a8b6
  6. Jul 21, 2022
  7. Jul 20, 2022
  8. Jul 19, 2022
  9. Jul 12, 2022
    • Christian Berendt's avatar
      Set the ironic notification level · ced1e3b6
      Christian Berendt authored
      To use notifications with ironic, the notification_level
      option in the [DEFAULT] section of the configuration file
      must be set, we use ``info`` as a reasonable level.
      
      Closes-Bug: #1969826
      
      Change-Id: I38bb1e5404e917c788689a3181741022f875da06
      ced1e3b6
  10. Jul 08, 2022
  11. Jul 07, 2022
  12. Jul 06, 2022
  13. Jul 03, 2022
  14. Jun 30, 2022
  15. Jun 27, 2022
  16. Jun 24, 2022
    • Christian Berendt's avatar
      Add ironic_http_interface parameters · 4de34266
      Christian Berendt authored
      With the ironic_http_interface/ironic_http_interface_address
      parameters it is possible to set the addresses for the
      ironic_http service.
      
      Change-Id: I72c257ebedf283cdef1b98485a576631e2190657
      4de34266
  17. Jun 23, 2022
  18. Jun 22, 2022
  19. Jun 21, 2022
    • Michal Arbet's avatar
      Fix nested mounts of /run/openvswitch · 889c0d16
      Michal Arbet authored
      As kolla-toolbox is mounting /run:/run
      there is no need to mount also /run/openvswitch.
      This is causing /run/openvswitch is mounted
      again and again up to 32767 times after kolla-toolbox
      restart.
      
      Closes-Bug: #1979295
      Change-Id: I49b3bde8b2bd61b6c931a81542a0d89f8a303ffc
      889c0d16
  20. Jun 20, 2022
  21. Jun 13, 2022
  22. Jun 09, 2022
    • Will Szumski's avatar
      Add keystone_authtoken.service_type · 49006e56
      Will Szumski authored
      Fixes an issue where access rules failed to validate:
      
          Cannot validate request with restricted access rules. Set
          service_type in [keystone_authtoken] to allow access rule validation
      
      I've used the values from the endpoint. This was mostly a straight
      forward copy and paste, except:
      
      - versioned endpoints e.g cinderv3 where I stripped the version
      - monasca has multiple endpoints associated with a single service. For
        this, I concatenated logging and monitoring to be logging-monitoring.
      
      Closes-Bug: #1965111
      Change-Id: Ic4b3ab60abad8c3dd96cd4923a67f2a8f9d195d7
      49006e56
  23. Jun 08, 2022
  24. Jun 07, 2022
    • Michal Arbet's avatar
      Enable hacluster role when it is needed · e2f5c0db
      Michal Arbet authored
      Masakari-hostmonitor needs to have
      corosync/pacemaker deployed.
      
      This patch is just changing default enable_hacluter: "no"
      to "yes" if masakari-hostmonitor is enabled.
      
      Closes-Bug: #1934149
      Change-Id: I979d1d6d08ca0cc0a748f175da77f68bcecc2d1a
      e2f5c0db
  25. Jun 02, 2022
    • Michal Arbet's avatar
      Remove nova related config from placement · fe1a8a34
      Michal Arbet authored
      This patch is removing nova configuration
      options, this was probably caused by migration
      from nova-placement to placement.
      
      Change-Id: Ib54b26428b79d5c4f554928b8634a0bb4e884a90
      fe1a8a34
    • Pierre Riteau's avatar
      Increase openstack-exporter timeout to 45 seconds · 9653ebe1
      Pierre Riteau authored
      Even on moderately sized clouds, openstack-exporter can easily take more
      than 10 seconds to return, causing Prometheus to fail to scrape data.
      
      Since the default scrape internal is 60 seconds, we can increase the
      default timeout to 45 seconds.
      
      Change-Id: Id8dffc425ff057b1e45103eb53734543bca8be80
      Closes-Bug: #1976629
      9653ebe1
    • Michal Arbet's avatar
      Remove configuration related to api_workers · eafd3a59
      Michal Arbet authored
      This patch is removing api related configuration
      from service's config files as we are using
      apache mod_wsgi and this configuration is not
      used.
      
      Change-Id: I69a1542a6f24214fbf6e703782aefb566de4fb26
      eafd3a59
  26. May 31, 2022
  27. May 28, 2022
  28. May 26, 2022
  29. May 25, 2022
  30. May 24, 2022
  31. May 23, 2022
Loading