summaryrefslogtreecommitdiff
path: root/strata
Commit message (Collapse)AuthorAgeFilesLines
* Update openvswitch to v2.3.1 tagFrancisco Redondo Marchena2015-01-231-2/+2
|
* Add VXLAN support in kernel needed for openvswitchFrancisco Redondo Marchena2015-01-231-0/+1
|
* Enable all the IP_NF kernel supportFrancisco Redondo Marchena2015-01-221-0/+13
|
* Add kernel support for E1000E ethernet driver and external USB ethernetFrancisco Redondo Marchena2015-01-221-0/+3
|
* Replace NAT kernel driver nameFrancisco Redondo Marchena2015-01-221-1/+1
| | | | | Since 3.17 Linux Kernel the CONFIG_NF_NAT_IPV4 is being called CONFIG_IP_NF_NAT.
* Update glance, nova and cinder to 2014.2.1 tagFrancisco Redondo Marchena2015-01-221-6/+6
|
* Point some openstack service to the openstack repo in gboFrancisco Redondo Marchena2015-01-221-3/+3
|
* Point openvswitch to gbo repositoryFrancisco Redondo Marchena2015-01-221-1/+1
|
* Create libvirt group and configure libvirtd.conf to allow R and W from its ↵Francisco Redondo Marchena2015-01-221-0/+8
| | | | sockets
* Update keystone to 2014.2.1 tagFrancisco Redondo Marchena2015-01-221-2/+2
|
* FIXUPME: use redhat directory tree layout by default for apacheFrancisco Redondo Marchena2015-01-221-0/+1
|
* Modify configuration options in apache looking at fedora package and modify ↵Francisco Redondo Marchena2015-01-221-6/+16
| | | | httpd.conf to load external modules
* Add configuration file to load mod_wsgi from apache and enable shared librariesFrancisco Redondo Marchena2015-01-221-0/+12
|
* Enable threads in aprFrancisco Redondo Marchena2015-01-221-0/+1
|
* Add mod_wsgi to httpd-apache-server stratumFrancisco Redondo Marchena2015-01-223-2/+36
|
* Remove apache as a openstack-services build dependencyFrancisco Redondo Marchena2015-01-221-1/+0
|
* FIXUPME: Fix httpd-server chunkFrancisco Redondo Marchena2015-01-221-14/+8
| | | | | | | Changes made: - Enable so, all-modules and all modules shared - Remove user creation from system integration commands. - Add correct perl interpreter to apxs script.
* Add python-memcached to database stratum needed for HorizonFrancisco Redondo Marchena2015-01-221-1/+6
|
* Update thrift tag 0.9.2 sha1 because it changedFrancisco Redondo Marchena2015-01-221-1/+1
|
* Add apache stratum to openstack-services stratumFrancisco Redondo Marchena2015-01-221-0/+1
|
* Add apache httpd server stratumFrancisco Redondo Marchena2015-01-224-0/+91
|
* Move six to core and update it to 1.9.0Francisco Redondo Marchena2015-01-225-33/+10
|
* Add django stratum and Horizon to openstack-servicesFrancisco Redondo Marchena2015-01-221-0/+12
|
* Add xstatic stratum to openstack-services stratumFrancisco Redondo Marchena2015-01-221-0/+1
|
* Add xstatic stratum which is dependecy for horizonFrancisco Redondo Marchena2015-01-221-0/+101
| | | | | | | | | Xstatic is just a wrapper to install some packages from an static build using pip install python. This is against baserock foundations, so this stratum is just for testing that these are the packages required. After that we should try to add the correct packages and maybe patch horizon to not require the xstatic-* packages.
* WIP: Add django stratum and some django utilsFrancisco Redondo Marchena2015-01-221-0/+41
|
* Add saharaclient to openstack-clients-full stratumFrancisco Redondo Marchena2015-01-221-0/+7
|
* FIXUPME: Point barbicanclient to upstream repoFrancisco Redondo Marchena2015-01-221-1/+1
|
* Add psycopg2 to databases stratumFrancisco Redondo Marchena2015-01-221-0/+6
|
* Update alembic and neutron packages in openstack-services stratumFrancisco Redondo Marchena2015-01-221-4/+4
|
* Enable virtual ethernet moduleFrancisco Redondo Marchena2015-01-221-0/+1
|
* Add networking-utils stratum and iproute2Francisco Redondo Marchena2015-01-222-0/+21
| | | | Openvswitch needs iproute2 tc command.
* Add openvswitchFrancisco Redondo Marchena2015-01-222-0/+17
|
* Add Openvswitch kernel modulesFrancisco Redondo Marchena2015-01-221-0/+9
|
* Update lockfile sha1 to point to the openstack repositoryFrancisco Redondo Marchena2015-01-221-1/+1
|
* Replace busybox dd by coreutils ddFrancisco Redondo Marchena2015-01-221-0/+5
| | | | | | This hack is needed in Cinder to remove volumes, which uses dd, and busybox dd does not support fdatasync. This commit should be reverted when we merge /usr/bin and /bin.
* Update erlang-sd_notify chunk to use latest systemdFrancisco Redondo Marchena2015-01-221-1/+1
|
* Update libvirt to use latest systemdFrancisco Redondo Marchena2015-01-221-1/+1
|
* Add configuration arguments and services to lvm2 chunkFrancisco Redondo Marchena2015-01-221-2/+39
| | | | | | | | | | - Configuration files added: - exec-prefix and sbindir - enable-udev_rules - Services: (this will scan and active all the volume groups) taken from http://sources.debian.net/src/lvm2/2.02.111-2/debian/patches/systemd.patch/ - lvm2-activation-early - lvm2-activation
* FIXUPME: Fix unpetrify-ref duplicationFrancisco Redondo Marchena2015-01-221-1/+1
|
* Update lvm2 to v2_02_113Francisco Redondo Marchena2015-01-221-2/+2
|
* FIXUPME: Add rebar and erlang-sd_notify static refFrancisco Redondo Marchena2015-01-221-2/+2
|
* FIXUPME: Update oslo-rootwrap to 62d732277 sha1 in masterFrancisco Redondo Marchena2015-01-221-2/+2
| | | | | It is recommended not to use the tag 1.3.0.0a3. Check nova requirements.txt.
* Add NETFILTER_XT_MATCH_ADDRTYPE and NETFILTER_ADVANCED modulesFrancisco Redondo Marchena2015-01-221-0/+2
| | | | | | This module is needed to use addrtype extension on iptables-restore. This module requires NETFILTER_ADVANCED to work so this module was also added.
* FIXUPME: Point and update librabbitmqFrancisco Redondo Marchena2015-01-221-4/+4
|
* FIXUPME: Point rebar and erlang-sd_notify to upstreamFrancisco Redondo Marchena2015-01-221-2/+2
|
* FIXUPME: point ebtables and dmidecode to upstream and update themFrancisco Redondo Marchena2015-01-221-3/+3
|
* Remove --with-python configure optionFrancisco Redondo Marchena2015-01-221-1/+1
| | | | | | | The python binding was remove from libvirt repository in the commit a7a1244a739d134a9aca7f76c12d63043810c077. We actualy have libvirt-python binding in our virtualization strata.
* SQUEEZEME: Use a rabbitmq-server patches to include erlang-sd_notifyFrancisco Redondo Marchena2015-01-221-2/+2
| | | | | | Squeeze me with the commit which explained the error of syncronization in the erlang processes (rabbitmq-server and rabbitmqctl), which contains the links to the solution.
* Add rebar and erlang-sd_notify to erlang stratumFrancisco Redondo Marchena2015-01-223-0/+30
| | | | | | | First use: - To use systemd notify patches in rabbitmq-server to synchronize rabbitmq-server and rabbitmq-controler (rabbitmqctl), which looks like is a problem with the syncronization of their erlang processes.