summaryrefslogtreecommitdiff
path: root/openstack
Commit message (Collapse)AuthorAgeFilesLines
* Use identity_uri instead of auth_uri which was deprecatedFrancisco Redondo Marchena2015-02-111-1/+1
|
* Disable spiceFrancisco Redondo Marchena2015-02-111-3/+4
|
* WIP: Add hostname to /etc/hosts and point the services to this hostFrancisco Redondo Marchena2015-02-1114-13/+16
|
* Revert the change from localhost to 127.0.0.1 done in a previous commitFrancisco Redondo Marchena2015-02-116-29/+29
|
* Fix issues in neutron and openvswitch servicesFrancisco Redondo Marchena2015-02-112-2/+2
|
* Force to recreate links and bridge up on rebootFrancisco Redondo Marchena2015-02-112-0/+2
|
* Return explicitly successFrancisco Redondo Marchena2015-02-111-0/+2
|
* Remove the manual enable of the neutron services this is done now in ↵Francisco Redondo Marchena2015-02-111-29/+7
| | | | deployment time
* Enable isolated metadataFrancisco Redondo Marchena2015-02-111-1/+1
|
* Remove wants and transform bridge and links services in one shotFrancisco Redondo Marchena2015-02-113-4/+2
|
* VERYWIP: not workin: Fix keystone error and other minor fixesFrancisco Redondo Marchena2015-02-117-4/+12
|
* WIP: Reorganize services - It is not workingFrancisco Redondo Marchena2015-02-1120-36/+21
|
* Create veth links on network configuration and will work alwaysFrancisco Redondo Marchena2015-02-112-2/+3
|
* Try to fixup the previous commitPedro Alvarez2015-02-113-5/+5
|
* Recreate links on boot and set bridges to ethernet automaticallyFrancisco Redondo Marchena2015-02-118-10/+60
| | | | | openvswitch services need to run after network-online.target in order to have the ethernet device available and configured.
* Fix neutron, nova and glance configurationFrancisco Redondo Marchena2015-02-1112-41/+53
|
* Fix typo when openstack-neutron-dhcp-agent.service is calledFrancisco Redondo Marchena2015-02-111-1/+1
|
* Add log and config file to nova-conductor when runsFrancisco Redondo Marchena2015-02-111-1/+1
|
* Update deprecated keystoneclient.middleware.auth token in glance-api-paste.iniFrancisco Redondo Marchena2015-02-111-1/+1
|
* Enable the interface in dhcp_agent.iniFrancisco Redondo Marchena2015-02-111-1/+1
|
* FIXME: Replace localhost by 127.0.0.1 due some errors in some machines - ↵Francisco Redondo Marchena2015-02-1115-25/+25
| | | | this should be temporary
* Enable bridge_mappings on ml2_conf pluginFrancisco Redondo Marchena2015-02-111-1/+1
|
* Setup cinder, glance, nova and keystone to use postgres instead of sqliteFrancisco Redondo Marchena2015-02-1112-24/+102
|
* Force nova-setup to run after libvirtd serviceFrancisco Redondo Marchena2015-02-111-1/+1
|
* Add nova to the libvirt groupFrancisco Redondo Marchena2015-02-111-4/+2
|
* WIP: Setup Horizon in apache and add the horizon-setup serviceFrancisco Redondo Marchena2015-02-116-2/+666
| | | | | | | | | | | | | | 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: Remove invalid documentationFrancisco Redondo Marchena2015-02-111-4/+1
|
* FIXUPME: Add workaround to avoid failure on reboot of some setup servicesFrancisco Redondo Marchena2015-02-113-2/+26
|
* FIXUPME: use redhat directory tree layout by default for apacheFrancisco Redondo Marchena2015-02-112-9/+8
|
* FIXUPME: Replace quotes by double quotes in sed command in neutron-setup scriptFrancisco Redondo Marchena2015-02-111-1/+1
|
* REMOVEME: workaround to exit of the httpd setup service when has been called ↵Francisco Redondo Marchena2015-02-111-0/+9
| | | | before
* Add apache-httpd-server serviceFrancisco Redondo Marchena2015-02-113-0/+19
|
* FIXUPME Fix nova_admin_tenant_id in neutron.confPedro Alvarez2015-02-112-1/+5
|
* Fix conductor configuration in nova.conf. (Only valid for one node)Pedro Alvarez2015-02-111-1/+2
|
* FIXUPME: Replace authentication parameters in glance and neutronFrancisco Redondo Marchena2015-02-113-10/+5
|
* Add initial apache setupFrancisco Redondo Marchena2015-02-113-0/+54
|
* Fix neutron configuration in nova confFrancisco Redondo Marchena2015-02-111-5/+5
|
* Fix authentication configuration on neutron confFrancisco Redondo Marchena2015-02-111-4/+6
|
* FIXUPME: Fix neutron description for keystone service-create and add regionFrancisco Redondo Marchena2015-02-111-2/+3
|
* ON TEST: Enable GRE and flat and remove vlan support for ml2Francisco Redondo Marchena2015-02-111-6/+6
|
* Configure neutron to use postgres instead of sqliteFrancisco Redondo Marchena2015-02-113-12/+28
| | | | | | | | 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-02-114-0/+75
|
* Pass arguments to neutron-server in its serviceFrancisco Redondo Marchena2015-02-111-1/+4
|
* Fix neutron configuration on nova.confFrancisco Redondo Marchena2015-02-111-2/+2
|
* Fix name for openstack-neutro-l3-agent.serviceFrancisco Redondo Marchena2015-02-111-1/+1
|
* Remove unnecessary openstack-neutron-server scriptFrancisco Redondo Marchena2015-02-111-29/+0
|
* Add api-paste to neutron.confFrancisco Redondo Marchena2015-02-111-1/+1
|
* Enable driver and external networking on neutron/l3_agent.iniFrancisco Redondo Marchena2015-02-111-2/+2
|
* Strip openvswitch services and configuration from neutronFrancisco Redondo Marchena2015-02-1113-55/+147
| | | | | | | 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-02-114-0/+38
|