Skip to content
Snippets Groups Projects
  1. Aug 28, 2020
  2. Aug 13, 2020
  3. Aug 06, 2020
  4. Jul 30, 2020
  5. Jul 27, 2020
  6. Jul 07, 2020
  7. Jun 29, 2020
  8. Jun 22, 2020
    • Mark Goddard's avatar
      octavia: Add documentation · 543eb4bd
      Mark Goddard authored
      Covers manual registration of resources.
      
      Change-Id: Idbee6ea1dba911cda38a0df307ed94e4ef98900d
      Closes-Bug: #1877417
      543eb4bd
  9. Jun 09, 2020
  10. May 22, 2020
    • Raimund Hook's avatar
      Add First login steps back into Kibana doc · 30dedef0
      Raimund Hook authored
      Kolla-ansible version 4.0.0 contained the steps to follow when logging
      in to Kibana for the first time.
      
      These got deleted when the process was seemingly automated, but the
      relevant machinery no longer works. See [1] as well.
      
      Backport to Ussuri, Train, Stein (possibly more).
      
      [1] https://review.opendev.org/726289
      
      Change-Id: If65622dc78e7f8fd16e37ee31bc9f34eb9267549
      30dedef0
  11. May 11, 2020
    • Will Szumski's avatar
      Add extras directory to prometheus config · d05578f5
      Will Szumski authored
      This provides a generic mechanism to include extra files
      that you can reference in prometheus.yml, for example:
      
      scrape_targets:
        - job_name: ipmi
          params:
            module: default
          scrape_interval: 1m
          scrape_timeout: 30s
          metrics_path: /ipmi
          scheme: http
          file_sd_configs:
          - files:
            - /etc/prometheus/extras/file_sd/ipmi-exporter-targets.yml
            refresh_interval: 5m
      
      Change-Id: Ie2f085204b71725b901a179ee51541f1f383c6fa
      Related: blueprint custom-prometheus-targets
      d05578f5
    • Will Szumski's avatar
      Support customizing prometheus.cfg files · 956a29f8
      Will Szumski authored
      This provides a mechanism to scrape targets defined outside of kolla-ansible.
      
      Depends-On: https://review.opendev.org/#/c/685671/
      Change-Id: I0950341b147bb374b4128f09f807ef5a756f5dfa
      Related: blueprint custom-prometheus-targets
      956a29f8
  12. Apr 30, 2020
  13. Apr 24, 2020
  14. Apr 23, 2020
  15. Apr 13, 2020
    • Radosław Piliszek's avatar
      Fix Designate not to use etcd coordination backend · 3c234603
      Radosław Piliszek authored
      etcd via tooz does not support group membership required by
      Designate coordination.
      The best k-a can do is not to configure etcd in Designate.
      
      Change-Id: I2f64f928e730355142ac369d8868cf9f65ca357e
      Closes-bug: #1872205
      Related-bug: #1840070
      3c234603
  16. Apr 09, 2020
  17. Mar 30, 2020
    • Doug Szumski's avatar
      Support setting Kafka storage volume · b7588834
      Doug Szumski authored
      Not everyone wants Kafka data stored on a Docker volume. This
      change allows a user to flexibly control where the data is stored.
      
      Change-Id: I2ba8c7a85c7bf2564f954a43c6e6dbb3257fe902
      b7588834
  18. Mar 03, 2020
  19. Feb 20, 2020
    • Jason Anderson's avatar
      Update docs to say that external Ceph required · cd99ebe5
      Jason Anderson authored
      There is no longer support for provisioning Ceph in Kolla Ansible, so we
      should no longer say that it's only sometimes necessary to create the
      cluster/pools/keyrings externally.
      
      Change-Id: Ia3026cfeebfb8258b79490f9facc341c928845f9
      cd99ebe5
  20. Feb 19, 2020
    • Will Szumski's avatar
      Introduce influxdb_datadir_volume · 4cf7ff9f
      Will Szumski authored
      This allows you to tune the performance of InfluxDB by locating the
      volume on a drive that is separate to the default docker storage.
      
      Change-Id: Iea555a2702b225b30f5d7035b8a703d4f3376ee7
      4cf7ff9f
  21. Feb 11, 2020
    • Michal Nasiadka's avatar
      Remove kolla-ceph · 4e6fe7a6
      Michal Nasiadka authored
      Kolla-Ansible Ceph deployment mechanism has been deprecated in Train [1].
      
      This change removes the Ansible code and associated CI jobs.
      
      [1]: https://review.opendev.org/669214
      
      Change-Id: Ie2167f02ad2f525d3b0f553e2c047516acf55bc2
      4e6fe7a6
    • Mark Goddard's avatar
      Ironic: fix documentation again · 58816f73
      Mark Goddard authored
      Ports need physical-network to be set for a flat network, otherwise they
      will not bind.
      
      Closes-Bug: #1862628
      Change-Id: I9d579b4317a8acbc3e51bbd9c0236846b75d598b
      58816f73
  22. Feb 10, 2020
    • Mark Goddard's avatar
      Ironic: fix documentation · a8529db5
      Mark Goddard authored
      Backport: train
      
      * Ironic dropped CoreOS IPA images in Train - use CentOS DIB images
      * Nova flavor requires dropping standard resources
      * Link to sections in ironic docs
      
      Change-Id: Id65ada7cd6766d3a907a5a1da54978b56319979c
      a8529db5
  23. Feb 08, 2020
  24. Jan 30, 2020
  25. Jan 29, 2020
  26. Jan 22, 2020
    • Michal Nasiadka's avatar
      External Ceph: keys as variables · 1f929336
      Michal Nasiadka authored
      Introduce user modifiable variables instead of fixed-names
      of Ceph keyring files for external Ceph functionality.
      
      Change-Id: I1a33b3f9d6eca5babf53b91187461e43aef865ce
      1f929336
  27. Jan 06, 2020
  28. Dec 20, 2019
  29. Dec 09, 2019
  30. Nov 27, 2019
  31. Nov 25, 2019
  32. Nov 18, 2019
    • Michal Nasiadka's avatar
      Remove OpenDaylight role · eec6831f
      Michal Nasiadka authored
      Opendaylight support has been deprecated in Train - time to remove it.
      
      Change-Id: I3a61bfbcbf366c327ea3e25d2424bc3fedca29f0
      eec6831f
  33. Oct 25, 2019
  34. Oct 21, 2019
  35. Oct 20, 2019
  36. Oct 17, 2019
Loading