Skip to content
Snippets Groups Projects
  1. Jun 25, 2020
    • Mark Goddard's avatar
      Support CA certificate for fluentd & Elasticsearch · 31f3f848
      Mark Goddard authored
      Currently there is no way to configure a CA certificate bundle file for
      fluentd to Elasticsearch communication. This change adds a new variable,
      'fluentd_elasticsearch_cacert' with a default value set to the value of
      'openstack_cacert.
      
      Closes-Bug: #1885109
      
      Change-Id: I5bbf55a4dd4ccce9fa2635cee720139c088268e3
      31f3f848
  2. Jun 20, 2020
  3. Jun 19, 2020
  4. Jun 18, 2020
    • Zuul's avatar
      Merge "Remove mongodb supported for panko backend" · e6584532
      Zuul authored
      e6584532
    • Konstantinos Mouzakitis's avatar
      Adding support for multiple globals files · f6d8c0d4
      Konstantinos Mouzakitis authored
      Added a spec file for this blueprint.
      Changed the kolla-ansible script to accept more than one
      globals.yml file. That will still be the main one but operators
      will be able to create more, under the /etc/kolla/globals.d
      directory.
      Also added some paragraphs in the quickstart documentation
      about this.
      Finally, Adding a release note
      
      Change-Id: I34eb91d0e2ed80694594b8fc6801cf8ad77da754
      Implements: blueprint multiple-globals-files
      f6d8c0d4
    • wu.chunyang's avatar
      Add support of octavia dev mod · 36b93dd6
      wu.chunyang authored
      Similarly to other OpenStack services octavia should support
      kolla dev mod for debugging.
      
      Change-Id: I81b79dc0a4c5e40a67af7120a4109dfe11098a97
      36b93dd6
    • Doug Szumski's avatar
      Revert rename of Monasca API config file · de84b33e
      Doug Szumski authored
      I9b6bf5b6690f4b4b3445e7d15a40e45dd42d2e84 was updated to use the original
      config file name during review, but the config file was not renamed
      accordingly. The result is that an empty config file is written out.
      
      TrivialFix
      Change-Id: I5d0384b38ddb38133e5e11df85d8cf76f4044a64
      de84b33e
  5. Jun 17, 2020
  6. Jun 16, 2020
    • Zuul's avatar
      1e35ef5a
    • gugug's avatar
      Clean up the unnecessary "" for include_tasks · f220970d
      gugug authored
      The double quotation is not necessary for include_tasks, this
      ps to cleanup it.
      
      Change-Id: I0701035d185fdf19286cced7fe51fc277511e4c1
      f220970d
    • Xing Zhang's avatar
      Switch octavia to use service project in service_auth · c2037885
      Xing Zhang authored
      Recently a patch [1] was merged to stop adding the octavia user to the
      admin project, and remove it on upgrade. However, the octavia
      configuration was not updated to use the service project, causing load
      balancer creation to fail.
      
      There is also an issue for existing deployments in simply switching to
      the service project. While existing load balancers appear to continue to
      work, creating new load balancers fails due to the security group
      belonging to the admin project. At a minimum, the deployer needs to
      create a security group in the service project, and update
      'octavia_amp_secgroup_list' to match its ID. Ideally the flavor and
      network would also be recreated in the service project, although this
      does not seem to impact operation and will result in downtime for
      existing Amphorae.
      
      This change adds a new variable, 'octavia_service_auth_project', that
      can be used to set the project. The default in Ussuri is 'service',
      switching to the new behaviour. For backports of this patch it should be
      switched to 'admin' to maintain compatibility.
      
      If a deployer sets 'octavia_service_auth_project' to 'admin', the
      octavia user will be assigned the admin role in the admin project, as
      was done previously.
      
      Closes-Bug: #1882643
      Related-Bug: #1873176
      
      [1] https://review.opendev.org/720243/
      
      
      
      Co-Authored-By: default avatarMark Goddard <mark@stackhpc.com>
      
      Change-Id: I1efd0154ebaee69373ae5bccd391ee9c68d09b30
      c2037885
    • Zuul's avatar
      e7f39d31
    • James Kirsch's avatar
      Replace internal and external VIP CA with root CA · e3cd02ed
      James Kirsch authored
      Replaced "kolla_external_fqdn_cacert" and "kolla_internal_fqdn_cacert" with
      "kolla_admin_openrc_cacert". OS_CACERT is now set to the value of
      "kolla_admin_openrc_cacert" in the generated admin-openrc.sh file.
      
      Change-Id: If195d5402579cee9a14b91f63f5fde84eb84cccf
      Partially-Implements: blueprint add-ssl-internal-network
      Depends-On: https://review.opendev.org/#/c/731344/
      e3cd02ed
  7. Jun 15, 2020
Loading