Skip to content
Snippets Groups Projects
  1. Nov 20, 2018
    • Mark Goddard's avatar
      Support Ironic Inspector dnsmasq PXE filter · 4418c164
      Mark Goddard authored
      The dnsmasq PXE filter [1] provides far better scalability than the
      iptables filter typically used. Inspector manages files in a dhcp-hostsdir
      directory that is watched by dnsmasq via inotify. Dnsmasq then either
      whitelists or blacklists MAC addresses based on the contents of these
      files.
      
      This change adds a new variable, ironic_inspector_pxe_filter, that can
      be used to configure the PXE filter for ironic inspector. Currently
      supported values are 'iptables' and 'dnsmasq', with 'iptables' being the
      default for backwards compatibility.
      
      [1]
      https://docs.openstack.org/ironic-inspector/latest/admin/dnsmasq-pxe-filter.html
      
      Implements: blueprint ironic-inspector-dnsmasq-pxe-filter
      Change-Id: I73cae9c33b49972342cf1984372a5c784df5cbc2
      4418c164
  2. Nov 06, 2018
    • Paul Bourke's avatar
      Remove deprecated compute groups · cf609ba3
      Paul Bourke authored
      The concept of splitting the compute group into external/internal just
      to specify agent_mode for Neutron DVR was deemed to be heavy handed, and
      depreacated in the Pike cycle.
      
      Now that Rocky has been released we can remove these completely for Stein.
      
      Change-Id: I28a1eba7f40fee55a7ec41c27451e39e4d7fd8f0
      cf609ba3
    • Mark Goddard's avatar
      Set ramdisk logs path for ironic inspector · 7ebf548f
      Mark Goddard authored
      If the [processing] ramdisk_logs_dir option is set, logs returned by the
      ironic inspection ramdisk following hardware inspection will be stored
      at that location. This enables easier debugging if inspection fails.
      
      Change-Id: I36bdf75c04b088b67b5f54fdf20251c10bdddb63
      7ebf548f
  3. Nov 02, 2018
    • Doug Szumski's avatar
      Add support for deploying Monasca Grafana · 712c8976
      Doug Szumski authored
      The Monasca Grafana fork allows users to log into Grafana with their
      OpenStack user credentials and see metrics associated with their
      OpenStack project. The long term goal is to enable Keystone support
      in upstream Grafana, but this work seems to have stalled.
      
      Partially-Implements: blueprint monasca-grafana
      Change-Id: Icc04613b2571c094ae23b66d0bcc38b58c0ee4e1
      712c8976
    • Doug Szumski's avatar
      Support deploying the Monasca Agent · b7b45eff
      Doug Szumski authored
      The Monasca Agent collects metrics and in this change is deployed
      across the control plane. These metrics are collected into an OpenStack
      project. It supports configuring a small number of plugins, which can
      be extended in later commits. It also makes the Monasca Agent credentials
      available to other roles, such as the common role to allow forwarding
      logs to Monasca.
      
      Partially-Implements: blueprint monasca-roles
      Change-Id: I76b34fc5e1c76407a45fcf272268d5798b473ca2
      b7b45eff
  4. Oct 31, 2018
  5. Oct 29, 2018
  6. Oct 23, 2018
  7. Oct 19, 2018
  8. Oct 11, 2018
    • Doug Szumski's avatar
      Constrain the size of Docker logs · bd54b991
      Doug Szumski authored
      Even though Kolla services are configured to log output to file rather than
      stdout, some stdout still occurs when for example the container re(starts).
      Since the Docker logs are not constrained in size, they can fill up the
      docker volumes drive and bring down the host. One example of when this is
      particularly problematic is when Fluentd cannot parse a log message. The
      warning output is written to the Docker log and in production we have seen
      it eat 100GB of disk space in less than a day. We could configure Fluentd
      not to do this, but the problem may still occur via another mechanism.
      
      Change-Id: Ia6d3935263a5909c71750b34eb69e72e6e558b7a
      Closes-Bug: #1794249
      bd54b991
    • Cédric Jeanneret's avatar
      Load known, standard kernel modules from the host, not within containers · 778dba94
      Cédric Jeanneret authored
      Known kernel modules are:
      - dm-multipath (for multipathd)
      - ip_vs (for keepalived)
      - iscsi_tcp (for ironic-conductor)
      - openvswitch (for openvswitch-vswitchd)
      
      Change-Id: I1841ec30cde142c8019830ad3190847dfe493eb9
      778dba94
  9. Oct 04, 2018
  10. Sep 26, 2018
    • Doug Szumski's avatar
      Support deploying Monasca Persister · fddbbbbd
      Doug Szumski authored
      The Monasca Persister reads metrics from Kafka and stores them
      in a configurable time series database.
      
      Change-Id: I8166b32bfb1583098ab8318a5f38d25bddb81e89
      Partially-Implements: blueprint monasca-roles
      fddbbbbd
    • Doug Szumski's avatar
      Support deploying Monasca Notification engine · da1fa3f5
      Doug Szumski authored
      The Monasca Notification engine generates alerts such as Slack
      notifications from alerts.
      
      Change-Id: I84861d5feefe6b6f38acc4dd71e94c386d40b562
      Partially-Implements: blueprint monasca-roles
      da1fa3f5
    • Doug Szumski's avatar
      Support deploying Monasca Thresh · b6cce3e3
      Doug Szumski authored
      Monasca Thresh is a Storm topology which generates alerts from
      metric streams according to alarms defined via the Monasca API.
      
      This change runs the thresholder in local mode, which means that
      the log output for the topology is directed to stdout and the
      topology is restarted if the container is restarted. A future
      change will improve the log collection and introduce a better
      way of the checking the topology is running for multi-node
      clusters.
      
      Change-Id: I063dca5eead15f3cec009df62f0fc5d857dd4bb0
      Partially-Implements: blueprint monasca-roles
      b6cce3e3
    • Adam Harwell's avatar
      Refactor haproxy config (split by service) V2.0 · f1c81365
      Adam Harwell authored
      Having all services in one giant haproxy file makes altering
      configuration for a service both painful and dangerous. Each service
      should be configured with a simple set of variables and rendered with a
      single unified template.
      
      Available are two new templates:
      
      * haproxy_single_service_listen.cfg.j2: close to the original style, but
      only one service per file
      * haproxy_single_service_split.cfg.j2: using the newer haproxy syntax
      for separated frontend and backend
      
      For now the default will be the single listen block, for ease of
      transition.
      
      Change-Id: I6e237438fbc0aa3c89a3c8bd706a53b74e71904b
      f1c81365
  11. Sep 25, 2018
    • Doug Szumski's avatar
      Support deploying Monasca Log Metrics · 1ae10375
      Doug Szumski authored
      The log metrics service generates metrics from log messages
      which allows further analysis and alerting to be performed
      on them. Basic configuration is provided so that metrics
      are generated for high level warning logs such as error, or
      warning.
      
      Change-Id: I45cc17817c716296451f620f304c0b1108162a56
      Partially-Implements: blueprint monasca-roles
      1ae10375
  12. Sep 24, 2018
    • Mick Thompson's avatar
      Add swift as gnocchi storage option · 331d2f05
      Mick Thompson authored
       - Uses swift if swift is enabled.
       - Uses ceph if ceph is enabled.
       - Defaults to file if swift and ceph are enabled.
         Explicitly set to swift or ceph when both are enabled.
       - Include swift client detail in storage section of gnocchi conf
      
      Change-Id: I78df9a2fbe546038e1d6df350d8db0fd9b6f6d49
      331d2f05
  13. Sep 21, 2018
  14. Sep 19, 2018
  15. Sep 11, 2018
  16. Sep 04, 2018
  17. Aug 15, 2018
    • Murali Annamneni's avatar
      Include default_docker_volume_type for magnum.conf · e1c5bbd9
      Murali Annamneni authored
      To create a magnum cluster, its required to specify
      'default_docker_volume_type' with some default value (default cinder
       volume type). And, it also enables users to select
      diffferent cinder volume types for their volumes.
      
      Change-Id: I50b4c436875e4daac48a14fc1e119136eb5fd844
      e1c5bbd9
  18. Aug 03, 2018
  19. Aug 01, 2018
    • Eduardo Gonzalez's avatar
      Improve ODL configuration · 6e17f942
      Eduardo Gonzalez authored
      Configure automatically ODL version based on the package version
      rather than maintain a hardcoded version.
      
      This has caused many issue while package version differs with the variable
      set.
      
      Closes-Bug: 1784784
      Change-Id: I15da5d2583b5727942d598d183cc481f0e33d0e6
      6e17f942
  20. Jul 25, 2018
  21. Jul 23, 2018
    • Will Miller's avatar
      Add networking-baremetal configuration · 5dd080a1
      Will Miller authored
      Partially-Implements: blueprint networking-baremetal
      
      Change-Id: I92b9505843f12692aef96764a314e5db49001a9b
      5dd080a1
    • Jorge Niedbalski's avatar
      [prometheus] Enable ceph mgr exporter · 9d2770db
      Jorge Niedbalski authored
      This patch enables the ceph mgr prometheus exporter.
      
      If enable_prometheus_ceph_mgr_exporter is set to true,
      the ceph mgr prometheus plugin is enabled on the hosts that are part
      of the ceph-mgr group, then the exporter is added into the prometheus-server
      configuration file.
      
      Change-Id: Ia2f879401e585e6043f69cc5e3ab1a1f72f7f033
      9d2770db
  22. Jul 20, 2018
  23. Jul 17, 2018
  24. Jul 16, 2018
  25. Jul 12, 2018
    • Doug Szumski's avatar
      Support deploying Monasca Log Persister · 5441963c
      Doug Szumski authored
      This is a Logstash component which reads processed logs from Kafka
      and writes them to Elasticsearch (or some other backend supported by
      Logstash).
      
      Ingesting the logs from this service with Fluentd will be covered under
      a different commit.
      
      Change-Id: I2d722991ab2072c54c4715507b19a4c9279f921b
      Partially-Implements: blueprint monasca-roles
      5441963c
Loading