From b642525efe57240e1485528b28ecce244096e655 Mon Sep 17 00:00:00 2001 From: Quan Tian Date: Tue, 17 Jan 2017 09:28:07 +0800 Subject: [PATCH] Fix typo in lampstack README Change-Id: I7e2c02d6e501203d66d310fb26a371c819863afd --- workloads/ansible/shade/lampstack/README.md | 4 ++-- workloads/terraform/shade/lampstack/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/workloads/ansible/shade/lampstack/README.md b/workloads/ansible/shade/lampstack/README.md index 1eab3ca..46033fe 100755 --- a/workloads/ansible/shade/lampstack/README.md +++ b/workloads/ansible/shade/lampstack/README.md @@ -115,11 +115,11 @@ If everything goes well, it will accomplish the following:: 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 + This is to ensure that the multiple web servers 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 + 9. Install and activate 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. diff --git a/workloads/terraform/shade/lampstack/README.md b/workloads/terraform/shade/lampstack/README.md index de8f7c6..131e48a 100755 --- a/workloads/terraform/shade/lampstack/README.md +++ b/workloads/terraform/shade/lampstack/README.md @@ -2,7 +2,7 @@ ## Status -This will install a 3 node lampstack by defulat. Two nodes will be used as +This will install a 3 node lampstack by default. Two nodes will be used as web servers and one node will be used as database node. Once the script finishes, a set of URL will be displayed at the end for @@ -36,7 +36,7 @@ ssh-add ~/.ssh/id_rsa Terraform OpenStack provider requires few environment variables to be set before you can run the scripts. In general, you can simply export OS -environment varialbes like the following: +environment variables like the following: ``` export OS_REGION_NAME=RegionOne