summaryrefslogtreecommitdiff
path: root/clusters/openstack-cluster.morph
Commit message (Collapse)AuthorAgeFilesLines
* Setup cinder, glance, nova and keystone to use postgres instead of sqliteFrancisco Redondo Marchena2015-01-221-0/+8
|
* FIXUPME: Replace authentication parameters in glance and neutronFrancisco Redondo Marchena2015-01-221-0/+1
|
* Fix neutron URLsFrancisco Redondo Marchena2015-01-221-3/+3
|
* Configure neutron to use postgres instead of sqliteFrancisco Redondo Marchena2015-01-221-0/+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
* FIXME: Deploy in raw image rather than KVMFrancisco Redondo Marchena2015-01-221-3/+5
|
* Add Neutron variables used in deployment timeFrancisco Redondo Marchena2015-01-221-0/+5
|
* FIXUPME: Add authentication port to clusterFrancisco Redondo Marchena2015-01-221-0/+1
|
* Add cinder servicesFrancisco Redondo Marchena2015-01-221-1/+10
| | | | | | | | | | 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
* WIP: Configure vncserver and novncproxy for nova controllerFrancisco Redondo Marchena2015-01-221-0/+1
|
* Fix nova configuration adding ip address for novaFrancisco Redondo Marchena2015-01-221-1/+1
| | | | | | | Nova is expecting its ipaddress is configured as an ipaddress and not a name, i.e. it is expecting 127.0.0.1 and it will fail with localhost. See my_ip field in /etc/nova/nova.conf
* Change rabbit userFrancisco Redondo Marchena2015-01-221-1/+1
|
* REMOVEME: Deploy images into refineryFrancisco Redondo Marchena2015-01-221-4/+8
|
* WIP: Remove duplicated variableFrancisco Redondo Marchena2015-01-221-1/+0
|
* WIP-SQUEEZEME: Change directory output and size for the deployed imageFrancisco Redondo Marchena2015-01-221-2/+2
|
* REMOVEME: Change location of the deployment imageFrancisco Redondo Marchena2015-01-221-1/+1
|
* Fix nova cluster configurationFrancisco Redondo Marchena2015-01-221-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.
* Openstack services strata and configuration.Mark Doffman2015-01-221-0/+32
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.