summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* nova: novncproxy_base_url to IP, not hostnamebaserock/pedroalvarez/openstack-ansible-v6Pedro Alvarez2015-03-251-1/+1
|
* nova: disable serial consolePedro Alvarez2015-03-251-1/+1
|
* neutron: onenode hardcoded in ml2_confPedro Alvarez2015-03-252-1/+4
|
* neutron: onenode harcoded in neutron.confPedro Alvarez2015-03-251-1/+1
|
* adjust clusterPedro Alvarez2015-03-251-5/+6
|
* neutron yml don't create the bridge when br-eth0Pedro Alvarez2015-03-251-0/+1
|
* neutron yml conditionals around getting eth infoPedro Alvarez2015-03-251-2/+8
|
* neutron typo in disable device templatePedro Alvarez2015-03-251-1/+0
|
* neutron.yml, wrong and duplicated codePedro Alvarez2015-03-251-8/+0
|
* neutron.yml, use variables from AnsiblePedro Alvarez2015-03-251-22/+26
|
* neutron yml typoPedro Alvarez2015-03-251-1/+1
|
* neutron yml typoPedro Alvarez2015-03-251-1/+1
|
* neutron fix typo in networkd templatesPedro Alvarez2015-03-251-1/+0
|
* neutron yml fixesPedro Alvarez2015-03-251-3/+4
|
* neutron yml typoPedro Alvarez2015-03-251-1/+1
|
* neutron.configure NOVA_SERVICE_USER and PASSWORD neededPedro Alvarez2015-03-251-0/+6
|
* neutron tml typoPedro Alvarez2015-03-251-1/+1
|
* only one execstart in the neutron-setup servicePedro Alvarez2015-03-251-1/+0
|
* neutron: neutron yml in manifestPedro Alvarez2015-03-251-0/+1
|
* neutron ansible errorPedro Alvarez2015-03-251-11/+10
|
* openvswitch ansible errorPedro Alvarez2015-03-251-2/+2
|
* install serialproxy servicePedro Alvarez2015-03-251-0/+1
|
* neutron: cluster modificationPedro Alvarez2015-03-251-3/+0
|
* neutron: change neutron-configurePedro Alvarez2015-03-251-36/+65
|
* neutron: minimize varialbes in conf filesPedro Alvarez2015-03-252-6/+6
|
* neutron: Not install previous file removed and it servicePedro Alvarez2015-03-251-2/+0
|
* neutron: Remove script not needed (ovs configuration one node)Pedro Alvarez2015-03-251-86/+0
|
* neutron: neutron.yml enable neutron servicesPedro Alvarez2015-03-251-4/+9
|
* neutron: openstack-neutron-setup removalPedro Alvarez2015-03-251-1/+0
|
* neutron: Run Ansible scripts in neutron setup unitPedro Alvarez2015-03-252-19/+3
|
* neutron: configure network with ovs in AnsiblePedro Alvarez2015-03-253-0/+108
|
* neutron: add template to disable devicesPedro Alvarez2015-03-251-0/+3
|
* neutron: start ansiblePedro Alvarez2015-03-253-96/+82
|
* Move openvswitch setup to AnsiblePedro Alvarez2015-03-256-70/+43
|
* neutron: Change templates to jinja2 typePedro Alvarez2015-03-252-19/+19
|
* neutron: move templatesPedro Alvarez2015-03-2556-354/+65
|
* Cluster rewrite and configuration extenionsPedro Alvarez2015-03-252-29/+7
|
* Nova configuration to AnsiblePedro Alvarez2015-03-2519-554/+179
|
* Move systemd units to /usr/lib/systemd/system as defined in systemd ↵Francisco Redondo Marchena2015-03-2541-48/+47
| | | | | | | documentation See http://www.freedesktop.org/software/systemd/man/systemd.unit.html for more information
* Horizon to AnsiblePedro Alvarez2015-03-2510-131/+32
|
* Cinder setup to ansiblePedro Alvarez2015-03-2510-412/+154
|
* Glance configuration in ansiblePedro Alvarez2015-03-2514-139/+144
|
* Keystone configuration to ansiblePedro Alvarez2015-03-2523-350/+231
|
* Add openstack ansible modules to ansible.morphPedro Alvarez2015-03-212-0/+10
|
* Delete file not neededPedro Alvarez2015-03-211-41/+0
|
* /etc/hosts: don't resolve hostname as loopbackPedro Alvarez2015-03-211-1/+1
|
* Change suexec location in httpd-server.morphPedro Alvarez2015-03-211-1/+1
|
* Merge branch 'baserock/richardmaw/openstack-v4/reliability-rebase' into ↵baserock/openstack-v4Richard Maw2015-03-2016-109/+107
|\ | | | | | | | | | | baserock/openstack-v4 Reviewed-by: Pedro Alvarez (+2)
| * Enable nova serial consoleRichard Maw2015-03-204-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-201-23/+6
| |