Skip to content
Snippets Groups Projects
  1. Mar 02, 2021
  2. Feb 24, 2021
  3. Feb 23, 2021
  4. Feb 22, 2021
  5. Feb 20, 2021
  6. Feb 19, 2021
  7. Feb 18, 2021
  8. Feb 17, 2021
  9. Feb 16, 2021
  10. Feb 15, 2021
    • Zuul's avatar
      Merge "Fix Barbican API log config" · 2b906bc3
      Zuul authored
      2b906bc3
    • Pedro Henrique's avatar
      Add support to OpenID Connect Authentication flow · f3fbe837
      Pedro Henrique authored
      
      This pull request adds support for the OpenID Connect authentication
      flow in Keystone and enables both ID and access token authentication
      flows. The ID token configuration is designed to allow users to
      authenticate via Horizon using an identity federation; whereas the
      Access token is used to allow users to authenticate in the OpenStack CLI
      using a federated user.
      
      Without this PR, if one wants to configure OpenStack to use identity
      federation, he/she needs to do a lot of configurations in the keystone,
      Horizon, and register quite a good number of different parameters using
      the CLI such as mappings, identity providers, federated protocols, and
      so on. Therefore, with this PR, we propose a method for operators to
      introduce/present the IdP's metadata to Kolla-ansible, and based on the
      presented metadata, Kolla-ansible takes care of all of the
      configurations to prepare OpenStack to work in a federated environment.
      
      Implements: blueprint add-openid-support
      Co-Authored-By: default avatarJason Anderson <jasonanderson@uchicago.edu>
      Change-Id: I0203a3470d7f8f2a54d5e126d947f540d93b8210
      f3fbe837
    • Zuul's avatar
      Merge "CI: Add monasca scenario" · f0ff9dfc
      Zuul authored
      f0ff9dfc
    • Zuul's avatar
      6e157f47
    • Zuul's avatar
  11. Feb 12, 2021
    • Mark Goddard's avatar
      Fix installation with pip install --user · 519ca1c0
      Mark Goddard authored
      If kolla-ansible is installed via pip install --user, currently the
      kolla-ansible script is unable to locate the installed playbooks.
      This leads to a failure when running commands.
      
      This change fixes the issue by checking for the user's .local directory
      as a possible installation path.
      
      This fixes some of the scenario tests which were failing after switching
      to a user installation in Ifaf1948ed5d42eebaa62d7bad375bbfc12b134d5.
      Most tests did not fail since the kolla-ansible script in the source
      checkout was used.
      
      Closes-Bug: #1915527
      
      Change-Id: I5b47a146627d06bb3fe4a747c5f20290c726b0f9
      519ca1c0
    • Zuul's avatar
  12. Feb 11, 2021
    • Mark Goddard's avatar
      CI: fix ceph-ansible installation after cryptography 3.4 release · 5fc77079
      Mark Goddard authored
      Installing ceph-ansible in the virtualenv on CentOS 8 fails with:
      
          ModuleNotFoundError: No module named 'setuptools_rust'
      
      This error appeared following the release of cryptography 3.4, which now
      includes Rust code. It can be installed without Rust using a Python
      wheel, but only with more recent pip than version 9.0.3 available as RPM
      on CentOS 8. The cryptography bug report [1] recommends pip>=19.1.1.
      
      This change upgrades pip in the virtualenv before installing
      ceph-ansible.
      
      [1] https://github.com/pyca/cryptography/issues/5753
      
      Change-Id: I47473de6f71c422db2238d653c2d8f379c55e79b
      5fc77079
    • Giacomo Lanciano's avatar
      Fix monasca-grafana check · 486de99d
      Giacomo Lanciano authored
      - Increment retries: waiting 20 seconds (i.e., 10 retries) seem to
        be not enough for monasca-grafana to start on the first node.
        Increasing to 80 seconds (i.e., 40 retries) fixes the issue.
      
      - Prevent the check from running when kolla_action=config. In that
        case, the command would never succeed as the service is not
        deployed yet (similarly to
        https://review.opendev.org/c/openstack/kolla-ansible/+/771237).
      
      Closes-Bug: #1915060
      Related-Bug: #1821285
      Change-Id: I7b42c51a66caed0eccf118615d841dca97a7af9d
      486de99d
  13. Feb 10, 2021
    • Mark Goddard's avatar
      CI: fix kolla-ansible installation after cryptography 3.4 release · 3dd6834a
      Mark Goddard authored
      Installing kolla-ansible system-wide on CentOS 8 fails with:
      
          ModuleNotFoundError: No module named 'setuptools_rust'
      
      This error appeared following the release of cryptography 3.4, which now
      includes Rust code. It can be installed without Rust using a Python
      wheel, but only with more recent pip than version 9.0.3 available as RPM
      on CentOS 8. The cryptography bug report [1] recommends pip>=19.1.1.
      
      This change switches to using pip --user when installing kolla-ansible.
      
      Also fixes an issue with ansible-lint which was failing on
      etc/kolla/globals.yml due to a missing space before comments.
      
      [1] https://github.com/pyca/cryptography/issues/5753
      
      Change-Id: Ifaf1948ed5d42eebaa62d7bad375bbfc12b134d5
      Closes-Bug: #1915141
      3dd6834a
    • Radosław Piliszek's avatar
      Lint and fix renos · 223c6793
      Radosław Piliszek authored
      One of the renos was causing issues due to a duplicated id.
      This change makes tox doc8 env lint renos and fixes
      the offending reno.
      
      Change-Id: Id3ae6e144b4261c97726cdec172ea9bef093de9e
      223c6793
  14. Feb 08, 2021
  15. Feb 07, 2021
  16. Feb 03, 2021
  17. Feb 01, 2021
  18. Jan 31, 2021
  19. Jan 29, 2021
    • fudunwei's avatar
      Negative seqno need to be considered when comparing seqno · 068f3fea
      fudunwei authored
      Need to consider Negative seqno to compare in some cases,
      but the task does not support to do that, we need to make it work.
      
      1.we use mariabackup to restore datas on control1, delete the
      mariadb data on control2 and control3, and then use cluster recovery,
       as a result that the seqno of the other two nodes will be '-1'.
      
      2. add one more control node into our existing mariadb cluster,
      and then use cluster recovery, the seqno of the new node will be '-1'.
      
      Change-Id: Ic1ac8656f28c3835e091637014f075ac5479d390
      068f3fea
  20. Jan 27, 2021
    • Piotr Parczewski's avatar
      [docs] Unify project's naming convention · 5db72659
      Piotr Parczewski authored
      There are inconsitencies across the documentation and the source code files
      when it comes to project's name (Kolla Ansible vs. Kolla-Ansible). This
      commit aims at unifying it so that the naming becomes consistent everywhere.
      
      Change-Id: I903b2e08f5458b1a1abc4af3abefe20b66c23a54
      5db72659
Loading