Skip to content
Snippets Groups Projects
  1. Nov 03, 2015
    • Proskurin Kirill's avatar
      Updated quickstart doc · 58ee9c4b
      Proskurin Kirill authored
      I merged "quickstart" doc with "ansible-deployment" and
      "deploy-all-in-one-node". All three of them was covering same topic and
      added a lot of confusion for new users.
      
      I added some clarification lines from myself, with main goal to recive one
      straightforward document for new users.
      
      Change-Id: I793244c47ffbe0ba304e79bacf708494e59d99c4
      58ee9c4b
  2. Nov 02, 2015
    • Steven Dake's avatar
      Retitle several documents · 237013af
      Steven Dake authored
      We decided during the ODS documentation session that several
      documents need retitling.  This patch retitles the documents
      but doesn't actually adjust the content.  There is a separate
      patch under work which refactors the content from three documents
      into one document.
      
      Change-Id: If5a4718b0ab50c405d42a2e20b7b054b93f3227a
      237013af
    • Steven Dake's avatar
      Implement Mitaka ODS Documentation structure · 426e6377
      Steven Dake authored
      From this etherpad:
      https://etherpad.openstack.org/p/kolla-mitaka-documentation
      
      Lay groundwork for structure of new documentation layout.
      
      Further work will finish the job on this doc work.
      
      Note in a later change I793244c47ffbe0ba304e79bacf708494e59d99c4
      ansible-deployment, deploy-all-in-one-node, and quickstart.rst
      will be merged into one document.
      
      Change-Id: I42b576ffab796da6e27adc9dbf55b2ceed641c16
      426e6377
  3. Oct 11, 2015
  4. Sep 28, 2015
    • Sam Yaple's avatar
      Unify commands in documentation · 7ad9619e
      Sam Yaple authored
      The deployer is expected to know the correct permissions for his
      environment. Remove 'sudo' everywhere and unify commands
      
      Change-Id: I1ca295221a57e9d8cb35293620d14c0d8c72007d
      Closes-Bug: #1496566
      7ad9619e
  5. Sep 25, 2015
    • venkatamahesh's avatar
      Fix the repository to openstack · b543f2d7
      venkatamahesh authored
      Changed the repository of kolla to
      openstack
      
      (Note: the bug describes using github, but in the review it was
      determined that using openstack repos is best.)
      
      Change-Id: I26c9543776a441ab3ca606ad7aa7381db94fe094
      Closes-Bug: #1495162
      b543f2d7
  6. Sep 18, 2015
  7. Sep 16, 2015
  8. Sep 04, 2015
  9. Sep 03, 2015
    • Steven Dake's avatar
      Rename docs dir to doc for publishing · 233864ff
      Steven Dake authored
      The publishing docs expect the documentation to be present in the
      /doc directory not the /docs directory.  If the documentation is in
      the /docs directory, according to fungi the docs won't be published
      properly.
      
      Change-Id: I718fec7e69d298a5cb2376ca4e2455e12169566e
      Partially-Implements: blueprint kola-tox-doc
      233864ff
  10. Aug 28, 2015
  11. Aug 27, 2015
  12. Aug 25, 2015
  13. Aug 24, 2015
    • venkatamahesh's avatar
      Extension .md is changed to .rst · 11d78626
      venkatamahesh authored
      For two links extension is wrong, it is changed
      For other one the path is wrong, it is updated
      
      Change-Id: Idc2c7054f5bd0c47ff30de79585cf902082da448
      Closes-Bug: #1488025
      11d78626
  14. Aug 21, 2015
    • Steven Dake's avatar
      Rework documentaton to actually get people rolling · 2806e453
      Steven Dake authored
      Individuals are beginning to evaluate Kolla and our quickstart
      documentation is in terrible terrible shape.  Pleae just approve
      this change but do leave feedback.  I will address changes in
      an iterative process in future patches rather then having a
      perfect documentation patch in one bang.
      
      Since this isn't code, there is not a high cost to refactoring
      or risk of regressions.
      
      Change-Id: I222cf15f4c5d748fb2daf3638094b4e7b35f8844
      2806e453
    • Steven Dake's avatar
      Run pandoc to convert the documentation · 6e3127d0
      Steven Dake authored
      This converts all MD formatted docs that were renamed to RST to
      preserve git history into actual RST documentation.  Some minor
      edits were made but in general the purpose of this patch is to
      *only* convert the documentation not rework the documentation.
      I do plan on reworking the documentation in further patch sets.
      
      All links were tested and a test rendering is available:
      
          http://github.com/sdake/kolla
      
      Change-Id: I3df430b14df1ede15407c7f4ba7afcbdc6f9d757
      6e3127d0
    • Steven Dake's avatar
      Prepare for MD to RST conversion · bbcf22cc
      Steven Dake authored
      Sphinx and OpenStack documentation standards require the use of
      RST formatted documentation.  In order to get out docs integrated
      into docs.openstack.org, the following steps must be taken:
      
      1. we need to first convert the documentation to RST
      2. sphinx support must be added to the repository
      3. project-config must be updated with a publish-docs job
      
      The ability to pubish to docs.openstack.org is a privilege only
      available to Big Tent projects.  As a result, we should be taking
      advantage of this to help spread the word on our implementation.
      
      Note the documentation was converted with a tool called pandoc
      the syntax of which was:
      pandoc -f markdown -t rst file.md > z
      mv z file.rst
      
      In order for git to preserve history the files have to be git mv'ed
      in one commit followed by the pandoc operation in a separate commit.
      
      Change-Id: Iba2a70b989e8305da03e8204a9b130d457b00cf0
      bbcf22cc
  15. Aug 17, 2015
    • Steven Dake's avatar
      Remove compose from documenation · 6efe57e9
      Steven Dake authored
      Receive several quickstart related questions every day.  Make a
      first pass at cleaning up our documentation to point people
      in the right direction.  While we are about it remove compose
      related bits.  Anything in the compose directory will remain as
      a reference implementation for how to implement the compose
      files to work well with our container content.
      
      Change-Id: I9e832e97ac2bacca8eab7e1bfbd82664d2b191b8
      Closes-Bug: #1485163
      Paritally-Implements: blueprint remove-config-internal
      6efe57e9
  16. Aug 06, 2015
    • Sam Yaple's avatar
      Updated some requirements about docker · c8904e69
      Sam Yaple authored
      We were requiring docker 1.7 for a few reasons at one point. Those
      reasons are no longer valid and this change reflects that.
      
      Additionally, this adds some clarifications on the issues with Ubuntu
      and AUFS.
      
      Change-Id: I56ca1b08f0abecb6f7644bf63ca939f588ed3ee2
      c8904e69
  17. Aug 04, 2015
  18. Jul 30, 2015
    • Hui Kang's avatar
      Update dev-quickstart doc · 1d72a50b
      Hui Kang authored
      Do not use aufs to build images for Ubuntu systems
      
      Change-Id: Ia14eaada3ec034a6ae340192dc69460df8885045
      1d72a50b
  19. Jul 27, 2015
    • digambar's avatar
      Implement kolla-compose script · e245eb2f
      digambar authored
      Renamed kolla script to kolla-compose
      Update change in the dev guide also
      
      Change-Id: I6cae3d13752ecb4bb3deeb91c5e0f827fde80c2a
      Implements: blueprint kolla-compose-script
      e245eb2f
  20. Jun 26, 2015
  21. Jun 25, 2015
    • Steven Dake's avatar
      Add warnings about running on F22 and later · d0403fcd
      Steven Dake authored
      The supermin tool in the centos container needs to be updated
      to supoprt reading kernel modules with the .xz compressed format
      that Fedora 22 introduces as a new feature.
      
      Change-Id: I85c9a4698edbb350d5950bbe452cbf745f5e2b33
      Closes-Bug: #1468056
      d0403fcd
    • Steven Dake's avatar
      Correct dev-quickstart installation directions · 4dac672c
      Steven Dake authored
      kUse was using yum to install docker 1.7.0.  This wanted to install
      all of the fedora 23 dependencies.  Instead, simply use RPM to install
      via http with the --nodeps option.  This works because we don't really
      need selinux since we don't support an selinux operational model.
      
      Change-Id: I7e7fbe9cab9f38d51807442d0f6a41a344779ba2
      Closes-Bug: #1468464
      4dac672c
  22. Jun 22, 2015
  23. May 31, 2015
  24. Apr 27, 2015
    • Steven Dake's avatar
      Tidy up dev quickstart · 0d73d969
      Steven Dake authored
      The dev-quickstart needed a bit of updating.  The major change in this
      update is to specify using docker 1.6.0 release version rather than
      a docker RC.
      
      Change-Id: I1fcb79e3751c00c5bd75680ef05ec3952d76578d
      0d73d969
  25. Apr 24, 2015
    • Steven Dake's avatar
      Rename quickstart guide · ac152802
      Steven Dake authored
      The developer-env is actually a quickstart document.  Rename
      it to dev-quickstart to be a little more obvious.
      
      Change-Id: I24c344c45c490c1e3d6c5c8284770f810511add6
      ac152802
  26. Apr 16, 2015
    • Martin André's avatar
      Introduce `tools/kolla` to interact with kolla · 75a6c3bc
      Martin André authored
      This is supposed to prevent proliferation of scripts in "tools"
      directory and reduce code duplication.
      
      This first patch replaces tools/{start,stop,pull,status} scripts and
      more commands are to be added in the future.
      
      Change-Id: I3d99cf5033be8631d8e6f32a4c34d3b5ffcae7e8
      75a6c3bc
  27. Apr 14, 2015
    • Steven Dake's avatar
      Update developer documentation · 9bbf1ba8
      Steven Dake authored
      Tell users to pull docker-compose from Docker Inc.
      Recommend rc3 or greater
      Tell users the thread where the bump releases are being discussed
      Fix typo in libvirtd
      
      Change-Id: Ib47d3a57452a4266db2b47b41a789908365fda9b
      9bbf1ba8
  28. Apr 02, 2015
    • Steven Dake's avatar
      Improve developer documentation · e805356b
      Steven Dake authored
      Clean up version info since all those problems have been fixed in rc3.
      
      Add separate sections for each major section of the document.
      
      Change-Id: Ic011b56872e4cee70f668af58275f31cf083d027
      e805356b
  29. Mar 27, 2015
  30. Mar 26, 2015
  31. Mar 25, 2015
  32. Mar 24, 2015
    • Daneyon Hansen's avatar
      Updates Dev Doc for M3 Release · a0dfb204
      Daneyon Hansen authored
      A few errors in the dev doc were causing problems with deploying
      a dev env. The dev dos has been updated with the correct steps for
      prep'ing a host for running Kolla. Additionally, wording has been
      added to reference the Heat template for dev env deployment.
      
      Change-Id: I9f0ba1bd2deca490a72b3c54cb1a7df386228ee8
      a0dfb204
  33. Mar 21, 2015
Loading