Skip to content
Snippets Groups Projects
  1. Apr 08, 2019
  2. Mar 14, 2019
    • Scott Solkhon's avatar
      Support separate Swift storage networks · a781c643
      Scott Solkhon authored
      Adds support to seperate Swift access and replication traffic from other storage traffic.
      
      In a deployment where both Ceph and Swift have been deployed,
      this changes adds functionalality to support optional seperation
      of storage network traffic. This adds two new network interfaces
      'swift_storage_interface' and 'swift_replication_interface' which maintain
      backwards compatibility.
      
      The Swift access network interface is configured via 'swift_storage_interface',
      which defaults to 'storage_interface'. The Swift replication network
      interface is configured via 'swift_replication_interface', which
      defaults to 'swift_storage_interface'.
      
      If a separate replication network is used, Kolla Ansible now deploys separate
      replication servers for the accounts, containers and objects, that listen on
      this network. In this case, these services handle only replication traffic, and
      the original account-, container- and object- servers only handle storage
      user requests.
      
      Change-Id: Ib39e081574e030126f2d08f51de89641ddb0d42e
      a781c643
  3. Mar 08, 2019
    • Doug Szumski's avatar
      Support customising Fluentd formatting · c8a22f10
      Doug Szumski authored
      In some scenarios it may be useful to perform custom formatting of logs
      before forwarding them. For example, the JSON formatter plugin can be
      used to convert an event to JSON.
      
      Change-Id: I3dd9240c5910a9477456283b392edc9566882dcd
      c8a22f10
  4. Mar 07, 2019
    • Arkadiy Shinkarev's avatar
      Added ability to skip enabled backends pre-check · 1d9f4f9f
      Arkadiy Shinkarev authored
      When using custom storage backends with cinder.conf overrides file,
      precheck stage in kolla-ansible is fail. This commit adds option
      'skip_cinder_backend_check' (default: False) to cinder role.
      
      Change-Id: Ifee138ad8b281903ea2365441aada044c80c46f0
      1d9f4f9f
  5. Feb 28, 2019
    • Mark Goddard's avatar
      Update links in docs to latest · fba5e1ce
      Mark Goddard authored
      To avoid links to OpenStack docs getting out of date in our docs, use
      the latest version.
      
      Ideally after cutting each stable branch we should change these links to
      use the current release.
      
      Co-Authored-By: Isaiah Inuwa
      Change-Id: Ia1e3c720f4e688861b8f76874a3943b0f4e50b17
      fba5e1ce
  6. Feb 25, 2019
  7. Feb 14, 2019
    • Doug Szumski's avatar
      Automate Monasca documentation for configuring Kafka · ecf00096
      Doug Szumski authored
      Until the Monasca Kafka client fork is removed it is currently required
      to run Kafka in compatibility mode. It is also necessary to disable
      an optimisation in the Kafka brokers to clean up idle connections. This
      is because the optimisation was added after the Monasca Kafka client was
      forked, and the client hasn't been updated since. These settings are now
      applied automatically when Monasca is enabled.
      
      Change-Id: I6935f1fb29f4f731cf3c9a70a0adf4d5812ca55e
      ecf00096
    • Pedro Alvarez's avatar
      Fix link to Manila Guide · 6c6759e9
      Pedro Alvarez authored
      Change-Id: I3defe0c38f41d7335e1cbafb75523c3cd44323ee
      6c6759e9
  8. Feb 07, 2019
  9. Feb 01, 2019
  10. Jan 24, 2019
    • binhong.hua's avatar
      add ulimit support for kolla_docker · 3d3f5f16
      binhong.hua authored
      By default, docker containers inherit ulimit from limits of docker
      deamon. On CentOS 7, docker daemon default NOFILE is 1048576.
      It can found in /usr/lib/systemd/system/docker.service.
      The big limit will cause many problem. we should control it in
      production environment.
      
      Change-Id: Iab962446a94ef092977728259d9818b86cfa7f68
      3d3f5f16
  11. Jan 13, 2019
  12. Jan 10, 2019
  13. Jan 08, 2019
  14. Jan 03, 2019
  15. Dec 17, 2018
    • Patrick O'Neill's avatar
      Add support for Quobyte backend to Cinder and Nova · f77cc87e
      Patrick O'Neill authored
      Add an enable_cinder_backend_quobyte option to etc/kolla/globals.yml to
      enable use the Quobyte Cinder backend.
      Change the bind mounts for /var/lib/nova/mnt to include the shared
      propogation if Quobyte is enabled.
      Update the documentation to include a section on configuring the Cinder.
      
      Implements: blueprint cinder-quobyte-backend
      
      Change-Id: I364939407ad244fe81cea40f880effdbcaa8a20d
      f77cc87e
  16. Nov 30, 2018
    • João Feteira's avatar
      Option neutron_plugin_agent: "opendaylight" added · f8f97481
      João Feteira authored
      Added the missing option neutron_plugin_agent: "opendaylight" added to
      the opendaylight documentation page. Without it the deployment would
      not use the neutron_plugin_agent but the default one: openvswitch .
      
      Change-Id: I56a377e1faab9a50f36383ea59b45bf5a9155bcf
      f8f97481
    • Paul Bourke's avatar
      Add note to external ceph docs for pools/keyrings · a47f7010
      Paul Bourke authored
      When using external Ceph the operator must create pools for each service
      and configure keyrings with appropriate permissions. The official Ceph
      docs describe this in detail so let operators know this.
      
      Change-Id: Ic3e52e1fbbf09ec09ac21b5b3067092b195812f1
      a47f7010
  17. Nov 28, 2018
  18. Nov 27, 2018
  19. Nov 23, 2018
  20. Nov 21, 2018
    • Eduardo Gonzalez's avatar
      Document glance service · a86834e0
      Eduardo Gonzalez authored
      Add documentation about glance backends,
      upgrades and futher configuration.
      
      Change-Id: Ibb15804fa3f38abab855084dd7d7b83fd4a54b8f
      a86834e0
  21. Nov 15, 2018
  22. Nov 08, 2018
  23. Nov 07, 2018
    • Doug Szumski's avatar
      Update docs for monasca-grafana · 8935f28e
      Doug Szumski authored
      Since the monasca-grafana image was added, it is no longer
      necessary to build the grafana image. The monasca-grafana
      images will be built with the other monasca images.
      
      Change-Id: I0f6bdb58e6d0abadf59155f01c9340110e9be9ce
      8935f28e
    • Doug Szumski's avatar
      Add Monasca quickstart guide · 2e629ea8
      Doug Szumski authored
      Add a quickstart guide to get users going with Monasca and fix a couple
      of nits in the documentation.
      
      Partially-Implements: blueprint monasca-roles
      Change-Id: Ic4f95f04ce966fc38ecccfba59439b73ef22bcda
      2e629ea8
  24. Nov 02, 2018
    • Doug Szumski's avatar
      Add support for deploying Monasca Grafana · 712c8976
      Doug Szumski authored
      The Monasca Grafana fork allows users to log into Grafana with their
      OpenStack user credentials and see metrics associated with their
      OpenStack project. The long term goal is to enable Keystone support
      in upstream Grafana, but this work seems to have stalled.
      
      Partially-Implements: blueprint monasca-grafana
      Change-Id: Icc04613b2571c094ae23b66d0bcc38b58c0ee4e1
      712c8976
    • Doug Szumski's avatar
      Add documentation for Monasca standalone deployment · 58f5c9e0
      Doug Szumski authored
      Change-Id: I309be8e4fecb8f2f89264d84ae4a2e302f996988
      Partially-Implements: blueprint monasca-roles
      58f5c9e0
    • Doug Szumski's avatar
      Add initial documentation for Monasca · 8cd2a793
      Doug Szumski authored
      Partially-Implements: blueprint monasca-roles
      Change-Id: I19db9396bb53b6db77cf97d7969ca24a55d8db0e
      8cd2a793
  25. Sep 28, 2018
  26. Sep 17, 2018
  27. Sep 11, 2018
  28. Aug 31, 2018
    • wangwei's avatar
      Fix bluestore disk naming format in kolla-ansible · 4e5e28ff
      wangwei authored
      The current bluestore disk label naming is inconsistent with the
      filestore. The filestore naming format is that the disk prefixes
      belonging to the same osd are the same and the suffixes are
      different.
      
      This patch keeps the bluestore's disk naming as well.
      
      Change-Id: I71dda29fc4a6765300ce7bb173d2c448c24f6eca
      4e5e28ff
  29. Aug 03, 2018
  30. Aug 01, 2018
    • Eduardo Gonzalez's avatar
      Improve ODL configuration · 6e17f942
      Eduardo Gonzalez authored
      Configure automatically ODL version based on the package version
      rather than maintain a hardcoded version.
      
      This has caused many issue while package version differs with the variable
      set.
      
      Closes-Bug: 1784784
      Change-Id: I15da5d2583b5727942d598d183cc481f0e33d0e6
      6e17f942
  31. Jul 26, 2018
  32. Jul 25, 2018
  33. Jul 24, 2018
Loading