Skip to content
Snippets Groups Projects
  1. Dec 19, 2018
  2. Sep 26, 2018
    • Adam Harwell's avatar
      Refactor haproxy config (split by service) V2.0 · f1c81365
      Adam Harwell authored
      Having all services in one giant haproxy file makes altering
      configuration for a service both painful and dangerous. Each service
      should be configured with a simple set of variables and rendered with a
      single unified template.
      
      Available are two new templates:
      
      * haproxy_single_service_listen.cfg.j2: close to the original style, but
      only one service per file
      * haproxy_single_service_split.cfg.j2: using the newer haproxy syntax
      for separated frontend and backend
      
      For now the default will be the single listen block, for ease of
      transition.
      
      Change-Id: I6e237438fbc0aa3c89a3c8bd706a53b74e71904b
      f1c81365
  3. Aug 14, 2018
  4. Jul 23, 2018
  5. Jun 27, 2018
  6. Apr 18, 2018
    • caoyuan's avatar
      dev mode: Add support for Zun · 027a2b1f
      caoyuan authored
      Allows users to develop on Zun using Kolla.
      
      Partially implements: blueprint mount-sources
      
      Change-Id: I2724aecad95f5165c1cfacd2fae80cdad22f98b4
      027a2b1f
  7. Jan 23, 2018
    • Alexandru Bogdan Pica's avatar
      Implement external MariaDB and pre-configured Databases support · 8e3b7944
      Alexandru Bogdan Pica authored
      This change allows the following use cases:
      
      1. Using an already-configured MariaDB / MySQL server / Cluster
      2. Using already-created DB users, without requiring root DB access.
      
      Update: added external mariadb precheck
      
      Change-Id: I78b0d178306d7c5293b0bf53e445f19f18b4b824
      Implements: blueprint external-mariadb-support.
      Closes-Bug: #1603121
      8e3b7944
  8. Jan 17, 2018
  9. Jun 03, 2017
    • Dai Dang Van's avatar
      Mixing binary and source images for T*, W*, Z* projects · c039b3c3
      Dai Dang Van authored
      In case Kolla's users want to deploy with both of
      binary and source image, we should have a variable
      install type that define install type for each project.
      
      We also add specific image tag for each Openstack project.
      
      This commit is implemented for Trove, Watcher, Zun projects.
      
      Change-Id: I3fbf1e13064616a72cae195653f1c5fe4ea1d1b7
      Implements: blueprint mixing-binary-and-source-image
      c039b3c3
  10. Jun 01, 2017
    • Eduardo Gonzalez's avatar
      Fix zun deployment · 27b577c4
      Eduardo Gonzalez authored
      Configure zun-api to use apache.
      Fix zun endpoint (tenant_id) causes a 404 error.
      Fix zun.conf options
      Change zun port, correct port is 9517
      Zun compute need privileged and mount docker lib volume
      
      Change-Id: Id9455e7dde62e1994a3f6ae8f30d378e5cda4262
      Closes-Bug: #1682165
      27b577c4
  11. Mar 30, 2017
Loading