summaryrefslogtreecommitdiff
path: root/openstack/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add some configuration to neutron conf to run in one nodeFrancisco Redondo Marchena2015-01-221-26/+31
|
* Add neutron servicesFrancisco Redondo Marchena2015-01-227-0/+96
|
* Add neutron pluginsFrancisco Redondo Marchena2015-01-2232-0/+1722
|
* WIP: Add neutron configuration filesFrancisco Redondo Marchena2015-01-2220-0/+1384
|
* FIXUPME: Add log files to cinder servicesFrancisco Redondo Marchena2015-01-224-4/+4
|
* Add iptables filters for cinderFrancisco Redondo Marchena2015-01-221-0/+157
|
* Add authentication version to cinderFrancisco Redondo Marchena2015-01-221-1/+1
|
* FIXUPME: Enable minimal configuration for Cinder in one hostFrancisco Redondo Marchena2015-01-221-25/+26
|
* Add cinder servicesFrancisco Redondo Marchena2015-01-225-0/+56
| | | | | | | | | | This commit add: - Cinder services - Cinder setup script and service - Cinder integration script (config file) - Cinder files in the manifest - Cinder string on the cluster - Move nova region to regionOne (default value) rather than LON
* FIXUPME: Add cinder default configuration filesFrancisco Redondo Marchena2015-01-224-0/+2935
|
* REVIEWEME: add scheduler default filtersFrancisco Redondo Marchena2015-01-221-0/+1
|
* FIXUPME: temporary nova configurationFrancisco Redondo Marchena2015-01-221-16/+32
|
* REVIEWME: Replace kvm virtualization by qemuFrancisco Redondo Marchena2015-01-221-1/+1
| | | | | | | | | The actual test is done in a VM in a host which does not accept other kind of virtualization. In the future this patch should be reverted or not applied on rebase if the virtualization required is KVM or modified if the virtualization is any other. Qemu is only configured for test purposes.
* Add nova-{cert,consoleauth,novncproxy,scheduler}.serviceFrancisco Redondo Marchena2015-01-224-0/+44
|
* WIP: Add more configuration to use the libvirt driverFrancisco Redondo Marchena2015-01-221-1/+10
|
* WIP: Configure vncserver and novncproxy for nova controllerFrancisco Redondo Marchena2015-01-221-3/+3
|
* WIP: Add keystone uri to nova configurationFrancisco Redondo Marchena2015-01-221-0/+1
|
* WIP: Configure nova to tell libvirt to use qemu for testing purposesFrancisco Redondo Marchena2015-01-221-0/+6
|
* WIP: add tokens to keystone configuration in nova confFrancisco Redondo Marchena2015-01-221-4/+4
|
* Add nova-conductor systemd unitFrancisco Redondo Marchena2015-01-221-0/+12
|
* Fix rabbit user tokenFrancisco Redondo Marchena2015-01-221-1/+1
|
* FIXUPME: Setup rabbit after the network is upFrancisco Redondo Marchena2015-01-221-1/+1
|
* FIXUPME: Add rabbitmq-server systemd unit using notifyFrancisco Redondo Marchena2015-01-221-7/+2
|
* TO_FIX: Attempt to fix rabbitmq-server serviceFrancisco Redondo Marchena2015-01-221-3/+11
| | | | | | | | | | | | | | | | | | | | | | | 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: Add rabbitmq-server serviceFrancisco Redondo Marchena2015-01-221-0/+13
|
* WIP: Add rabbitmq setup serviceFrancisco Redondo Marchena2015-01-221-0/+12
|
* WIP: add nova-compute serviceFrancisco Redondo Marchena2015-01-221-0/+12
|
* WIP: Add nova-api serviceFrancisco Redondo Marchena2015-01-221-0/+11
|
* WIP:Add nova-conpute confFrancisco Redondo Marchena2015-01-221-0/+4
|
* WIP: Enable rabbitmq in novaFrancisco Redondo Marchena2015-01-221-5/+5
|
* WIP: Enable rabbitmq in keystoneFrancisco Redondo Marchena2015-01-221-7/+7
|
* WIP: Add flavor keystone to glance-registryFrancisco Redondo Marchena2015-01-221-1/+1
|
* WIP: Add flavor keystone to glance apiFrancisco Redondo Marchena2015-01-221-1/+1
|
* WIP: Configure database connection for glance-registry serviceFrancisco Redondo Marchena2015-01-221-0/+1
|
* WIP: Enable the compute, admin and public listen ports for keystoneFrancisco Redondo Marchena2015-01-221-3/+3
|
* Openstack services strata and configuration.Mark Doffman2015-01-2235-0/+8359
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.