Skip to content
Snippets Groups Projects
  1. Oct 02, 2018
    • Mark Goddard's avatar
      Don't use 'become' in CI tests · 8399fc78
      Mark Goddard authored
      Kolla Ansible now claims [1] to support executing as a user other than
      root.  We should ensure that this is tested in CI.
      
      This change removes the 'become' from hosts in the inventory, and sets
      the remote user to 'kolla', as configured via the bootstrap-servers
      command. The bootstrap-servers command and other ansible commands
      executed before it still need to execute as the zuul user and not as
      kolla, since kolla does not exist yet.
      
      The autogenerated SSH private key in passwords.yml is now added to the
      zuul user's SSH config, such that it can SSH as the kolla user, which
      has authorised this key.
      
      [1]
      https://blueprints.launchpad.net/kolla-ansible/+spec/ansible-specific-task-become
      
      Change-Id: I8f3587e2908bc5b8889cd6fbc01981a6186d33e6
      8399fc78
    • Mark Goddard's avatar
      Fix non-root reconfiguration with ceph enabled · b50917fe
      Mark Goddard authored
      Various ceph-related tasks were missing a 'become' that would allow them
      to work as a non-root user. This seems to only cause a problem after an
      initial deployment, perhaps due to the recursive ownership & permissions
      changes at the end of the ceph.yml and external_ceph.yml files.
      
      This change adds the necessary becomes.
      
      Change-Id: I887c7b3bdef49db1dd1bf9e5bdbf5dc47b7f41af
      Closes-Bug: #1795125
      b50917fe
  2. Sep 29, 2018
  3. Sep 28, 2018
  4. Sep 26, 2018
  5. Sep 25, 2018
  6. Sep 24, 2018
  7. Sep 23, 2018
  8. Sep 21, 2018
  9. Sep 20, 2018
  10. Sep 19, 2018
  11. Sep 18, 2018
Loading