summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system
Commit message (Collapse)AuthorAgeFilesLines
* Set up Ironicbaserock/tiagogomes/openstack-v5/ironicTiago Gomes2015-03-313-0/+35
|
* Enable nova serial consoleRichard Maw2015-03-231-0/+11
| | | | | | 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
* Fix openstack-nova-compute.service duplicate descriptionRichard Maw2015-03-231-1/+1
|
* Move patch link creation into openvswitchRichard Maw2015-03-233-18/+4
| | | | | | | | | | 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.
* Only start neutron-openvswitch-plugin after cleanup has finishedRichard Maw2015-03-231-2/+4
| | | | | | | | | ovs-cleanup is responsible for reconciling the state in openvswitch's database and neutron's configuration. This can fail if other services are also changing ovs configuration though, and the missing dependency resulted in neutron removing the interface while ovs-cleanup was about to do so.
* Start Open vSwitch before network-pre.targetRichard Maw2015-03-231-0/+2
| | | | | | | We want the network links to be configured before we start systemd-networkd, because we have to use ovs instead of networkd's config for the interfaces in OpenStack, but we still want to use networkd to manage DHCP on the interfaces.
* Set novncproxy server ip in nova.confFrancisco Redondo Marchena2015-03-231-1/+1
| | | | | | | | | | | | The ip of the compute node is gotten from the bridge device and this value is set in the novncproxy configuration in nova.conf. This is required for horizon to access to the compute node so have access to the VMs created on it. Also: - remove /usr/share/vnc which is now created in the vnc chunk. - add explicity where to find novnc client to nova-novncproxy systemd unit.
* Fix issues with ordering and enabling neutron-setup and neutron-serverFrancisco Redondo Marchena2015-03-232-1/+2
|
* WIP: Add OpenStack initial configurationRichard Maw2015-03-2338-0/+473
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