Skip to content
Snippets Groups Projects
  1. Jun 06, 2019
    • Mark Goddard's avatar
      Use become for all docker tasks · b123bf66
      Mark Goddard authored
      Many tasks that use Docker have become specified already, but
      not all. This change ensures all tasks that use the following
      modules have become:
      
      * kolla_docker
      * kolla_ceph_keyring
      * kolla_toolbox
      * kolla_container_facts
      
      It also adds become for 'command' tasks that use docker CLI.
      
      Change-Id: I4a5ebcedaccb9261dbc958ec67e8077d7980e496
      b123bf66
  2. Jun 03, 2019
  3. May 31, 2019
    • Gaetan Trellu's avatar
      Adds Qinling Ansible role · edb34898
      Gaetan Trellu authored
      Qinling is an OpenStack project to provide "Function as a Service".
      This project aims to provide a platform to support serverless functions.
      
      Change-Id: I239a0130f8c8b061b531dab530d65172b0914d7c
      Implements: blueprint ansible-qinling-support
      Story: 2005760
      Task: 33468
      edb34898
    • Pierre Riteau's avatar
      Remove unused [service_credentials] config sections · abf10736
      Pierre Riteau authored
      Several services inherited [service_credentials] config sections which
      they don't use in their code.
      
      Change-Id: Iccf4358e85fb3d7ed25bc1762ff532b2c32bea4a
      abf10736
  4. May 23, 2019
  5. May 22, 2019
    • Pierre Riteau's avatar
      Make "Check if firewalld is installed" task quieter · 14bf98dd
      Pierre Riteau authored
      Stop showing the task has having made changes and silence warning about
      not using the yum module (which we could use for the check, but not as
      easily).
      
      Change-Id: I9e3608b5db521930409a29981767f468ea234679
      14bf98dd
    • ZijianGuo's avatar
      Add support for ceilometer custom event yaml · 136210c4
      ZijianGuo authored
      
      * event_definitions.yaml:
        This file provides a standard set of events and corresponding traits
      that may be of interest.
      
      * event_pipeline.yaml:
        This file can be modified to adjust which notifications to capture and
      where to publish the events.
      
      Change-Id: I9c1698e07b65102af9b3ee448ad07f8fa6428b74
      Signed-off-by: default avatarZijianGuo <guozijn@gmail.com>
      136210c4
  6. May 20, 2019
  7. May 17, 2019
    • binhong.hua's avatar
      Make kolla-ansible support extra volumes · 12ff28a6
      binhong.hua authored
      When integrating 3rd party component into openstack with kolla-ansible,
      maybe have to mount some extra volumes to container.
      
      Change-Id: I69108209320edad4c4ffa37dabadff62d7340939
      Implements: blueprint support-extra-volumes
      12ff28a6
  8. May 14, 2019
  9. May 09, 2019
  10. May 07, 2019
  11. May 04, 2019
  12. May 02, 2019
    • Raimund Hook's avatar
      Updating Jinja filters to conform to Ansible 2.5+ · 84ea42bd
      Raimund Hook authored
      Since Ansible 2.5, the use of jinja tests as filters has been
      deprecated.
      
      I've run the script provided by the ansible team to 'fix' the
      jinja filters to conform to the newer syntax.
      
      This fixes the deprecation warnings.
      
      Change-Id: I844ecb7bec94e561afb09580f58b1bf83a6d00bd
      Closes-bug: #1827370
      84ea42bd
  13. Apr 26, 2019
  14. Apr 25, 2019
  15. Apr 23, 2019
  16. 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
  17. Apr 19, 2019
    • Yang Youseok's avatar
      Provide support for neutron dev mode in kolla · 50a72cac
      Yang Youseok authored
      Add a possibility to mount sources as volumes to containers,
      in "more than documentation" way. That will let us to use kolla
      as a replacement for devstack.
      
      Partially implements: blueprint mount-sources
      
      Change-Id: I4868ed6829bd037e1012d1f40c4a1d1b9995bf95
      50a72cac
  18. 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
  19. Apr 10, 2019
  20. Apr 09, 2019
  21. 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
    • 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
  22. Apr 03, 2019
  23. Apr 02, 2019
  24. Apr 01, 2019
    • 白永君's avatar
      Change action to kolla_action · 4bdb0f35
      白永君 authored
      the action show be kolla_action in kolla-ansible/cyborg
      Closes-bug: #1822555
      Change-Id: I3dd909ae785dd43d5faabbc3fdd5f8bb8aca370b
      4bdb0f35
Loading