summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move systemd units to /usr/lib/systemd/system as defined in systemd ↵baserock/franred/move-systemd-units-to-usr-libFrancisco Redondo Marchena2015-03-1641-47/+47
| | | | | | | documentation See http://www.freedesktop.org/software/systemd/man/systemd.unit.html for more information
* Update clusterPedro Alvarez2015-03-161-0/+1
|
* Add support in nova to configure virtualizaion typePedro Alvarez2015-03-163-2/+5
|
* Change suexec location in httpd-server.morphPedro Alvarez2015-03-141-1/+1
|
* Horizon to AnsiblePedro Alvarez2015-03-1410-131/+32
|
* Clean cluster!!Pedro Alvarez2015-03-121-24/+3
|
* Minimize cinder conf variablesPedro Alvarez2015-03-123-98/+17
|
* Minimize nova conf variablesPedro Alvarez2015-03-123-57/+27
|
* Minimize glance conf variablesPedro Alvarez2015-03-124-34/+14
|
* Minimize keystone conf variablesPedro Alvarez2015-03-123-30/+12
|
* cluster-fixupPedro Alvarez2015-03-121-4/+4
|
* Install postgres and rabbitmq in keystone.ymlPedro Alvarez2015-03-1215-213/+86
|
* /etc/hosts: don't resolve hostname as loopbackPedro Alvarez2015-03-121-1/+1
|
* Remove shellscape characters in cluster for keystonePedro Alvarez2015-03-121-3/+3
|
* change clusterPedro Alvarez2015-03-121-4/+4
|
* Delete file not neededPedro Alvarez2015-03-121-41/+0
|
* Add novncPedro Alvarez2015-03-122-0/+17
|
* Disable configuration extensions not needed for nowPedro Alvarez2015-03-121-2/+0
|
* Cinder setup to ansiblePedro Alvarez2015-03-1210-354/+177
|
* Nova migration to AnsiblePedro Alvarez2015-03-1219-571/+204
|
* Glance configuration in ansiblePedro Alvarez2015-03-1214-139/+164
|
* Keystone configuration to ansiblePedro Alvarez2015-03-1226-138/+3347
|
* Add openstack ansible modules to ansible.morphPedro Alvarez2015-03-092-0/+11
|
* Add ntpd to openstack systemPatrick Darley2015-03-051-0/+2
|
* Add xfs recognition to openstack bspPatrick Darley2015-03-051-0/+2
|
* Rename stratum to nfsPatrick Darley2015-03-051-1/+1
| | | | | Caused problems with nfs stratum not being built into the system. Thanks to Richard Ipsum for helping spot this.
* Collect statics for horizon and move install commands to the chunkFrancisco Redondo Marchena2015-03-055-29/+66
| | | | | | Collecting the static files (css, js, png, ...) for horizon, compressing them and storing them in a folder accessible by horizon, fixes the problem when some css are not found and improves loading and navigating the pages.
* Revert if needed: thrift with erlang and max-jobs=1Pedro Alvarez2015-03-051-9/+6
|
* Fix Redirect in HorizonZara Zaimeche2015-03-051-1/+3
|
* Fix apache-httpd and horizon setup because of the change of layoutFrancisco Redondo Marchena2015-03-052-4/+4
|
* Add Ansible to Openstack systemPedro Alvarez2015-03-051-0/+2
|
* Fix issues with ordering and enabling neutron-setup and neutron-serverFrancisco Redondo Marchena2015-03-052-1/+2
|
* Disable login requirement for sudo for cinder, nova and neutron usersFrancisco Redondo Marchena2015-03-053-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-03-051-1/+8
|
* Fix .blackhole location for HorizonFrancisco Redondo Marchena2015-03-051-1/+1
|
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-03-056-24/+21
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-03-055-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-03-051-0/+2
|
* SPLITME: Add all OpenstackFrancisco Redondo Marchena2015-03-05168-0/+18212
|
* Enable E1000E ethernet driver and external USB ethernet for OpenstackFrancisco Redondo Marchena2015-03-051-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-03-051-0/+98
|
* Enable ipset kernel configuration for Openstack bspFrancisco Redondo Marchena2015-03-051-0/+17
|
* Add iproute2 support to Openstack bspFrancisco Redondo Marchena2015-03-051-0/+3
|
* Add KVM kernel support for intel machines in Openstack bspFrancisco Redondo Marchena2015-03-051-0/+1
|
* Enable all the IP_NF kernel support in Openstack bspFrancisco Redondo Marchena2015-03-051-0/+13
|
* Enable virtual ethernet support in Openstack bspFrancisco Redondo Marchena2015-03-051-0/+1
|
* Add Openvswitch kernel support for Openstack bspFrancisco Redondo Marchena2015-03-051-0/+10
|
* Add ebtables configurations to openstack bspFrancisco Redondo Marchena2015-03-051-0/+4
| | | | This modules are needed for ebtables and netfilter.
* Add Network Block Device configuration support to openstack bspFrancisco Redondo Marchena2015-03-051-0/+1
|
* Create a x86_64 openstack bspFrancisco Redondo Marchena2015-03-052-0/+129
| | | | | At this point the x86_64 openstack bsp is the same as x86_64 generic bsp.