4 Commits

Author SHA1 Message Date
Roger Luethi
4807c9b342 labs: fix apache2 restart race
"sudo service apache2 restart" sometimes fails because apache is trying
to grab a resource that another process is still holding onto.

Stopping apache first and starting it afterwards seems to avoid that race.

Change-Id: I55bfa125246fbf960b100682a3f4698f8c1d7e09
2015-03-29 14:24:30 +02:00
Roger Luethi
92003cdb16 labs: make TOP_DIR more robust with blanks in path
Make TOP_DIR more robust when blanks are part of the TOP_DIR path.

Change-Id: I868e3406f358da24049d1e1bdbb4a8197f294a63
2015-03-15 11:29:48 +01:00
Roger Luethi
5c539d72dc labs: make LBaaS scripts executable
The scripts for setting up LBaaS had file mode 0644. Make them 0755 like
the others.

Change-Id: Ib83039595422b1eaf6294f04d49749b5f0587223
2015-02-01 07:46:42 +01:00
Vigneshvar.A.S
3bcbd1ec26 Add LBaaS in the lab scripts
This patch adds support to enable neutron LBaaS support in the
training guide's OpenStack installation.

Changes made are as follows

* Pre-download neutron-lbaas-agent to base disk
* Enable LBaaS support on horizon on controller node
* Configure neutron server to support LBaaS with haproxy as provider
  on controller node
* Enable and configure LBaaS agent on network node

Change-Id: I35f8c19ebceb7420f735354337bf71b4d92edf93
Closes-Bug: 1414767
2015-01-30 20:06:52 +00:00