summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated to latest pytz. now using .tarbaserock/franred/openstack-v2-pytzMike Smith2015-02-235-13/+13
|
* Add Ansible to Openstack systembaserock/franred/openstack-v2Pedro Alvarez2015-02-171-0/+2
|
* Fix issues with ordering and enabling neutron-setup and neutron-serverFrancisco Redondo Marchena2015-02-172-1/+2
|
* Disable login requirement for sudo for cinder, nova and neutron usersFrancisco Redondo Marchena2015-02-173-0/+6
| | | | | | Requiredtty is dissable by default but just in case we enable it in the future for the rest of the users, cinder, nova and neutron needs login disable to run commands being superuser.
* Rabbitmq-server was installing things in /usr, remove themPedro Alvarez2015-02-171-1/+8
|
* Fix .blackhole location for HorizonFrancisco Redondo Marchena2015-02-161-1/+1
|
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-02-166-24/+21
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-02-165-24/+29
| | | | | | Installing rootwrap filters from their repositories will make easy to deal with updates. Also move neutron rootwrap filters to the right location without duplication.
* Add nfs to openstack-server systemFrancisco Redondo Marchena2015-02-161-0/+2
|
* Update libevent software to the latest version necessary for running with ↵Patrick Darley2015-02-161-2/+2
| | | | memcached 1.4.22
* Fix image path for working in masonsFrancisco Redondo Marchena2015-02-111-1/+1
|
* Update qemu to 2.2.0 for compiling with latest gccFrancisco Redondo Marchena2015-02-111-2/+3
|
* Add devtools to openstack-serverFrancisco Redondo Marchena2015-02-111-0/+2
|
* Fix TIME_ZONE in django settings for horizonFrancisco Redondo Marchena2015-02-111-2/+1
|
* Update memcached and add configure commands to build without autogen.shFrancisco Redondo Marchena2015-02-112-2/+11
|
* Add lvm stratum to openstackFrancisco Redondo Marchena2015-02-111-0/+2
|
* Remove pip and pbr and add dependency on python-core strataFrancisco Redondo Marchena2015-02-111-15/+2
|
* Move six to python coreFrancisco Redondo Marchena2015-02-117-6/+13
| | | | Add python-core to all the systems/strata which depend on six.
* Remove apr-util because it is merged in apr in the latest trunkFrancisco Redondo Marchena2015-02-113-20/+5
| | | | | Update to the latest apr which contains apr-utils inside. Add a comment to httpd post-install commands.
* Add dependency for XT_MATCH_PHYSDEVFrancisco Redondo Marchena2015-02-111-0/+1
|
* Add all the kernel configuration needed for NetfilterPedro Alvarez2015-02-111-0/+97
|
* Enable all IP_SET configuration in the kernelFrancisco Redondo Marchena2015-02-111-0/+15
|
* 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-1115-37/+40
|
* Revert the change from localhost to 127.0.0.1 done in a previous commitFrancisco Redondo Marchena2015-02-116-29/+29
|
* Add ipset frameworkFrancisco Redondo Marchena2015-02-112-0/+18
|
* Add xt_set kernel supportFrancisco Redondo Marchena2015-02-111-0/+2
|
* REVIEW THIS: iproute2 support nice to have in the kernelFrancisco Redondo Marchena2015-02-111-0/+3
|
* 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-118-5/+12
|
* WIP: Reorganize services - It is not workingFrancisco Redondo Marchena2015-02-1122-51/+38
|
* Link all the neutron and openvswitch servicesFrancisco Redondo Marchena2015-02-112-15/+26
|
* Create veth links on network configuration and will work alwaysFrancisco Redondo Marchena2015-02-112-2/+3
|
* Try to fixup the previous commitPedro Alvarez2015-02-114-5/+8
|
* 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.
* Add support for KVM in intel machinesFrancisco Redondo Marchena2015-02-111-0/+1
|
* Fix neutron, nova and glance configurationFrancisco Redondo Marchena2015-02-1117-44/+62
|
* 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 openvswitch to master to remove some warningsFrancisco Redondo Marchena2015-02-111-2/+2
|
* Update deprecated keystoneclient.middleware.auth token in glance-api-paste.iniFrancisco Redondo Marchena2015-02-111-1/+1
|
* Update linux 3.18 with a fix for openvswitchFrancisco Redondo Marchena2015-02-111-2/+2
|
* Enable ssl in openvswitch on configuration timeFrancisco Redondo Marchena2015-02-111-1/+1
|
* Enable the interface in dhcp_agent.iniFrancisco Redondo Marchena2015-02-111-1/+1
|