summaryrefslogtreecommitdiff
path: root/openstack
Commit message (Collapse)AuthorAgeFilesLines
* Add nova-{cert,consoleauth,novncproxy,scheduler}.serviceFrancisco Redondo Marchena2014-11-275-0/+48
|
* FIXUPME: Remove debug to rabbitmq-setup scriptFrancisco Redondo Marchena2014-11-271-1/+1
|
* FIXUPME: Add some comments to glance-setup scriptFrancisco Redondo Marchena2014-11-271-0/+3
|
* WIP: Add more configuration to use the libvirt driverFrancisco Redondo Marchena2014-11-271-1/+10
|
* WIP: Configure vncserver and novncproxy for nova controllerFrancisco Redondo Marchena2014-11-271-3/+3
|
* WIP: Add keystone uri to nova configurationFrancisco Redondo Marchena2014-11-271-0/+1
|
* WIP: Configure nova to tell libvirt to use qemu for testing purposesFrancisco Redondo Marchena2014-11-271-0/+6
|
* WIP: Add new service to nova-setupFrancisco Redondo Marchena2014-11-271-0/+1
|
* WIP: Disable nova-conductor when deploying openstack in one nodeFrancisco Redondo Marchena2014-11-271-4/+7
|
* WIP: add tokens to keystone configuration in nova confFrancisco Redondo Marchena2014-11-271-4/+4
|
* Add instances dir to nova home directory required by nova-computeFrancisco Redondo Marchena2014-11-271-0/+6
|
* Add nova-conductor service to the manifestFrancisco Redondo Marchena2014-11-271-0/+1
|
* Add read-write permissions for libvirt-sockFrancisco Redondo Marchena2014-11-271-4/+11
|
* Add nova-conductor systemd unitFrancisco Redondo Marchena2014-11-271-0/+12
|
* Add rabbitmq-server configuration filesFrancisco Redondo Marchena2014-11-271-0/+23
|
* Fix rabbit user tokenFrancisco Redondo Marchena2014-11-271-1/+1
|
* FIXUPME: Setup rabbit after the network is upFrancisco Redondo Marchena2014-11-271-1/+1
|
* FIXUPME: Add rabbitmq-server systemd unit using notifyFrancisco Redondo Marchena2014-11-271-7/+2
|
* TO_FIX: Attempt to fix rabbitmq-server serviceFrancisco Redondo Marchena2014-11-272-7/+12
| | | | | | | | | | | | | | | | | | | | | | | 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
* 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 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: 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: 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: Fix typo to synchronize nova databaseFrancisco Redondo Marchena2014-11-271-1/+1
|
* Openstack services strata and configuration.Mark Doffman2014-11-2740-0/+8643
Add a stratum for openstack services that includes all the core openstack service code and daemons. Add configuration files for keystone, glance, nova and nova-compute. Add a system and cluster definition that builds an image that runs keystone, glance and nova.