summaryrefslogtreecommitdiff
path: root/openstack/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add log and config file to nova-conductor when runsFrancisco Redondo Marchena2015-01-271-1/+1
|
* Update deprecated keystoneclient.middleware.auth token in glance-api-paste.iniFrancisco Redondo Marchena2015-01-261-1/+1
|
* Enable the interface in dhcp_agent.iniFrancisco Redondo Marchena2015-01-231-1/+1
|
* FIXME: Replace localhost by 127.0.0.1 due some errors in some machines - ↵Francisco Redondo Marchena2015-01-2310-20/+20
| | | | this should be temporary
* Enable bridge_mappings on ml2_conf pluginFrancisco Redondo Marchena2015-01-231-1/+1
|
* Setup cinder, glance, nova and keystone to use postgres instead of sqliteFrancisco Redondo Marchena2015-01-227-10/+9
|
* 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-224-2/+596
| | | | | | | | | | | | | | 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
|
* FIXUPME Fix nova_admin_tenant_id in neutron.confPedro Alvarez2015-01-221-1/+1
|
* Fix conductor configuration in nova.conf. (Only valid for one node)Pedro Alvarez2015-01-221-1/+2
|
* FIXUPME: Replace authentication parameters in glance and neutronFrancisco Redondo Marchena2015-01-223-10/+5
|
* Add initial apache setupFrancisco Redondo Marchena2015-01-221-0/+12
|
* Fix neutron configuration in nova confFrancisco Redondo Marchena2015-01-221-5/+5
|
* Fix authentication configuration on neutron confFrancisco Redondo Marchena2015-01-221-4/+6
|
* ON TEST: Enable GRE and flat and remove vlan support for ml2Francisco Redondo Marchena2015-01-221-6/+6
|
* Configure neutron to use postgres instead of sqliteFrancisco Redondo Marchena2015-01-222-3/+4
| | | | | | | | 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 neutron configuration on nova.confFrancisco Redondo Marchena2015-01-221-2/+2
|
* Fix name for openstack-neutro-l3-agent.serviceFrancisco Redondo Marchena2015-01-221-1/+1
|
* Add api-paste to neutron.confFrancisco Redondo Marchena2015-01-221-1/+1
|
* Enable driver and external networking on neutron/l3_agent.iniFrancisco Redondo Marchena2015-01-221-2/+2
|
* 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.
* Add missing neutron configuration filesFrancisco Redondo Marchena2015-01-223-0/+35
|
* FIXUPME: Rename neutron-plugin-openvswitch-agent serviceFrancisco Redondo Marchena2015-01-221-0/+0
|
* Fix ml2_conf for one nodeFrancisco Redondo Marchena2015-01-221-1/+1
|
* FIXUPME: Fix rabbit variable-strings in neutron confFrancisco Redondo Marchena2015-01-221-5/+5
|
* WIP: Add configuration to run neutron in one nodeFrancisco Redondo Marchena2015-01-221-1/+10
| | | | | | Configuration gotten from: https://fosskb.wordpress.com/2014/10/18/openstack-juno-on-ubuntu-14-10/ https://fosskb.wordpress.com/2014/06/10/managing-openstack-internaldataexternal-network-in-one-interface/
* 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
|