Skip to content
Snippets Groups Projects
  1. Jan 06, 2016
  2. Jan 05, 2016
    • Hui Kang's avatar
      Add nova ironic group into the sample multinode inventory file · 84b71706
      Hui Kang authored
      Change-Id: I81e5927724e9741f4005c2aec7863b33b9d86925
      Closes-Bug: #1531235
      84b71706
    • SamYaple's avatar
      Fix broken nova-compute/nova-libvirt · 31b2b471
      SamYaple authored
      Currently the state of master has nova_compute unable to talk to
      nova-libvirt. There have been some efforts to fix this, but they have
      failed for various reasons. This puts the connection type for libvirt
      from a socket to connecting to the already-open tcp connection thus
      restoring the ability for nova-compute to talk to nova-libvirt and
      function.
      
      Change-Id: I5a6c39bb16159a2924a93a831e3c53cedd0ca7a1
      Partially-Implements: blueprint drop-root
      31b2b471
  3. Jan 04, 2016
  4. Jan 03, 2016
  5. Dec 31, 2015
  6. Dec 29, 2015
    • Kuo-tung Kao's avatar
      change libvirt sock group to nova · b5442044
      Kuo-tung Kao authored
      Add `nova` user to nova-libvirt container.
      And change libvirt-socket group to nova.
      
      Change-Id: I183c83f4be8b1d7c75d4ac204df7b7e059626aa2
      Closes-Bug: #1525583
      b5442044
    • Andrey Shestakov's avatar
      Add RadosGW container · 1a368c91
      Andrey Shestakov authored
      Implements blueprint radosgw-container
      
      Change-Id: Idc88a67a0979be626d3eaa9b2b9a527010aa2006
      1a368c91
    • Hui Kang's avatar
      Enable nova fake driver in nova containers · 047dbf12
      Hui Kang authored
      
      - See instructions in doc/nova-fake-driver.rst
      
      Implements: blueprint nova-fake-driver
      
      Change-Id: I553a40c2df39bdcc391eb1b8b2b8fd5f4ed48c33
      Signed-off-by: default avatarHui Kang <kangh@us.ibm.com>
      Signed-off-by: default avatarMarcio D. Silva <marcios@us.ibm.com>
      047dbf12
    • Sam Yaple's avatar
      Add docker module in Kolla · 412a53dd
      Sam Yaple authored
      The upstream docker module in control of Ansible has proven to be a
      major breaking point for Kolla. It is the reason we have a cap on
      Docker of 1.8.2. They have stated no support for the Docker registry
      v1 moving forward. We have to wait for a patch to land and then
      upgrade to the latest Ansible version to take advantage of a new
      Docker feature. Doing that is slow and it is not always possible to
      upgrade if there are other breaking changes (aka ansible 2.0).
      
      For these reasons we can build our own Docker module.
      
      Partially-Implements: blueprint kolla-docker-module
      
      Change-Id: I2ca57010c45710635cfe80ff23a2a5e2edabee57
      412a53dd
  7. Dec 27, 2015
    • SamYaple's avatar
      Fix version in master · 82fcf8fa
      SamYaple authored
      Master version was still set to 1.0.0. This became alot more obvious
      in a recent patch when we started pulling that version number for the
      tag...
      
      TrivialFix
      
      Change-Id: Ie9c95a4dc606d0527c44fcd624b4473e45f7f3cf
      82fcf8fa
  8. Dec 26, 2015
    • SamYaple's avatar
      Fix file permissions · 9be1799b
      SamYaple authored
      Throughout the project overtime some of these file permissions have
      changed to have an executable bit. They should not have this bit set.
      
      TrivialFix
      
      Change-Id: I1748b5bde813a0fcac36aeecdfd83245b8ee5be3
      9be1799b
    • SamYaple's avatar
      Adjust CMD for data and kolla-ansible · e95c0d31
      SamYaple authored
      The CMD command for data causes docker to launch it with /bin/sh which
      is ugly when viewing the containers statuses. Additionally for
      kolla_ansible we were not specifying the CMD at all, forcing us to use
      the 'command' param to set the sleep command.
      
      This patch brings the kolla_ansible launch inline with the rest of the
      project.
      
      TrivialFix
      
      Change-Id: Ic87a89921674802c15596756526e07f52a782f32
      e95c0d31
  9. Dec 25, 2015
  10. Dec 22, 2015
    • SamYaple's avatar
      Remove unneeded variables passed into keystone · 74e9126f
      SamYaple authored
      During the bootstrap we no longer need to pass in this info
      
      TrivialFix
      Related-Bug: #1526251
      Related-Id: Ieee215b9de1618b3d31f3d1a766a9d0ebafdee4d
      
      Change-Id: I82460cf11dea4692c0469bf2b9afddd794a30ec1
      74e9126f
    • SamYaple's avatar
      Convert to pymysql · 026942e9
      SamYaple authored
      Closes-Bug: #1528432
      Change-Id: I6e56f283521b29678964cb655ac3cff2d13b8246
      026942e9
    • SamYaple's avatar
      pep8 the ansible modules · 4199634e
      SamYaple authored
      By ignoring the appropriate tests that pep8 does we can properly run
      *most* of the pep8 tests on all of our modules allowing for a more
      consistent coding style.
      
      Closes-Bug: #1528431
      Change-Id: I33f27a250d06d4f044267aa3ad189e092789b8df
      4199634e
    • SamYaple's avatar
      Simplify config creation · ed82afa8
      SamYaple authored
      Convert config creation from a playbook to an action_plugin. This
      reduces the complexity and confusion while retaining the same augment
      structure and flexibility.
      
      This allows us to remove the 0-byte files as requirements. They will
      still be used if they are present (this means we require additional
      documentation around them).
      
      DocImpact
      Closes-Bug: #1528430
      Change-Id: I2c789f6be9f195c7771ca093a6d59499564b4740
      ed82afa8
Loading