summaryrefslogtreecommitdiff
path: root/openstack/manifest
Commit message (Collapse)AuthorAgeFilesLines
* install files in manifestPedro Alvarez2015-04-071-0/+2
|
* neutron: Update manifestPedro Alvarez2015-04-021-69/+70
|
* openvswitch: Update manifestPedro Alvarez2015-04-021-2/+1
|
* nova: Update manifestPedro Alvarez2015-04-021-8/+8
|
* Move systemd units to /usr/lib/systemd/system as defined in systemd ↵Francisco Redondo Marchena2015-04-021-35/+34
| | | | | | | documentation See http://www.freedesktop.org/software/systemd/man/systemd.unit.html for more information
* horizon: Update manifestPedro Alvarez2015-04-021-3/+1
|
* cinder: Update manifestPedro Alvarez2015-04-021-5/+5
|
* glance: Update manifestPedro Alvarez2015-04-021-11/+11
|
* keystone: Update manifestPedro Alvarez2015-04-011-12/+14
|
* Do not configure /etc/hosts to stop resolving hostname as 127.0.0.1Pedro Alvarez2015-03-311-1/+0
|
* Enable nova serial consoleRichard Maw2015-03-231-0/+1
| | | | | | This enables serial console access to local nodes from the host machine by running `novaconsole $VM_NAME` after it has been installed by running pip install git+http://github.com/larsks/novaconsole.git
* Move patch link creation into openvswitchRichard Maw2015-03-231-2/+0
| | | | | | | | | | This is required for Open vSwitch to be able to signal that every network interface required has been configured. It also means we no longer need to set the links to promiscuous mode ourselves, since interfaces need to be set in promiscuous mode to allow bridging to work and Open vSwitch handles this responsibility if it is configured to be the one to do the link setup.
* Collect statics for horizon and move install commands to the chunkFrancisco Redondo Marchena2015-03-231-1/+0
| | | | | | 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.
* Install rootwrap filters on post-install timeFrancisco Redondo Marchena2015-03-231-24/+0
| | | | | | Installing rootwrap filters from their repositories will make easy to deal with updates. Also move neutron rootwrap filters to the right location without duplication.
* WIP: Add OpenStack initial configurationRichard Maw2015-03-231-0/+187
TODO: Split this out into: 1. initial config (openstack/etc) default values 2+. as many individual changes to initial config as possible to extract, including support scripts and configuration extensions