Skip to content
Snippets Groups Projects
  1. Jun 25, 2015
    • 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
  2. Jun 22, 2015
  3. May 31, 2015
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. Mar 27, 2015
  10. Mar 26, 2015
  11. Mar 25, 2015
  12. 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
  13. Mar 21, 2015
  14. Mar 20, 2015
    • Steven Dake's avatar
      Add pid: host to libvirt · 5bfc3e11
      Steven Dake authored
      Without pid: host, nova-compute and libvirt fail to operate correctly
      together.  I don't understand why, and I wish it weren't so, but it means
      folks will have to install docker-compose from my personal github account
      until the pull request is merged upstream.
      
      Change-Id: I24e55405139c831f2df246f54c5b6fd39d00656a
      5bfc3e11
    • Martin André's avatar
      Move genenv.sh and start.sh to tools directory · 888bb9cc
      Martin André authored
      Rename them `genenv` and `start`.
      Have `genenv` create the openrc file in the top-level directory.
      
      Add openrc and compose/openstack.env to gitignore, as well as *.img.
      
      Change-Id: I5d8006e97efd77cf364215f55d5e585139ae273e
      888bb9cc
  15. Mar 18, 2015
Loading