Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 29, 2017
    • Pierre Hanselmann's avatar
      Fix neutron invalid json file · c60293f6
      Pierre Hanselmann authored
      Fix a missing comma in config.json when neutron_plugin_agent is set
      to 'vmware_nsxv' or 'vmware_dvs'.
      
      Closes-Bug: #1720380
      
      Change-Id: I088f09a426a5435202176c45a77b1fbc19468f97
      c60293f6
  3. Sep 28, 2017
    • yong sheng gong's avatar
      fix wrong keystone_authtoken settings · fcbb75ce
      yong sheng gong authored
      Change-Id: Idfc0b4c6f4f5c699cd999662a98862ccc5286a5f
      Closes-bug: 1720179
      fcbb75ce
    • Christian Berendt's avatar
      Add service plugin segment to neutron · 2e91cc19
      Christian Berendt authored
      This also sorts the list service_plugins.
      
      Change-Id: I28c12337e56060061a5db13c9a23f8d4b231b1fd
      2e91cc19
    • Tatsuma Matsuki's avatar
      Add fluentd enable option · 03354bc9
      Tatsuma Matsuki authored
      This change adds enable_fluentd option and enables some other log shippers
      to be integrated. When enable_fluentd is "no", syslog server is also disabled.
      Then, this change also adds syslog parameters to use a syslog server
      prepared by users.
      
      Change-Id: I7c83ef7fe30a6b9ab7385bcee953ad07e96b0a83
      Implements: blueprint fluentd-enable-option
      03354bc9
    • wanghongxu's avatar
      set glance_api_version = 2 in cinder configure · 1ec5f6e9
      wanghongxu authored
      We need set glance_api_version = 2 in cinder
      configure to support upload volume to image.
      
      Change-Id: I6162b94833043edb06b434bc578f4caa47213b94
      Closes-bug: #1720048
      1ec5f6e9
  4. Sep 27, 2017
  5. Sep 26, 2017
  6. Sep 25, 2017
  7. Sep 23, 2017
    • Eduardo Gonzalez's avatar
      Fix ci gate failure · fa06dcd3
      Eduardo Gonzalez authored
      
      This patch includes three unrelated fixes.
      
      Make qemu use nova user in centos
      Libvirt 3.2.0 (latest version in centos) seems to
      have changed behavior of dynamic_ownership.
      
      Pin ansible to <2.4 to make ara work in gates
      ARA does not work yet with ansible 2.4, this change
      pins to lower version to make gates work.
      Revert once ara works with 2.4
      
      Disable selinux for oraclelinux and centos.
      
      Co-Authored-By: default avatarwanghongxu <wang19930902@gmail.com>
      Co-Authored-By: default avatarJeffrey Zhang <jeffrey.zhang@99cloud.net>
      Change-Id: Iac8bec19437192cd198d58f71c6ed0a65a76f820
      Closes-bug: #1718541
      fa06dcd3
  8. Sep 22, 2017
  9. Sep 21, 2017
  10. 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
    • yong sheng gong's avatar
      Remove unused configuration items from tacker role · 8c4862cf
      yong sheng gong authored
      New tacker has removed nova heat configure items,
      but the tacker role is still using it.
      
      In addition, the ceilometer and aodh are backend OpenStack
      components, the configuration of feature in tacker does not depend
      on them directly.
      
      Change-Id: I475ff763475ed699a1e7498cc9898bd71d00ae7c
      Closes-bug: 1718113
      8c4862cf
  11. Sep 18, 2017
    • James McCarthy's avatar
      Update designate to allow use of external bind9 dns servers. · d4f8b413
      James McCarthy authored
      kolla designate DNSaaS makes use of containerised bind9 servers
      as it's default designate_backend. These can be disabled by
      setting designate_backend to "no". default: "bind9"
      
      This commit adds two new properties:
      1) designate_backend_external
       which can be enabled by setting it to 'bind9'. default: "no"
      and
      2) designate_backend_external_bind9_nameservers, which can
       accept a csv list of all the external server addresses.
       (default: "")
      
      The following attributes should either be set:
      'internal' (the default)
       designate_backend: "bind9"
       designate_backend_external: "no"
       (designate_backend_external_bind9_nameservers is ignored)
      or
       'external'
       designate_backend: "no"
       designate_backend_external: "bind9"
       (designate_backend_external_bind9_nameservers must be populated)
      
      Configuration override files to align with external bind9
      dns servers must be supplied manually,
       /etc/kolla/config/designate/rndc.key
       /etc/kolla/config/designate/rndc.conf
      
      Change-Id: I8dbe6fd4fe7820b9143604d89e8399b07e07c3fd
      d4f8b413
    • Bertrand Lallau's avatar
      Fluentd: reduce CPU and I/O consumption · 498dab24
      Bertrand Lallau authored
      Disable the additional watch timer (enable_watch_timer).
      Setting this parameter to false will significantly reduce CPU and I/O
      consumption when tailing a large number of files on systems with inotify
      support.
      
      Change-Id: Ib432e6cdece01dbb94b3d2f3d7fbdd04b81d25fa
      498dab24
  12. Sep 14, 2017
  13. Sep 13, 2017
    • Mark Goddard's avatar
      Support configuration of custom fluentd outputs · fb465146
      Mark Goddard authored
      In some scenarios it may be useful to configure custom fluentd outputs
      to forward logs to a logging service other than elasticsearch.
      
      This change supports configuration of fluentd outputs by placing
      output configuration files in /etc/kolla/config/fluentd/output/*.conf.
      
      Change-Id: I3c0b271d88dbb307ba3a23546e29c72e8baeca55
      Implements: blueprint fluentd-custom-outputs
      fb465146
    • Bertrand Lallau's avatar
      Simplify Openstack services configuration possibilities · a3dfdfc0
      Bertrand Lallau authored
      Actually Openstack services configuration can be overriden using many
      files:
      - /etc/kolla/config/<< service name >>/<< config file >>
      - /etc/kolla/config/<< service name >>/<<host>>/<< config file >>
      - /etc/kolla/config/global.conf
      - /etc/kolla/config/database.conf
      - /etc/kolla/config/messaging.conf
      
      Only per-service configuration is actually documented here:
      https://github.com/openstack/kolla-ansible/blob/master/doc/advanced-configuration.rst#L164
      
      Allowing to globally modify service configuration can be perform too,
      but it can be done in 3 different manners, all not documented:
      - /etc/kolla/config/global.conf
      - /etc/kolla/config/database.conf
      - /etc/kolla/config/messaging.conf
      
      database.conf and messaging.conf seems redundant with global.conf.
      In order to simplify codebase it seems logical to remove them.
      
      Documentation has been added for overriding configuration globally and
      release note has been added too.
      
      Closes-Bug: #1682479
      Change-Id: I5d922dfc0d938173bad34ac64e490b78db1b7e31
      a3dfdfc0
    • Dan Ardelean's avatar
      Fix Pike nova.conf for HyperV · 58562fc0
      Dan Ardelean authored
      HyperV Nova needs some nova.conf changes to work properly.
      More precisely: 'auth_plugin' becomes 'auth_type'.
      
      Closes-Bug: #1716956
      Change-Id: Ic2342e2303b780398f81b3024fe5b11111e34a6e
      58562fc0
    • Vladislav Belogrudov's avatar
      Remove too many inventory levels for iscsid · 36681821
      Vladislav Belogrudov authored
      This fix removes unnecessary deep nesting of host groups
      for iscsid service in case of Ironic hosts.
      Before: iscsid -> ironic-conductor -> ironic -> control
      After:  iscsid -> ironic -> control
      
      Change-Id: Ie5393368ecbd3830f0ca01233d7b4a8ba782619a
      Closes-Bug: #1716935
      36681821
  14. Sep 12, 2017
  15. Sep 11, 2017
Loading