Skip to content
Snippets Groups Projects
  1. Jul 25, 2018
  2. Jul 23, 2018
  3. Jul 17, 2018
  4. Jul 16, 2018
    • Clint Byrum's avatar
      Allow disabling nova-ssh · 6781c181
      Clint Byrum authored
      
      This service is only required if you want to support cold migration.
      In some instances that is not a needed feature, and avoiding having
      another key to manage is an advantage.
      
      Co-Authored-By: default avatarAdam Harwell <flux.adam@gmail.com>
      
      Change-Id: I0a55a91673d9178933f134832df4bd849ddf5af4
      6781c181
  5. Jul 12, 2018
  6. Jul 11, 2018
  7. Jul 05, 2018
  8. Jul 02, 2018
    • Joshua Harlow's avatar
      Create and use keystone_admin[project|user] · 6a331d4e
      Joshua Harlow authored
      It is not always convenient to use the the given
      admin project and admin user; especially when some clouds
      use different user and project for there keystone 'admin'
      
      This allows setting the variables for these users to something
      else, and defaults them to there current values of 'admin'.
      
      Change-Id: I22b79a30f01c90a92ecc0974886edf3791518f2f
      6a331d4e
    • Kevin Tibi's avatar
      Option for enable SSL verification on docker registry · acfc4fd2
      Kevin Tibi authored
      By default, kolla configure docker to use an insecure connection
      with the private registry. If we want to use SSL verification we need
      to add an option.
      
      Change-Id: Id1805c9cfeb499da9bb56c70028f14c6f8bb20b6
      acfc4fd2
  9. Jun 27, 2018
  10. Jun 20, 2018
    • jing.liuqing's avatar
      Enable neutron vpnaas dashboard dynamically · 695d44fa
      jing.liuqing authored
      neutron-vpnaas-dashboard is split into standalone repo. Need enable it
      dynamic.
      
      Depends-On: Ife1e39d4fff9e878a101ff716545166a30091f69
      Change-Id: Ia3faa5b52f9321349e57902b5b1d90068d388cc0
      Closes-Bug: #1777750
      695d44fa
  11. Jun 19, 2018
    • Tone Zhang's avatar
      Allow Kolla Ceph to deploy bluestore OSDs in Kolla-ansible · 3591d0fa
      Tone Zhang authored
      
      Support Kolla Ceph to deploy blustore OSDs with Kolla-ansible.
      
      Please refer to [1] for bluestore OSD configuration
      
      The patch includes:
      1. Set Ceph OSD store type group_vars/all.yml. The default value
      is "bluestore" in Rocky.
      
      2. Make Kolla Ceph to deploy bluestore OSDs with Kolla-ansible
      
      3. Update gate test configuration for Ceph bluestore OSD test
      
      [1]: specs/kolla-ceph-bluestore.rst
      
      Partially-Implements: blueprint kolla-ceph-bluestore
      Depends-On: I00eaa600a5e9ad4c1ebca2eeb523bca3d7a25128
      Change-Id: I14f20a00654dff32c36d078ebb9005d91a3e60b2
      Signed-off-by: default avatarTone Zhang <tone.zhang@arm.com>
      3591d0fa
  12. Jun 15, 2018
  13. Jun 08, 2018
    • Mark Giles's avatar
      Fix enabled state for some prometheus services · 18998f28
      Mark Giles authored
      Some services were enabled by default which, even though they were
      never deployed when prometheus wasn't enabled, could cause problems
      if the monitoring inventory group was empty.  Changed these services
      to be enabled based on whether prometheus is enabled.
      
      Change-Id: I0956a1b65a3577cd57fe3b16a95bc3d64fc142ba
      18998f28
  14. Jun 03, 2018
    • Gary Kotton's avatar
      Add support for NSXV3 · 0ef27dd0
      Gary Kotton authored
      NSXV3 is the OpenStack support for the NSX Transformers platform.
      This is supported from neutron in the Mitaka version. This patch
      adds Kolla support
      
      This adds a new neutron_plugin_agent type 'vmware_nsxv3'. The plugin
      does not run any neutron agents.
      
      Change-Id: I1ecd7e5f3471e4ff03cfe8c9a3aff17af3fe1842
      0ef27dd0
  15. Jun 01, 2018
    • Zhangfei Gao's avatar
      osprofiler support redis · ce809aea
      Zhangfei Gao authored
      Currently osprofiler only choose elasticsearch,
      which is only supported on x86.
      On other platform like aarch64 osprofiler can
      not be used since no elasticsearch package.
      
      Enable osprofiler by enable_osprofiler: "yes",
      which choose elasticsearch by default.
      Choose redis by enable_redis: "yes" & osprofiler_backend: "redis"
      On platform without elasticsearch support like aarch64
      set enable_elasticsearch: "no"
      
      Change-Id: I68fe7a33e11d28684962fc5d0b3d326e90784d78
      ce809aea
  16. May 29, 2018
    • Mark Giles's avatar
      Add cAdvisor for Prometheus monitoring · 41254b6c
      Mark Giles authored
      cAdvisor (Container Advisor) provides metrics on resource usage and
      performance characteristics of running containers.  This change
      deploys a cadvisor container and configures prometheus to scrape
      data from it.
      
      Change-Id: I55dd4fee954f9be68efda397746861ddaaa0a565
      Partially-Implements: blueprint prometheus
      41254b6c
  17. May 25, 2018
  18. May 21, 2018
  19. May 11, 2018
    • Vladislav Belogrudov's avatar
      Fix default value logic of 'glance_backend_file' variable · 8bfb7897
      Vladislav Belogrudov authored
      glance_backend_file should be set to 'yes' if no other backends
      are enabled. In all-Ceph clusters the best choice of backend is
      Ceph. In non-Ceph clusters if Swift is enabled the latter is the
      next best choice for Glance. With this fix default backend is
      configured automatically and helps avoid non-ha file backend
      issues after deployment.
      
      Change-Id: I3d1c7cb2de9fedecdf9ad8744f6589c6f3f83ece
      Closes-Bug: #1770660
      8bfb7897
  20. May 09, 2018
  21. May 04, 2018
    • Duong Ha-Quang's avatar
      Remove uuid as keystone_token_provider · 84aeff4e
      Duong Ha-Quang authored
      Keystone removed uuid token provider in Rocky
      
      This patch change the default value and fix comments for the option.
      
      Change-Id: Idca0004852b688fcdd34ef47c38dec6b8bf05f86
      Closes-Bug: #1757520
      84aeff4e
  22. Apr 30, 2018
  23. Apr 25, 2018
  24. Apr 20, 2018
  25. Apr 19, 2018
    • caoyuan's avatar
      Add blazar-dashboard into Horizon · 04606632
      caoyuan authored
      Change-Id: Ie1ce8f29199dc36c0fe7671be48e7a655d997eb1
      Deponds-on: I67876c734d147593a188ba385b60e02350b44fae
      04606632
    • Mathias Ewald's avatar
      Add role to deploy prometheus · 4d1f3735
      Mathias Ewald authored
      This patch adds the ansible role to deploy the prometheus service which
      can be used to collect performance metrics accross the environment
      
      Partially-Implements: blueprint prometheus
      Change-Id: I908b9c9dad63ab5c9b80be1e3a80a4fc8191cb9e
      4d1f3735
  26. Apr 16, 2018
    • Gerry Buteau's avatar
      Configure Infoblox as an IPAM driver for neutron · 2f69b3cb
      Gerry Buteau authored
      This patch allows configuration of the Infoblox
      pluggable IPAM driver in neutron [0].
      
      When 'infoblox' is chosen as the driver, an Infoblox
      IPAM agent can be started as well.  The agent
      allows for enhanced DNS capabilities by listening
      for neutron and nova notifications.
      
      [0] https://github.com/openstack/networking-infoblox/blob/master/README.rst
      
      Change-Id: I4f863750a7806a7b6eaf13900d44e5f063afe3de
      Depends-On: Ia44f0e0d7a0d60cebf0857ad51700e02eba5099b
      Partially-Implements: blueprint neutron-ipam-driver-infoblox
      2f69b3cb
    • Doug Szumski's avatar
      Add support for deploying Kafka · 6647ed81
      Doug Szumski authored
      Projects which may use Kafka include Monasca and Oslo
      messaging. Initially it will be possible to
      deploy a single Kafka cluster which may be shared
      among clients. Support for running multiple Kafka
      clusters may be added in a future change. This
      change also configures logging for Kafka server,
      state-change and controller logs.
      
      Partially-Implements: blueprint monasca-roles
      Change-Id: Iab8d200c2450238f3c0c708d1f4184490f6e6284
      6647ed81
  27. Apr 09, 2018
  28. Apr 03, 2018
    • Carlos Goncalves's avatar
      Add Octavia Horizon plugin · 24f4fcdd
      Carlos Goncalves authored
      Change-Id: I2f5d70bb5707b940387d613879bf2caab35d6bd9
      24f4fcdd
    • Vladislav Belogrudov's avatar
      Introduce variable to allow different DVR modes · 1c1d6e20
      Vladislav Belogrudov authored
      This feature replaces splitting of compute hosts into inner
      and external with a new variable 'neutron_compute_dvr_mode'
      that controls whether computes will have full-blown DVR or
      internal only (tenant) networking.
      
      Change-Id: I6720ccfcfcec89f9996d4cb5ae60f31eb3113667
      Implements: blueprint dvr-mode-property
      1c1d6e20
  29. Mar 27, 2018
  30. Mar 26, 2018
    • Eduardo Gonzalez's avatar
      Verify YAML syntax in gates · ea1a1dee
      Eduardo Gonzalez authored
      This patchset implements yamllint test to all *.yml
      files.
      
      Also fixes syntax errors to make jobs to pass.
      
      Change-Id: I3186adf9835b4d0cada272d156b17d1bc9c2b799
      ea1a1dee
  31. Mar 23, 2018
Loading