summaryrefslogtreecommitdiff
path: root/openstack/usr/share
Commit message (Collapse)AuthorAgeFilesLines
* Add configuration for swift controller nodebaserock/richardipsum/openstack-swift-act-II-scene-IIRichard Ipsum2015-04-103-0/+694
| | | | | | | This adds configuration needed to deploy a swift proxy-server that uses keystone for authentication. Change-Id: I96b11e0bf88939dc607ec4b6aa1fd16c6be8048f
* cinder: Configure cinder dependencies when configuring cinderPedro Alvarez2015-04-101-4/+51
|
* cinder: Modify cinder.conf to add iscsi configurationPedro Alvarez2015-04-101-3/+4
|
* openstack-network: Move network configuration out of neutron setup.Pedro Alvarez2015-04-103-130/+113
|
* 35 patch commentsPedro Alvarez2015-04-101-60/+113
|
* neutron: Move setup scripts to AnsiblePedro Alvarez2015-04-103-181/+185
| | | | Also change systemd units and configure extension to match this change
* neutron: Add templates to disable and enable networkd interfacesPedro Alvarez2015-04-102-0/+7
|
* neutron: FIXUP: Remove 'onenode' from configuration files.Pedro Alvarez2015-04-101-1/+1
|
* 32 patch commentsPedro Alvarez2015-04-105-13/+20
|
* neutron: Move templates to /usr/share/openstack/neutronPedro Alvarez2015-04-1042-0/+2875
| | | | Also change placehoders to jinja2 type
* openvswitch: Change scripts to meet change in ovs instalationPedro Alvarez2015-04-101-4/+4
|
* openvswitch: Move setup scripts to Ansible.Pedro Alvarez2015-04-102-44/+40
| | | | Also change systemd units and configure extension to match this change
* 27 patch commentsPedro Alvarez2015-04-101-27/+56
|
* nova: Move setup scripts to Ansible.Pedro Alvarez2015-04-102-115/+73
| | | | Also change systemd units and configure extension to match this change
* nova: novncproxy_base_url to IP, not hostnamePedro Alvarez2015-04-101-1/+1
|
* nova: disable serial consolePedro Alvarez2015-04-101-1/+1
|
* 24 patch commentsPedro Alvarez2015-04-101-10/+8
|
* nova: Move templates to /usr/share/openstack/novaPedro Alvarez2015-04-108-0/+4899
| | | | Also change placeholders to jinja2 type
* 18 patch commentsPedro Alvarez2015-04-101-6/+28
|
* horizon: Move setup scripts to Ansible.Pedro Alvarez2015-04-103-87/+25
| | | | | 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-38/+69
|
* cinder: Move setup scripts to Ansible.Pedro Alvarez2015-04-102-132/+75
| | | | Also change systemd units and configure extension to match this change
* 14 patch commentsPedro Alvarez2015-04-101-2/+2
|
* cinder: Move templates to /usr/share/openstack/cinderPedro Alvarez2015-04-103-0/+2852
| | | | Also change placeholders to jinja2 type
* 12 patch commentsPedro Alvarez2015-04-101-33/+64
|
* glance: Move setup scripts to Ansible.Pedro Alvarez2015-04-102-89/+62
| | | | Also change systemd units and configure extension to match this change
* 11 patch commentsPedro Alvarez2015-04-104-15/+14
|
* glance: Move templates to /usr/share/openstack/glancePedro Alvarez2015-04-109-0/+1355
| | | | Also change placeholders to jinja2 type
* 08 patch commentsPedro Alvarez2015-04-103-58/+123
|
* keystone: Move setup scripts to Ansible.Pedro Alvarez2015-04-108-200/+150
| | | | | | 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-0/+1679
| | | | Also change placeholders to jinja2 type
* Add hosts file for OpenStack configuration in AnsiblePedro Alvarez2015-04-101-0/+1
|
* Enable nova serial consoleRichard Maw2015-04-101-2/+2
| | | | | | 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-04-101-23/+6
|
* openstack-net-config: Check whether we need to run before gethering network ↵Richard Maw2015-04-101-4/+4
| | | | config
* Move patch link creation into openvswitchRichard Maw2015-04-102-51/+15
| | | | | | | | | | 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.
* Rejigger networking so the bridge has the MAC of the external interfaceRichard Maw2015-04-101-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-04-101-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.
* Deallocate IP address from bound interface after bindingRichard Maw2015-04-101-0/+3
| | | | | | If we leave that interface with its address, then the routing table is incorrect, as it will try to send connections out from an interface that cannot handle them.
* After initial switching setup, switch DHCP to external ifaceRichard Maw2015-04-101-0/+15
| | | | | | | | | | After the external interface has been bound to Open vSwitch, we should not attempt to DHCP on it, as it won't receive the DHCP responses. Attempting to DHCP results in startup stalling on network-online.target, because systemd-networkd-wait-online.service looks at every network interface it should configure based on the [Match] sections, and waits for all of them to be configured by systemd-networkd, which will never finish if DHCP is broken.
* Set novncproxy server ip in nova.confFrancisco Redondo Marchena2015-04-101-5/+4
| | | | | | | | | | | | 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-25/+2
| | | | | | 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 apache-httpd and horizon setup because of the change of layoutFrancisco Redondo Marchena2015-04-102-4/+4
|
* Fix .blackhole location for HorizonFrancisco Redondo Marchena2015-04-101-1/+1
|
* WIP: Add OpenStack initial configurationRichard Maw2015-04-1012-0/+891
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