Skip to content
Snippets Groups Projects
  1. Nov 06, 2015
    • Proskurin Kirill's avatar
      Few improvements in the quickstart doc · eee6af5e
      Proskurin Kirill authored
      Fixed commands for disabling\stoping libvirt and ntpd in different OS
      
      I encourage to install kolla tools via pip, so user could get rid
      of relative paths to config and scripts and run it from everythere.
      
      Change-Id: I77271ce2f72fbaa7d6586a84f7998a9888d9b3a2
      eee6af5e
    • Britt Houser's avatar
      Update Centos7 docker commands · 3733326f
      Britt Houser authored
      The commands around installing docker on Centos7
      in the quickstart guide needed a little tweaking
      and a little spell checking.
      
      Change-Id: Ia0367900ab9792a096f753d5fd943ffab0a005a4
      3733326f
  2. Nov 05, 2015
    • Sam Yaple's avatar
      Add additional ntp information around ceph · fdb010e5
      Sam Yaple authored
      Mention `chrony` since thats what docs.openstack.org recommends for
      WAN connections. It does do better than ntpd
      Change-Id: I28caade26492294bf12b092ff949003c7bf0bb8e
      fdb010e5
    • Steven Dake's avatar
      Tidy up quickstart.rst · 8581fc85
      Steven Dake authored
      Fix up some gramatical errors in the quickstart documentation.
      
      TrivialFix
      
      Change-Id: I82dada5b1fc24a48dee143447042861b106ceeed
      8581fc85
  3. 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
  4. Nov 02, 2015
    • Steven Dake's avatar
      Fix broken link · ef046ee9
      Steven Dake authored
      quickstart got busted in a previous commit
      
      Change-Id: I8affb6e0ecc3250eabe276aab401222dc6239349
      ef046ee9
    • Steven Dake's avatar
      Tidy up index.rst · 83e540cc
      Steven Dake authored
      Include our full mission statement and tidy up the documentation
      landing page so it looks more professional and has shorter
      titles that communicate the same information.
      
      Change-Id: If54acbfa817e9a9a71e9f16f923094248b2f62f0
      83e540cc
    • Steven Dake's avatar
      Shorten up title in docs · 2492362d
      Steven Dake authored
      Change "kolla's Philosophy on Deployment" to "Kolla's Deplooyment
      Philosophy" so it takes up less bytes.
      
      Change-Id: I35d7b91f6b5260878e3a5a45d89b97c74d88cddc
      2492362d
    • Steven Dake's avatar
      Fix spelling error · 0f3e00d8
      Steven Dake authored
      Development was mispelled in the vagrant documentation
      
      Change-Id: I6a23a5202a78fad32aad7142b51858319def5d5d
      0f3e00d8
    • Steven Dake's avatar
      Add proper section/subsection to philosophy · 2d237fdd
      Steven Dake authored
      Add overview, how not to do the job, how to do the job. :)
      
      Change-Id: Id3c95ae376f92bfdeb9d43a2360bfd9f01e6f22f
      2d237fdd
    • 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
  5. Oct 26, 2015
    • Rob Hirschfeld's avatar
      Make version requirements more visible · d038e223
      Rob Hirschfeld authored
      The documentation was correct.  This table change helps
      highlight that default packages are not recent enough
      or too recent for the Kolla playbooks.
      
      Change-Id: I9ea3cfc87aebcc10cb344cd8f32e9b91782ecf55
      d038e223
  6. Oct 21, 2015
  7. Oct 17, 2015
    • Kuo-tung Kao's avatar
      add "registry" flag to "tools/build.py" · 52b72538
      Kuo-tung Kao authored
      With registry flag,
      build image using `tools/build.py --registry 172.22.2.81:4000`
      the image name looks like `172.22.2.81:4000/kollaglue/data`
      When user use kolla-ansible,
      user set `docker_registry` to `172.22.2.81:4000` in `/etc/kolla/globals.yml`.
      
      Build image using `tools/build.py -n abcd`
      the image name looks like `abcd/data`
      When user use kolla-ansible,
      user set `docker_namespace:` to `abcd` in `/etc/kolla/globals.yml`.
      
      build image using `tools/build.py -n abcd --registry 172.22.2.81:4000`
      the image name looks like `abcd/data`
      When user use kolla-ansible,
      user set `docker_namespace:` to `abcd` in `/etc/kolla/globals.yml`.
      user set `docker_registry` to `172.22.2.81:4000` in `/etc/kolla/globals.yml`.
      
      With the feature, it will reduce user confusing and mistaking.
      
      Change-Id: I18ac7a3ccec032888e35f5e9a79fc190760cc8a0
      Closes-Bug: #1505056
      52b72538
  8. Oct 14, 2015
    • Martin André's avatar
      Cleanup outdated documentation · e47d4b85
      Martin André authored
      Kolla implements a workaround for the referenced docker issue. There is
      no need to document it, however still recommend installing a recent
      kernel for better compatibility.
      
      Change-Id: I06eaa0bb0980f0698202724f523ab08cb344418e
      e47d4b85
    • Kuo-tung Kao's avatar
      update doc for root is needed when deploying · fd4f3747
      Kuo-tung Kao authored
      Update ansible-deployment to note that root privilege is needed
      when deploying.
      
      Change-Id: I80d3792de69c16c05c5285e8113d5924d6192735
      Closes-Bug: #1471824
      fd4f3747
  9. Oct 13, 2015
  10. Oct 12, 2015
  11. Oct 11, 2015
  12. Oct 09, 2015
  13. Oct 08, 2015
  14. Oct 07, 2015
  15. Oct 06, 2015
  16. Sep 28, 2015
    • Jeff Peeler's avatar
      Add Ansible support for Ironic · f5a50a1d
      Jeff Peeler authored
      Configuration based off upstream documentation here:
      http://docs.openstack.org/developer/ironic/deploy/install-guide.html
      
      A few notes:
      -ironic-api is not configured to use mod_wsgi
      -several places it's noted that discoverd is going away and needs to be
      replaced with ironic-inspector - (sqlite connection should be changed
      too)
      -currently enabling ironic reconfigures nova compute (driver and
      scheduler) as well as changes neutron network settings
      -a nice enhancement would be to configure the web console
      
      Required post-deployment configuration:
      
      Create the flat network to launch the instances:
      
      neutron net-create --tenant-id $TENANT_ID sharednet1 --shared \
      --provider:network_type flat --provider:physical_network physnet1
      
      neutron subnet-create sharednet1 $NETWORK_CIDR --name $SUBNET_NAME \
      --ip-version=4 --gateway=$GATEWAY_IP --allocation-pool \
      start=$START_IP,end=$END_IP --enable-dhcp
      
      And then the above ID is used to set cleaning_network_uuid in the neutron
      section of ironic.conf.
      
      Change-Id: I572e7ff1f23c4e57a2c50817cafe9269fd9950dd
      Implements: blueprint ironic-container
      f5a50a1d
    • 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
  17. Sep 26, 2015
  18. 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
    • Steven Dake's avatar
      Rename swift-readme.rst to swift-guide.rst · bdad07d2
      Steven Dake authored
      All services should have a guide that follows the same style as
      cinder-guide.rst or swift-guide.rst and all should be named
      service-guie.rst.
      
      Change-Id: Iaa75d137d4e159452153f9fe572fe017fe988be4
      bdad07d2
    • Martin André's avatar
      Fix git instruction in vagrant doc · 0617de15
      Martin André authored
      Change-Id: I795d543f7ab600427618062d6eaa3231408d6660
      Partially-Implements: blueprint vagrant-improvements
      0617de15
  19. Sep 21, 2015
  20. Sep 18, 2015
    • Steven Dake's avatar
      Add a customize deployment document · 5e83b6d3
      Steven Dake authored
      Explain how to customize the deployment with an example and rationale
      that is anti-templating :)
      
      Change-Id: I148c89b0608211864d18b60ed7c7082c0b468931
      5e83b6d3
Loading