Skip to content
Snippets Groups Projects
  1. Apr 20, 2019
    • chenxing's avatar
      Increase retries numbers of grafana check task · 20ef211f
      chenxing authored
      20 seconds may be too short to wait for grafana ready, Let's keep the
      check task 60 seconds.
      
      backport: rocky
      
      Change-Id: Ib219ad215d1ef2147ba3591f8c398feb4f3c8888
      Closes-Bug: #1821285
      20ef211f
  2. Apr 19, 2019
  3. Apr 18, 2019
  4. Apr 17, 2019
    • Doug Szumski's avatar
      Set external web URL for Prometheus services · 9d495504
      Doug Szumski authored
      This change ensures that URLs returned from these services reference
      the HAProxy endpoint, rather than the host on which the service is
      running.
      
      Closes-Bug: #1825150
      Change-Id: I7f966ff749ea37620f1bde7019a598cb9505fa45
      9d495504
  5. Apr 15, 2019
  6. Apr 14, 2019
    • Mark Goddard's avatar
      Fix periodic CI jobs · 2b7a9dc2
      Mark Goddard authored
      Periodic jobs don't have zuul.change defined, since there is no change
      being tested. This causes an early failure when referencing zuul.change
      to set the image tag for built images. In periodic jobs we'll never need
      to build images because there is no dependent kolla change under test.
      
      Change-Id: I6d9d81cf17b7d0d7aaf87cd96418c904c46681f2
      2b7a9dc2
  7. Apr 13, 2019
  8. Apr 12, 2019
  9. Apr 10, 2019
  10. Apr 09, 2019
  11. Apr 08, 2019
    • Mark Goddard's avatar
      Use ironic inspector 'dnsmasq' PXE filter by default · 86e83fae
      Mark Goddard authored
      With Docker CE, the daemon sets the default policy of the iptables
      FORWARD chain to DROP. This causes problems for provisioning bare metal
      servers when ironic inspector is used with the 'iptables' PXE filter.
      It's not entirely clear why these two things interact in this way,
      but switching to the 'dnsmasq' filter works around the issue, and is
      probably a good move anyway because it is more efficient.
      
      We have added a migration task here to flush and remove the ironic-inspector
      iptables chain since inspector does not do this itself currently.
      
      Change-Id: Iceed5a096819203eb2b92466d39575d3adf8e218
      Closes-Bug: #1823044
      86e83fae
    • Doug Szumski's avatar
      Update Monasca docs to use enable_openstack_core flag · c86ab7cf
      Doug Szumski authored
      The recent addition of this flag make the configuration
      of stand-alone Monasca slightly simpler.
      
      Change-Id: Ib4c03926daa3f0f3de0fa4412cd785d87ed5500c
      c86ab7cf
    • Mark Goddard's avatar
      Make monasca notification templates optional · a0e21411
      Mark Goddard authored
      backport: stein
      
      If I deploy monasca by setting enable_monasca to true, the monasca_notification
      restarts with the following error:
      
      ERROR:__main__:MissingRequiredSource: /var/lib/kolla/config_files/notification_templates/* file is not found
      
      These templates are optional, so we need to mark this directory as optional in
      config.json.
      
      Change-Id: Ia2dd835daa7ab1153617cc92f17c2d8d498c73e0
      Closes-Bug: #1823726
      a0e21411
    • Mark Goddard's avatar
      Remove shutdown of MariaDB · d93c604d
      Mark Goddard authored
      Since we are now in the Train cycle, we can be sure that any running
      MariaDB containers can be safely stopped, and we do not need to perform
      an explicit shutdown prior to restarting them.
      
      Change-Id: I5450690f1cbe0c995e8e4b01a76e90dac2574d61
      Related-Bug: #1820325
      d93c604d
    • Mark Goddard's avatar
      Set previous release to Stein · 3e77798f
      Mark Goddard authored
      Now that the stable/stein branch has been cut, we can set the previous
      release to Stein. This is done in kolla-ansible for rolling upgrades,
      and in CI configuration for upgrade tests.
      
      Change-Id: I87269738db9521fc22a6ce3aee67d9ab00d47e2a
      3e77798f
  12. Apr 05, 2019
  13. Apr 04, 2019
  14. Apr 03, 2019
    • Jim Rollenhagen's avatar
      Use database_address and database_port var for mariadb check · 524f969b
      Jim Rollenhagen authored
      This is how services reach mariadb; verify it that way.
      
      Closes-Bug: #1823005
      Change-Id: I9924ad050118b8a853e2309654a089f65178cd77
      524f969b
    • Michal Nasiadka's avatar
      Change heat bootstrap to use internal API interface · 86910a94
      Michal Nasiadka authored
      This patch fixes Heat deployment with TLS self-signed certs.
      
      Change-Id: Iadf67d1a5eb2b771e34d27fbced5aad15f271822
      Closes-Bug: #1822990
      86910a94
    • Mark Goddard's avatar
      Check configuration file permissions in CI · 8c4ab41f
      Mark Goddard authored
      Typically, non-executable files should have 660 or 600 and executable
      files and directories should have 770. All should be owned by the
      'config_owner_user' and 'config_owner_group' variables.
      
      This change adds a script to check the owner and permissions of config
      files under /etc/kolla, and runs it at the end of CI jobs.
      
      Change-Id: Icdbabf36e284b9030017a0dc07b9dc81a37758ab
      Related-Bug: #1821579
      8c4ab41f
  15. Apr 02, 2019
Loading