summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Modify conf exts in system and rewrite clusterbaserock/pedroalvarez/openstack-ansible-v6-for-patchesPedro Alvarez2015-03-272-32/+8
|
* neutron: Update manifestPedro Alvarez2015-03-271-69/+70
|
* neutron: Move setup scripts to AnsiblePedro Alvarez2015-03-276-237/+262
| | | | Also change systemd units and configure extension to match this change
* neutron: Add templates to disable and enable networkd interfacesPedro Alvarez2015-03-272-0/+7
|
* neutron: Remove 'onenode' from configuration filesPedro Alvarez2015-03-272-2/+2
|
* neutron: Move templates to /usr/share/openstack/neutronPedro Alvarez2015-03-2742-19/+19
| | | | Also change placehoders to jinja2 type
* neutron: Remove rootwrap files not neededPedro Alvarez2015-03-2713-288/+0
|
* openvswitch: Update manifestPedro Alvarez2015-03-271-2/+1
|
* openvswitch: Move setup scripts to Ansible.Pedro Alvarez2015-03-275-68/+45
| | | | Also change systemd units and configure extension to match this change
* nova: Update manifestPedro Alvarez2015-03-271-8/+8
|
* nova: Move setup scripts to Ansible.Pedro Alvarez2015-03-274-142/+149
| | | | Also change systemd units and configure extension to match this change
* nova: novncproxy_base_url to IP, not hostnamePedro Alvarez2015-03-271-1/+1
|
* nova: disable serial consolePedro Alvarez2015-03-271-1/+1
|
* nova: Move templates to /usr/share/openstack/novaPedro Alvarez2015-03-278-22/+22
| | | | Also change placeholders to jinja2 type
* nova: remove rootwrap files not neededPedro Alvarez2015-03-276-382/+0
|
* Move systemd units to /usr/lib/systemd/system as defined in systemd ↵Francisco Redondo Marchena2015-03-2741-48/+47
| | | | | | | documentation See http://www.freedesktop.org/software/systemd/man/systemd.unit.html for more information
* horizon: Update manifestPedro Alvarez2015-03-271-3/+1
|
* horizon: remove obsolete setup/configure sriptsPedro Alvarez2015-03-272-34/+0
|
* horizon: configure apache-horizon.conf to redirect / to /horizonPedro Alvarez2015-03-271-0/+2
| | | | This will make the experience more pleasant
* horizon: Move setup scripts to Ansible.Pedro Alvarez2015-03-277-94/+31
| | | | | Now horizon-setup also configures Apache, given that they will be in the same host. This can be split in different setup scripts.
* cinder: Update manifestPedro Alvarez2015-03-271-5/+5
|
* cinder: Move setup scripts to Ansible.Pedro Alvarez2015-03-274-155/+138
| | | | Also change systemd units and configure extension to match this change
* cinder: remove rootwrap files not neededPedro Alvarez2015-03-272-184/+0
|
* cinder: Move templates to /usr/share/openstack/cinderPedro Alvarez2015-03-273-68/+11
| | | | Also change placeholders to jinja2 type
* glance: Update manifestPedro Alvarez2015-03-271-11/+11
|
* glance: Move setup scripts to Ansible.Pedro Alvarez2015-03-274-114/+119
| | | | Also change systemd units and configure extension to match this change
* glance: Move templates to /usr/share/openstack/glancePedro Alvarez2015-03-279-14/+14
| | | | Also change placeholders to jinja2 type
* keystone: Update manifestPedro Alvarez2015-03-271-12/+14
|
* keystone: Remove obsolete setup-scripts/configure-extensionsPedro Alvarez2015-03-276-96/+0
|
* keystone: Move setup scripts to Ansible.Pedro Alvarez2015-03-2710-231/+206
| | | | | | Now keystone-setup also configures postgres and rabbitmq. This can be split in different setup scripts, but I think that rabbitmq, postgres, are likely to be in the controller node.
* keystone: Move templates to /usr/share/openstack/keystonePedro Alvarez2015-03-274-9/+9
| | | | Also change placeholders to jinja2 type
* Rename rabbitmq-server service. It's not part of OpenStackPedro Alvarez2015-03-271-2/+1
|
* Add hosts file for OpenStack configuration in AnsiblePedro Alvarez2015-03-271-0/+1
|
* Add openstack ansible modules to ansible.morphPedro Alvarez2015-03-272-0/+10
|
* Delete file not neededPedro Alvarez2015-03-271-41/+0
|
* /etc/hosts: don't resolve hostname as loopbackPedro Alvarez2015-03-271-1/+1
|
* Change suexec location in httpd-server.morphPedro Alvarez2015-03-271-1/+1
|
* Enable nova serial consoleRichard Maw2015-03-234-2/+22
| | | | | | 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
* Tidy up some nova service enablementRichard Maw2015-03-231-23/+6
|
* systemd: disable building of testsRichard Maw2015-03-231-3/+5
|
* Fix openstack-nova-compute.service duplicate descriptionRichard Maw2015-03-231-1/+1
|
* openstack-net-config: Check whether we need to run before gethering network ↵Richard Maw2015-03-231-4/+4
| | | | config
* openstack: Disable nova firewall managementRichard Maw2015-03-231-1/+1
| | | | | | | | | | | | | | This should be handled by neutron, and except for the mis-configuration, it should have been. However, since both neutron and nova were configured to handle firewalling, they would both install their firewall rules into iptables, and it would be random which one would be used as either service is likely to start before the other and install their hook first. The result being that we'd randomly not be able to reach VMs after a reboot, unless we'd installed the same firewall rules in both nova and neutron.
* neutron.configure: Ensure /var/run is a symlink to /runRichard Maw2015-03-231-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.
* Don't enable libvirt-guests.serviceRichard Maw2015-03-231-1/+0
| | | | | | | We don't think it's necessary, and it sometimes races with nova-compute.service, failing if certain network devices aren't created yet, so let's see if Nova should be the one starting the machines up at boot time.
* Update systemd to development snapshot including netlink fixRichard Maw2015-03-231-2/+2
|
* Move patch link creation into openvswitchRichard Maw2015-03-237-72/+19
| | | | | | | | | | 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.
* Rejigger networking so the bridge has the MAC of the external interfaceRichard Maw2015-03-231-9/+20
| | | | | | | | | | This allows the subsequent DHCP request to get the same IP address back, which means it only needs one address for first boot, and the address can be pre-allocated by the DHCP server before deployment. This is needed for the floating address range to be allocated in some set-ups, such as our local one at the office, where a subnet in a different class is routed to the server.
* Ensure newly brought up devices are correctly configuredRichard Maw2015-03-231-16/+21
| | | | | | | | | This adds masking config for the virtual devices to prevent them from attempting to DHCP, and stops us from giving the ip of eno1 to the bridge device, since eno1's address was obtained by DHCP, so it's against the rules to statically allocate that address to an interface. Now, we DHCP for a new address for the bridge.