summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make openstack dhcp settings lower priorityripsum/make-os-dhcp-lower-priorityRichard Ipsum2015-04-153-3/+3
| | | | | | | These settings were conflicting with those set by the simple-network configure extension Change-Id: I6a08bfe22a1da76c4cad9584589e33b90c68bf77
* openstack: Strip out complicated network configRichard Maw2015-04-152-61/+5
| | | | | | | | | | | For onenode purposes we only need one bridge, and for multi-node we need more configuration that we haven't yet defined. Plus, because we have Physnet1:br-eth1 in the config we end up making a loop inside our machines, which in some circumstances can cause a loop in the external network, which is a BAD THING! Change-Id: Ia765d48fd4e24fa73325ab992bbad8d3c217d111
* openstack-network: Add info in the cluster to specify EXTERNAL_INTERFACEbaserock/pedroalvarez/openstack-v6-external-interface2Pedro Alvarez2015-04-131-0/+1
|
* openstack-network: Add possibility of specifying external interfacePedro Alvarez2015-04-132-2/+24
|
* 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: Add Wants=network-online.target to everything that ordered After= ↵Richard Maw2015-04-1024-1/+24
| | | | | | | | | on it network-online.target isn't brought in by default, so we need to explicitly do so. Change-Id: Id2c764a41bd2940ac735fe2fce4fd81210857503
* openstack: order services after network-online.target instead of network.targetRichard Maw2015-04-1017-17/+17
| | | | | | | We always meant the latter, and it just happened that we previously depended on something that also meant that. Change-Id: I7371e0974a0e02f3a92a6ebc174b6d372b8068f1
* Remove empty build-dependenciesFrancisco Redondo Marchena2015-04-101-66/+0
|
* Add sysfsutils to openstack-servicesFrancisco Redondo Marchena2015-04-101-0/+4
| | | | Cinder requires systools to list volumes
* Add open-iscsi to openstack-servicesFrancisco Redondo Marchena2015-04-102-0/+50
| | | | | This is required by Cinder to communicate with the iscsi daemon and the run the iscsiadm app.
* Update rstlib-fb and add target.service systemd unit serviceFrancisco Redondo Marchena2015-04-102-2/+30
| | | | | This is required for the LIO kernel to restore the target configuration
* Add urwid which is a runtime dependency of configshell-fbPatrick Darley2015-04-101-0/+5
|
* Add targetcli-fb and configshell-fbPatrick Darley2015-04-101-0/+12
|
* change clusterPedro Alvarez2015-04-101-1/+2
| | | | Change-Id: Ibc56ca6a11e496bffa66ce12839cdffac07042cf
* openstack-network: Update manifestPedro Alvarez2015-04-101-0/+2
|
* Unify openstack-network setup and openvswitch configure extensions.Pedro Alvarez2015-04-102-1/+4
| | | | | If a system needs network configuration, it will also need openvswitch configured.
* openstack-network: Add service to run network.yml setup scriptsPedro Alvarez2015-04-103-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-103-130/+113
|
* Modify conf exts in system and rewrite clusterPedro Alvarez2015-04-102-28/+6
|
* neutron: Update manifestPedro Alvarez2015-04-101-69/+70
|
* 35 patch commentsPedro Alvarez2015-04-101-60/+113
|
* neutron: Move setup scripts to AnsiblePedro Alvarez2015-04-106-237/+262
| | | | 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-19/+19
| | | | Also change placehoders to jinja2 type
* neutron: Remove rootwrap files not neededPedro Alvarez2015-04-1013-288/+0
| | | | They are now being installed with neutron
* openvswitch: Update manifestPedro Alvarez2015-04-101-2/+1
|
* openvswitch: Change scripts to meet change in ovs instalationPedro Alvarez2015-04-102-5/+5
|
* openvswitch: Move setup scripts to Ansible.Pedro Alvarez2015-04-105-68/+45
| | | | Also change systemd units and configure extension to match this change
* nova: Update manifestPedro Alvarez2015-04-101-8/+8
|
* 27 patch commentsPedro Alvarez2015-04-102-28/+57
|
* nova: Move setup scripts to Ansible.Pedro Alvarez2015-04-104-142/+149
| | | | 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-22/+22
| | | | 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-1041-48/+47
| | | | | | | documentation See http://www.freedesktop.org/software/systemd/man/systemd.unit.html for more information
* horizon: Update manifestPedro Alvarez2015-04-101-3/+1
|
* horizon: remove obsolete setup/configure sriptsPedro Alvarez2015-04-102-34/+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-102-6/+29
|
* horizon: Move setup scripts to Ansible.Pedro Alvarez2015-04-107-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-04-101-5/+5
|
* 16 patch commentsPedro Alvarez2015-04-103-40/+71
|
* cinder: Move setup scripts to Ansible.Pedro Alvarez2015-04-104-155/+138
| | | | 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.
* 14 patch commentsPedro Alvarez2015-04-101-2/+2
|