Skip to content
Snippets Groups Projects
  1. Jan 12, 2016
  2. Dec 03, 2015
  3. Nov 17, 2015
  4. Nov 06, 2015
  5. Nov 05, 2015
  6. Nov 02, 2015
  7. Oct 08, 2015
    • Steven Dake's avatar
      Move around the development environments · 3b92e871
      Steven Dake authored
      THe top level dev directory is now used to store the heat and
      vagrant development environments.
      
      backport: liberty
      
      TrivialFix
      
      Change-Id: Ib0922b90eacaa8518aee09cdeb46f4ac0437e015
      3b92e871
    • Steven Dake's avatar
      Remove compose from the repostiory since its dead code · ed2f908a
      Steven Dake authored
      Several people over the liberty cycle committed to maintaining
      compose, but it was never completed.  Rather than carry compose
      in our repoistory until the end of time in a broken state I propose
      removing it.  If someone comes along and wants to resseruct the code
      and make it functional in the future, I'd be 100% open to merge a
      patch in the future which reintroduces this functionality.  In the
      meantime it is confusing to users which ask me on a daily basis if
      compose is supported which I have to go into a 10 minute monologue
      about why its in the repository.
      
      Fortunately git contains full history so we can always revert this
      change at a later time if someone wants to actually fixt his code
      base up and make it useable in some way.  I think the proper answer
      is a seperate repoistory (kolla-compose) which contains any compose
      related bits.
      
      Please consider removing since nobody is using this code and its
      dead.
      
      TrivialFix
      
      backport: liberty
      Change-Id: I8b7c39b00d1967184d363af7db86d1ff8b5e725f
      ed2f908a
  8. Sep 14, 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
    • Sam Yaple's avatar
      Move docker_templates to docker dir · cbd42ca6
      Sam Yaple authored
      Updated build.py to reflect this change.
      Deprecate --template option and make it a noop.
      
      Change-Id: I7cd98d1ee684a4c64984a49597159868152683b2
      Partially-Implements: blueprint remove-docker-dir
      cbd42ca6
    • Steven Dake's avatar
      Remove docker directory · f895ee07
      Steven Dake authored
      Remove the docker directory (yay) and old build tools.
      
      This will result in an f21 failing gate - however, I have a patch
      submission to remove that gate from our project configuration.
      
      Change-Id: I3c461cedb6906422c8076f60c470e773d6cdcf33
      Partially-Implements: blueprint remove-docker-dir
      f895ee07
  11. 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
  12. Aug 21, 2015
    • 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
  13. Aug 16, 2015
    • Steven Dake's avatar
      Update readme to match current state · 8ba8e59c
      Steven Dake authored
      Kolla has been through alot of change in the Liberty development
      cycle.  Modify the README.md to specify our current direction.
      
      Change-Id: I67d304b206312f5915085dd99d0201b1df44f7ec
      8ba8e59c
  14. Jul 23, 2015
  15. May 11, 2015
  16. May 06, 2015
  17. Apr 24, 2015
    • Steven Dake's avatar
      Change irc channel · 1eb5705d
      Steven Dake authored
      Our IRC channel is #kolla, not #tripleo.
      
      Change-Id: Iccbdc767506070d196490190eb5cc642c9561dfb
      1eb5705d
  18. Mar 20, 2015
    • Martin André's avatar
      Remove reference to k8s directory from README · 3e439b5e
      Martin André authored
      Kolla has moved away from Kubernetes and is now using docker-compose to
      define container sets.
      
      Remove last reference to Kubernetes in the README file, and document
      the `compose` directory instead.
      
      Change-Id: Ic586da2ae7859817c0da888f6ce5c788188e43d2
      3e439b5e
  19. Feb 16, 2015
  20. Jan 06, 2015
  21. Dec 02, 2014
    • Martin André's avatar
      Properly format markdown in README.md · 7f66766c
      Martin André authored
      Mark code blocks and list items as such. Also use preformated text for
      commands or flags and wrap long lines.
      
      Change-Id: I6992abb1e1f18fba62adc127285d75f3f39659db
      7f66766c
  22. Oct 21, 2014
    • Steven Dake's avatar
      Tidy up README.md · 4724eb11
      Steven Dake authored
      The readme was woefully old.  Make it more modern to match the current
      state of the repository and development.
      
      Change-Id: I9be10ca8565835c784afea63ee70978d10313e4a
      4724eb11
  23. Oct 07, 2014
  24. Oct 03, 2014
  25. Oct 02, 2014
  26. Oct 01, 2014
  27. Sep 21, 2014
  28. Sep 20, 2014
    • Steven Dake's avatar
      Tidy up README.md · da62e71b
      Steven Dake authored
      Edit README.md to provide a link to deploying kubernetes with Heat in VMs
      
      Provide link to heat-kubernetes that Lars put together
      Also explain directory layout
      da62e71b
  29. Sep 19, 2014
  30. Sep 17, 2014
Loading