Skip to content
Snippets Groups Projects
  1. May 22, 2020
    • Raimund Hook's avatar
      Add First login steps back into Kibana doc · 30dedef0
      Raimund Hook authored
      Kolla-ansible version 4.0.0 contained the steps to follow when logging
      in to Kibana for the first time.
      
      These got deleted when the process was seemingly automated, but the
      relevant machinery no longer works. See [1] as well.
      
      Backport to Ussuri, Train, Stein (possibly more).
      
      [1] https://review.opendev.org/726289
      
      Change-Id: If65622dc78e7f8fd16e37ee31bc9f34eb9267549
      30dedef0
  2. Jul 15, 2019
  3. Jul 14, 2019
  4. Jul 12, 2019
    • Zuul's avatar
      83dbed6b
    • Raimund Hook's avatar
      Add Region and Multiples into default globals.yml · e72c49ed
      Raimund Hook authored
      Currently, the documentation around configuring regions directs
      you to make changes to openstack_region_name and multiple_regions_names
      in the globals.yml file.
      The defaults weren't represented in there which could potentially cause
      confusion. This change adds these defaults with a brief description.
      
      TrivialFix
      
      Change-Id: Ie0ff7e3dfb9a9355a9c9dbaf27151d90162806dd
      e72c49ed
    • Zuul's avatar
      ab3377d4
    • Raimund Hook's avatar
      Language tweaks in multi-region docs for clarity · fd07e3d9
      Raimund Hook authored
      Tweaked some of the language in doc/source/user/multi-regions.rst for
      clarity purposes.
      
      TrivialFix
      
      Change-Id: Icdd8da6886d0e39da5da80c37d14d2688431ba8f
      fd07e3d9
    • Mark Goddard's avatar
      During deploy, always sync DB · d5e5e885
      Mark Goddard authored
      A common class of problems goes like this:
      
      * kolla-ansible deploy
      * Hit a problem, often in ansible/roles/*/tasks/bootstrap.yml
      * Re-run kolla-ansible deploy
      * Service fails to start
      
      This happens because the DB is created during the first run, but for some
      reason we fail before performing the DB sync. This means that on the second run
      we don't include ansible/roles/*/tasks/bootstrap_service.yml because the DB
      already exists, and therefore still don't perform the DB sync. However this
      time, the command may complete without apparent error.
      
      We should be less careful about when we perform the DB sync, and do it whenever
      it is necessary. There is an argument for not doing the sync during a
      'reconfigure' command, although we will not change that here.
      
      This change only always performs the DB sync during 'deploy' and
      'reconfigure' commands.
      
      Change-Id: I82d30f3fcf325a3fdff3c59f19a1f88055b566cc
      Closes-Bug: #1823766
      Closes-Bug: #1797814
      d5e5e885
  5. Jul 11, 2019
  6. Jul 10, 2019
  7. Jul 09, 2019
  8. Jul 08, 2019
  9. Jul 07, 2019
  10. Jul 05, 2019
  11. Jul 04, 2019
Loading