summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* load swift vars from swift-vars.yml and reaname swift_passRichard Ipsum2015-03-021-7/+3
|
* Fix, remove SWIFT_ADMIN_USER and create swift-vars.ymlRichard Ipsum2015-03-021-1/+14
| | | | SWIFT_ADMIN_USER just seems like clutter to me
* Add SWIFT_*_URL vars to clusterRichard Ipsum2015-03-021-0/+3
|
* Create swift user and chown /etc/swiftRichard Ipsum2015-03-011-1/+4
| | | | (also set remote_user to root)
* swift.yml -> swift-controller.ymlRichard Ipsum2015-03-012-1/+1
|
* Add object-server.confRichard Ipsum2015-03-012-0/+285
|
* Add container-server.confRichard Ipsum2015-03-012-0/+205
|
* Add account-server.confRichard Ipsum2015-03-012-0/+194
|
* Add MANAGEMENT_INTERFACE_IP_ADDRESS variableRichard Ipsum2015-03-012-0/+6
| | | | | | | | | Ideally this would be inferred from the network information provided in the cluster, but at the moment the means to do that aren't available so we're forced to have the deployer provide this address. Note that this address is the ip for *this* node (the node we are deploying) that sits on the management network.
* Add openstack and openstack-swift to os systembaserock/richardipsum/openstack-hosts-confRichard Ipsum2015-03-011-0/+2
|
* Add openstack-swift-setup systemd unitRichard Ipsum2015-03-011-0/+11
|
* Add openstack-swift.configureRichard Ipsum2015-03-011-0/+31
|
* proxy-server.conf needs stack_idRichard Ipsum2015-03-011-1/+1
|
* Add ip map stuff to cluster morphRichard Ipsum2015-03-011-0/+5
|
* Add openstack.configureRichard Ipsum2015-03-012-2/+78
|
* things we'll needRichard Ipsum2015-02-271-4/+5
|
* Add the beginnings of our swift ansible scriptRichard Ipsum2015-02-272-0/+33
| | | | | Note, the remote_user needs updating and we need be loading those vars from a file
* Add swift.confRichard Ipsum2015-02-262-0/+119
|
* Add swift proxy-server confRichard Ipsum2015-02-262-0/+631
|
* Update pytz to point to pytz-2014.10 tarballMike Smith2015-02-241-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.
* Merge branch 'zara/fix-redirect-in-horizon' into baserock/franred/openstack-v3Francisco Redondo Marchena2015-02-201-1/+3
|\ | | | | | | Reviewed-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
| * Fix Redirect in HorizonZara Zaimeche2015-02-201-1/+3
|/
* Fix apache-httpd and horizon setup because of the change of layoutFrancisco Redondo Marchena2015-02-202-4/+4
|
* Add Ansible to Openstack systemPedro Alvarez2015-02-201-0/+2
|
* Fix issues with ordering and enabling neutron-setup and neutron-serverFrancisco Redondo Marchena2015-02-202-1/+2
|
* Disable login requirement for sudo for cinder, nova and neutron usersFrancisco Redondo Marchena2015-02-203-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-201-1/+8
|
* Fix .blackhole location for HorizonFrancisco Redondo Marchena2015-02-201-1/+1
|
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-02-206-24/+21
|
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-02-205-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-201-0/+2
|
* SPLITME: Add all OpenstackFrancisco Redondo Marchena2015-02-20174-0/+18534
|
* Enable E1000E ethernet driver and external USB ethernet for OpenstackFrancisco Redondo Marchena2015-02-201-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-201-0/+98
|
* Enable ipset kernel configuration for Openstack bspFrancisco Redondo Marchena2015-02-201-0/+17
|
* Add iproute2 support to Openstack bspFrancisco Redondo Marchena2015-02-201-0/+3
|
* Add KVM kernel support for intel machines in Openstack bspFrancisco Redondo Marchena2015-02-201-0/+1
|
* Enable all the IP_NF kernel support in Openstack bspFrancisco Redondo Marchena2015-02-201-0/+13
|
* Enable virtual ethernet support in Openstack bspFrancisco Redondo Marchena2015-02-201-0/+1
|
* Add Openvswitch kernel support for Openstack bspFrancisco Redondo Marchena2015-02-201-0/+10
|
* Add ebtables configurations to openstack bspFrancisco Redondo Marchena2015-02-201-0/+4
| | | | This modules are needed for ebtables and netfilter.
* Add Network Block Device configuration support to openstack bspFrancisco Redondo Marchena2015-02-201-0/+1
|
* Create a x86_64 openstack bspFrancisco Redondo Marchena2015-02-202-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-201-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 'baserock/franred/disable-werror-when-compiling-libvirt'Francisco Redondo Marchena2015-02-201-1/+1
|\ | | | | | | | | Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
| * Disable warnings as errors in libvirtbaserock/franred/disable-werror-when-compiling-libvirtFrancisco Redondo Marchena2015-02-191-1/+1
|/ | | | | | | | | | | | | | | | | | | This patch disable the libvirt's treatment of warning as errors, solving the following error when compiling: node_device/node_device_udev.c: In function 'nodeStateInitialize': node_device/node_device_udev.c:1789:5: error: 'udev_set_log_fn' is deprecated (declared at /usr/include/libudev.h:41) [-Werror=deprecated-declarations] udev_set_log_fn(udev, (udevLogFunctionPtr) udevLogFunction); ^ CC nwfilter/libvirt_driver_nwfilter_impl_la-nwfilter_dhcpsnoop.lo cc1: all warnings being treated as errors Makefile:8224: recipe for target 'node_device/libvirt_driver_nodedev_la-node_device_udev.lo' failed make[3]: *** [node_device/libvirt_driver_nodedev_la-node_device_udev.lo] Error 1
* Merge branch 'baserock/franred/add-apache-httpd-stratum-v3'baserock/sam/15.08-releaseFrancisco Redondo Marchena2015-02-194-0/+147
|\ | | | | | | | | Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-by: Richard Maw <richard.maw@codethink.co.uk>
| * Add apache httpd server and mod_wsgi modulebaserock/franred/add-apache-httpd-stratum-v3Francisco Redondo Marchena2015-02-194-0/+147
|/ | | | | | | | | Add apache-httpd server and mod_wsgi which is a module to host any python application with python wsgi inteface. NOTE: apache-httpd server need to configure an user and group to run this can not be configured in this patch because some bug when changing owners of files and directories in system-integration commands. See more information on httpd-server.morph chunk
* Merge branch 'baserock/jjardon/sed_fixes'Javier Jardón2015-02-182-1/+3
|\ | | | | | | | | This fixes the broken build starting in commit 35e72ecf8935d92b73af2438f9ac2f8c83e52fc5
| * coreutils-common/diff.morph: workaround to not depend on rsyncbaserock/jjardon/sed_fixesJavier Jardón2015-02-181-0/+1
| |