Skip to content
Snippets Groups Projects
  1. May 14, 2019
  2. Apr 26, 2019
  3. Apr 24, 2019
  4. Apr 23, 2019
  5. Apr 22, 2019
  6. 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
  7. Apr 19, 2019
  8. Apr 18, 2019
  9. 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
  10. Apr 15, 2019
  11. 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
  12. Apr 13, 2019
  13. Apr 12, 2019
  14. Apr 10, 2019
  15. Apr 09, 2019
  16. 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
      Do some Train TODOs · bb9d51e2
      Mark Goddard authored
      Make an early start on the TODOs for the Train cycle.
      
      1. Remove the task that removes the vitrage_collector container, which
         was added in the Stein cycle to clean up this container which is no
         longer deployed.
      
      2. Remove globals.yml configuration in CI to disable Heat for upgrade
         jobs. Heat is now enabled in the previous release (Stein).
      
      3. Remove the deprecated variable cinder_iscsi_helper, which was renamed
         to cinder_target_helper in Stein.
      
      Change-Id: I774bf395e0bdd4db9c20c6289a22cf059fa42e1a
      bb9d51e2
    • Mark Goddard's avatar
      Remove placement migration code · 649fdfba
      Mark Goddard authored
      These tasks were only necessary for migrating placement from nova to a
      separate service. Since the stable/stein branch has been cut, it is safe
      to remove these migration tasks in master.
      
      Change-Id: I4d477efad7ab6247aaff57d31ee83e137eb3f796
      649fdfba
    • 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
  17. Apr 05, 2019
    • OpenStack Release Bot's avatar
      Update master for stable/stein · ce6222ae
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/stein.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/stein.
      
      Change-Id: I4a9a0eab03f3dd06bf2214ed6d6e8db6af5bd032
      Sem-Ver: feature
      ce6222ae
Loading