Skip to content
Snippets Groups Projects
  1. Mar 14, 2019
    • Zuul's avatar
      Merge "Support separate Swift storage networks" · e35c32c0
      Zuul authored
      e35c32c0
    • Zuul's avatar
      Merge "ubuntu: update configuration Stein UCA" · 99267018
      Zuul authored
      99267018
    • Scott Solkhon's avatar
      Support separate Swift storage networks · a781c643
      Scott Solkhon authored
      Adds support to seperate Swift access and replication traffic from other storage traffic.
      
      In a deployment where both Ceph and Swift have been deployed,
      this changes adds functionalality to support optional seperation
      of storage network traffic. This adds two new network interfaces
      'swift_storage_interface' and 'swift_replication_interface' which maintain
      backwards compatibility.
      
      The Swift access network interface is configured via 'swift_storage_interface',
      which defaults to 'storage_interface'. The Swift replication network
      interface is configured via 'swift_replication_interface', which
      defaults to 'swift_storage_interface'.
      
      If a separate replication network is used, Kolla Ansible now deploys separate
      replication servers for the accounts, containers and objects, that listen on
      this network. In this case, these services handle only replication traffic, and
      the original account-, container- and object- servers only handle storage
      user requests.
      
      Change-Id: Ib39e081574e030126f2d08f51de89641ddb0d42e
      a781c643
    • confi-surya's avatar
      Update programming language mentioned in setup.cfg · d1960965
      confi-surya authored
      As py35 has been dropped and py36, py37 jobs are running, so
      updated the setup.cfg accordingly.
      
      Change-Id: I09eae818f3d4188444aba8f1ece9d3d11eda95c2
      d1960965
    • Zuul's avatar
      Merge "Support customising Fluentd formatting" · 4b4fc498
      Zuul authored
      4b4fc498
    • Zuul's avatar
      f71546eb
  2. Mar 13, 2019
  3. Mar 11, 2019
  4. Mar 10, 2019
    • Victor Coutellier's avatar
      Fix kolla-docker possible undefined variable · 3bb4c199
      Victor Coutellier authored
      It is possible to reference undefined variable in kolla-docker module if
      DockerWorker object initialization fail, so the current behaviour will
      crash the playbook with the unwanted error message :
      
      UnboundLocalError: local variable 'dw' referenced before assignment
      
      Change-Id: Ic8d26b11f93255220888b5406f8ab4a6f81736c2
      Closes-Bug: #1819361
      3bb4c199
  5. Mar 09, 2019
    • Duong Mai's avatar
      Edit ansible script for deploy kibana · 25194516
      Duong Mai authored
      Kibana deployment failed becaused of kibana_confs variable does not have attribute key,
      So handlers failed to check conditional kibana_conf.changed | bool becaused of
      kibana_confs.results|selectattr(item.key) does not exits.
      
      Change variable name kibana_confs to kibana_conf.
      
      Change-Id: If5e0a25b270a6f05c435a6dc32e2ac49406389c5
      Closes-Bug: #1819246
      25194516
  6. Mar 08, 2019
    • Mark Goddard's avatar
      Fix bootstrap-servers on Ansible 2.6+ · 1b535359
      Mark Goddard authored
      Recently as part of adding support for Docker CE we added the following
      task to the baremetal role:
      
      - name: Update yum cache
        yum:
          update_cache: yes
        become: True
        when: ansible_os_family == 'RedHat'
      
      This works fine on Ansible 2.5, but no longer works on Ansible
      2.6, which complains that either the 'name' or 'list' argument
      is mandatory for the yum module.
      
      This change updates the cache later on, when installing packages.
      
      Change-Id: I1a158bda52c4e362cb12d361d7f961cfc699b385
      Closes-Bug: #1819173
      1b535359
    • Doug Szumski's avatar
      Fix format file message field · e5d56413
      Doug Szumski authored
      The message field for these format files wasn't renamed when
      the input field was renamed. This problem was masked by Monasca
      which renames the message field back to 'message' for the Fluentd
      Monasca output plugin.
      
      Change-Id: I2674958b1e64efddbca4765fefa55431261648e6
      Closes-Bug: #1819168
      e5d56413
    • Doug Szumski's avatar
      Support customising Fluentd formatting · c8a22f10
      Doug Szumski authored
      In some scenarios it may be useful to perform custom formatting of logs
      before forwarding them. For example, the JSON formatter plugin can be
      used to convert an event to JSON.
      
      Change-Id: I3dd9240c5910a9477456283b392edc9566882dcd
      c8a22f10
  7. Mar 07, 2019
  8. 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
      Allow gnocchi services to use independent hostnames · f8a1a716
      Jim Rollenhagen authored
      This allows gnocchi service endpoints to use custom hostnames, and adds the
      following variables:
      
      * gnocchi_internal_fqdn
      * gnocchi_external_fqdn
      
      These default to the old values of kolla_internal_fqdn or
      kolla_external_fqdn.
      
      This also adds a gnocchi_api_listen_port option, which defaults to
      gnocchi_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: Ic9a0f8130b19ed77987f45fd0e824b82ea7a7328
      Implements: blueprint service-hostnames
      f8a1a716
Loading