summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system
Commit message (Collapse)AuthorAgeFilesLines
* Fix issues in neutron and openvswitch servicesFrancisco Redondo Marchena2015-02-022-2/+2
|
* Force to recreate links and bridge up on rebootFrancisco Redondo Marchena2015-02-022-0/+2
|
* Remove wants and transform bridge and links services in one shotFrancisco Redondo Marchena2015-01-303-4/+2
|
* VERYWIP: not workin: Fix keystone error and other minor fixesFrancisco Redondo Marchena2015-01-307-4/+12
|
* WIP: Reorganize services - It is not workingFrancisco Redondo Marchena2015-01-2919-35/+20
|
* Try to fixup the previous commitPedro Alvarez2015-01-283-5/+5
|
* Recreate links on boot and set bridges to ethernet automaticallyFrancisco Redondo Marchena2015-01-285-6/+18
| | | | | openvswitch services need to run after network-online.target in order to have the ethernet device available and configured.
* Fix typo when openstack-neutron-dhcp-agent.service is calledFrancisco Redondo Marchena2015-01-271-1/+1
|
* Add log and config file to nova-conductor when runsFrancisco Redondo Marchena2015-01-271-1/+1
|
* Setup cinder, glance, nova and keystone to use postgres instead of sqliteFrancisco Redondo Marchena2015-01-222-4/+4
|
* Force nova-setup to run after libvirtd serviceFrancisco Redondo Marchena2015-01-221-1/+1
|
* WIP: Setup Horizon in apache and add the horizon-setup serviceFrancisco Redondo Marchena2015-01-222-2/+14
| | | | | | | | | | | | | | apache-horizon.conf: apache needs to load this file to know where django and horizon have their configuration files and where to put the static files created by horizon. local_settings.py: it is the dashboard django configuration. NOTE-1: django.wsgi has been patched because a bug, see openstack-horizon-setup for more information. WARNING: All the configuration and paths are hardcoded in the configuration files, this should be done more wisely in future patches.
* FIXUPME: use redhat directory tree layout by default for apacheFrancisco Redondo Marchena2015-01-221-4/+4
|
* Add apache-httpd-server serviceFrancisco Redondo Marchena2015-01-221-0/+16
|
* Add initial apache setupFrancisco Redondo Marchena2015-01-221-0/+12
|
* Configure neutron to use postgres instead of sqliteFrancisco Redondo Marchena2015-01-221-2/+2
| | | | | | | | Sqlite does not support some ALTER TABLE required on neutron-db-manage upgrade. Therefore sqlite is not a valid database to use for neutron. NOTE: juno requires to "upgrade" the database from icehouse because "stamp" the database directly to juno does not create all the tables required for using ml2 plugin
* Add databases stratum to system and add configuration and services for postgresFrancisco Redondo Marchena2015-01-222-0/+37
|
* Pass arguments to neutron-server in its serviceFrancisco Redondo Marchena2015-01-221-1/+4
|
* Fix name for openstack-neutro-l3-agent.serviceFrancisco Redondo Marchena2015-01-221-1/+1
|
* Strip openvswitch services and configuration from neutronFrancisco Redondo Marchena2015-01-229-5/+62
| | | | | | | Openvswitch should have its own setup and daemon services independent of neutron. NOTE: This fixes the errors when neutron uses openvswitch commands as root because openvswitch services are run as root.
* FIXUPME: Rename neutron-plugin-openvswitch-agent serviceFrancisco Redondo Marchena2015-01-221-0/+0
|
* Add neutron servicesFrancisco Redondo Marchena2015-01-227-0/+96
|
* FIXUPME: Add log files to cinder servicesFrancisco Redondo Marchena2015-01-224-4/+4
|
* 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
* Add nova-{cert,consoleauth,novncproxy,scheduler}.serviceFrancisco Redondo Marchena2015-01-224-0/+44
|
* Add nova-conductor systemd unitFrancisco Redondo Marchena2015-01-221-0/+12
|
* 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
|
* Openstack services strata and configuration.Mark Doffman2015-01-226-0/+72
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.