Skip to content
Snippets Groups Projects
  1. Jun 19, 2019
  2. Jun 18, 2019
    • Marek Svensson's avatar
      Fix default deployment of freezer, use mariadb. · 10bf6b05
      Marek Svensson authored
      
      This change defaults freezer to use mariadb as default backend for database
      and adds elasticsearch as an optional backend due to the requirement of
      freezer to use elasticsearch version 2.3.0. The default elasticsearch in
      kolla-ansible is 5.6.x and that doesn't work with freezer.
      
      Added needed options to the elasticsearch backend like:
       - protocol
       - address
       - port
       - number of replicas
      
      Change-Id: I88616c285bdb297fd1f738846ddffe1b08a7a827
      Signed-off-by: default avatarMarek Svensson <marek@marex.st>
      10bf6b05
    • Doug Szumski's avatar
      Ingest non-standard Monasca logs · 4b31fdcf
      Doug Szumski authored
      Presently, errors can appear in Fluentd and Monasca Log API logs due
      to log output from some Monasca services, which do not use Oslo log,
      being processed alongside other OpenStack logs which do.
      
      This change parses these log files separately to prevent these errors.
      
      Change-Id: Ie3cbb51424989b01727b5ebaaeba032767073462
      4b31fdcf
    • Radosław Piliszek's avatar
      Make Ceph upgrade check Ceph release to avoid EPERM · 0ea991e4
      Radosław Piliszek authored
      
      Since we have different upgrade paths, we must use the actually
      installed Ceph release name when doing require-osd-release
      
      Closes-Bug: #1832989
      
      Change-Id: I6aaa4b4ac0fb739f7ad885c13f55b6db969996a2
      Signed-off-by: default avatarRadosław Piliszek <radoslaw.piliszek@gmail.com>
      0ea991e4
  3. Jun 17, 2019
  4. Jun 16, 2019
  5. Jun 14, 2019
  6. Jun 13, 2019
    • Pierre Riteau's avatar
      Remove heat_watch_server_url configuration option · cc011ceb
      Pierre Riteau authored
      The AWS-compatible CloudWatch API has been removed from Heat in Queens.
      Remove its configuration option from the heat.conf template.
      
      Change-Id: If6f7dd28bbb75308ef434c166c28a5cf4a624cbd
      cc011ceb
    • Michal Nasiadka's avatar
      Fix placement log perms in config.json · b850eeec
      Michal Nasiadka authored
      Currently placement-api is configured to log to
      /var/log/kolla/placement/placement-api.log, but config.json is changing
      permissions of /var/log/kolla/placement/placement.log - this patch
      changes this.
      
      Change-Id: I7f1591bdbc7c03302befc3ca6ebf1b13c95640c2
      b850eeec
  7. Jun 10, 2019
    • ZijianGuo's avatar
      Fix mongo command for checking replication status · 08f5c50e
      ZijianGuo authored
      
      By default, the mongo command connection address is '127.0.0.1:27017'.
      If we change mongodb_port, It cause the handle 'Checking current
      replication status' always connect to '127.0.0.1:27017'. So we need
      add options like '--host' and '--port'.
      
      Change-Id: I172ef3d19ff2bea97db3a5207c1a984cd188ceba
      Signed-off-by: default avatarZijianGuo <guozijn@gmail.com>
      08f5c50e
  8. Jun 07, 2019
  9. 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
    • Pierre Riteau's avatar
      Stop duplicating Nova cells · 19b8dbe4
      Pierre Riteau authored
      Check if a base Nova cell already exists before calling `nova-manage
      cell_v2 create_cell`, which would otherwise create a duplicate cell when
      the transport URL or database connection change.
      
      If a base cell already exists but the connection values have changed, we
      now call `nova-manage cell_v2 update_cell` instead. This is only
      possible if a duplicate cell has not yet been created. If one already
      exists, we print a warning inviting the operator to perform a manual
      cleanup. We don't use a hard fail to avoid an abrupt change of behavior
      if this is backported to stable branches.
      
      Change-Id: I7841ce0cff08e315fd7761d84e1e681b1a00d43e
      Closes-Bug: #1734872
      19b8dbe4
    • Radosław Piliszek's avatar
      Make bootstrap more idempotent · c8a57d0c
      Radosław Piliszek authored
      
      No need to touch the sudoers.d file each time
      Creation and mode setting is handled by lineinfile itself
      
      Change-Id: Ia36e21b04d3a08fab3c748f6298f142c1d73ee6d
      Signed-off-by: default avatarRadosław Piliszek <radoslaw.piliszek@gmail.com>
      c8a57d0c
  10. Jun 05, 2019
    • Cody Hammock's avatar
      Add blazar to fluentd aggregation · 2c343562
      Cody Hammock authored
      If Blazar is enabled, ensure that fluentd processes its logs.
      
      Change-Id: If71d5c056c042667388dae8e4ee6d51a5ecab46e
      2c343562
    • Jason's avatar
      [heat] Multi-region support for bootstrap · 44da1963
      Jason authored
      When bootstrapping, Heat was not setting a region explicitly, so it
      could default to a region other than the one being deployed.
      
      Change-Id: I0a0596a020fbff91ccc5b9f44f271eab220c88cd
      44da1963
    • Jason's avatar
      Fix Blazar Nova aggregate in multi-region setup · f20cbf49
      Jason authored
      The Nova aggregate was always defaulting to some region (usually first
      in the Keystone endpoint list) when registering the Nova aggregate for
      Blazar. Add in a region override to ensure we are always writing to the
      region being deployed.
      
      Change-Id: I3f921ac51acab1b1020a459c07c755af7023e026
      f20cbf49
    • Jason's avatar
      Hide logs when looping over passwords · 30c619d1
      Jason authored
      When ansible goes in to a loop, by default it prints all the keys for
      the item it is looping over. Some roles, when setting up the databases,
      iterate over an object that includes the database password.
      
      Override the loop label to hide everything but the database name.
      
      Change-Id: I336a81a5ecd824ace7d40e9a35942a1c853554cd
      30c619d1
    • Jason's avatar
      Support multi-region discovery of Nova cells · 328e1425
      Jason authored
      In a multi-region environment, each region is being deployed separately.
      Cell discovery, however, would sometimes fail due to it picking a region
      different than the one being deployed. Most likely, an internal endpoint
      for region A will not be visible from region B. Furthermore, it is not
      very useful to discover hosts on a region you're not modifying.
      
      This changes the check to only run against nova compute services located
      in the region being deployed.
      
      Change-Id: I21eb1164c2f67098b81edbd5cc106472663b92cb
      328e1425
  11. Jun 04, 2019
  12. Jun 03, 2019
  13. May 31, 2019
  14. May 30, 2019
  15. May 29, 2019
    • Dincer Celik's avatar
      Fixes VMTP deploys. · 56b2e947
      Dincer Celik authored
      Merged config files outputs to python_path which is incorrect. Changing it
      to node_config_directory.
      
      Change-Id: If801f54709114b931677adb605dffb75cfab25cd
      Closes-Bug: #1830346
      56b2e947
  16. May 28, 2019
  17. May 27, 2019
    • dommgifer's avatar
      Remove ceilometer transformers config · 5eab9cbe
      dommgifer authored
      According ceilometer commit: 9db5c6c9bfc66018aeb78c4a262e1bfa9b326798
      ceilometer was removed transformer support
      so, remove about transformers config.
      
      Change-Id: I47fc90aa6dff6d0843c90b27a785e0c6b3d2961e
      Close-bug: #1830601
      5eab9cbe
  18. May 24, 2019
    • Doug Szumski's avatar
      Remove obsolete roles middleware · f2390167
      Doug Szumski authored
      Change I0ca38f2cc7d63b9b47eedb304ba7b00a94816f9a removed the roles
      middleware from the example paste pipeline.
      
      Change-Id: Ie9a3b0fef395aaf414407f6bae1ac4bca158240d
      f2390167
  19. May 23, 2019
  20. May 22, 2019
Loading