summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix typo when adding IP_NF_RAW config in the kernelFrancisco Redondo Marchena2015-02-111-1/+1
|
* FIXME: Replace localhost by 127.0.0.1 due some errors in some machines - ↵Francisco Redondo Marchena2015-02-1116-48/+48
| | | | this should be temporary
* Enable bridge_mappings on ml2_conf pluginFrancisco Redondo Marchena2015-02-111-1/+1
|
* Update openvswitch to v2.3.1 tagFrancisco Redondo Marchena2015-02-111-2/+2
|
* Add VXLAN support in kernel needed for openvswitchFrancisco Redondo Marchena2015-02-111-0/+1
|
* Enable all the IP_NF kernel supportFrancisco Redondo Marchena2015-02-111-0/+13
|
* Add kernel support for E1000E ethernet driver and external USB ethernetFrancisco Redondo Marchena2015-02-111-0/+3
|
* Replace NAT kernel driver nameFrancisco Redondo Marchena2015-02-111-1/+1
| | | | | Since 3.17 Linux Kernel the CONFIG_NF_NAT_IPV4 is being called CONFIG_IP_NF_NAT.
* Update glance, nova and cinder to 2014.2.1 tagFrancisco Redondo Marchena2015-02-111-6/+6
|
* Point some openstack service to the openstack repo in gboFrancisco Redondo Marchena2015-02-111-3/+3
|
* Point openvswitch to gbo repositoryFrancisco Redondo Marchena2015-02-111-1/+1
|
* Setup cinder, glance, nova and keystone to use postgres instead of sqliteFrancisco Redondo Marchena2015-02-1117-25/+120
|
* 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
|
* Create libvirt group and configure libvirtd.conf to allow R and W from its ↵Francisco Redondo Marchena2015-02-111-0/+8
| | | | sockets
* 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
|
* Update keystone to 2014.2.1 tagFrancisco Redondo Marchena2015-02-111-2/+2
|
* Add django and xstatic to the system required by horizonFrancisco Redondo Marchena2015-02-111-0/+4
|
* 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-113-9/+9
|
* FIXUPME: Replace quotes by double quotes in sed command in neutron-setup scriptFrancisco Redondo Marchena2015-02-111-1/+1
|
* FIXUPME Replace neutron configuration in nova.confPedro Alvarez2015-02-111-0/+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-114-2/+21
|
* Modify configuration options in apache looking at fedora package and modify ↵Francisco Redondo Marchena2015-02-111-6/+16
| | | | httpd.conf to load external modules
* Add configuration file to load mod_wsgi from apache and enable shared librariesFrancisco Redondo Marchena2015-02-111-0/+12
|
* Add pcre utils to the system - required by apache httpdFrancisco Redondo Marchena2015-02-111-0/+2
|
* Enable threads in aprFrancisco Redondo Marchena2015-02-111-0/+1
|
* 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: Add identity_uri field to keystone.configureFrancisco Redondo Marchena2015-02-111-0/+1
|
* FIXUPME: Replace authentication parameters in glance and neutronFrancisco Redondo Marchena2015-02-114-10/+6
|
* Add initial apache setupFrancisco Redondo Marchena2015-02-114-0/+77
|
* Add mod_wsgi to httpd-apache-server stratumFrancisco Redondo Marchena2015-02-113-2/+36
|
* Remove apache as a openstack-services build dependencyFrancisco Redondo Marchena2015-02-112-1/+3
|
* FIXUPME: Fix httpd-server chunkFrancisco Redondo Marchena2015-02-111-14/+8
| | | | | | | Changes made: - Enable so, all-modules and all modules shared - Remove user creation from system integration commands. - Add correct perl interpreter to apxs script.
* Add python-memcached to database stratum needed for HorizonFrancisco Redondo Marchena2015-02-111-1/+6
|
* Update thrift tag 0.9.2 sha1 because it changedFrancisco Redondo Marchena2015-02-111-1/+1
|
* Add apache stratum to openstack-services stratumFrancisco Redondo Marchena2015-02-111-0/+1
|
* Add apache httpd server stratumFrancisco Redondo Marchena2015-02-114-0/+91
|
* Move six to core and update it to 1.9.0Francisco Redondo Marchena2015-02-115-33/+10
|
* Add django stratum and Horizon to openstack-servicesFrancisco Redondo Marchena2015-02-111-0/+12
|
* Add xstatic stratum to openstack-services stratumFrancisco Redondo Marchena2015-02-111-0/+1
|
* Add xstatic stratum which is dependecy for horizonFrancisco Redondo Marchena2015-02-111-0/+101
| | | | | | | | | Xstatic is just a wrapper to install some packages from an static build using pip install python. This is against baserock foundations, so this stratum is just for testing that these are the packages required. After that we should try to add the correct packages and maybe patch horizon to not require the xstatic-* packages.
* WIP: Add django stratum and some django utilsFrancisco Redondo Marchena2015-02-111-0/+41
|
* Add saharaclient to openstack-clients-full stratumFrancisco Redondo Marchena2015-02-111-0/+7
|
* FIXUPME: Point barbicanclient to upstream repoFrancisco Redondo Marchena2015-02-111-1/+1
|
* Fix neutron configuration in nova confFrancisco Redondo Marchena2015-02-111-5/+5
|
* Fix authentication configuration on neutron confFrancisco Redondo Marchena2015-02-111-4/+6
|