Skip to content
Snippets Groups Projects
  1. Jun 05, 2017
    • Bertrand Lallau's avatar
      Add release note to deprecate some config files · a3aa0e85
      Bertrand Lallau authored
      Actually Openstack services configuration can be overriden using many
      files:
      - /etc/kolla/config/<< service name >>/<< config file >>
      - /etc/kolla/config/<< service name >>/<<host>>/<< config file >>
      - /etc/kolla/config/global.conf
      - /etc/kolla/config/database.conf
      - /etc/kolla/config/messaging.conf
      
      Only per-service configuration is actually documented here:
      https://github.com/openstack/kolla-ansible/blob/master/doc/advanced-configuration.rst#L164
      
      Allowing to globally modify service configuration can be perform too,
      but it can be done in 3 different manners:
      - /etc/kolla/config/global.conf
      - /etc/kolla/config/database.conf
      - /etc/kolla/config/messaging.conf
      
      database.conf and messaging.conf seems redundant with global.conf.
      In order to simplify codebase it seems logical to deprecate them.
      
      Change-Id: Ia632c207e4b0237ea813fcf53b44504b97a204e7
      a3aa0e85
  2. Jun 02, 2017
  3. May 17, 2017
  4. May 12, 2017
  5. Apr 13, 2017
    • Michal (inc0) Jastrzebski's avatar
      OVS Role release note · 92f9a7e6
      Michal (inc0) Jastrzebski authored
      We missed it in change, but this is important to note
      
      Change-Id: I6abb4a963d0d9340f9e6e24c9abd9f99ec72867f
      92f9a7e6
    • Duong Ha-Quang's avatar
      Add graceful_timeout argument to kolla_docker · d9293595
      Duong Ha-Quang authored
      Currently, when stoping/restarting container, Kolla uses default timeout value
      between SIGTERM and SIGKILL provided by docker which is 10 sec. But some
      services require more than it to finish graceful shutdown progress.
      
      This patchset adds graceful_timeout to kolla_docker to override the default
      one.
      
      Partial Implements: bp signaling-to-container
      
      Change-Id: Ica0b48a53c650cc23dfa1955027d2cf936a5932f
      d9293595
  6. Apr 11, 2017
    • Paul Bourke's avatar
      Unmount Ceph OSD disks as part of destroy · e27165ed
      Paul Bourke authored
      This seems to have got lost during repo split. Adding it back in now.
      
      Change-Id: Ic0b0f5efb12eab58e7872b30611a39640dc44cc2
      Closes-Bug: #1629224
      (cherry picked from commit e1a2f99014a1aeb3697e8ec3c999cdc12380376b)
      e27165ed
  7. Apr 10, 2017
  8. Apr 05, 2017
  9. Mar 30, 2017
  10. Mar 22, 2017
    • Paul Bourke's avatar
      Add an extra network node for HA · b8c03263
      Paul Bourke authored
      Given keepalived runs on the network node, we should have a minimum of
      two by default for high availability.
      
      Change-Id: Ifbd68e456dc93319df8e85017fd9f4db09f05929
      b8c03263
  11. Mar 16, 2017
  12. Mar 10, 2017
    • rcherrueau's avatar
      Multi-regions Support · dcdbe441
      rcherrueau authored
      Add support for basic multiple regions, that is to say, many OpenStack
      with a shared Keystone (same users) and Horizon. The shared Keystone
      and Horizon are deployed into one region, for instance RegionOne.
      Services of other regions have an access to this Keystone. This
      support assumes that the operator knows the name of all OpenStack
      regions in advance, and considers as many Kolla runs as there are
      regions.
      
      The new variable, multiple_regions_names, contains the name of
      regions. It is needed by the region that includes Keystone and
      Horizon. In register.yml, it specifies to create as many Keystone
      endpoints as there are regiones, so that services of other regions can
      connect to Keystone. In local_settings.j2, it changes the render to
      support multiple regions in Horizon. The multi-regions.rst explains
      how to perform a multiple regions deployment.
      
      Implements: blueprint multi-kolla-config
      Change-Id: Icab2aebfc4de0e3bc609950956e0af397705f403
      Unverified
      dcdbe441
  13. Mar 09, 2017
    • Paul Bourke's avatar
      Enable sanity checks from kolla-ansible · 5418ada1
      Paul Bourke authored
      Add a new subcommand 'check' to kolla-ansible, used to run the
      smoke/sanity checks.
      
      Add stub files to all services that don't currently have checks.
      
      Change-Id: I9f661c5fc51fd5b9b266f23f6c524884613dee48
      Partially-implements: blueprint sanity-check-container
      5418ada1
  14. Mar 08, 2017
    • Jeffrey Zhang's avatar
      Disable running playbooks in serial by default · cad7fc35
      Jeffrey Zhang authored
      Run playbooks in serial are unnecessary and may cause some issue. This
      patch disables serial.
      
      This patch also removes the serial for MariaDB playbook. MariaDB handle
      this internally.
      
      Partial-Bug: #1668185
      Change-Id: I3b4216dd82607475e9bd9b44590b631be4abdbdd
      cad7fc35
    • Jeffrey Zhang's avatar
      Fix booting from volume failure · d06efcec
      Jeffrey Zhang authored
      Booting from volume require cinder's ceph client secret now. Move cinder
      before nova in site.yml, because nova depends on cinder ceph client key
      now.
      
      Change-Id: I01c9ed80843d98305b8963894c4917c21a35d3ac
      Closes-Bug: #1670676
      d06efcec
  15. Mar 06, 2017
  16. Feb 15, 2017
  17. Feb 09, 2017
  18. Feb 04, 2017
  19. Jan 27, 2017
  20. Jan 24, 2017
    • zhubingbing's avatar
      Add fluentd role · d3d4a933
      zhubingbing authored
      
      * add fluentd role
      * remove heka configure
      
      Co-Authored-By: default avataryangzb09 <yangzb09@qq.com>
      
      Partially-Implements: blueprint add-fluentd-role
      
      Change-Id: Ica804a99f5bb8b157f406299c5982b7b6283b3e3
      d3d4a933
  21. Jan 18, 2017
  22. Jan 05, 2017
  23. Dec 20, 2016
  24. Dec 15, 2016
    • zhubingbing's avatar
      add panko role · 3e7ed2c4
      zhubingbing authored
      Change-Id: I515fdcdf6093e9e59dbbdc97221d23ed7f4e0a3d
      Partially-Implements: blueprint add-panko-ansible-role
      3e7ed2c4
  25. Dec 12, 2016
  26. Dec 11, 2016
  27. Dec 01, 2016
  28. Nov 29, 2016
    • Eduardo Gonzalez's avatar
      Tacker NFV Ansible support · 79df5d84
      Eduardo Gonzalez authored
      Add Ansible configuration for Tacker NFV service
      
      Change-Id: I472d96e13a5270d1ee219c2f72f57d9c361f87a6
      Partially-Implements: blueprint tacker-support
      79df5d84
  29. Nov 24, 2016
    • zhubingbing's avatar
      Add trove role · 195a32b1
      zhubingbing authored
      Add trove enable options and port configuration
      Add trove groups to ansible inventory
      Add defaults/main.yml
      Add bootstrap Ansible task
      Add config Ansible task
      Add deploy Ansible task
      Add pull Ansible task
      Add register Ansible task
      Add start Ansible task
      Add upgrade Ansible task
      Add reconfigure Ansible task
      Add templatized json and .conf files for trove
      Integrate trove with haproxy
      Reference installation configuration link:http://docs.openstack.org/mitaka/install-guide-rdo/trove-install.html
      
      Change-Id: I0bc6edbf2e495ce377f994f793bde979d5c55dbf
      Implements: blueprint ansible-trove
      195a32b1
  30. Nov 18, 2016
    • Paul Bourke's avatar
      Allow neutron-fwaas to be enabled in Neutron · 75fbca3c
      Paul Bourke authored
      This patch adds optional support for neutron-fwaas. To enable,
      set:
      
      enable_neutron_fwaas: yes
      
      Change-Id: I2d434586807d7a008d2ee1d3ef8d7dc7fab47ca7
      Implements: kolla-neutron-fwaas
      Depends-On: I9ca36012cff2e17ea877a775e8e1ca5837a2bcb1
      75fbca3c
  31. Nov 17, 2016
  32. Nov 09, 2016
    • zhubingbing's avatar
      add panko dockerfile · fabb22d5
      zhubingbing authored
      Change-Id: Ibf74db39348dfb6f56f4fca0aff142a75ef53d38
      Partially-Implements: blueprint add-panko
      fabb22d5
  33. Nov 07, 2016
    • Mauricio Lima's avatar
      Move manila-share service to network node · a2707ecf
      Mauricio Lima authored
      After a research regarding manila-share node,
      is required that for the generic driver the
      manila-share service should be run on the network node.
      
      As the generic driver is our default driver, so this change is needed.
      
      Closes-Bug: #1639028
      Change-Id: I4b73fec4f96e3e2f9c442c8716941bede5dfbc8e
      a2707ecf
  34. Nov 06, 2016
    • caowei's avatar
      Add freezer container · 51663a7c
      caowei authored
      Change-Id: I9f95bac3f74827f0918f174fc0113736b92cbc0c
      Partially-implements: bp freezer-container
      51663a7c
  35. Nov 04, 2016
Loading