Skip to content
Snippets Groups Projects
  1. Sep 25, 2015
    • Sam Yaple's avatar
      Make OpenStack use Ceph · 99c7eb19
      Sam Yaple authored
      This implements all the openstack pieces needed to make ceph work.
      
      DocImpact
      Change-Id: I1d24476a966602cf955e5ef872b0efb01319894a
      Partially-Implements: blueprint ceph-container
      Implements: blueprint kolla-live-migration
      99c7eb19
  2. Sep 24, 2015
    • Michal Jastrzebski's avatar
      Nova logging to rsyslog · 3d0b5400
      Michal Jastrzebski authored
      Configure nova to use rsyslog container as logging mechanism
      
      Change-Id: I9c595e8ac7b4aedc6ba4fe6bb7cfe7e624133c41
      Implements: bp logging-container
      3d0b5400
  3. Sep 23, 2015
  4. Sep 10, 2015
    • Steven Dake's avatar
      Make nova use a data container · 1025890e
      Steven Dake authored
      Make nova-libvirt and nova-compute use a data container called
      nova_data.  This data container contains /var/lib/nova/instances
      data so upgrades to nova-compute work properly.
      
      Change-Id: I89362eb0857f7b07503c35178475bc91d0d19ca8
      Closes-Bug: #1486333
      1025890e
  5. Aug 31, 2015
    • Steven Dake's avatar
      nova-libvirt requires a /sys/fs/cgroup bindmount · e2d35ad0
      Steven Dake authored
      Nova-compute is curerntly generating a backtrace when trying to nova
      boot a VM.  The backtrace is described in the bug log.  Bind-mounting
      /sys/fs/cgroup:/sys/fs/cgroup in the libvirt container resolves the
      problem.
      
      Change-Id: I5a56b61fd260728fb76e19bcbdf403b80a4ec5a6
      Closes-Bug: #1490326
      e2d35ad0
  6. Aug 18, 2015
  7. Jul 23, 2015
    • Sam Yaple's avatar
      Fix compute permissions and start params · 3b30760e
      Sam Yaple authored
      neutron-server was not properly using ml2_conf.ini
      
      nova did not have ovs utils, and it had incorrect libvirt permissions
      
      Change-Id: I43d2110d0b5fc1940d887dace95787e1ebbe142d
      Partitially-Implements: blueprint ansible-service
      3b30760e
  8. Jul 15, 2015
    • Steven Dake's avatar
      Add pid_mode to libvirt · 9c5e708f
      Steven Dake authored
      Libvirt requires pid_mode to Host to operate on Fedora Hosts.  Further
      we will need this for libvirt upgrade.  I am not entirely sure why
      libvirt running with pid=host gets things working, but it definately
      has something to do with CentOS's libvirt's integration with systemd.
      
      Nailing down the problem, the interface to the Docker module accepts only
      None or "host".  There is no way to generate a None type except with !!null
      in yml, but this does not work in the jinja2 parser.  As a result, one
      solution is this conditional.  A better long term solution would be for
      the Docker module to take some other argument to indicate None that can
      be expressed in a string.
      
      Change-Id: I54eb87e8ce8679bbf12f671527280c73e195b2e4
      Closes-Bug: #1473270
      9c5e708f
  9. Jul 12, 2015
    • Sam Yaple's avatar
      Ansible Nova w/ libvirt support · 7da0b2a8
      Sam Yaple authored
      Initial support for Nova in Ansible
      
      Partially-Implements: blueprint ansible-service
      
      Change-Id: I4b0a74bd3e5daa5664f5e1e622bfb40c3285949e
      7da0b2a8
Loading