Skip to content
Snippets Groups Projects
  1. Aug 15, 2016
  2. Aug 12, 2016
  3. Aug 09, 2016
  4. Aug 08, 2016
  5. Aug 06, 2016
    • Robin Naundorf's avatar
      Fix inconsistencies in git url · a7c41a88
      Robin Naundorf authored
      Github is just a mirror of the OpenStack git-repo.
      Changed from Github to OpenStack git url wherever possible.
      
      Change-Id: I7941ef86967de4efe7f23ff9fb11ec86c793901e
      a7c41a88
  6. Aug 04, 2016
    • Christian Berendt's avatar
      Add doc8 test and improve rst syntax · c3d8262e
      Christian Berendt authored
      This will test all rst files inside the doc directory for style issues with
      doc8 (an opinionated style checker for rst styles of documentation).
      
      This will fix all syntax issues identified by doc8 and will improve
      the syntax.
      
      Change-Id: Id1b9563e07e77e306aef5a0767c98c27f87c5c0e
      c3d8262e
  7. Aug 03, 2016
    • Christian Berendt's avatar
      Enable central logging without deploying elasticsearch/kibana · 4cd95dbc
      Christian Berendt authored
      This changed introduces 4 new parameters to be able to use an existing
      elasticsearch service for central logging.
      
      * elasticsearch_address - address of elasticsearch server
      * elasticsearch_protocol - protocol (HTTP/HTTPS) used by elasticsearch server
      * enable_elasticsearch - deploy elasticsearch container
      * enable_kibana - deploy kibana container
      
      Closes-bug: #1584861
      
      Change-Id: Ia1ff9ae8b6d9929c3826da02693d1e2fc9ea2522
      4cd95dbc
  8. Jul 28, 2016
    • William Snow's avatar
      Doc wording update · 37cf84aa
      William Snow authored
      - Minor rewording for clarity.
      
      Change-Id: I96aa1cd39ad609b9741c294b802327d7b2f34ddd
      37cf84aa
  9. Jul 27, 2016
    • Mathias Ewald's avatar
      External Ceph - Implementation Nova · ffafebf8
      Mathias Ewald authored
      Introduced nova backend selection flag for Ceph and priority if
      multiple backends are configured
      
      Add mechanism to deploy arbitrary ceph.conf and keyring files into
      nova-compute and nova-libvirt containers
      
      Added documentation
      
      Change-Id: Id010ca9cc2d914e5358ef79edeb600a28220dd4b
      Implements: blueprint external-ceph
      ffafebf8
  10. Jul 26, 2016
  11. Jul 25, 2016
    • Kenny Johnston's avatar
      Fix Wording and Typos in Deployment Philosophy · c4f825f3
      Kenny Johnston authored
      Improved readability and comprehension of
      deployment philosophy doc.
      
      Change-Id: I3e735d20c64f6a44b927e856116ff8d15cfb7292
      c4f825f3
    • Yongfeng Du's avatar
      Fix typo in cinder guide · 8cfd14d9
      Yongfeng Du authored
      TrivialFix
      
      Change-Id: I49b702d2b2494ca3a9fac81248faa9e21ca2e4f0
      8cfd14d9
    • Jeffrey Zhang's avatar
      Simplify the Cinder LVM backend · 1b0e7014
      Jeffrey Zhang authored
      Remove the unnecessary option in the  group_vars/all.yml file.
      
      * removed some cinder.conf options like volume_backend_name,
        iscsi_helper, iscsi_protocol etc. these value can be configured by
        custom cinder.conf file, no need export as global variables.
      * remove meaningless iscsi_ip_addess, which is not used in LVM driver
      * force start iscsi relate when enable_cinder_backend_lvm is yes
      
      TrivialFix
      Change-Id: Ifcbfdad15e4d68bc5f20fc77e0315a09983ef022
      1b0e7014
  12. Jul 24, 2016
  13. Jul 19, 2016
    • Mathias Ewald's avatar
      External Ceph - Implementation Cinder · 38948838
      Mathias Ewald authored
      This patch adds support for external Ceph clusters for Cinder.
      
      For clean integration the backend configuration mechanism had to be
      slightly adjusted.
      
      We now have the option to enable multiple backends for Cinder
      independently.
      
      Currently, the flags cinder_backend_iscsi and cinder_backend_ceph are
      used to toggle backends.
      
      Documentation on how to use external ceph was added.
      
      Change-Id: I7e0267b90d62d6d881f24f063cdb894422ec8618
      Partially-Implements: Blueprint: external-ceph
      38948838
  14. Jul 17, 2016
    • Shanu Jain's avatar
      fix small documentation error · 72d13a3e
      Shanu Jain authored
      Change a change ID to a bug ID to make the cinder documentation correct.
      
      Change-Id: I8dc69368b432de8e8bb7669988566acffe619a45
      Closes-Bug: #1603818
      72d13a3e
  15. Jul 11, 2016
    • Rahul Sharma's avatar
      corrected documentation for registry version · fbfab6a9
      Rahul Sharma authored
      The documentation was saying of installing registry 2.3 but
      the tag used is registry:2. This tag gets updated to the recent
      versions of registry, and hence, this fix was required.
      Closes-Bug: 1598231
      
      Change-Id: I3c37c3564678467402223a48c69a1ae7ccbaeebb
      fbfab6a9
    • Rahul Sharma's avatar
      updated insecure docker-registry configuration · 39875a5c
      Rahul Sharma authored
      Current documentation was outdated/misleading. For CentOS, I found
      that they have INSECURE_REGISTRY flag in /etc/sysconfig/docker in
      docker version 1.10.3. For Ubuntu, latest versions of ubuntu use
      systemd and hence, the documentation needs to be updated.
      Closes-Bug: 1598252
      
      Change-Id: I418dc696c09db669501ebfafc6ebf6c48b6f0caf
      39875a5c
  16. Jul 08, 2016
  17. Jul 07, 2016
  18. Jun 27, 2016
  19. Jun 24, 2016
  20. Jun 21, 2016
    • Steven Dake's avatar
      Notify operators that cinder + LVM doesn't work · 2d37c4ca
      Steven Dake authored
      Cinder has closed a flaw in the design of either glance, cinder, or
      OpenStack in general.  Whatever the case is, LVM + multi-controller
      doesn't work correctly.
      
      TrivialFix
      
      Change-Id: Ibe3445699cfdb1622279a85b6c4e612663d08def
      2d37c4ca
  21. Jun 17, 2016
    • Martin André's avatar
      Set internal vip to vagrant private network · 5718356e
      Martin André authored
      In vagrant environments, the kolla_internal_vip_address didn't belong
      to the private network provisioned on the machine and was failing the
      prechecks.
      
      TrivialFix
      
      Change-Id: I0e7e4d134e350c49ef7510c7262677754a83bcbf
      5718356e
  22. Jun 16, 2016
  23. Jun 14, 2016
  24. Jun 13, 2016
  25. Jun 09, 2016
  26. Jun 03, 2016
    • Steven Dake's avatar
      Document upgrading for operators · aab9e503
      Steven Dake authored
      This documents the basics of upgrades.
      
      Partially implements: blueprint documentation-rework
      Change-Id: I042179aec0e4a43b82f5ccaf6262217301ae46c6
      aab9e503
  27. Jun 01, 2016
  28. May 31, 2016
  29. May 28, 2016
Loading