Skip to content
Snippets Groups Projects
  1. Aug 23, 2015
    • Steven Dake's avatar
      Use cinder-volumes as name of LVM VG · 69ea4959
      Steven Dake authored
      Use cinder-volumes as name of LVM volume group expected on the host
      instead of the nonsense that was there before.
      
      Change-Id: I35221ac0ad3464581f9ba95c3127832e0af7ad64
      Closes-Bug: #1487800
      69ea4959
    • Steven Dake's avatar
      Cinder reads non-Kolla generated config files · 3327fa4f
      Steven Dake authored
      The RDO packages do something wierd about reading files from
      /usr/share/cinder/cinder-dist.conf by default.  These files contain
      non-Kolla configured configuration values.  This is obviously not
      ideal since RDO policies may be different then Kolla policies.
      
      This should probably be fixed across the source base, but for the
      moment it is blocking correct operation of Cinder.
      
      Change-Id: I823a90b28eaaf5474334885a45f22ed28537b24b
      Closes-Bug: #1487799
      3327fa4f
  2. Aug 22, 2015
  3. Aug 21, 2015
    • Jenkins's avatar
      Merge "Fix MariaDB for ubuntu" · f14b229b
      Jenkins authored
      f14b229b
    • Jenkins's avatar
      dc2a7a00
    • Jenkins's avatar
      Merge "Run pandoc to convert the documentation" · 576bdb0b
      Jenkins authored
      576bdb0b
    • Jenkins's avatar
      Merge "Prepare for MD to RST conversion" · a804be0f
      Jenkins authored
      a804be0f
    • Michal Jastrzebski (inc0)'s avatar
      Add custom code to base docker templates · 598fe7ba
      Michal Jastrzebski (inc0) authored
      Sometimes you need custom code in Docerfiles to solve for example
      proxy problems or preconfigure base image in some specific way.
      With this commit you can insert content of custom file to the beggining
      of base Dockerfile to provide these changes
      
      Partially-implements: bp rhel-based-image-support
      Partially-implements: bp add-proxy-to-dockerfiles
      Partially-implements: bp build-script
      Change-Id: Idbfec764aad627f5c00dc09c4854d5fa1c5ac9cf
      598fe7ba
    • Jenkins's avatar
    • Jenkins's avatar
      0f2a4e1e
    • Paul Bourke's avatar
      Add Ansible role for memcached · d13163ab
      Paul Bourke authored
      Note, this is not in the inventories/site.yml as it will be a
      transparent dependency of Swift.
      
      Change-Id: Ic8c80072596594e646ece74ac0ce74c7000398ff
      Partitially-Implements: blueprint ansible-swift
      d13163ab
    • Sam Yaple's avatar
      Fix broken zaqar template · fd9d11ae
      Sam Yaple authored
      Change-Id: I714b33b8a818b7d3320cfaa8fb10fc758f545513
      Closes-Bug: #1487462
      fd9d11ae
    • Sam Yaple's avatar
      Fix MariaDB for ubuntu · 8f7ff277
      Sam Yaple authored
      In MariaDB we adjust the dependecies of what we install there as well
      adding only what is appropriate for the install.
      
      In Ansible we adjust some templates to all work around differences
      between the different Linux families.
      
      Change-Id: Ibc26e2f4d4a732630632d3ed27fb595b6fe019d2
      Partially-Implements: blueprint install-from-ubuntu
      8f7ff277
    • Jenkins's avatar
      Merge "Fix RabbitMQ for Ubuntu" · 91088e59
      Jenkins authored
      91088e59
    • Jenkins's avatar
      Merge "Add kolla-ansible for ubuntu" · 6dd30b2a
      Jenkins authored
      6dd30b2a
    • Jenkins's avatar
      Merge "Fix up base for ubuntu" · 3bd021cd
      Jenkins authored
      3bd021cd
    • Jenkins's avatar
      9ddd4154
    • Steven Dake's avatar
      Run pandoc to convert the documentation · 6e3127d0
      Steven Dake authored
      This converts all MD formatted docs that were renamed to RST to
      preserve git history into actual RST documentation.  Some minor
      edits were made but in general the purpose of this patch is to
      *only* convert the documentation not rework the documentation.
      I do plan on reworking the documentation in further patch sets.
      
      All links were tested and a test rendering is available:
      
          http://github.com/sdake/kolla
      
      Change-Id: I3df430b14df1ede15407c7f4ba7afcbdc6f9d757
      6e3127d0
    • Steven Dake's avatar
      Prepare for MD to RST conversion · bbcf22cc
      Steven Dake authored
      Sphinx and OpenStack documentation standards require the use of
      RST formatted documentation.  In order to get out docs integrated
      into docs.openstack.org, the following steps must be taken:
      
      1. we need to first convert the documentation to RST
      2. sphinx support must be added to the repository
      3. project-config must be updated with a publish-docs job
      
      The ability to pubish to docs.openstack.org is a privilege only
      available to Big Tent projects.  As a result, we should be taking
      advantage of this to help spread the word on our implementation.
      
      Note the documentation was converted with a tool called pandoc
      the syntax of which was:
      pandoc -f markdown -t rst file.md > z
      mv z file.rst
      
      In order for git to preserve history the files have to be git mv'ed
      in one commit followed by the pandoc operation in a separate commit.
      
      Change-Id: Iba2a70b989e8305da03e8204a9b130d457b00cf0
      bbcf22cc
    • Mick Thompson's avatar
      Added missing configuration to horizon docker template. · 37283874
      Mick Thompson authored
      Added missing copy and link commands:
       && cp -r /horizon/openstack_dashboard /usr/share/openstack-dashboard/ \
       && cp /horizon/openstack_dashboard/local/local_settings.py.example \
           /etc/openstack-dashboard/local_settings \
       && ln -s /etc/openstack-dashboard/local_settings \
           /usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py \
       && cp /horizon/manage.py /usr/share/openstack-dashboard \
       && python /usr/share/openstack-dashboard/manage.py collectstatic --noinput \
      
      Changed 'mkdir -p /usr/share/openstack-dashboard/static' to 'mkdir -p /usr/share/openstack-dashboard'
      
      Change-Id: Ia79c43d771ab2b3628112a9c4d0e6bb2d3348f4f
      Closes-Bug: 1487028
      37283874
  4. Aug 20, 2015
Loading