summaryrefslogtreecommitdiff
path: root/openstack/etc
Commit message (Collapse)AuthorAgeFilesLines
* neutron: Move templates to /usr/share/openstack/neutronPedro Alvarez2015-04-1042-2875/+0
| | | | Also change placehoders to jinja2 type
* neutron: Remove rootwrap files not neededPedro Alvarez2015-04-1013-288/+0
| | | | They are now being installed with neutron
* nova: Move templates to /usr/share/openstack/novaPedro Alvarez2015-04-108-4899/+0
| | | | Also change placeholders to jinja2 type
* nova: remove rootwrap files not neededPedro Alvarez2015-04-106-382/+0
| | | | These files are being installed with nova
* Move systemd units to /usr/lib/systemd/system as defined in systemd ↵Francisco Redondo Marchena2015-04-1035-433/+0
| | | | | | | documentation See http://www.freedesktop.org/software/systemd/man/systemd.unit.html for more information
* horizon: remove obsolete setup/configure sriptsPedro Alvarez2015-04-101-11/+0
|
* horizon: configure apache-horizon.conf to redirect / to /horizonPedro Alvarez2015-04-101-0/+2
| | | | This will make the experience more pleasant
* 18 patch commentsPedro Alvarez2015-04-101-0/+1
|
* horizon: Move setup scripts to Ansible.Pedro Alvarez2015-04-102-6/+3
| | | | | Now horizon-setup also configures Apache, given that they will be in the same host. This can be split in different setup scripts.
* 16 patch commentsPedro Alvarez2015-04-101-1/+1
|
* cinder: Move setup scripts to Ansible.Pedro Alvarez2015-04-101-4/+2
| | | | Also change systemd units and configure extension to match this change
* cinder: remove rootwrap files not neededPedro Alvarez2015-04-102-184/+0
| | | | These files are being installed with cinder.
* cinder: Move templates to /usr/share/openstack/cinderPedro Alvarez2015-04-103-2909/+0
| | | | Also change placeholders to jinja2 type
* glance: Move setup scripts to Ansible.Pedro Alvarez2015-04-101-4/+2
| | | | Also change systemd units and configure extension to match this change
* glance: Move templates to /usr/share/openstack/glancePedro Alvarez2015-04-109-1355/+0
| | | | Also change placeholders to jinja2 type
* keystone: Remove obsolete setup-scripts/configure-extensionsPedro Alvarez2015-04-103-25/+0
|
* keystone: Move setup scripts to Ansible.Pedro Alvarez2015-04-101-3/+4
| | | | | | 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-04-104-1679/+0
| | | | Also change placeholders to jinja2 type
* Rename rabbitmq-server service. It's not part of OpenStackPedro Alvarez2015-04-101-3/+2
| | | | Also remove quotes from the Environment variable.
* Do not configure /etc/hosts to stop resolving hostname as 127.0.0.1Pedro Alvarez2015-04-101-2/+0
|
* put adjusted tempest config in etc and add to manifest (etc/tempest is ↵Zara2015-04-101-0/+1114
| | | | created in chunk)
* Enable nova serial consoleRichard Maw2015-04-102-0/+19
| | | | | | 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-04-101-1/+1
|
* openstack: Disable nova firewall managementRichard Maw2015-04-101-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.
* Move patch link creation into openvswitchRichard Maw2015-04-103-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-04-101-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-04-101-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.
* Fix region typoFrancisco Redondo Marchena2015-04-101-1/+1
|
* Set novncproxy server ip in nova.confFrancisco Redondo Marchena2015-04-102-3/+8
| | | | | | | | | | | | 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.
* Collect statics for horizon and move install commands to the chunkFrancisco Redondo Marchena2015-04-101-3/+3
| | | | | | 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.
* Fix Redirect in HorizonZara Zaimeche2015-04-101-1/+3
|
* Fix issues with ordering and enabling neutron-setup and neutron-serverFrancisco Redondo Marchena2015-04-102-1/+2
|
* WIP: Add OpenStack initial configurationRichard Maw2015-04-10132-0/+15639
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