Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronise xena with upstream #124

Merged
merged 5 commits into from
Apr 20, 2023
Merged

Commits on Apr 13, 2023

  1. Fix kayobe_config_path description in globals.yml

    This change fixes the description accidently copied from the
    'kayobe_env_config_path' description.
    
    TrivialFix
    
    Change-Id: I7b9ced54ad886b3f92f7c757adc2efafa4cbfa4e
    Signed-off-by: Maksim Malchuk <[email protected]>
    (cherry picked from commit 2ab498f)
    mmalchuk committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    aec7807 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Fix passwords.yml generation when parent directory doesn't exist

    Fixes an issue where generation of passwords.yml for Kolla Ansible
    could fail if the directory containing the file does not exist. This is
    typical in a multiple environment setup, when creating a new
    environment.
    
    Story: 2010293
    Task: 46275
    Closes-Bug: #2015093
    Change-Id: I9dce73a8a205c0c0ad02eba3a10e02b82f5b191d
    (cherry picked from commit 5287083)
    markgoddard authored and mnasiadka committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    608795e View commit details
    Browse the repository at this point in the history
  2. Fix merge action plugins verbose output

    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.
    
    Change-Id: Ie2d9a0501fe29bfd854eb31258f282b197855948
    Signed-off-by: Maksim Malchuk <[email protected]>
    (cherry picked from commit 46000d4)
    mmalchuk committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    e8b9b8c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    85e0176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    466651a View commit details
    Browse the repository at this point in the history