Archives
Meta
Category Archives: Folsom
nova-network debugging tips
A single machine is installed with Debian GNU/Linux OpenStack Folsom. Four instances are created and it turns out that nova-network is configured with the wrong public interface. It can be fixed without shutting down the instance: nova suspend target1 The … Continue reading
Posted in Folsom, debian, openstack
Leave a comment
ceph code coverage (part 2/2)
WARNING: UPDATE IN PROGRESS When running ceph integration tests with teuthology, code coverage reports shows which lines of code were involved. Adding coverage: true to the integration task and using code compiled for code coverage instrumentation with flavor: gcov collects … Continue reading
Posted in Essex, Folsom, ceph, openstack
Leave a comment
Installing OpenStack Folsom on Debian GNU/Linux wheezy
Installing and testing OpenStack Folsom on a virgin Debian GNU/Linux wheezy takes less than one hour. A set of packages is archived to make sure it keeps working. After checking the pre-requisites such as a public and private interface, the … Continue reading