Skip to content
Snippets Groups Projects
  1. May 31, 2023
    • Maksim Malchuk's avatar
      Fix passwords.yml permissions · 5fd81170
      Maksim Malchuk authored
      
      The kolla-genpwd, kolla-mergepwd, kolla-readpwd and kolla-writepwd
      commands now creates or updates passwords.yml with correct
      permissions. Also they display warning message about incorrect
      permissions.
      
      Closes-Bug: #2018338
      Change-Id: I4b50053ced9150499d1d09fd4a0ec2e243cf938b
      Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
      5fd81170
  2. May 22, 2020
    • Mark Goddard's avatar
      Improve error reporting in password utilities · 620b808c
      Mark Goddard authored
      The kolla-genpwd and kolla-mergepwd commands can be used to manipulate
      the kolla passwords.yml file. The format is a YAML encoded dict of
      password variable names to their values. If the format is not a dict,
      the error messages are unhelpful.  In particular, this can happen if the
      file is encrypted e.g. via Ansible Vault.
      
      For kolla-genpwd:
      
          AttributeError: 'NoneType' object has no attribute 'items'
      
      For kolla-mergepwd:
      
          AttributeError: 'NoneType' object has no attribute 'update'
      
      This change adds a more friendly message.
      
      Change-Id: I27f0835b904e05006ae401adf383090322e1b891
      Closes-Bug: #1880220
      620b808c
  3. Feb 08, 2020
  4. Mar 10, 2019
  5. Mar 30, 2017
  6. Feb 15, 2017
    • Jeffrey Zhang's avatar
      Rename kolla namespace to kolla_ansible · 177fbea7
      Jeffrey Zhang authored
      * Rename kolla namespace to kolla_ansible
      * remove oslo.config.opts entry points which is uesless
      * delete useless tools/version-check.py script
      
      Change-Id: I005dd7223ff23afbb2ce8cbfd0ebec0969102798
      177fbea7
  7. Dec 05, 2016
  8. Nov 28, 2016
    • Vladislav Belogrudov's avatar
      Add tool to merge passwords during release upgrade · 14f9246f
      Vladislav Belogrudov authored
      Typical usage:
         cp /etc/kolla/passwords.yml /etc/kolla/passwords.yml.old
         kolla-genpwd
         kolla-mergepwd --old /etc/kolla/passwords.yml.old \
                        --new /etc/kolla/passwords.yml     \
                        --final /etc/kolla/passwords.yml
      
      Change-Id: Ibbc598909e28e096145841aec929d0cfcf8f7cab
      Implements: blueprint kolla-merge-passwords
      14f9246f
Loading