Skip to content
Snippets Groups Projects
  1. Aug 24, 2020
    • Radosław Piliszek's avatar
      Drop python-path · 9c38a0c7
      Radosław Piliszek authored
      It was found to be useless in [1].
      
      It is one of distro_python_version usages.
      
      Note Freezer and Horizon still use python_path (and hence
      distro_python_version) for different purposes.
      
      [1] https://review.opendev.org/675822
      
      Change-Id: I6d6d9fdf4c28cb2b686d548955108c994b685bb1
      Partially-Implements: blueprint drop-distro-python-version
      9c38a0c7
  2. Aug 13, 2020
  3. Jun 05, 2020
    • Michal Arbet's avatar
      Fix STATIC_ROOT for Debian, Ubuntu · f9c814a1
      Michal Arbet authored
      STATIC_ROOT in local_settings.py should be configured
      to path which is also configured in apache's config.
      
      For debian, ubuntu binary setup it is
      /var/lib/openstack-dashboard/static.
      
      Reason why it is "accidentaly" working is:
      
      For debian package:
      Package is overriding STATIC_ROOT in
      /etc/openstack-dashboard/local_settings.d/_0003_debian_static_root.py.
      But this is going to be removed from settings in
      https://review.opendev.org/733607.
      
      For ubuntu package:
      Ubuntu package is adding patch to package which is including
      PYTHON_PATH do /usr/share/openstack-dashboard/
      And also they are creating several dirty symlinks to get it working.
      
      This patch is fixing this behaviour more clearly.
      
      Change-Id: I9862ac7ab462ca9018b684d63f26458ddda9f73a
      f9c814a1
  4. Apr 30, 2020
    • James Kirsch's avatar
      Add support for encrypting Horizon and Placement API · e3d5a91a
      James Kirsch authored
      This patch introduces an optional backend encryption for Horizon and
      Placement services. When used in conjunction with enabling TLS for
      service API endpoints, network communcation will be encrypted end to
      end, from client through HAProxy to the Horizon and Placement services.
      
      Change-Id: I9cb274141c95aea20e733baa623da071b30acf2d
      Partially-Implements: blueprint add-ssl-internal-network
      e3d5a91a
  5. Oct 16, 2019
    • Radosław Piliszek's avatar
      Implement IPv6 support in the control plane · bc053c09
      Radosław Piliszek authored
      Introduce kolla_address filter.
      Introduce put_address_in_context filter.
      
      Add AF config to vars.
      
      Address contexts:
      - raw (default): <ADDR>
      - memcache: inet6:[<ADDR>]
      - url: [<ADDR>]
      
      Other changes:
      
      globals.yml - mention just IP in comment
      
      prechecks/port_checks (api_intf) - kolla_address handles validation
      
      3x interface conditional (swift configs: replication/storage)
      
      2x interface variable definition with hostname
      (haproxy listens; api intf)
      
      1x interface variable definition with hostname with bifrost exclusion
      (baremetal pre-install /etc/hosts; api intf)
      
      neutron's ml2 'overlay_ip_version' set to 6 for IPv6 on tunnel network
      
      basic multinode source CI job for IPv6
      
      prechecks for rabbitmq and qdrouterd use proper NSS database now
      
      MariaDB Galera Cluster WSREP SST mariabackup workaround
      (socat and IPv6)
      
      Ceph naming workaround in CI
      TODO: probably needs documenting
      
      RabbitMQ IPv6-only proto_dist
      
      Ceph ms switch to IPv6 mode
      
      Remove neutron-server ml2_type_vxlan/vxlan_group setting
      as it is not used (let's avoid any confusion)
      and could break setups without proper multicast routing
      if it started working (also IPv4-only)
      
      haproxy upgrade checks for slaves based on ipv6 addresses
      
      TODO:
      
      ovs-dpdk grabs ipv4 network address (w/ prefix len / submask)
      not supported, invalid by default because neutron_external has no address
      No idea whether ovs-dpdk works at all atm.
      
      ml2 for xenapi
      Xen is not supported too well.
      This would require working with XenAPI facts.
      
      rp_filter setting
      This would require meddling with ip6tables (there is no sysctl param).
      By default nothing is dropped.
      Unlikely we really need it.
      
      ironic dnsmasq is configured IPv4-only
      dnsmasq needs DHCPv6 options and testing in vivo.
      
      KNOWN ISSUES (beyond us):
      
      One cannot use IPv6 address to reference the image for docker like we
      currently do, see: https://github.com/moby/moby/issues/39033
      (docker_registry; docker API 400 - invalid reference format)
      workaround: use hostname/FQDN
      
      RabbitMQ may fail to bind to IPv6 if hostname resolves also to IPv4.
      This is due to old RabbitMQ versions available in images.
      IPv4 is preferred by default and may fail in the IPv6-only scenario.
      This should be no problem in real life as IPv6-only is indeed IPv6-only.
      Also, when new RabbitMQ (3.7.16/3.8+) makes it into images, this will
      no longer be relevant as we supply all the necessary config.
      See: https://github.com/rabbitmq/rabbitmq-server/pull/1982
      
      For reliable runs, at least Ansible 2.8 is required (2.8.5 confirmed
      to work well). Older Ansible versions are known to miss IPv6 addresses
      in interface facts. This may affect redeploys, reconfigures and
      upgrades which run after VIP address is assigned.
      See: https://github.com/ansible/ansible/issues/63227
      
      Bifrost Train does not support IPv6 deployments.
      See: https://storyboard.openstack.org/#!/story/2006689
      
      
      
      Change-Id: Ia34e6916ea4f99e9522cd2ddde03a0a4776f7e2c
      Implements: blueprint ipv6-control-plane
      Signed-off-by: default avatarRadosław Piliszek <radoslaw.piliszek@gmail.com>
      bc053c09
  6. Oct 03, 2019
  7. Sep 14, 2019
  8. Aug 22, 2019
    • Krzysztof Klimonda's avatar
      Implement TLS encryption for internal endpoints · b0ecd8b6
      Krzysztof Klimonda authored
      This review is the first one in a series of patches and it introduces an
      optional encryption for internal openstack endpoints, implementing part
      of the add-ssl-internal-network spec.
      
      Change-Id: I6589751626486279bf24725f22e71da8cd7f0a43
      b0ecd8b6
  9. Aug 20, 2019
  10. Aug 16, 2019
  11. Aug 15, 2019
  12. Aug 14, 2019
  13. Jul 04, 2019
  14. May 31, 2019
    • Gaetan Trellu's avatar
      Adds Qinling Ansible role · edb34898
      Gaetan Trellu authored
      Qinling is an OpenStack project to provide "Function as a Service".
      This project aims to provide a platform to support serverless functions.
      
      Change-Id: I239a0130f8c8b061b531dab530d65172b0914d7c
      Implements: blueprint ansible-qinling-support
      Story: 2005760
      Task: 33468
      edb34898
  15. May 07, 2019
  16. Apr 23, 2019
  17. Mar 06, 2019
    • Jim Rollenhagen's avatar
      Allow horizon listening port to be different than reachable port · 3ee1a7ce
      Jim Rollenhagen authored
      This adds a horizon_listen_port option, which defaults to horizon_port
      for backward compatibility.
      
      This option allow the user to differentiate between the port the
      service listens on, and the port the service is reachable on. This is
      useful for external load balancers which live on the same host as the
      service itself.
      
      Change-Id: I1e47e9524fd9c41bbb2cd2fc80560e53d9296599
      Implements: blueprint service-hostnames
      3ee1a7ce
    • Jim Rollenhagen's avatar
      Use keystone_*_url var in all configs · 2e4e6050
      Jim Rollenhagen authored
      We're duplicating code to build the keystone URLs in nearly every
      config, where we've already done it in group_vars. Replace the
      redundancy with a variable that does the same thing.
      
      Change-Id: I207d77870e2535c1cdcbc5eaf704f0448ac85a7a
      2e4e6050
  18. Jan 04, 2019
    • Kien Nguyen's avatar
      Use <project>_install_type instead of kolla_install_type · 04394311
      Kien Nguyen authored
      Use <project>_install_type instead of kolla_install_type
      to set python_path. For example, general kolla_install_type
      is 'binary', but user wants to deploy Horizon from 'source'.
      Horizon templates still use python_path=/usr/share/openstack-dashboard,
      it is wrong.
      
      Change-Id: Ide6a24e17b1f8ab6506aa5e53f70693706830418
      04394311
  19. May 18, 2018
    • Jorge Niedbalski's avatar
      horizon: allow to configure by custom_local_settings.j2 · d516ad7d
      Jorge Niedbalski authored
      kolla-ansible should provide a mechanism to allow operators to overwrite
      the default (or not exposed through configuration) options for the
      local_settings.
      
      local_settings.j2 may be good place to configure horizon but requires
      operator to sync it every release.
      
      custom_local_settings.j2 can be used to overwrite things from
      local_settings.j2 without a need of syncing it first.
      
      This patch also adds a release note and a documentation section
      under the advanced configuration page.
      
      Partial-Bug: #1769970
      Depends-On: https://review.openstack.org/#/c/567006/
      Change-Id: I84b54ba737276114e512d4577ac4b9010682bb98
      d516ad7d
  20. Apr 03, 2018
  21. Mar 14, 2018
  22. Jan 22, 2018
  23. Jan 18, 2018
  24. Nov 28, 2017
    • Pierre Hanselmann's avatar
      Add horizon domain dropdown · 27253723
      Pierre Hanselmann authored
      Added ``horizon_keystone_domain_choices`` hash. It can be used to set the
      available domains to choose from on the horizon login page. This feature
      was introduced in pike release.
      
      Change-Id: Ia7d2bc45e518848a04ce78e7833e1cf9a0ef21ce
      27253723
  25. Sep 25, 2017
    • Pierre Hanselmann's avatar
      Horizon multidomain flag · bd186a2e
      Pierre Hanselmann authored
      Added horizon_keystone_multidomain flag. It can be now overriden
      in globals.yml. Default set to False.
      
      Change-Id: I6f8f261cf4b9779e57c2443ac219cdddb1731f52
      bd186a2e
  26. Sep 20, 2017
    • Pierre Hanselmann's avatar
      WSGI configuration missing directive · 8298afef
      Pierre Hanselmann authored
      WSGI configuration is missing the directive
      "WSGIApplicationGroup %{GLOBAL}" after
      WSGIProcessGroup" in the horizon template.
      Of all WSGI configuration templates it is
      the only one that does not have the
      "WSGIApplicationGroup" line.
      
      Change-Id: I3001901abbaae842f49179b6febf844337431afc
      Closes-Bug: #1717922
      8298afef
  27. Jul 28, 2017
  28. Jul 26, 2017
    • Tatsuma Matsuki's avatar
      Unified Apache access log format · db0f4696
      Tatsuma Matsuki authored
      Apache access log formats are modified to be consistent with
      the format defined in wsgi-keystone.conf, which includes
      the response time (%D) and X-forwarder-For fields.
      
      Change-Id: I02aa5eb106fb894196dfb6e22daf2968e27ed3cb
      Closes-Bug: #1703571
      db0f4696
  29. Jul 25, 2017
  30. Jul 21, 2017
  31. Jul 19, 2017
  32. Jul 18, 2017
  33. Jul 05, 2017
  34. Jun 27, 2017
    • Noboru Iwamatsu's avatar
      fix horizon contents path for ubuntu/binary · 60439d89
      Noboru Iwamatsu authored
      The static contents directory path of the openstack-dashboard
      provided by Ubuntu Cloud Archive is different from RDO's.
      This fixes the horizon.conf template to set the correct alias
      when ubuntu+binary are specified.
      
      Change-Id: I1b0c04cecc66b42bf764aa035e7ec24c37d805e3
      Closes-Bug: #1700712
      60439d89
  35. May 26, 2017
  36. Mar 10, 2017
    • rcherrueau's avatar
      Multi-regions Support · dcdbe441
      rcherrueau authored
      Add support for basic multiple regions, that is to say, many OpenStack
      with a shared Keystone (same users) and Horizon. The shared Keystone
      and Horizon are deployed into one region, for instance RegionOne.
      Services of other regions have an access to this Keystone. This
      support assumes that the operator knows the name of all OpenStack
      regions in advance, and considers as many Kolla runs as there are
      regions.
      
      The new variable, multiple_regions_names, contains the name of
      regions. It is needed by the region that includes Keystone and
      Horizon. In register.yml, it specifies to create as many Keystone
      endpoints as there are regiones, so that services of other regions can
      connect to Keystone. In local_settings.j2, it changes the render to
      support multiple regions in Horizon. The multi-regions.rst explains
      how to perform a multiple regions deployment.
      
      Implements: blueprint multi-kolla-config
      Change-Id: Icab2aebfc4de0e3bc609950956e0af397705f403
      dcdbe441
  37. Feb 22, 2017
    • Eduardo Gonzalez's avatar
      Add missing dashboard policies · b35901c1
      Eduardo Gonzalez authored
      New dashboard plugins are included in horizon,
      new custom policies support need to be added for
      those services.
      
      Change conditional check to apply changes when
      horizon plugin is enabled, not the service itself.
      
      Closes-Bug: #1664505
      Change-Id: I67fcb88fd432b4c7554ddf24e76b28c3aab7c01f
      b35901c1
  38. Jan 27, 2017
Loading