summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Try to enable token for admin userbaserock/pedroalvarez/openstack-ansible-v3Pedro Alvarez2015-03-091-3/+3
|
* keystone.yml don't set default KEYSONE_INSTERNAL_URLPedro Alvarez2015-03-091-1/+1
|
* /etc/hosts: don't resolve hostname as loopbackPedro Alvarez2015-03-091-1/+1
|
* Remove shellscape characters in cluster for keystonePedro Alvarez2015-03-091-3/+3
|
* python-common in OpenstackPedro Alvarez2015-03-021-0/+2
|
* Fixes??Pedro Alvarez2015-03-023-7/+3
|
* change clusterPedro Alvarez2015-03-021-4/+4
|
* Delete file not neededPedro Alvarez2015-03-021-41/+0
|
* Add novncPedro Alvarez2015-03-022-0/+17
|
* Make openstack-services depend on python-corePedro Alvarez2015-03-021-42/+2
|
* Disable configuration extensions not needed for nowPedro Alvarez2015-03-021-2/+0
|
* Cinder setup to ansiblePedro Alvarez2015-03-0210-354/+177
|
* Nova migration to AnsiblePedro Alvarez2015-03-0219-571/+204
|
* Glance configuration in ansiblePedro Alvarez2015-03-0214-139/+162
|
* Keystone configuration to ansiblePedro Alvarez2015-03-0226-135/+3339
|
* Add openstack ansible modules to ansible.morphPedro Alvarez2015-03-022-0/+11
|
* Move Ansible dependencies to python-common.morphPedro Alvarez2015-03-0211-33/+55
| | | | | This dependencies are needed for some Openstack components, and this will avoid duplication once this work is done.
* Upgrade Ansible to v1.8.4 and dependenciesPedro Alvarez2015-03-022-10/+27
|
* Revert if needed: thrift with erlang and max-jobs=1Pedro Alvarez2015-02-281-9/+6
|
* Fix cryptography chunk morphology to openstack-commonbaserock/franred/minor-fixes-in-python-packagesFrancisco Redondo Marchena2015-02-272-1/+1
|
* Remove python-request from openstack-common because is in python-coreFrancisco Redondo Marchena2015-02-271-5/+0
|
* Disable ulog in ebtables, not supported in linux-api-headersPedro Alvarez2015-02-261-0/+2
| | | | | | This is the relevant change: http://git.baserock.org/cgi-bin/cgit.cgi/delta/linux.git/commit/?id=d4da843e6fad4f278fe82b075d8e394cff05c95c
* Update pytz to point to pytz-2014.10 tarballMike Smith2015-02-261-6/+3
| | | | | | Using the pytz bazaar repository makes pytz to fail due lack of dependencies. Using this tarball makes pytz to work and defo fixes the error in Horizon.
* Fix Redirect in HorizonZara Zaimeche2015-02-261-1/+3
|
* Fix apache-httpd and horizon setup because of the change of layoutFrancisco Redondo Marchena2015-02-262-4/+4
|
* Add Ansible to Openstack systemPedro Alvarez2015-02-261-0/+2
|
* Fix issues with ordering and enabling neutron-setup and neutron-serverFrancisco Redondo Marchena2015-02-262-1/+2
|
* Disable login requirement for sudo for cinder, nova and neutron usersFrancisco Redondo Marchena2015-02-263-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-261-1/+8
|
* Fix .blackhole location for HorizonFrancisco Redondo Marchena2015-02-261-1/+1
|
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-02-266-24/+21
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-02-265-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-261-0/+2
|
* SPLITME: Add all OpenstackFrancisco Redondo Marchena2015-02-26174-0/+18534
|
* Enable E1000E ethernet driver and external USB ethernet for OpenstackFrancisco Redondo Marchena2015-02-261-0/+3
| | | | | NOTE: This is done for testing purposes - it is not an Openstack requirement and can be dropped.
* Add netfilter configuration in Openstack bspFrancisco Redondo Marchena2015-02-261-0/+98
|
* Enable ipset kernel configuration for Openstack bspFrancisco Redondo Marchena2015-02-261-0/+17
|
* Add iproute2 support to Openstack bspFrancisco Redondo Marchena2015-02-261-0/+3
|
* Add KVM kernel support for intel machines in Openstack bspFrancisco Redondo Marchena2015-02-261-0/+1
|
* Enable all the IP_NF kernel support in Openstack bspFrancisco Redondo Marchena2015-02-261-0/+13
|
* Enable virtual ethernet support in Openstack bspFrancisco Redondo Marchena2015-02-261-0/+1
|
* Add Openvswitch kernel support for Openstack bspFrancisco Redondo Marchena2015-02-261-0/+10
|
* Add ebtables configurations to openstack bspFrancisco Redondo Marchena2015-02-261-0/+4
| | | | This modules are needed for ebtables and netfilter.
* Add Network Block Device configuration support to openstack bspFrancisco Redondo Marchena2015-02-261-0/+1
|
* Create a x86_64 openstack bspFrancisco Redondo Marchena2015-02-262-0/+129
| | | | | At this point the x86_64 openstack bsp is the same as x86_64 generic bsp.
* Rename NAT kernel configuration itemFrancisco Redondo Marchena2015-02-261-1/+1
| | | | | Replace CONFIG_NF_NAT_IPV4 by CONFIG_IP_NF_NAT which is the name for this item since the 3.17 kernel is available.
* Merge branch 'sam/python-core-fixes'Sam Thursfield2015-02-264-0/+4
|\ | | | | | | | | | | Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * xstatic needs python-corePedro Alvarez2015-02-261-0/+1
| |
| * Python-core needed in apache-httpd for mod_wsgi-metricsPedro Alvarez2015-02-261-0/+1
| |
| * Python-core is needed in databases to build python-memcachedPedro Alvarez2015-02-261-0/+1
| |