summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SQUEEZEME: Use a rabbitmq-server patches to include erlang-sd_notifyFrancisco Redondo Marchena2014-11-271-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 Marchena2014-11-273-2/+32
| | | | | | | 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.
* TO_FIX: Attempt to fix rabbitmq-server serviceFrancisco Redondo Marchena2014-11-273-7/+15
| | | | | | | | | | | | | | | | | | | | | | | Changes done: - Remove the call to rabbitmq-server service inside of rabbitmq-setup - Rewrite the rabbitmq-server service because the current rabbitmq-server source does not support notify type of systemd unit, the current approach does not work because the server does not run properly the first attempt (it does if it is manually rebooted). Fedora/devstack guys have patches to add systemd notify support for this, see: [1] https://peter.fedorapeople.org/rabbitmq-server-0001-Add-systemd-notify-support.patch [2] http://pkgs.fedoraproject.org/cgit/rabbitmq-server.git/tree/rabbitmq-server-systemd-notify-support.patch [3] http://pkgs.fedoraproject.org/cgit/rabbitmq-server.git/commit/?id=eea61e0 but this implies to add erlang-sd_notify: [4] http://pkgs.fedoraproject.org/cgit/erlang-sd_notify.git/tree/erlang-sd_notify.spec and [5] https://apps.fedoraproject.org/packages/erlang-sd_notify/sources/spec and [6] possibly the erlang builder "rebar": https://github.com/rebar/rebar - Link the rabbitmq-server service to multi.target.wants Other interesting links to configure rabbit: [7] https://www.rabbitmq.com/configure.html [8] https://www.rabbitmq.com/configure.html#configuration-file
* REMOVEME: Deploy images into refineryFrancisco Redondo Marchena2014-11-271-4/+8
|
* WIP: Actualize openstack/manifest adding nova and rabbitmq filesFrancisco Redondo Marchena2014-11-272-58/+7
|
* WIP: Add rabbitmq-server serviceFrancisco Redondo Marchena2014-11-271-0/+13
|
* WIP: Add rabbitmq setup scriptFrancisco Redondo Marchena2014-11-271-0/+46
|
* WIP: Add rabbitmq setup serviceFrancisco Redondo Marchena2014-11-271-0/+12
|
* WIP: add nova-compute serviceFrancisco Redondo Marchena2014-11-271-0/+12
|
* WIP: Add nova-api serviceFrancisco Redondo Marchena2014-11-271-0/+11
|
* WIP:Add nova-conpute confFrancisco Redondo Marchena2014-11-271-0/+4
|
* VERYWIP: Start configuring nova-setup serviceFrancisco Redondo Marchena2014-11-271-3/+25
|
* WIP: Enable rabbitmq in novaFrancisco Redondo Marchena2014-11-271-5/+5
|
* WIP: Enable rabbitmq in keystoneFrancisco Redondo Marchena2014-11-271-7/+7
|
* WIP: Add rabbitmq configuration extensionFrancisco Redondo Marchena2014-11-272-0/+41
|
* WIP: Add rabbitmq server and librabbitmqFrancisco Redondo Marchena2014-11-273-1/+32
|
* Enable libvirt services for openstackFrancisco Redondo Marchena2014-11-271-1/+19
|
* WIP:Update libvirt, enable its systemd services and add dependenciesFrancisco Redondo Marchena2014-11-274-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 Marchena2014-11-271-0/+2
|
* Add Network Block Device to the kernelRichard Ipsum2014-11-271-0/+1
| | | | | | | This is required by openstack nova-compute Conflicts: strata/bsp-x86_64-generic/linux-x86-64-generic.morph
* WIP: Add flavor keystone to glance-registryFrancisco Redondo Marchena2014-11-271-1/+1
|
* WIP: Add flavor keystone to glance apiFrancisco Redondo Marchena2014-11-271-1/+1
|
* WIP: Add OPENSTACK_AUTH_HOST to glance configurationFrancisco Redondo Marchena2014-11-271-0/+1
|
* WIP: Configure database connection for glance-registry serviceFrancisco Redondo Marchena2014-11-271-0/+1
|
* WIP: Add schema-image.json file to the manifest, this is needed in glanceFrancisco Redondo Marchena2014-11-271-0/+1
|
* WIP: Remove duplicated variableFrancisco Redondo Marchena2014-11-271-1/+0
|
* WIP-SQUEEZEME: Change directory output and size for the deployed imageFrancisco Redondo Marchena2014-11-271-2/+2
|
* WIP: Enable the compute, admin and public listen ports for keystoneFrancisco Redondo Marchena2014-11-271-3/+3
|
* WIP: Add identity service and the endpoint for keystoneFrancisco Redondo Marchena2014-11-271-0/+9
|
* WIP: keystone should own /var/lib/keystone and its contentFrancisco Redondo Marchena2014-11-271-1/+1
|
* WIP: glance should own /var/{lib,log}/glance and their contentFrancisco Redondo Marchena2014-11-271-2/+2
|
* WIP: nova should own /var/lib/nova and its contentFrancisco Redondo Marchena2014-11-271-1/+1
|
* WIP: Update babel ref to the latest master commitFrancisco Redondo Marchena2014-11-271-2/+2
| | | | This is needed to remove an error when keystone use babel.
* WIP: Downgrade sqlalchemy and sqlalchemy-migrate to an old tagFrancisco Redondo Marchena2014-11-271-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.
* REMOVEME: Change location of the deployment imageFrancisco Redondo Marchena2014-11-271-1/+1
|
* WIP: Add nova region obligatory field in configuration timeFrancisco Redondo Marchena2014-11-271-0/+1
|
* Fix nova cluster configurationFrancisco Redondo Marchena2014-11-271-4/+5
| | | | | | | Add NOVA_REGION obligatory field and add quotes to the command needed when are replaced for the token. This is needed because the use of %(...) structure in the command wouldn't be nicely expanded causing the command to fail.
* WIP: Fix typo to synchronize nova databaseFrancisco Redondo Marchena2014-11-271-1/+1
|
* WIP: update cinder, sqlalchemy and sqlalchemy-migrate to latest masterFrancisco Redondo Marchena2014-11-271-6/+6
| | | | This is because an error in sqlachemy-migrate breaks glance.
* WIP: ipaddr-py is a hidden requirement by wsmeFrancisco Redondo Marchena2014-11-271-0/+7
|
* WIP: services: Point repositories to git.baserock.orgFrancisco Redondo Marchena2014-11-271-43/+41
|
* WIP: common: Point repositories to git.baserock.orgFrancisco Redondo Marchena2014-11-271-1/+1
|
* WIP: Clients: Point repositories to git.baserock.orgFrancisco Redondo Marchena2014-11-271-2/+2
|
* WIP: Update prettytable to the latest commit in masterFrancisco Redondo Marchena2014-11-271-4/+1
|
* WIP: Update pycparser ref to master will fix an error with ply permissionsFrancisco Redondo Marchena2014-11-271-2/+2
|
* Add sqlparserFrancisco Redondo Marchena2014-11-271-0/+6
|
* WIP: Add pyparsing chunk morphologyFrancisco Redondo Marchena2014-11-271-0/+6
|
* WIP: Fix references and other errors and point to baserock-clone troveFrancisco Redondo Marchena2014-11-271-139/+109
|
* WIP: Add references to baserock-clone troveFrancisco Redondo Marchena2014-11-271-2/+1
|
* WIP: Common should depend in foundation and other fixesFrancisco Redondo Marchena2014-11-271-3/+6
|