summaryrefslogtreecommitdiff
path: root/openstack/manifest
Commit message (Collapse)AuthorAgeFilesLines
* Setup cinder, glance, nova and keystone to use postgres instead of sqliteFrancisco Redondo Marchena2015-01-221-1/+0
|
* WIP: Setup Horizon in apache and add the horizon-setup serviceFrancisco Redondo Marchena2015-01-221-0/+7
| | | | | | | | | | | | | | 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.
* Add apache-httpd-server serviceFrancisco Redondo Marchena2015-01-221-0/+1
|
* Add initial apache setupFrancisco Redondo Marchena2015-01-221-0/+2
|
* Add databases stratum to system and add configuration and services for postgresFrancisco Redondo Marchena2015-01-221-0/+3
|
* Strip openvswitch services and configuration from neutronFrancisco Redondo Marchena2015-01-221-0/+7
| | | | | | | 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.
* Add missing neutron configuration filesFrancisco Redondo Marchena2015-01-221-0/+3
|
* FIXUPME: Rename neutron-plugin-openvswitch-agent serviceFrancisco Redondo Marchena2015-01-221-1/+1
|
* FIXUPME: Add neutron home to the manifestFrancisco Redondo Marchena2015-01-221-0/+1
|
* Fix neutron service nameFrancisco Redondo Marchena2015-01-221-1/+1
|
* Add neutron servicesFrancisco Redondo Marchena2015-01-221-0/+8
|
* Add neutron pluginsFrancisco Redondo Marchena2015-01-221-0/+54
|
* WIP: Add neutron configuration filesFrancisco Redondo Marchena2015-01-221-0/+22
|
* Add iptables filters for cinderFrancisco Redondo Marchena2015-01-221-0/+2
|
* FIXUPME: Fix manifest including the cinder conf and api-pasteFrancisco Redondo Marchena2015-01-221-2/+2
|
* Add cinder servicesFrancisco Redondo Marchena2015-01-221-0/+12
| | | | | | | | | | 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-221-0/+4
|
* Add nova-conductor service to the manifestFrancisco Redondo Marchena2015-01-221-0/+1
|
* WIP: Actualize openstack/manifest adding nova and rabbitmq filesFrancisco Redondo Marchena2015-01-221-2/+7
|
* WIP: Add schema-image.json file to the manifest, this is needed in glanceFrancisco Redondo Marchena2015-01-221-0/+1
|
* Openstack services strata and configuration.Mark Doffman2015-01-221-0/+51
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.