Skip to content
Snippets Groups Projects
  1. Feb 08, 2019
    • Jim Rollenhagen's avatar
      Allow keystone services to use independent hostnames · bece976b
      Jim Rollenhagen authored
      This allows keystone service endpoints to use custom hostnames, and adds the
      following variables:
      
      * keystone_internal_fqdn
      * keystone_external_fqdn
      
      These default to the old values of kolla_internal_fqdn or
      kolla_external_fqdn.
      
      This also adds the following variables:
      
      * keystone_admin_listen_port
      * keystone_public_listen_port
      
      These default to keystone_admin_port and keystone_public_port,
      respectively, for backward compatibility.
      
      These options 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: I50c46c674134f9958ee4357f0f4eed5483af2214
      Implements: blueprint service-hostnames
      bece976b
    • Jim Rollenhagen's avatar
      Allow neutron services to use independent hostnames · 255fff02
      Jim Rollenhagen authored
      This allows neutron service endpoints to use custom hostnames, and adds the
      following variables:
      
      * neutron_internal_fqdn
      * neutron_external_fqdn
      
      These default to the old values of kolla_internal_fqdn or
      kolla_external_fqdn.
      
      This also adds a neutron_server_listen_port option, which defaults to
      neutron_server_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: I87d7387326b6eaa6adae1600b48d480319d10676
      Implements: blueprint service-hostnames
      255fff02
    • Jim Rollenhagen's avatar
      Allow glance services to use independent hostnames · a819ef12
      Jim Rollenhagen authored
      This allows glance service endpoints to use custom hostnames, and adds the
      following variables:
      
      * glance_internal_fqdn
      * glance_external_fqdn
      
      These default to the old values of kolla_internal_fqdn or
      kolla_external_fqdn.
      
      This also adds a glance_api_listen_port option, which defaults to
      glance_api_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: Icb91f728533e2db1908b23dabb0501cf9f8a2b75
      Implements: blueprint service-hostnames
      a819ef12
    • Jim Rollenhagen's avatar
      Allow nova services to use independent hostnames · 51c9e1b6
      Jim Rollenhagen authored
      This allows nova service endpoints to use custom hostnames, and adds the
      following variables:
      
      * nova_internal_fqdn
      * nova_external_fqdn
      * placement_internal_fqdn
      * placement_external_fqdn
      * nova_novncproxy_fqdn
      * nova_spicehtml5proxy_fqdn
      * nova_serialproxy_fqdn
      
      These default to the old values of kolla_internal_fqdn or
      kolla_external_fqdn.
      
      This also adds the following variables:
      
      * nova_api_listen_port
      * nova_metadata_listen_port
      * nova_novncproxy_listen_port
      * nova_spicehtml5proxy_listen_port
      * nova_serialproxy_listen_port
      * placement_api_listen_port
      
      These default to <service>_port, e.g. nova_api_port, for backward
      compatibility.
      
      These options 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: I7bcce56a2138eeadcabac79dd07c8dba1c5af644
      Implements: blueprint service-hostnames
      51c9e1b6
    • Zuul's avatar
  2. Feb 07, 2019
  3. Feb 05, 2019
    • confi-surya's avatar
      Add missing dirs · ae8d085e
      confi-surya authored
      We can see some contribution directory is missing which
      exist parallel to other directories. Adding this information
      to README is helpful for new contributors to understand
      high level directory structure.
      
      Change-Id: I4ed50b49aac1e9ab21957f4ec3da1b33883ad9b1
      ae8d085e
    • Zuul's avatar
      Merge "remove pep8 from lower-constraints.txt" · 23c555d9
      Zuul authored
      23c555d9
  4. Feb 04, 2019
  5. Feb 01, 2019
  6. Jan 28, 2019
  7. Jan 27, 2019
  8. Jan 24, 2019
  9. Jan 23, 2019
  10. Jan 22, 2019
  11. Jan 21, 2019
    • Jorge Niedbalski's avatar
      [prometheus] Support the prometheus openstack exporter · 6c64b7c7
      Jorge Niedbalski authored
      This patch implements the initial support for the
      openstack-exporter[0] in the kolla-ansible
      prometheus monitoring system.
      
      The configuration and prechecks are reused from the other
      exporters and a new template is provided for generating
      a os-client-config file required by the exporter.
      
      The default scrape interval is 60 seconds, but it can
      be extended via a configuration option.
      
      [0] https://github.com/Linaro/openstack-exporter
      
      Change-Id: I4a34c4bb56e74b5cd544972cbd6540d9acb6e4a1
      6c64b7c7
  12. Jan 20, 2019
  13. Jan 18, 2019
    • Mark Goddard's avatar
      Wait for volume attachment in CI before detach · 9c906a17
      Mark Goddard authored
      In some cases the volume attachment is not finished by the time we
      attempt to detach it, causing the following error:
      
      Volume status must be 'in-use' and attach_status must be 'attached' to detach.
      
      This change waits for the volume to be attached before detaching.
      
      Change-Id: Id23d114cf8a2b40f8f0784cbfb84e9fa0829adc0
      9c906a17
    • Zuul's avatar
      Merge "optimize qemu.conf" · da3cf095
      Zuul authored
      da3cf095
    • binhong.hua's avatar
      optimize qemu.conf · 023334df
      binhong.hua authored
      bump up the max_files to 32768 and max_processes to 131072.
      when nova used ceph as backend, the default limit 1024 is not enough.
      each connection from rbd image to osd needs 1 fd and 2 threads. if we
      have 200 osds, we need 200 fds and 400 threads for 1 image.
      
      Change-Id: I94c3ec111473ea2ccacdea5dbbf3fdc9c569859f
      023334df
  14. Jan 17, 2019
    • wu.chunyang's avatar
      repair ceph_nfs container start failed · d35f9a4b
      wu.chunyang authored
      when enable ceph_nfs,it deploy failed, because no ganesha config
      file, and the 'ganesha.nfs' command need root privilege to run.
      i will modify ceph_nfs dockerfile,please review. thanks
      
      https://review.openstack.org/#/c/630510/
      
      Change-Id: I347107bc33733061ad043bffe38ecc1d16770afc
      Closes-Bug: #1811581
      d35f9a4b
    • Mark Goddard's avatar
      Fix reconfigure of neutron ml2_conf.ini · 43c83b51
      Mark Goddard authored
      The neutron containers were not being restarted if only the ml2_conf.ini
      file is changed. This is due to the XenAPI ml2_conf.ini config task
      registering a variable of the same name as the task that generates
      ml2_conf.ini for other services. Since the XenAPI service is typically
      not running, the tasks show as not changed, and the handler skips
      restarting the container.
      
      This change adds a second variable for XenAPI to avoid this shadowing.
      
      Change-Id: I77819ed8defb8a7653e1e5aec92013b1d40fbf02
      Closes-Bug: #1783268
      43c83b51
    • Zuul's avatar
      Merge "Ensure keystone endpoint is updatable" · cd0d8cca
      Zuul authored
      cd0d8cca
  15. Jan 16, 2019
  16. Jan 15, 2019
  17. Jan 14, 2019
Loading