summaryrefslogtreecommitdiff
path: root/strata/virtualization
Commit message (Collapse)AuthorAgeFilesLines
* Configure localstatedir and sysconfdir in OpenvswitchPedro Alvarez2015-04-021-6/+6
| | | | Change-Id: Idca5a082d084b64db0bb107d16997b6df8df3567
* Install ebtables in /usr/sbinPedro Alvarez2015-03-021-1/+1
|
* Disable warnings as errors in libvirtbaserock/franred/disable-werror-when-compiling-libvirtFrancisco Redondo Marchena2015-02-191-1/+1
| | | | | | | | | | | | | | | | | | | This patch disable the libvirt's treatment of warning as errors, solving the following error when compiling: node_device/node_device_udev.c: In function 'nodeStateInitialize': node_device/node_device_udev.c:1789:5: error: 'udev_set_log_fn' is deprecated (declared at /usr/include/libudev.h:41) [-Werror=deprecated-declarations] udev_set_log_fn(udev, (udevLogFunctionPtr) udevLogFunction); ^ CC nwfilter/libvirt_driver_nwfilter_impl_la-nwfilter_dhcpsnoop.lo cc1: all warnings being treated as errors Makefile:8224: recipe for target 'node_device/libvirt_driver_nodedev_la-node_device_udev.lo' failed make[3]: *** [node_device/libvirt_driver_nodedev_la-node_device_udev.lo] Error 1
* Add openvswitch to virtualization stratumFrancisco Redondo Marchena2015-02-131-0/+11
|
* Update libvirt and libvirt-pythonFrancisco Redondo Marchena2015-02-133-1/+40
| | | | | | | | | | | | - Update libvirt and libvirt-python to 1.2.10. - Modify libvirt chunk: - Build libvirt using its submodule. - Reformat the configure command. - Create the libvirt group - Give the permissions to the libvirt group to read and write unix sockets. - Add lvm stratum required for libvirt to compile. - Add dmidecode and ebtables required for libvirt on runtime.
* dnsmasq.morph: Install also dhcp_release and dhcp_lease_timePedro Alvarez2015-02-111-2/+6
| | | | | | | | | | | | These binaries are needed to run Openstack in baserock: The DHCP agent of neutron tries to run the following command: $ ip netns exec qdhcp-63399d35-f830-4972-86b5-fafaf4eca392 dhcp_release tap adbb6630-f5 192.168.1.4 fa:16:3e:5c:86:14 Resulting in the following error: exec of "dhcp_release" failed: No such file or directory
* Move LVM into its own stratumSam Thursfield2015-01-271-6/+0
| | | | | The LVM tools are generally useful, so they should be available separately from the huge 'virtualization' stratum.
* Re-organise definitions with scripts/organise-morphologies.pyGENIVI-I0.1baserock/release/GENIVI-I0.1Richard Maw2014-08-189-0/+54