Skip to content
Snippets Groups Projects
  1. Jan 21, 2018
    • caoyuan's avatar
      Fix tox -e docs failed · b25e8c48
      caoyuan authored
      doc/source/user/quickstart.rst:194: D001 Line too long
      doc/source/user/quickstart.rst:337: D001 Line too long
      doc/source/user/quickstart.rst:339: D001 Line too long
      
      Change-Id: Ibbb3588bddf3bfe9d49c2b2b6909f80c36ec2aff
      b25e8c48
  2. Jan 19, 2018
    • caoyuan's avatar
      Fix the storage group missing for external ceph · 42d89e5c
      caoyuan authored
      Using external Ceph with Kolla means there is no storage node for
      kolla, but cinder-volume must be run on nodes(it can be controller
      nodes or compute nodes), and the external-ceph-guide miss storage node,
      this patch to fix it.
      
      Closes-Bug: #1740028
      Change-Id: I6cfb86c5c0d7b30291bd9f263fb030e4703d9602
      42d89e5c
    • caowei's avatar
      Add CephFS backend in Manila · 1961929d
      caowei authored
      Depends-On: I5bf14a668a9e8976a18aa28a5bbfe586690bbd31
      Implements: blueprint manila-cephfs-backend
      
      Change-Id: I483be398d929429e35e460b5a7660b82f409b587
      1961929d
  3. Jan 18, 2018
  4. Jan 17, 2018
  5. Dec 28, 2017
  6. Dec 27, 2017
    • caoyuan's avatar
      Fix the cinder backup action failed when use external ceph · a3a0e920
      caoyuan authored
      when cinder use external ceph, and edit the cinder-backup.conf follow
      the external-ceph-guide.rst, cinder will backup failed because the
      backup_ceph_user is not cinder-backup, the patch to fix it.
      
      Change-Id: Ie7213c1280b2b8fc0a4648d09d9ba132427952aa
      Closes-Bug: #1740222
      a3a0e920
  7. Dec 20, 2017
  8. Dec 06, 2017
  9. Dec 01, 2017
  10. Nov 23, 2017
    • Ravi Shekhar Jethani's avatar
      Don't change directory while running init-runonce · 9c66123c
      Ravi Shekhar Jethani authored
      Currently init-runonce script changes directory to the
      script's base directory (/usr/...) before doing anything else.
      This unnecessarily _forces_ a non-root user to use sudo for
      running this script thereby raising privileges for code which
      doesn't want it. Also downloading temporary stuff in places like
      /usr... seems not a good choice.
      
      Hence deleting the said code part and letting the deployer work
      comfortably from any directory.
      
      Made documentation changes accordingly.
      
      Change-Id: Ib3c7ed97aa5f53c115b6337aaf572b5fdc7a71f3
      Closes-Bug: #1732963
      9c66123c
  11. Nov 22, 2017
  12. Nov 20, 2017
  13. Nov 10, 2017
    • Sean Mooney's avatar
      automate ovs datapath configuration · 7eb24fa3
      Sean Mooney authored
      - This change automates generation of
        the datapath_type paramater in the ml2_conf.ini
      - If enable_ovs_dpdk is no the datapath type
        will be system else it will be netdev which maintains
        the current default behaviour when dpdk is not enabled.
      
      Change-Id: Iedbf39c621f3c0237f9b9934492b12c600f2c4d3
      partial-implementes: bp/ovs-dpdk
      7eb24fa3
  14. Nov 09, 2017
  15. Nov 02, 2017
    • chenxing's avatar
      Add the full name of PBR in its first usage · 9ff89025
      chenxing authored
      This warning message mentions PBR, but this is the first
      instance of this acronym in the documentation. Use the full
      name can be made clear what PBR stands for in its first usage.
      
      Change-Id: I46c7db79eb330e7f58d71afd6c749dd27e2c0f80
      Closes-Bug: 1729476
      9ff89025
  16. Oct 31, 2017
  17. Oct 27, 2017
  18. Oct 18, 2017
    • caoyuan's avatar
      Update the manila shares link · c1f76ee0
      caoyuan authored
      Change-Id: I8c7580b36125caa15e74dd156b235b7d08071069
      c1f76ee0
    • chen's avatar
      Associate text to link · d3ba310a
      chen authored
      The text "Docker Hub Image Registry" is supposed to be assciated with
      the link defined at the end of quickstart.rst. This patch ensures that.
      
      Change-Id: I840413520473b1cc3eb7685254d8d133d4c8d497
      d3ba310a
  19. Oct 17, 2017
  20. Oct 16, 2017
  21. Oct 12, 2017
  22. Oct 10, 2017
  23. Oct 05, 2017
  24. Oct 04, 2017
  25. Sep 29, 2017
  26. Sep 28, 2017
    • caoyuan's avatar
      Update the "ocata" to "pike" for multinode.html · 618962c2
      caoyuan authored
      since the pike is release, the multinode.html should update
      
      Change-Id: I5122477b9209cd483ae682032c1949fa5a5cc985
      618962c2
    • Tatsuma Matsuki's avatar
      Add fluentd enable option · 03354bc9
      Tatsuma Matsuki authored
      This change adds enable_fluentd option and enables some other log shippers
      to be integrated. When enable_fluentd is "no", syslog server is also disabled.
      Then, this change also adds syslog parameters to use a syslog server
      prepared by users.
      
      Change-Id: I7c83ef7fe30a6b9ab7385bcee953ad07e96b0a83
      Implements: blueprint fluentd-enable-option
      03354bc9
    • Surya Prakash Singh's avatar
      git package added for better automated dev environment · 6abbe426
      Surya Prakash Singh authored
      On personal experience when i reach to line no 116 with fresh
      centos-7.1 it ask to install git package, same has been taken
      care in next section for ubuntu-16.04
      
      Change-Id: I688a6ee70d8211740f7d1149ccdfb17183e3a995
      6abbe426
  27. Sep 27, 2017
  28. Sep 26, 2017
    • Gene Kuo's avatar
      Fix typo in external ceph guide · 2f9b39f5
      Gene Kuo authored
      The file to edit in external ceph guide should be globals.yml
      instead of global.yml
      
      Change-Id: Ic3c3406484bbe7c69056010de7c7d2875900ba5f
      2f9b39f5
  29. Sep 25, 2017
    • Eduardo Gonzalez's avatar
      Fix deploy-guide links · 197a264a
      Eduardo Gonzalez authored
      Deploy guides includes quickstart guide.
      Includes respect relative paths, but when
      quickstart includes vagrant doc, deploy-guide
      tries to locate the doc in its doctree (deploy-guide/source).
      
      This causes error 404 and deploy-guide post-gates to fail
      
      Change-Id: I05e49bbcef564ad4f3d80f0649ccf191d9f8b59d
      197a264a
  30. Sep 13, 2017
    • Mark Goddard's avatar
      Support configuration of custom fluentd outputs · fb465146
      Mark Goddard authored
      In some scenarios it may be useful to configure custom fluentd outputs
      to forward logs to a logging service other than elasticsearch.
      
      This change supports configuration of fluentd outputs by placing
      output configuration files in /etc/kolla/config/fluentd/output/*.conf.
      
      Change-Id: I3c0b271d88dbb307ba3a23546e29c72e8baeca55
      Implements: blueprint fluentd-custom-outputs
      fb465146
Loading