summaryrefslogtreecommitdiff
path: root/strata
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* WIP: add refs and dependencies to cinder chunkFrancisco Redondo Marchena2015-01-221-31/+66
|
* WIP: Add oslo-serialization and jsonschemaFrancisco Redondo Marchena2015-01-221-0/+11
|
* WIP: Add barbicanclient, move jsonschema to openstack-common and fix ↵Francisco Redondo Marchena2015-01-221-8/+8
| | | | unpetrify-ref
* WIP: Add heat and ceilometer missed dependencies in openstack-servicesFrancisco Redondo Marchena2015-01-221-144/+342
|
* WIP: remove futures from openstack-clients-fullFrancisco Redondo Marchena2015-01-221-6/+0
|
* WIP: Add futures to openstack-commonFrancisco Redondo Marchena2015-01-221-0/+5
|
* WIP: Change stevedore references to the latest tagFrancisco Redondo Marchena2015-01-221-2/+2
|
* WIP: Add the rest of the clients from servicesFrancisco Redondo Marchena2015-01-221-0/+15
|
* VERYWIP: Continue removing clients from openstack services: ↵Francisco Redondo Marchena2015-01-221-90/+30
| | | | openstack-services.morph
* VERYWIP: Continue splitting clients from servicesFrancisco Redondo Marchena2015-01-221-65/+69
|
* VERYWIP: Create a common strata for openstack with python packagesFrancisco Redondo Marchena2015-01-221-0/+114
|
* WIP: remove python-requests dependency from openstack-servicesFrancisco Redondo Marchena2015-01-221-22/+16
|
* WIP: Update references to the repositoriesFrancisco Redondo Marchena2015-01-221-32/+39
|
* FIXUPME: Fix name and description of openstack-clients-full stratumFrancisco Redondo Marchena2015-01-221-2/+2
|
* WIP:Add openstack-clients-full strataFrancisco Redondo Marchena2015-01-221-1/+1
|
* WIP: Add second openstack-clients strataFrancisco Redondo Marchena2015-01-223-0/+129
|
* WIP: Remove clients from openstack-services stratumFrancisco Redondo Marchena2015-01-221-208/+141
|
* Add six chunk needed by cryptography chunkFrancisco Redondo Marchena2015-01-221-1/+6
|