Skip to content
Snippets Groups Projects
  1. Apr 03, 2016
    • Jeffrey Zhang's avatar
      Implement nova-ssh container · 42420830
      Jeffrey Zhang authored
      Add a nova-ssh container to handle the `nova migrate` and
      `nova resize` case, in which the nova will use ssh to copy
      files between machines.
      
      Change-Id: Ie6675943f3aeabfbba8589d308d55b9c89d732db
      Closes-Bug: #1562141
      42420830
  2. Apr 02, 2016
  3. Mar 29, 2016
    • Steven Dake's avatar
      Fix gate by adding MariaDB-shared dependnecy · 5f381dfb
      Steven Dake authored
      With the reorganization of the MariaDB repository, the C libraries
      for mariadb were not included in the toolbox container.  This results
      in a non-functional CentOS environment which is resolved by this
      simple patch.
      
      Change-Id: Ib4a2f7e55b6efc36bc3ff2d93447cb97b7b109f5
      Closes-Bug: #1561347
      5f381dfb
    • Serguei Bezverkhi's avatar
      Fixing permission for libvirtd.log · 584690a9
      Serguei Bezverkhi authored
      
      Fixing permissions so all users could access libvirtd.log
      
      Change-Id: I6f63a847ba9c5591a87922d3b117b101100b2fad
      Closes-Bug: 1563430
      Co-Authored-By: default avatarSteven Dake <stdake@cisco.com>
      584690a9
    • Sam Yaple's avatar
      Revert "Fix consistently failing CentOS gate" · 3f707d78
      Sam Yaple authored
      This reverts commit 17e0de6a.
      
      This change should have never merged. There is something else going on
      here and the bug doesnt fully invetigate the issue. Using a mix of
      system and pip packages is not acceptable and can cause problems.
      In this case the packaged mysql has a KNOWN issue that we fixed in
      liberty by switching to the pip installed package.
      
      Change-Id: Ie10116010156c13742a0a5d37c440c713e4698e5
      3f707d78
  4. Mar 28, 2016
    • Carlos Cesario's avatar
      Change keystone log dir · 493650aa
      Carlos Cesario authored
      Proposed patch to change keystone and heka log dir
      from /var/log/kolla/apache2/ to /var/log/kolla/keystone/
      
      Closes-Bug: #1560620
      Change-Id: I70c65ceba5a301cc56880313ca86f01bd35676cb
      493650aa
  5. Mar 25, 2016
  6. Mar 24, 2016
    • SamYaple's avatar
      Change heat domain to heat_user_domain · 5b18913f
      SamYaple authored
      heat_user_domain is what is in the docs, but more importantly it is
      what we have in Liberty and will be a requirement to doing upgrades
      properly.
      
      Change-Id: I9cf53d43b4faaa5d1b0156cc50192722d2739602
      Closes-Bug: #1553565
      5b18913f
    • Steven Dake's avatar
      Fix consistently failing CentOS gate · 17e0de6a
      Steven Dake authored
      This fixes a gate regression and probably regression in general
      with building images.  I'm not sure where the regression came from,
      but I suspect a new verson of MySQL-python from pip is to blame.
      
      Closes-Bug: #1561347
      Change-Id: Ib502d0090a3fc3b3ea5d27a91ff59df1f53c01a3
      17e0de6a
  7. Mar 23, 2016
    • Serguei Bezverkhi's avatar
      Add creation of new log folder for Horizon · 8d96d639
      Serguei Bezverkhi authored
      The previous Horizon logging fix missed the part of creating new folder,
      this fix adds it.
      
      Change-Id: I14da441ebb6de94964326c0a1b02ae1480b080bd
      Closes-Bug: 1561073
      8d96d639
    • SamYaple's avatar
      Add conntrack-tools · 27975f8a
      SamYaple authored
      Conntrack is used by neutron as a dep, but not installed in the source
      containers. This leads to errors in the log and in some cases network
      instability.
      
      Change-Id: Ie6eae7530bf4e378eedb852a16ed8595402113a6
      Closes-Bug: #1561008
      27975f8a
  8. Mar 22, 2016
  9. Mar 21, 2016
    • SamYaple's avatar
      Fix bad apache2 close · 28cc39e2
      SamYaple authored
      Change-Id: Id19450a566da1bf7b824f0050e7c3e3f73581a9b
      Closes-Bug: #1557036
      28cc39e2
    • Ryan Hallisey's avatar
      Improve openstack-base image for centos binary · a8f3da20
      Ryan Hallisey authored
      TrivialFix
      Closes-bug: #1560170
      Change-Id: Ia3a9756c58f0ead3b20e435f1d1546408f4a8b36
      a8f3da20
    • SamYaple's avatar
      Fix mysql bootstrap · afce10de
      SamYaple authored
      The lightsout recover patch broke multinode mysql. Also the lightsout
      recovery didnt probably pass the --wsrep-new-cluster flag. This
      updates the mariadb bootstrap to work with multinode again.
      
      Closes-Bug: #1559480
      Related-Id: I903c3bcd069af39814bcabcef37684b1f043391f
      Change-Id: I1ec91a8b2144930ea8f04cc1c201b53712352e4e
      afce10de
  10. Mar 20, 2016
    • Hui Kang's avatar
      Ceilometer needs pymongo to start · 127bd6f5
      Hui Kang authored
      pymongo is needed when ceilometer uses mongodb as backend database
      
      Change-Id: Id75dc7bed30cdfa12f95bb66ca6d4cdf7be0261c
      Closes-Bug: #1559370
      Related-Bug: #1559390
      127bd6f5
  11. Mar 19, 2016
    • SamYaple's avatar
      Fix 'optional' config.json values · f4175f04
      SamYaple authored
      These values are optional only when the services are not enabled.
      
      If the file does not exist we should not warn, but rather inform.
      
      Ceph-mon is an exception here since its bootstrap process means
      the files may or may not exist initially.
      
      TrivialFix
      
      Change-Id: Ic02bece76d480e99deecf612036f37abb5604135
      f4175f04
    • SamYaple's avatar
      Allow external ceph journals and fix bootstrap · 5250a007
      SamYaple authored
      This allows us to specify external journals for osds which can greatly
      improve performance when the external journals are on the solid-state
      drives.
      
      The new lookup and startup methods fix the previous races we had
      preventing osds from being created properly.
      
      This retains the same functionality as before and is completely
      compatible with the previous method and labels, however this does set
      new labels for all new bootstrap OSDs. This was due to a limitation
      in the length of the name of a GPT partition.
      
      Closes-Bug: #1558853
      DocImpact
      Partially-Implements: blueprint ceph-improvements
      Change-Id: I61fd10cb35c67dabc53bd82270f26909ef51fc38
      5250a007
    • SamYaple's avatar
      Allow user to choose filesystem for osd · 6d0cd535
      SamYaple authored
      Change-Id: I9c770a08219d2eead5ece8e3462157359cd920cb
      Partially-Implements: blueprint ceph-improvements
      6d0cd535
    • SamYaple's avatar
      Increase usefulness of openstack-base · 0da25415
      SamYaple authored
      Just like last cycle, I ran all of the requirements and found the
      packages that were installed >=10 times throughout our containers. By
      combining them in the openstack-base we reduce the size of the images
      by ~600MB (10%) and decrease build time by a measurable amount (5-10m
      in the case of Centos)
      
      TrivialFix
      Change-Id: I582d75644a8e8b936c6f9fc10c6b5821e1e8c5c4
      0da25415
  12. Mar 18, 2016
  13. Mar 17, 2016
    • Steven Dake's avatar
      Reorder operations of mkdir and useradd in toolbox · a577634f
      Steven Dake authored
      The home directory for Ansible already exists and does not
      need to be created.  Reorder useradd and mkdir at suggestion
      of Jeff Peeler to avoid warning.
      
      The warning looks like this:
      
      INFO:__main__:kolla-toolbox:Step 6 : RUN mkdir -p /etc/ansible /usr/share/ansible /home/ansible     && echo 'localhost ansible_connection=local' > /etc/ansible/hosts     && useradd --user-group ansible --groups kolla     && sed -i 's|  "identity_api_version": "2.0",|  "identity_api_version": "3",|' /usr/lib/python2.7/site-packages/os_client_config/defaults.json
      INFO:__main__:kolla-toolbox: ---> Running in ccded9c01fca
      INFO:__main__:kolla-toolbox:useradd: warning: the home directory already exists.
      INFO:__main__:kolla-toolbox:Not copying any file from skel directory into it.
      INFO:__main__:kolla-toolbox:
      
      TrivialFix
      
      Change-Id: I031ade6597f8071f5be1768a7e70b1008dd94e52
      a577634f
    • MD NADEEM's avatar
      Manila ubuntu binary container · d4a5c75d
      MD NADEEM authored
      manila-share is present in manila-common package.
      
      Change-Id: Ida231c0468b6ee3bb6a76fb9f475724abf95c1cb
      Closes-Bug:#1553199
      d4a5c75d
  14. Mar 16, 2016
    • MD NADEEM's avatar
      Fix race condition in haproxy · f1111237
      MD NADEEM authored
      The time period between getting pid
      of haproxy service and checking existance of
      pid file is very short, if with in this period
      haproxy service get reload then the race condition
      occured and container get exit as extend_start.sh
      script exit.
      
      To minimize the risk of race condition, this patch
      let the extend_start.sh script to try upto 3 times
      before exit.
      
      Closes-Bug: #1479888
      
      Change-Id: I2f9b7ec832dec8d94a2cdd27ca8a212d0c65a60d
      f1111237
    • SamYaple's avatar
      MariaDB lights out recovery · 2aaaed77
      SamYaple authored
      This playbook only matters for multinode since AIO can recover from
      power outage without additional configuration.
      
      DocImpact
      Implements: blueprint mariadb-lights-out
      Change-Id: I903c3bcd069af39814bcabcef37684b1f043391f
      2aaaed77
  15. Mar 15, 2016
  16. Mar 14, 2016
    • Mauricio Lima's avatar
      Install openvswitch-switch in manila · a9edc7e0
      Mauricio Lima authored
      Change-Id: I8277ad668f46d327807a01ceb96c2abb417f0e3d
      Closes-Bug:#1556271
      a9edc7e0
    • SamYaple's avatar
      Use ubuntu Mitaka repo · 8b3f0d08
      SamYaple authored
      
      The rabbitmq-server package is upgraded to 3.5.7 in cloud-archive
      so we update centos to match
      
      The xen-utils package now needs an explict version, xen-utils-4.6 is
      what is provided by cloud-archive mitaka
      
      Libvirt 1.3 is in the ubuntu cloud-archive. This has a new daemon for
      logging that needs further implementation in newton. For now, it has
      been disabled within the qemu.conf
      
      Co-Authored-By: default avatarJeffrey Zhang <jeffrey.zhang@99cloud.net>
      TrivialFix
      Change-Id: I84217824817c484b6800a64cbd7767b127a3098e
      8b3f0d08
  17. Mar 13, 2016
    • SamYaple's avatar
      Properly pin ceph · 0bb766c1
      SamYaple authored
      Ubuntu is a bit different than centos. We aren't pinning a single ceph
      verion because we cannot. We can however pin to a particular repo,
      but we were not due to formating. This fixes that formating and pins
      to a specific repo.
      
      TrivialFix
      
      Change-Id: I2f6c4cd2f7d51652dc2729c0ab384165151e94e2
      0bb766c1
    • Vikram Hosakote's avatar
      Fix false alert messages in HAProxy logs · 9d1911c5
      Vikram Hosakote authored
      Bug #1549753 raises false alarm about haproxy to the operator and
      monitoring tools even though haproxy is running fine and there is
      no issue.
      
      haproxy uses UDP datagram socket for logging and the default queue
      length of 10 datagrams causes false alert messages in haproxy
      logs. This patch set fixes this bug by increasing the queue length
      to 128.
      
      Test results of the fix in this patch set are at
      http://paste.openstack.org/show/490302/.
      
      Change-Id: I64fdd17cd278d51616aa0dfa4e8d2a422c8ee630
      Closes-Bug: #1549753
      9d1911c5
  18. Mar 11, 2016
    • SamYaple's avatar
      Remove openstack client from keystone bootstrap · 215cfc03
      SamYaple authored
      Keystone has merged the rest of thier bootstrap code. Lets take
      advantage of that.
      
      TrivialFix
      
      Change-Id: Icfe8a2dca7ae49724fa3290fdfe9fb21b8ba01a2
      215cfc03
    • Steven Dake's avatar
      Install master's version of an RDO keystone · c5f27aa8
      Steven Dake authored
      RDO isn't moving for approxximately 1 week new packages into
      current-passed-ci.  This blocks Sam's keystone bootstrap patch.
      
      To unblock this, we temporarily have provided copr built RPMs
      based upon the srpm from RDO and keystone-master tarball.
      
      TrivialFix
      
      Change-Id: Ic0fe30c56e8dd229f2a25157125272324621bad9
      c5f27aa8
    • Andrey Shestakov's avatar
      Add missing files in ironic containers · 6345313d
      Andrey Shestakov authored
      Added missing package for qemu-img in centos container
      Added pxelinux.0 in ironic-pxe in centos container
      
      TrivialFix
      
      Change-Id: I706284824f915caf974b1247520c3e4025c47f57
      6345313d
  19. Mar 10, 2016
  20. Mar 09, 2016
Loading