osops-tools-contrib/ansible
Tong Li 0fbe64add7 Add lampstack ansible scripts for workload test
These scripts will do the following against an openstack cloud:

  1. Provision 4 nodes
  2. Create security group
  3. Add security rules to allow ping, ssh, mysql and nfs access
  4. Create a cinder volume
  5. Attach the cinder volume to database node for wordpress database and
     content
  6. Setup NFS on database node, so that web servers can share the cinder
     volume space, all wordpress content will be saved on cinder volume.
     This is to ensure that the multiple web servres will represent same
     content.
  7. Setup mysql to use the space provided by cinder volume
  8. Configure and initialize wordpress
  9. Install and activte a wordpress theme specified by configuration file
  10.Install wordpress importer plugin
  11.Import sample word press content
  12.Remove not needed floating IPs from servers which do not need them.

Change-Id: I828eb4952b4fcc8bd660538adfcff60f9932eda1
2016-08-15 21:41:12 -04:00
..
lampstack Add lampstack ansible scripts for workload test 2016-08-15 21:41:12 -04:00