summaryrefslogtreecommitdiff
path: root/strata
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* WIP: Add rabbitmq server and librabbitmqFrancisco Redondo Marchena2015-01-223-1/+32
|
* WIP:Update libvirt, enable its systemd services and add dependenciesFrancisco Redondo Marchena2015-01-224-5/+49
| | | | | | | | | Changes made: - Update libvirt and libvirt-python to v1.2.10 - Add ebtables and dmidecode needed by libvirt on runtime. - Change libvirt chunk morphology: - Build it using its submodule. - Reformat the configure command.
* Enable ebtables in the kernel and netfilter as its dependencyFrancisco Redondo Marchena2015-01-221-0/+2
|
* Add Network Block Device to the kernelFrancisco Redondo Marchena2015-01-221-0/+1
| | | | This is required by openstack nova-compute
* WIP: Update babel ref to the latest master commitFrancisco Redondo Marchena2015-01-221-2/+2
| | | | This is needed to remove an error when keystone use babel.
* WIP: Downgrade sqlalchemy and sqlalchemy-migrate to an old tagFrancisco Redondo Marchena2015-01-221-4/+4
| | | | | | Looking at requirements on nova and glance both will not work with sqlalchemy-migrate 0.9.2 tag. Downgrade sqlalchemy until the latest stable tag, just in case.
* WIP: update cinder, sqlalchemy and sqlalchemy-migrate to latest masterFrancisco Redondo Marchena2015-01-221-6/+6
| | | | This is because an error in sqlachemy-migrate breaks glance.
* WIP: ipaddr-py is a hidden requirement by wsmeFrancisco Redondo Marchena2015-01-221-0/+7
|
* WIP: services: Point repositories to git.baserock.orgFrancisco Redondo Marchena2015-01-221-43/+41
|
* WIP: common: Point repositories to git.baserock.orgFrancisco Redondo Marchena2015-01-221-1/+1
|
* WIP: Clients: Point repositories to git.baserock.orgFrancisco Redondo Marchena2015-01-221-2/+2
|
* WIP: Update prettytable to the latest commit in masterFrancisco Redondo Marchena2015-01-221-4/+1
|
* WIP: Update pycparser ref to master will fix an error with ply permissionsFrancisco Redondo Marchena2015-01-221-2/+2
|
* Add sqlparserFrancisco Redondo Marchena2015-01-221-0/+6
|
* WIP: Add pyparsing chunk morphologyFrancisco Redondo Marchena2015-01-221-0/+6
|
* WIP: Fix references and other errors and point to baserock-clone troveFrancisco Redondo Marchena2015-01-221-139/+109
|
* WIP: Add references to baserock-clone troveFrancisco Redondo Marchena2015-01-221-2/+1
|
* WIP: Common should depend in foundation and other fixesFrancisco Redondo Marchena2015-01-221-3/+6
|
* WIP: Add references to the baserock-clone troveFrancisco Redondo Marchena2015-01-221-4/+4
|
* WIP: fix cliff repositoryFrancisco Redondo Marchena2015-01-221-1/+1
|
* Remove docutils chunk because it builds automaticallyFrancisco Redondo Marchena2015-01-221-6/+0
|
* WIP: Fix swiftclient refs and build-dependsFrancisco Redondo Marchena2015-01-221-11/+10
|
* WIP: Add pies.morph chunk to install its dependenciesFrancisco Redondo Marchena2015-01-221-0/+11
|
* WIP: Fix nova, trove, swift and oslotestFrancisco Redondo Marchena2015-01-221-72/+170
|
* WIP: Remove chunks which do not have any direct dependencyFrancisco Redondo Marchena2015-01-221-44/+5
| | | | | | | | Removed: - tox, sqlparse, rsa, urllib3, jsonrpclib, ipaddr-py, swig-tarball python-coveragepy, httpretty Moved: - subunit
* WIP: add build-deps and refs to glance and keystoneFrancisco Redondo Marchena2015-01-221-70/+229
|
* WIP: Remove simplejson from openstack-clients-fullFrancisco Redondo Marchena2015-01-221-11/+0
|
* WIP: Add simplejson to openstack-commonFrancisco Redondo Marchena2015-01-221-0/+5
|