Skip to content
Snippets Groups Projects
  1. Aug 28, 2015
  2. Aug 26, 2015
    • Jenkins's avatar
      287705ac
    • Vladislav Belogrudov's avatar
      Add ability to make tarballs from Git clones · 68850dee
      Vladislav Belogrudov authored
      This feature allows to specify added tarballs source
      by git repository and reference (tag/branch).
      
      Change-Id: Ie7e8a5a5852421a9d99e6371f22ad3638fe077b6
      Partially-Implements: blueprint build-script
      68850dee
    • Jenkins's avatar
      Merge "Implement Ansible role for Swift" · f2e09fd8
      Jenkins authored
      f2e09fd8
    • Paul Bourke's avatar
      Implement Ansible role for Swift · 515cf2af
      Paul Bourke authored
      This currently deploys the core services for a working Swift which are
      account/container/object/proxy.
      
      I've included some basic docs in docs/swift-related.rst, which gives
      usage instructions and more context on this patch. These are really to
      give an overview of the state of Swift in Kolla as of now, so unless
      there's some major inaccuracy there please don't nitpick it.
      
      Change-Id: Id0c54be3e24c46459c40b16b7020f05bddbe1b19
      Implements: blueprint ansible-swift
      515cf2af
    • Steven Dake's avatar
      Install lvm in Cinder from-source containers · 323523b9
      Steven Dake authored
      lvm is required to integrate with Cinder with local storage.
      Since local storage is an operation we support, we need this
      package whether or not we keep udev sync disabled.
      
      Tested all variants of centos+ubuntu+binary+source in
      template and dockerfile format.
      
      Change-Id: Icaeb2eeb588816d2f8a4b57f35fd43ddc56ff269
      Partially-Implements: blueprint gate-source-builds
      323523b9
    • Zhou Zheng Sheng's avatar
      Speedup Git Cloning Ansible Repository · 32d48e6f
      Zhou Zheng Sheng authored
      When building kolla-ansible image, it clones ansible source code from
      github. Since we just need the source code but not the commit history,
      there is no need to download all the commit log objects. This patch adds
      "--depth 1" option to git clone command. This will speedup kolla-ansible
      image building a lot, especially in countries with slow Internet access.
      
      Change-Id: I834f83a127350415a5861a2f5b2982df3d3e3f5a
      Closes-Bug: #1488744
      32d48e6f
    • Kai Qiang Wu(Kennan)'s avatar
      Fix the wrong instruction for pip · 93d709e6
      Kai Qiang Wu(Kennan) authored
      Change-Id: If9214859777bef63da876dedb26eb7bd6dd3c8f8
      Closes-Bug: #1488714
      93d709e6
  3. Aug 25, 2015
  4. Aug 24, 2015
Loading