Skip to content
Snippets Groups Projects
  1. Aug 09, 2016
  2. Aug 04, 2016
    • Christian Berendt's avatar
      Add doc8 test and improve rst syntax · c3d8262e
      Christian Berendt authored
      This will test all rst files inside the doc directory for style issues with
      doc8 (an opinionated style checker for rst styles of documentation).
      
      This will fix all syntax issues identified by doc8 and will improve
      the syntax.
      
      Change-Id: Id1b9563e07e77e306aef5a0767c98c27f87c5c0e
      c3d8262e
  3. Jul 08, 2016
  4. Jun 24, 2016
  5. Jun 16, 2016
  6. Jun 14, 2016
  7. Jun 13, 2016
  8. Jun 01, 2016
  9. May 31, 2016
  10. May 28, 2016
  11. May 27, 2016
  12. May 25, 2016
    • Swapnil Kulkarni (coolsvap)'s avatar
      Update quickstart guide for formatting · ca1a0551
      Swapnil Kulkarni (coolsvap) authored
      Change-Id: I1d9f5c354e439754564bc654fce9d4dfcf515a10
      partially-implements: blueprint documentation-rework
      ca1a0551
    • Martin André's avatar
      Simplify image building information in quickstart · ca942dfc
      Martin André authored
      Remove information about build time on specific hardware and reasons
      for not pushing images per commit that are not relevant for
      a quickstart guide.
      
      Link to detailed instruction about image building from the quickstart
      guide and update the image building guide to use `kolla-build` command
      by default instead of `tools/build.py`.
      
      Change-Id: If821370acdaaa860c96597aa373687f5f10d3121
      Partially-implements: blueprint documentation-rework
      ca942dfc
  13. May 16, 2016
    • Swapnil Kulkarni (coolsvap)'s avatar
      Structuring the documentation · d87b4f63
      Swapnil Kulkarni (coolsvap) authored
      Restructured the documenation to
      
      1. Add reference at the top
      2. Updated the title formatting
      3. Updated the heading formatting
      4. Updated the links formatting
      
      Change-Id: Ie3786e92fee674da1fa39cf07f1bf0a3badd5b92
      d87b4f63
    • Zhijiang Hu's avatar
      Update doc about how to install python-docker-py on centos · ad573a58
      Zhijiang Hu authored
      
      CentOS shipped with an older version of docker-py named docker-python before.
      But currently CentOS also shipped with a new rpm named python-docker-py-1.7.2
      which obsoletes docker-python and also fulfill kolla need according to its
      version(kolla needs docker-py >= 1.6.0).
      
      Change-Id: I684a6a4e6b6baa9589e9b2afd3cfcc195d2a5e21
      Signed-off-by: default avatarZhijiang Hu <hu.zhijiang@zte.com.cn>
      ad573a58
  14. May 14, 2016
    • Ryan Hallisey's avatar
      Doc rework for quickstart, multinode, and image-building · 1c295225
      Ryan Hallisey authored
      Our quickstart guide is way too complex.  We need to simplify
      the quickstart guide by pulling out the overwhelming amount of
      information and splitting it into other docs.
      
      Change-Id: Iec175ee7f60bfd11ce06b22c861e51e180c188a9
      Partially-implements: blueprint documentation-rework
      1c295225
  15. Apr 28, 2016
    • Blake Smith's avatar
      Yum install Ansible 1.9 specified · 420f8740
      Blake Smith authored
      EPEL has added an Ansible 2.0 rpm.
      Version 1.9 needs to be specifically called out.
      
      Change-Id: I4bf296d72cc6eab50213a3a96923bf7e6b5f3399
      420f8740
  16. Apr 21, 2016
  17. Apr 16, 2016
  18. Apr 15, 2016
    • akwasniewska's avatar
      Add Kibana quick start guide · 732ef0e7
      akwasniewska authored
      Includes basic information about how to search, visualize and analyse logs,
      create a Dashboard and export/import created items.
      
      Closes-Bug: #1570544
      
      Change-Id: I70ce5d28a6bb719a94570d23e85d5ba4aa0b114e
      732ef0e7
  19. Apr 12, 2016
    • Dave McCowan's avatar
      Remove Disable HAProxy option from Quick Start Guide · c2ccf572
      Dave McCowan authored
      The disable HAProxy option is not commonly used and not
      recommended.  This patch moves the section that describes it
      out of the Quick Start Guide and into the Advanced Configuration
      Guide.
      
      Change-Id: Iccd8a6369d772bd85f304cba0a99300180a369c8
      Closes-Bug: #1569560
      c2ccf572
  20. Apr 11, 2016
  21. Apr 07, 2016
    • Rajath Agasthya's avatar
      Added Kibana instructions to quickstart.rst · 0e6fcdb5
      Rajath Agasthya authored
      Kibana requires creating an index for the first time when you log
      in since we don't have a default dashboard yet. Documenting that
      step in quickstart.rst.
      
      Change-Id: I82ecd228c61e2affa5c8f9f9c93f8845728f707f
      0e6fcdb5
  22. Apr 05, 2016
  23. Mar 31, 2016
  24. Mar 24, 2016
  25. Mar 22, 2016
    • Carlos Cesario's avatar
      Added note about nested environment · 8e2423a3
      Carlos Cesario authored
      Added information when using nested environment for Kolla deployment.
      
      Added check command to verify hardware acceleration
      
      Change-Id: I6cb43ebbf11b5cf34f866fdccb550e9641a47f6c
      8e2423a3
  26. Mar 21, 2016
    • SamYaple's avatar
      Add generate_passwords.py to generate passwords · f03e06e0
      SamYaple authored
      
      As with all tools, this is a first pass at the generation. Perhaps we
      even want to move this into kolla/kolla/cmd and be generated with tox
      itself in the future.
      
      This tool, when run, will only populate empty fields that have no
      values meaning that it is safe to run repeatedly on the same file.
      
      Of note, there is no way to preserve comments in the file after it has
      been processed by the yaml parser in python. Comments and sections
      will remain in the passwords.yml template for additional documentation
      if the user wishes to populate the file themselves.
      
      Use SystemRandom and clean up the docs a bit to not use pronouns.
      
      Co-Authored-By: default avatarSteven Dake <stdake@cisco.com>
      
      Closes-Bug: #1559266
      Change-Id: I2932d592df8871f1b7811059206d0b4d0553a687
      f03e06e0
  27. Mar 19, 2016
    • Maru Newby's avatar
      Update quickstart doc to use drop-in unit files · b9205399
      Maru Newby authored
      While it's possible to edit distro/package unit files installed to
      /lib/systemd/system, a cleaner solution exists.  systemd will pick up
      'drop-in' unit files located in '/etc/systemd/system/[unit name].d/'.
      A drop-in unit file only has to include fields that override those in
      the main unit file, and the drop-in unit and main unit file can change
      independently.
      
      This change updates the quickstart doc to use drop-in unit files to
      configure docker.service instead of editing the main unit file.
      
      See: https://coreos.com/os/docs/latest/using-systemd-drop-in-units.html
      
      Change-Id: Iddbebf658741937e3c4157fc0a021751f10fabd2
      b9205399
  28. Mar 18, 2016
    • Steven Dake's avatar
      Explain how to use kolla-ansible pull · 50c52081
      Steven Dake authored
      During multi-node, it is possible for master target node images to
      be older then the Ansible master playboks if the repository is
      updated.  Add documentation to explain this situation.
      
      Change-Id: I2ccf57004147873e89f23fbb996d01f550e90c3f
      50c52081
  29. Mar 12, 2016
  30. Mar 11, 2016
    • Swapnil Kulkarni (coolsvap)'s avatar
      Restructuring the Quickstart guide · 333ee4e7
      Swapnil Kulkarni (coolsvap) authored
      We need the gcc and other dependencies
      installed before we can do any tox related
      commands.
      
      Installation of git was never checked in QSG.
      I happened to create a baremetal CentOS server
      with minimal install and there was no git.
      Added steps to install git.
      
      Moved the steps related to git clone and other
      kolla configuration after basic installation.
      since tox fails for gcc.
      
      In the quickstart guide we are generating
      the configuration using tox but tox is not
      installed before doing so. Adding steps to
      install tox before generating conf.
      
      Change-Id: Ic8a756e66d33963e47607ed60c4c768e0859152d
      333ee4e7
  31. Mar 10, 2016
    • Martin André's avatar
      Provide instruction to generate kolla-build.conf · 3105580d
      Martin André authored
      Although not strictly mandatory, it's less confusing to have
      a kolla-build.conf file in /etc/kolla that users can modify it they
      want to customize their builds, rather than to rely on defaults
      settings and command line options.
      
      The `tox -e genconfig` was already documented in "Image building" doc.
      
      Change-Id: Ia44e6f28ce18601cdaba5109ea12cd50fa8372b2
      Closes-Bug: #1532066
      3105580d
  32. Mar 03, 2016
  33. Feb 27, 2016
    • Rajath Agasthya's avatar
      Recommend vagrant and heat for development only · 58ef5fee
      Rajath Agasthya authored
      Vagrant and Heat, while really cool tech, are not very well maintained
      in Kolla. They are not always up to date, and as a result, are not
      recommended for evaluation purposes by this change.
      
      TrivialFix
      
      Change-Id: Ic8b8519431ed5c50a9a46b2e8b8f822d0982b1cf
      58ef5fee
  34. Feb 26, 2016
    • SamYaple's avatar
      Change kolla_internal_address variable · d3cfb205
      SamYaple authored
      Due to poor planning on our variable names we have a situation where
      we have "internal_address" which must be a VIP, but "external_address"
      which should be a DNS name. Now with two vips "external_vip_address"
      is a new variable.
      
      This corrects that issue by deprecating kolla_internal_address and
      replacing it with 4 nicely named variables.
      
      kolla_internal_vip_address
      kolla_internal_fqdn
      kolla_external_vip_address
      kolla_external_fqdn
      
      The default behaviour will remain the same, and the way the variable
      inheritance is setup the kolla_internal_address variable can still be
      set in globals.yml and propogate out to these 4 new variables like it
      normally would, but all reference to kolla_internal_address has been
      completely removed.
      
      Change-Id: I4556dcdbf4d91a8d2751981ef9c64bad44a719e5
      Partially-Implements: blueprint ssl-kolla
      d3cfb205
    • Michael A. Trimm's avatar
      Fixed slight gramatical issues that could be considered confusing · f9b60387
      Michael A. Trimm authored
      
      Signed-off-by: default avatarMichael Trimm <mitrimm@cisco.com>
      Change-Id: Iccd3c53526caf8b109ba4ede117eebf66958782d
      f9b60387
  35. Feb 25, 2016
    • Abe Music's avatar
      General improvements to quickstart · 73f7fcb9
      Abe Music authored
      - Provided info on installing ansible via yum from EPEL and pointed
        readers to the EPEL docs to learn how to install/enable the repo
      
      Change-Id: I4bf87fbf90779be85293eb65fe7cd2ffe548d6ae
      73f7fcb9
Loading