Skip to content
Snippets Groups Projects
  1. Aug 20, 2016
    • Jeffrey Zhang's avatar
      Use dumb-init to manage the pid 1 process · 6710bbeb
      Jeffrey Zhang authored
      Normally, when you launch a Docker container, the process you're
      executing becomes PID 1, giving it the quirks and responsibilities that
      come with being the init system for the container.
      
      There are two common issues this presents:
      
      * In most cases, signals won't be handled properly.
      * Orphaned zombie processes aren't properly reaped.
      
      the dumb-init acting like a simple init system. It launches a single
      process and then proxies all received signals to a session rooted at
      that child process.
      
      Closes-Bug: #1614509
      Change-Id: I9d3d04648e151ddc7c6732b92ffd3b6c9fe467ec
      6710bbeb
    • Jeffrey Zhang's avatar
      Pin to Ubuntu 16.04 · 04d6736e
      Jeffrey Zhang authored
      Upgrade Ubuntu base image to Xenial
      
      Closes-Bug: #1593599
      Change-Id: I5832a729a9a4fa73c02442047c92ba088ce20db3
      04d6736e
  2. Aug 19, 2016
  3. Aug 16, 2016
  4. Aug 05, 2016
  5. Jul 20, 2016
  6. Jul 14, 2016
    • Yatin Kumbhare's avatar
      Add Python 3.5 classifier and venv · bcebc7cb
      Yatin Kumbhare authored
      Now that there is a passing gate job, we can claim support for
      Python 3.5 in the classifier. This patch also adds the convenience
      py35 venv.
      
      Change-Id: Ia7b1fb88ac108e1e8fd6ed963967e731ae3ca5a4
      Closes-Bug: #1603006
      bcebc7cb
    • Dave Walker (Daviey)'s avatar
      Support Keystone Domain specific files · a5e402f1
      Dave Walker (Daviey) authored
      
      Currently, it is not possible to make use of Keystone Domain
      specific settings. Such as different domains using different
      LDAP servers or SQL.
      
      To enable for example domain ACME - domain settings would be
      put into:
      {{ node_custom_config }}keystone/domains/keystone.ACME.conf
      
      Change-Id: I23620978c618dd4a3598d7cb74c3e9cf8c2394ac
      Closes-Bug: #1599868
      Signed-off-by: default avatarDave Walker (Daviey) <email@daviey.com>
      a5e402f1
  7. Jul 12, 2016
    • ZhongShengping's avatar
      Enable Block Storage meters · b34ede31
      ZhongShengping authored
      Use [oslo_messaging_notifications]/driver option in cinder.conf
      to enable block storage meters, set the option default value is
      'messagingv2'.
      
      Change-Id: I1e885324fbeb2ad1c547c6c6618cbacd0e441d51
      Closes-Bug: 1602055
      b34ede31
  8. Jul 11, 2016
  9. Jul 08, 2016
    • Dave Walker (Daviey)'s avatar
      Build docker images for OpenStack Watcher · 77296ebd
      Dave Walker (Daviey) authored
      
      Watcher is part of the OpenStack big-tent and is formally
      known as "OpenStack Infrastructure Optimization service".
      
      Whilst it provides a range of default goals and strategies,
      the most relevant case is to enable re-balancing of the
      compute hosts by taking CPU usage (data from Ceilometer)
      into account and live migrating instances as required.
      
      Currently this only builds the Docker images for type source
      but binary builds are gracefully ignored.
      
      The ansible configurations will be part of a later commit.
      
      Change-Id: I9bb81ee625d9fcf6513e44e2ed20384e34da2adc
      Partial-bug: #1598929
      Partially-implements: bp watcher
      Signed-off-by: default avatarDave Walker (Daviey) <email@daviey.com>
      77296ebd
  10. Jun 29, 2016
  11. May 31, 2016
    • Jeffrey Zhang's avatar
      Pin the base distro release version · 4044a347
      Jeffrey Zhang authored
      Pin the base distro release version in the master branch(Newton).
      Only one distro version is supported. The supported versions are:
      
      * CentOS: 7
      * RedHat: 7
      * OracleLinux: 7
      * Debian: 8
      * Ubuntu: 14.04
      
      NOTE: Kolla will move to Ubuntu 16.04 in the Newton cycle
      
      DocImpact
      TrivialFix
      
      Change-Id: I32c0edbee4de14c8a0cc7c961d566e84d70f19a4
      4044a347
  12. May 27, 2016
  13. Mar 23, 2016
Loading