Skip to content
Snippets Groups Projects
  1. Feb 23, 2022
  2. Feb 22, 2022
  3. Feb 21, 2022
  4. Feb 18, 2022
    • Pierre Riteau's avatar
      Configure node-exporter to report correct file system metrics · b210dcd6
      Pierre Riteau authored
      Without this configuration, all mount points are reporting the same
      utilisation metrics [1]. With the rslave option, all root mounts from
      the host are visible in the container, so we can remove the bind mounts
      for /proc and /sys.
      
      [1] https://github.com/prometheus/node_exporter#docker
      
      Change-Id: I4087dc81f9d1fa5daa24b9df6daf1f9e1ccd702f
      Closes-Bug: #1961438
      b210dcd6
    • alecorps's avatar
      Add support for VMware First Class Disk (FCD) · 812e03f7
      alecorps authored
      An FCD, also known as an Improved Virtual Disk (IVD) or
      Managed Virtual Disk, is a named virtual disk independent of
      a virtual machine. Using FCDs for Cinder volumes eliminates
      the need for shadow virtual machines.
      This patch adds Kolla support.
      
      Change-Id: Ic0b66269e6d32762e786c95cf6da78cb201d2765
      812e03f7
    • Pierre Riteau's avatar
      Allow to define extra parameters for Prometheus exporters · dcba8297
      Pierre Riteau authored
      The following variables are added:
      
      * prometheus_blackbox_exporter_cmdline_extras
      * prometheus_elasticsearch_exporter_cmdline_extras
      * prometheus_haproxy_exporter_cmdline_extras
      * prometheus_memcached_exporter_cmdline_extras
      * prometheus_mysqld_exporter_cmdline_extras
      * prometheus_node_exporter_cmdline_extras
      * prometheus_openstack_exporter_cmdline_extras
      
      Change-Id: I5da2031b9367115384045775c515628e2acb1aa4
      dcba8297
  5. Feb 17, 2022
    • Alban Lecorps's avatar
      Add support for VMware NSXP · 458c8b13
      Alban Lecorps authored
      NSXP is the OpenStack support for the NSX Policy platform.
      This is supported from neutron in the Stein version. This patch
      adds Kolla support
      
      This adds a new neutron_plugin_agent type 'vmware_nsxp'. The plugin
      does not run any neutron agents.
      
      Change-Id: I9e9d8f07e586bdc143d293e572031368af7f3fca
      458c8b13
  6. Feb 15, 2022
  7. Feb 14, 2022
    • Mark Goddard's avatar
      Remove bslurp module · 2f6a8fa2
      Mark Goddard authored
      This module was used in the Ceph deployment support, which was removed
      long ago.
      
      Change-Id: I599ef47199bc68e8f5cf62709157d3f096ac68a9
      2f6a8fa2
  8. Feb 11, 2022
  9. Feb 10, 2022
    • Pierre Riteau's avatar
      neutron: fix placement endpoint type configuration · 50edb94d
      Pierre Riteau authored
      Change-Id: I3362bd283eb7fb80f5da70f2a388f89f220617ea
      Closes-Bug: #1960503
      50edb94d
    • Mark Goddard's avatar
      ironic: sync default inspection UEFI iPXE bootloader with Ironic · 556d9799
      Mark Goddard authored
      The bootloader used to boot Ironic nodes in UEFI boot mode during
      inspection when iPXE is enabled has been changed from ipxe.efi to
      snponly.efi. This is in line with the default UEFI iPXE bootloader used
      in Ironic since the Xena release. The bootloader may be changed via
      ironic_dnsmasq_uefi_ipxe_boot_file.
      
      Note that snponly.efi was not available via in the ironic-pxe image
      prior to I79e78dca550262fc86b092a036f9ea96b214ab48.
      
      Related-Bug: #1959203
      
      Change-Id: I879db340769cc1b076e77313dff15876e27fcac4
      556d9799
  10. Feb 09, 2022
  11. Feb 08, 2022
  12. Feb 03, 2022
    • Mark Goddard's avatar
      certificates: generate libvirt TLS certificates · 33e93ab3
      Mark Goddard authored
      Adds support to the 'kolla-ansible certificates' command for generating
      certificates for libvirt TLS, when libvirt_tls is true. The same
      certificate and key are used for the libvirt client and server.
      
      The certificates use the same root CA as the other generated
      certificates, and are written to
      {{ node_custom_config }}/nova/nova-libvirt/, ready to be picked up by
      nova-libvirt and nova-compute.
      
      Change-Id: I1bde9fa018f66037aec82dc74c61ad1f477a7c12
      33e93ab3
  13. Feb 02, 2022
    • Buddhika Sanjeewa's avatar
      Deploy Zun with Cinder Ceph support · eb7e0f6f
      Buddhika Sanjeewa authored
      Enables zun to access cinder volumes when cinder is configured to use
      external ceph.
      Copies ceph config file and ceph cinder keyring to /etc/ceph in
      zun_compute container.
      
      Closes-Bug: 1848934
      Change-Id: Ie56868d5e9ed37a9274b8cbe65895f3634b895c8
      eb7e0f6f
    • Will Szumski's avatar
      Add OIDCDiscoverURL mod_oidc option · e7455759
      Will Szumski authored
      This gets rid of one of the steps in the authentication flow.
      
      Closes-Bug: 1930055
      Change-Id: I4ed4651b55a912f1d9aec7277bae6bb4776f1e0a
      e7455759
  14. Feb 01, 2022
  15. Jan 31, 2022
  16. Jan 25, 2022
    • Kevin Rasmussen's avatar
      Fix bad openstack command while registering IDP · f955383b
      Kevin Rasmussen authored
      This fixes a bug in registering identity providers
      
      The bug was caused by a missing `=` in the openstack command
      
      Add the missing `=` after `--os-user-domain-name`
      
      Closes-Bug: #1959022
      Change-Id: I73f80cd2c81a3944de0933e60f5768956a1a3b70
      f955383b
    • Isaac Prior's avatar
      Fix log rotation for fluentd created files · 79b59e2c
      Isaac Prior authored
      Overrides default fluentd buffer config to stop log files from using
      datestamped filenames, allowing logrotate to manage them.
      
      Closes-Bug: #1940118
      Change-Id: I40c4e209470d21e0a02fd447fb628acfdae9fa9d
      79b59e2c
    • likui's avatar
      update the default value of node_custom_config · 825ef7ac
      likui authored
      The value of node_custom_config should is {{ node_config }}/config,
      when specified using --configdir
      
      Change-Id: I076b7d2c8980ddd3baa28f998f84a6b7005dc352
      825ef7ac
  17. Jan 21, 2022
  18. Jan 20, 2022
  19. Jan 19, 2022
  20. Jan 18, 2022
  21. Jan 17, 2022
  22. Jan 12, 2022
    • Buddhika Sanjeewa's avatar
      Access to zun container fails when tls_external enabled. · d8c73aa2
      Buddhika Sanjeewa authored
      Access to console of any zun container fails when
      kolla_enable_tls_external is true.
      This is due to the protocol of the base_url of the websocket_proxy
      section in zun.conf is hardcoded to 'ws'.
      [base_url = ws://<external_fqdn>:<port>]
      
      This fix adds a new variable zun_wsproxy_protocol
      and sets it's value to 'wss' when kolla_enable_tls_external is true
      or to 'ws' otherwise
      
      Then the base url's protocol of the websocket_proxy section
      in zun.conf is set by zun_wsproxy_protocol
      [base_url = "{{ zun_wsproxy_protocol }}://<external_fqdn>:<port>"]
      
      Closes-Bug: 1957117
      Change-Id: Ibd9ca6e40ee8c265775b0657d318aa3f82e4cccb
      d8c73aa2
    • Michal Nasiadka's avatar
      multiple: remove duplicated variables between defaults and group vars · 1736c788
      Michal Nasiadka authored
      Change-Id: I547ab4b05aa14ed3bbee8be2dc77a6840d4816f6
      1736c788
  23. Jan 11, 2022
  24. Jan 10, 2022
  25. Jan 09, 2022
    • Stig Telfer's avatar
      OpenID Connect certifiate file is optional · 78f29fdc
      Stig Telfer authored
      Some ID provider configurations do not require a certificate file.
      Change the logic to allow this, and update documentation accordingly.
      
      Change-Id: I2c34a6b5894402bbebeb3fb96768789bc3c7fe84
      78f29fdc
    • LinPeiWen's avatar
      Support enable/disable rabbitmq prometheus plugins · 1f3dcce5
      LinPeiWen authored
      rabbitmq starting from 3.8.0, built-in Prometheus support,
      prometheus plugins are enabled by default, when the environment is
      "enable_prometheus is no", rabbitmq role will disable prometheus plugins
      
      Closes-Bug: #1885106
      
      Change-Id: I4d694d6224c813285d228d6bc7eece5731db1078
      1f3dcce5
Loading