summaryrefslogtreecommitdiff
path: root/openstack
Commit message (Collapse)AuthorAgeFilesLines
* openstack-network: Update manifestPedro Alvarez2015-04-081-0/+2
|
* openstack-network: Add service to run network.yml setup scriptsPedro Alvarez2015-04-083-1/+13
| | | | | openvswitch-setup now is oneshot because openstack-network needs to wait for it. Some other changes were needed to meet this change.
* openstack-network: Move network configuration out of neutron setup.Pedro Alvarez2015-04-083-130/+113
|
* neutron: Update manifestPedro Alvarez2015-04-081-69/+70
|
* 35 patch commentsPedro Alvarez2015-04-081-60/+113
|
* neutron: Move setup scripts to AnsiblePedro Alvarez2015-04-085-201/+188
| | | | Also change systemd units and configure extension to match this change
* neutron: Add templates to disable and enable networkd interfacesPedro Alvarez2015-04-082-0/+7
|
* neutron: FIXUP: Remove 'onenode' from configuration files.Pedro Alvarez2015-04-081-1/+1
|
* 32 patch commentsPedro Alvarez2015-04-085-13/+20
|
* neutron: Move templates to /usr/share/openstack/neutronPedro Alvarez2015-04-0842-19/+19
| | | | Also change placehoders to jinja2 type
* neutron: Remove rootwrap files not neededPedro Alvarez2015-04-0813-288/+0
| | | | They are now being installed with neutron
* openvswitch: Update manifestPedro Alvarez2015-04-081-2/+1
|
* openvswitch: Change scripts to meet change in ovs instalationPedro Alvarez2015-04-082-5/+5
|
* openvswitch: Move setup scripts to Ansible.Pedro Alvarez2015-04-084-58/+42
| | | | Also change systemd units and configure extension to match this change
* nova: Update manifestPedro Alvarez2015-04-081-8/+8
|
* 27 patch commentsPedro Alvarez2015-04-081-27/+56
|
* nova: Move setup scripts to Ansible.Pedro Alvarez2015-04-083-119/+75
| | | | Also change systemd units and configure extension to match this change
* nova: novncproxy_base_url to IP, not hostnamePedro Alvarez2015-04-081-1/+1
|
* nova: disable serial consolePedro Alvarez2015-04-081-1/+1
|
* 24 patch commentsPedro Alvarez2015-04-081-10/+8
|
* nova: Move templates to /usr/share/openstack/novaPedro Alvarez2015-04-088-22/+22
| | | | Also change placeholders to jinja2 type
* nova: remove rootwrap files not neededPedro Alvarez2015-04-086-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-0836-41/+40
| | | | | | | documentation See http://www.freedesktop.org/software/systemd/man/systemd.unit.html for more information
* horizon: Update manifestPedro Alvarez2015-04-081-3/+1
|
* horizon: remove obsolete setup/configure sriptsPedro Alvarez2015-04-081-11/+0
|
* horizon: configure apache-horizon.conf to redirect / to /horizonPedro Alvarez2015-04-081-0/+2
| | | | This will make the experience more pleasant
* 18 patch commentsPedro Alvarez2015-04-082-6/+29
|
* horizon: Move setup scripts to Ansible.Pedro Alvarez2015-04-085-93/+28
| | | | | 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-04-081-5/+5
|
* 16 patch commentsPedro Alvarez2015-04-082-39/+70
|
* cinder: Move setup scripts to Ansible.Pedro Alvarez2015-04-083-136/+77
| | | | Also change systemd units and configure extension to match this change
* cinder: remove rootwrap files not neededPedro Alvarez2015-04-082-184/+0
| | | | These files are being installed with cinder.
* 14 patch commentsPedro Alvarez2015-04-081-2/+2
|
* cinder: Move templates to /usr/share/openstack/cinderPedro Alvarez2015-04-083-68/+11
| | | | Also change placeholders to jinja2 type
* glance: Update manifestPedro Alvarez2015-04-081-11/+11
|
* 12 patch commentsPedro Alvarez2015-04-081-33/+64
|
* glance: Move setup scripts to Ansible.Pedro Alvarez2015-04-083-93/+64
| | | | Also change systemd units and configure extension to match this change
* 11 patch commentsPedro Alvarez2015-04-084-15/+14
|
* glance: Move templates to /usr/share/openstack/glancePedro Alvarez2015-04-089-14/+14
| | | | Also change placeholders to jinja2 type
* keystone: Update manifestPedro Alvarez2015-04-081-12/+14
|
* keystone: Remove obsolete setup-scripts/configure-extensionsPedro Alvarez2015-04-083-25/+0
|
* 08 patch commentsPedro Alvarez2015-04-083-58/+123
|
* keystone: Move setup scripts to Ansible.Pedro Alvarez2015-04-089-203/+154
| | | | | | 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-084-9/+9
| | | | Also change placeholders to jinja2 type
* Rename rabbitmq-server service. It's not part of OpenStackPedro Alvarez2015-04-081-3/+2
| | | | Also remove quotes from the Environment variable.
* Add hosts file for OpenStack configuration in AnsiblePedro Alvarez2015-04-081-0/+1
|
* Do not configure /etc/hosts to stop resolving hostname as 127.0.0.1Pedro Alvarez2015-04-082-3/+0
|
* put adjusted tempest config in etc and add to manifest (etc/tempest is ↵Zara2015-04-082-0/+1115
| | | | created in chunk)
* Enable nova serial consoleRichard Maw2015-04-084-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-04-081-23/+6
|