summaryrefslogtreecommitdiff
path: root/openstack-neutron.configure
Commit message (Collapse)AuthorAgeFilesLines
* neutron: Move setup scripts to AnsiblePedro Alvarez2015-04-101-36/+74
| | | | Also change systemd units and configure extension to match this change
* Move systemd units to /usr/lib/systemd/system as defined in systemd ↵Francisco Redondo Marchena2015-04-101-1/+1
| | | | | | | documentation See http://www.freedesktop.org/software/systemd/man/systemd.unit.html for more information
* neutron.configure: Ensure /var/run is a symlink to /runRichard Maw2015-04-101-0/+9
| | | | | | | | | If /var/run is a directory that is not emptied every boot, then it will contain references to stale network namespaces, which do not work when neutron tries to create networks. If it is flushed appropriately then neutron will create the namespaces when it needs to.
* Move patch link creation into openvswitchRichard Maw2015-04-101-1/+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.
* Add sudoers files for cinder, nova and neutron on post-install timeFrancisco Redondo Marchena2015-04-101-8/+0
|
* WIP: Add OpenStack initial configurationRichard Maw2015-04-101-0/+67
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