Skip to content
Snippets Groups Projects
  1. May 16, 2018
  2. May 15, 2018
  3. May 14, 2018
  4. May 12, 2018
  5. May 11, 2018
    • Jorge Niedbalski's avatar
      [haproxy] Enable global optimization options · 48231e1d
      Jorge Niedbalski authored
      
      This patch enables 3 new configuration options for haproxy.cfg
      global section.
      
        - haproxy_processes: number of haproxy processes (default:1).
        - haproxy_max_connections: number of concurrent connections (default:4000)
        - haproxy_process_cpu_map: enforces 1:1 mapping/affinity between
      process and core. (default: no).
      
      Closes-Bug: #1770060
      Change-Id: I33fc499b083c7bcc548133498e44406a479389f1
      Signed-off-by: default avatarJorge Niedbalski <jorge.niedbalski@linaro.org>
      48231e1d
    • Jeffrey Zhang's avatar
      Fix ansible warning · c5670551
      Jeffrey Zhang authored
      - rename action and serial to kolla_ansible and kolla_serial
      - use become instead of "sudo <command>" in shell
      - Remove quota for failed_when and changed_when in rabbitmq tasks
      
      Change-Id: I78cb60168aaa40bb6439198283546b7faf33917c
      Implements: blueprint migrate-to-ansible-2-2-0
      c5670551
  6. May 09, 2018
  7. May 08, 2018
  8. May 07, 2018
  9. May 06, 2018
    • yuqian's avatar
      Make sure aodh/service_credentials wotks with internalURL · bf0f155d
      yuqian authored
      Aodh service credential defaults to publicURL.
      
      Aodh should work with the internal interface (v3 API Identity syntax):
      
      .....
      [service_credentials]
      interface = internal
      .....
      
      Change-Id: Ie11290be25291fee1938032ae6294546fb7a98f3
      bf0f155d
  10. May 04, 2018
  11. May 03, 2018
    • Mark Giles's avatar
      Automatically add Prometheus as a Grafana datasource · 6777c903
      Mark Giles authored
      Assuming both Prometheus and Grafana are enabled, this change
      configures Grafana such that it can use data collected by the
      Prometheus server.
      
      Partially-Implements: blueprint prometheus
      Change-Id: I0290806d0c622b1de33cf7047f099795b4c780b9
      6777c903
  12. May 02, 2018
    • Matt Riedemann's avatar
      Remove ironic_host_manager usage · bb615903
      Matt Riedemann authored
      The baremetal scheduling options were deprecated
      in Pike and the ironic_host_manager was deprecated
      in Queens and has now been removed. Deployments
      must use resource classes now for baremetal scheduling.
      
      Depends-On: https://review.openstack.org/565805/
      Change-Id: I92cab1c7b5dc8201b0a8a94287c75d6348ab4465
      bb615903
    • Mark Giles's avatar
      Add endpoint type specifications to murano config · ecfc28db
      Mark Giles authored
      Setting endpoint_type to internalURL in the murano config allows murano
      to work properly when using self-signed certificates.
      
      Change-Id: I5873f92994d790d597ec5e97163bbf8001c362b9
      ecfc28db
    • wu.chunyang's avatar
      Fix the ceph-mgr connect to cluster failed · 8cf67e9a
      wu.chunyang authored
      
      For luminous, the ceph_mgr service provide the
      dashborad for ceph, and it need connect to cluster,
      but now it failed to connect ceph cluster due to
      ceph.client.admin.keyring missing, this ps to fix it.
      
      Co-Authored-By: default avatarchenqiaomin <chen.qiaomin@99cloud.net>
      Closes-Bug: #1768462
      
      Change-Id: Idb24661bc5674780db390220ca02e22975490663
      8cf67e9a
    • chenxing's avatar
      Restructure the vpnaas roles · 9fe70f45
      chenxing authored
      As neutron-vpnaas-agent has been loaded just inside of the existing l3 agent
      rather than requiring operators to run a completely different binary with a
      subclass of the existing L3 agent[1]. We need restructure this role to fit
      with this new feature.
      
      [1] https://review.openstack.org/488247
      
      Depends-On: I47cd8ba5a14da3c76d5b1eb0b4c0cf0c729eb2ff
      Change-Id: Id690a652bc9facf1c3e39358f548ab7ddd967d80
      Implements: blueprint restructure-neutron-vpnaas
      Closes-Bug: #1731498
      9fe70f45
  13. Apr 30, 2018
    • Paul Bourke's avatar
      Add cap NET_ADMIN for ironic_dnsmasq · c96fe414
      Paul Bourke authored
      
      When attempting to inspect a node with ironic, it seems at times
      ironic_dnsmasq fails to process dhcp bootp requests, giving the
      following error repeating:
      
      dnsmasq-dhcp: DHCPDISCOVER(eth0) 52:54:00:ff:15:55
      dnsmasq-dhcp: DHCPOFFER(eth0) 192.169.5.100 52:54:00:ff:15:55
      dnsmasq-dhcp: ARP-cache injection failed: Operation not permitted
      
      Adding NET_ADMIN fixes this.
      
      Co-Authored-By: default avatarMark Goddard <mark@stackhpc.com>
      Closes-Bug: #1762805
      Change-Id: I39acb81801710f849336380d3fde01c70cd8d8ce
      c96fe414
    • Jorge Niedbalski's avatar
      Make DNS resolvers configurable. · 3f4bc1c5
      Jorge Niedbalski authored
      
      Change the default hardcoded values of the dnsmasq dns resolvers
      on dhcp_agent.ini.j2 to a configuration option part
      of group_vars/all.yml.
      
      Also adding 1.1.1.1 as part of the default set.
      
      Change-Id: I629c69e556d4ddba19f68f06627038e1886ae5f9
      Signed-off-by: default avatarJorge Niedbalski <jorge.niedbalski@linaro.org>
      3f4bc1c5
    • Paul Bourke's avatar
      Ironic dnsmasq should not use VIP for TFTP server · 2b3de16f
      Paul Bourke authored
      The ironic_dnsmasq config for ironic inspector uses the internal VIP for
      the TFTP server address DHCP option. This is not going to work,
      since HAProxy is not configured to forward TFTP, and does not support
      UDP forwarding anyway. The config should use the api_interface IP for
      the host running ironic_dnsmasq.
      
      Change-Id: I56a0d46e9b528041cacea7196a525891ed5922f0
      Closes-Bug: #1761815
      2b3de16f
    • James McCarthy's avatar
      Update swift_devices_mount_point propagation settings · cac5c895
      James McCarthy authored
      The mount is "rprivate" by default, change this to "shared"
      such that mount points will dynamically propagate.
      
      Closes-Bug: #1767828
      
      Change-Id: If3b99bd1626a44aa7b41cf7d50d67b4fc9634462
      cac5c895
  14. Apr 29, 2018
  15. Apr 28, 2018
  16. Apr 26, 2018
    • Jorge Niedbalski's avatar
      Increase timeout for kolla_toolbox module. · 044e82cc
      Jorge Niedbalski authored
      
      This patch increases the default timeout for
      the kolla_toolbox ansible module when talking
      with the docker API from the default 60 to 180 secs.
      
      This is required on slower deployments,
      specially when bootstraping an environment and fernet
      tokes are in usage. For faster deployments this will
      be harmless, but for slower deployments this would be
      beneficial.
      
      Bug: #1767136
      Change-Id: I0391715b16cf86d6c27fecf8a666de64f2735a7d
      Signed-off-by: default avatarJorge Niedbalski <jorge.niedbalski@linaro.org>
      044e82cc
  17. Apr 25, 2018
  18. Apr 24, 2018
  19. Apr 23, 2018
  20. Apr 22, 2018
Loading