Skip to content
Snippets Groups Projects
  1. Aug 26, 2015
    • Paul Bourke's avatar
      Implement Ansible role for Swift · 515cf2af
      Paul Bourke authored
      This currently deploys the core services for a working Swift which are
      account/container/object/proxy.
      
      I've included some basic docs in docs/swift-related.rst, which gives
      usage instructions and more context on this patch. These are really to
      give an overview of the state of Swift in Kolla as of now, so unless
      there's some major inaccuracy there please don't nitpick it.
      
      Change-Id: Id0c54be3e24c46459c40b16b7020f05bddbe1b19
      Implements: blueprint ansible-swift
      515cf2af
  2. Aug 25, 2015
  3. 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
    • Steven Dake's avatar
      Add a Cinder guide · e2261753
      Steven Dake authored
      Based upon Paul's work with Swift documentation, I decided to
      add a bit of Cinder documentation since Cinder isn't totally obvious.
      
      Change-Id: I502d88200ae9fd0e8a87d9981424903be9612cd5
      e2261753
  4. 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
  5. Aug 20, 2015
  6. Aug 19, 2015
  7. 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
  8. Aug 15, 2015
    • Steven Dake's avatar
      Remove all old config-internal documentation · b6ec9334
      Steven Dake authored
      Bad documentation is worse then no documentation.  All this stuff
      is related to config-internal and has to go.
      
      Paritally-Implements: remove-config-internal
      
      Change-Id: I0f83d7c2d3bbf5d1af2b8cab179d1961831158d0
      b6ec9334
  9. Aug 07, 2015
  10. 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
    • Sam Yaple's avatar
      Reduce dependencies on the dest nodes · 98a379b0
      Sam Yaple authored
      Currently we require a slew of deps on each destination node, this
      includes a gcc compiler and installing things via pip. We can remove
      these dependencies by containerizing them and running and Ansible
      inside the container itself. The container would then report back
      facts about idempotency.
      
      DocImpact
      Closes-Bug: #1481495
      Implements: blueprint containerize-dependencies
      Change-Id: I3dfccbf9fafc06ffc36e78f3006fe5d3367891df
      98a379b0
  11. Aug 05, 2015
    • Sam Yaple's avatar
      Update the documentation for Ansible · 7351c4ec
      Sam Yaple authored
      This updated documentation addresses a few changes including the
      addition of keepalived and haproxy as well as the update to the
      'neutron_interface' name which has been renamed to
      'neutron_external_interface'
      
      Change-Id: Ia692dbd7f1cb872400324b49f49944b9178c6eaa
      7351c4ec
  12. Aug 04, 2015
  13. Jul 31, 2015
  14. Jul 30, 2015
    • Ryan Hallisey's avatar
      Add a doc for Cinder · 8424b880
      Ryan Hallisey authored
      Cinder is unique in that interaction with the volumes
      must occur in the container as opposed to from the host.
      This doc will lay out a guide for Cinder and useful
      debugging tips.
      
      Change-Id: I5cdff42ba3a40c1a20a11570649ac42a1c3aa837
      8424b880
    • 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
    • Sam Yaple's avatar
      Rename role name to service name · 0382909d
      Sam Yaple authored
      The original purpose for having an abstract like 'database' rather than
      the service name of 'mariadb' has been change. Our direction is different
      and this patch reflects consistent naming throughout
      
      Change-Id: I704896191cc5243f9dab2a4cca9120e9dc2ceb2c
      Closes-Bug: #1478328
      0382909d
  15. Jul 29, 2015
    • Swapnil Kulkarni's avatar
      Update service helper scripts for variable changes · 1c147e4d
      Swapnil Kulkarni authored
      - Updated the required variables to be sorted so
        that they are better visible one on each line
      
      - Removed variable defaults from each service scripts
        and added them to tools/genenv file which holds
        all default values
      
      Change-Id: Ia7b1b08ba3f963b46b81434ce84f476d56890a93
      Closes-Bug: #1476494
      Closes-Bug: #1467652
      1c147e4d
  16. Jul 27, 2015
  17. Jul 23, 2015
Loading