Skip to content
Snippets Groups Projects
  1. Apr 25, 2023
    • Maksim Malchuk's avatar
      Fix Bash variable expansion issues in openrc file · df6472e0
      Maksim Malchuk authored
      
      Sometimes passwords, URLs and other values of the variables can
      contain special symbols, for example the dollar sign, using these
      values can lead to unpredictable attempts of the variable expansions
      in the Bash scripts, such as openrc file, so we need to use single
      quotes for all variables values.
      
      Change-Id: Ib2aabadd0ffd6a8dc2591245f29b4478e03d92fc
      Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
      df6472e0
  2. Apr 24, 2023
  3. Apr 22, 2023
  4. Apr 21, 2023
  5. Apr 20, 2023
  6. Apr 19, 2023
  7. Apr 18, 2023
  8. Apr 17, 2023
  9. Apr 14, 2023
  10. Apr 13, 2023
  11. Apr 12, 2023
  12. Apr 08, 2023
  13. Apr 03, 2023
  14. Apr 01, 2023
    • Maksim Malchuk's avatar
      Fix merge action plugins verbose output · 8972241d
      Maksim Malchuk authored
      
      This change fixes the output 'module_args' information of the plugins
      'merge_configs' and 'merge_yaml' when Ansible is executed in maximum
      verbose mode. Now all the plugin options are displayed instead of
      standard 'copy' plugin options only.
      
      Also, this change contains fixes already applied in the Kayobe
      project to improve and synchronize the code of the plugins between
      projects.
      
      Change-Id: Ie2d9a0501fe29bfd854eb31258f282b197855948
      Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
      8972241d
  15. Mar 31, 2023
    • Michal Nasiadka's avatar
      cli: fix find globals.d · 35b92825
      Michal Nasiadka authored
      Currently when the /etc/kolla/globals.d directory does not exist
      it writes an error on stderr.
      
      Change-Id: I2d4b3dd9dde3d383af213dc6fd376bc14c650a7d
      35b92825
  16. Mar 29, 2023
Loading