Skip to content
Snippets Groups Projects
  1. Jan 23, 2025
  2. Jan 29, 2024
    • Alex-Welsh's avatar
      Update keystone service user passwords · ffd6e3bf
      Alex-Welsh authored
      Service user passwords will now be updated in keystone if services are
      reconfigured with new passwords set in config. This behaviour can be
      overridden.
      
      Closes-Bug: #2045990
      Change-Id: I91671dda2242255e789b521d19348b0cccec266f
      ffd6e3bf
  3. Mar 23, 2023
  4. Nov 04, 2022
  5. Oct 27, 2020
  6. Aug 25, 2020
    • wu.chunyang's avatar
      add region name for tasks · 60dc0128
      wu.chunyang authored
      when use multiple regions, those tasks always get a wrong endpoint.
      
      Change-Id: Ie164687b2ffd80cedf8a00e7f705b73fccd416e2
      60dc0128
  7. Sep 17, 2019
  8. Aug 16, 2019
    • Scott Solkhon's avatar
      Support configuration of trusted CA certificate file · 09e02ef8
      Scott Solkhon authored
      This commit adds the functionality for an operator to specify
      their own trusted CA certificate file for interacting with the
      Keystone API.
      
      Implements: blueprint support-trusted-ca-certificate-file
      Change-Id: I84f9897cc8e107658701fb309ec318c0f805883b
      09e02ef8
  9. Jun 06, 2019
    • Mark Goddard's avatar
      Use become for all docker tasks · b123bf66
      Mark Goddard authored
      Many tasks that use Docker have become specified already, but
      not all. This change ensures all tasks that use the following
      modules have become:
      
      * kolla_docker
      * kolla_ceph_keyring
      * kolla_toolbox
      * kolla_container_facts
      
      It also adds become for 'command' tasks that use docker CLI.
      
      Change-Id: I4a5ebcedaccb9261dbc958ec67e8077d7980e496
      b123bf66
  10. May 14, 2018
  11. Apr 24, 2018
  12. Apr 16, 2018
    • Jeffrey Zhang's avatar
      Remove useless module_extra_vars in registry.yml · 84ade4e1
      Jeffrey Zhang authored
      - remove uesless module_extra_vars, this is a historical issue. In the
        past, we use 'docker exec kolla_toolbox ansible xxx' to run module on
        target node, so complex data have to pass through extra_vars. Now we
        are using kolla_toolbox module, no need to use extra_vars anymore.
      - Remove some useless until.
      
      Change-Id: I72ed28001202917f9a82a1c3ea33cd6319911ec8
      84ade4e1
  13. Oct 05, 2017
    • Eduardo Gonzalez's avatar
      Fix deployment with public TLS enabled · 56374206
      Eduardo Gonzalez authored
      When deploying with tls enabled in public
      endpoints, ansible modules fails due SSL certificates
      are self-signed.
      
      This change adds a new variable to allow customization
      on which endpoints ansible should connect.
      Defaults to admin because admin auth parameters defaults
      to admin endpoint.
      
      Change-Id: Ic3ed58cf9c9579cae08a11bbfe6fce983b5a9cbc
      Closes-Bug: #1720995
      56374206
  14. Feb 23, 2017
    • t.goto's avatar
      magnum domain register error at setting domain id · d1417cd1
      t.goto authored
      Setting up Magnum fails at creating and setting magnum's trustee
      domain.
      The changes this patch introduces follow.
        - add registering trustee_domain
        - remove unnecessary set_fact as this variable is used only once
      
      Change-Id: I1c1ed8a20871fb4e9f153c6dd1431d9b6fd286a5
      Closes-Bug: #1667209
      d1417cd1
  15. Feb 04, 2017
  16. Feb 03, 2017
  17. Jan 26, 2017
  18. Oct 07, 2016
    • Martin Matyáš's avatar
      Fix genconfig and reconfigure for magnum · 4fa2508e
      Martin Matyáš authored
      Genconfig and reconfigure failing for magnum.
      Chainging magnum trust configuretion parameters
      to user/domain names instead of ids so they don't
      depend on register.yml task anymore.
      
      Change-Id: I55fddf48eafc44892fd0ab96835bfb0b51849d37
      Closes-bug: #1630248
      4fa2508e
  19. Sep 28, 2016
    • Vikram Hosakote's avatar
      Fix Magnum trustee issues · 3c456251
      Vikram Hosakote authored
      
      This patch set fixes all Magnum issues in kolla master.
      
      The [trust] section set to magnum.conf
      using created trustee domain and user for Magnum
      in ansible/roles/magnum/tasks/register.yml using ansible
      openstack modules.
      
      Bump shade to 1.5.0 in kolla-toolbox because of
      os_user_role ansible module dependency.
      
      Certificate storage is changed from 'local' (non-production)
      to magnum's internal storage (x509keypair) or barbican.
      
      Co-Authored-By: default avatarMartin Matyas <martinx.maty@intel.com>
      Change-Id: Ifcb016c0bc4c8c3fc20e063fa05dc8838aae838c
      Closes-Bug: #1551992
      3c456251
  20. Jul 08, 2016
    • ZhongShengping's avatar
      Fix magnum default service type · 9bd7136c
      ZhongShengping authored
      Magnum default service type changed from "container" to
      "container-infra". It is recommended to update the service
      type at Keystone service catalog accordingly.
      
      Closes-Bug: #1600163
      Change-Id: Ief1fed0ef15ab1b86a9500d9a7557828f8e6afc4
      9bd7136c
  21. Mar 03, 2016
    • SamYaple's avatar
      Fix Keystone v3 and Horizon · 57124620
      SamYaple authored
      After our switch to keystone-manage bootstrap Horizon is not happy
      due to v3 not being setup correctly. This patch fixes that
      
      This also includes removal of unused variables (transforms them into
      endpoint url variables)
      
      TrivialFix
      Change-Id: I1e04db8c24049f80e974c063f03068a2ab32a563
      57124620
  22. Feb 26, 2016
    • SamYaple's avatar
      Change kolla_internal_address variable · d3cfb205
      SamYaple authored
      Due to poor planning on our variable names we have a situation where
      we have "internal_address" which must be a VIP, but "external_address"
      which should be a DNS name. Now with two vips "external_vip_address"
      is a new variable.
      
      This corrects that issue by deprecating kolla_internal_address and
      replacing it with 4 nicely named variables.
      
      kolla_internal_vip_address
      kolla_internal_fqdn
      kolla_external_vip_address
      kolla_external_fqdn
      
      The default behaviour will remain the same, and the way the variable
      inheritance is setup the kolla_internal_address variable can still be
      set in globals.yml and propogate out to these 4 new variables like it
      normally would, but all reference to kolla_internal_address has been
      completely removed.
      
      Change-Id: I4556dcdbf4d91a8d2751981ef9c64bad44a719e5
      Partially-Implements: blueprint ssl-kolla
      d3cfb205
  23. Feb 15, 2016
    • Dave McCowan's avatar
      Use variables to specify http or https when constructing URLs · 1cedf77f
      Dave McCowan authored
      To allow for TLS to protect the service endpoints, the protocol
      in the URLs for the endpoints will be either http or https.
      
      This patch removes the hardcoded values of http and replaces them
      with variables that can be adjusted accordingly in future patches.
      
      Change-Id: Ibca6f8aac09c65115d1ac9957410e7f81ac7671e
      Partially-implements: blueprint ssl-kolla
      1cedf77f
  24. Feb 02, 2016
    • SamYaple's avatar
      Rename kolla_ansible to kolla_toolbox · 80b7266e
      SamYaple authored
      This change is needed for clarity. We have a kolla-ansible script.
      We have a kolla-mesos repo. We plan to have a kolla-ansible repo.
      Already we have had far too much confusion about whether we are
      talking about the container or the project. Naming this kolla-toolbox
      eliminates all of that confusion and its probably a bit more accurate
      of a name too.
      
      Closes-Bug: #1541053
      Change-Id: I8fd1f49d5a22b36ede5b10f46b9fe02ddda9007e
      80b7266e
  25. Nov 13, 2015
Loading