Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit a247de4

Browse files
z3dm4nAkasurde
authored andcommitted
Misc Typos in README.md
* lamp_haproxy/aws/README.md: fix typos * mongodb/README.md: fix typos * tomcat-memcached-failover/README.md: fix typos
1 parent 945b1c5 commit a247de4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

lamp_haproxy/aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can also optionally configure a Nagios monitoring node.
1515

1616
### Initial Site Setup
1717

18-
First, we provision the hosts neccessary for this demonstration using the included playbook, "demo-aws-launch.yml". This will provision the following instances, with the group structure specified below. The hosts are tagged via AWS EC2 tagging and the Ansible inventory sync script (or Tower) will create the appropriate groups from these tags.
18+
First, we provision the hosts necessary for this demonstration using the included playbook, "demo-aws-launch.yml". This will provision the following instances, with the group structure specified below. The hosts are tagged via AWS EC2 tagging and the Ansible inventory sync script (or Tower) will create the appropriate groups from these tags.
1919

2020
[tag_ansible_group_webservers]
2121
webserver1

mongodb/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ in BJSON format.
1818

1919
Another thing to notice is that NoSQL-style databases have a looser consistency
2020
model. As an example, the second document in the users collection has an
21-
additonal field of 'last name'.
21+
additional field of 'last name'.
2222

2323
### Data Replication
2424
------------------------------------
@@ -29,7 +29,7 @@ Data backup is achieved in MongoDB via _replica sets_. As the figure above shows
2929
a single replication set consists of a replication master (active) and several
3030
other replications slaves (passive). All the database operations like
3131
add/delete/update happen on the replication master and the master replicates
32-
the data to the slave nodes. _mongod_ is the process which is resposible for all
32+
the data to the slave nodes. _mongod_ is the process which is responsible for all
3333
the database activities as well as replication processes. The minimum
3434
recommended number of slave servers are 3.
3535

@@ -38,8 +38,8 @@ recommended number of slave servers are 3.
3838

3939
![Alt text](images/sharding.png "Sharding")
4040

41-
Sharding works by partitioning the data into seperate chunks and allocating
42-
diffent ranges of chunks to diffrent shard servers. The figure above shows a
41+
Sharding works by partitioning the data into separate chunks and allocating
42+
different ranges of chunks to different shard servers. The figure above shows a
4343
collection which has 90 documents which have been sharded across the three
4444
servers: the first shard getting ranges from 1-29, and so on. When a client wants
4545
to access a certain document, it contacts the query router (mongos process),
@@ -75,7 +75,7 @@ The diagram above illustrates the deployment model for a MongoDB cluster deploye
7575
Ansible. This deployment model focuses on deploying three shard servers,
7676
each having a replica set, with the backup replica servers serving as the other two shard
7777
primaries. The configuration servers are co-located with the shards. The _mongos_
78-
servers are best deployed on seperate servers. This is the minimum recomended
78+
servers are best deployed on separate servers. This is the minimum recommended
7979
configuration for a production-grade MongoDB deployment. Please note that the
8080
playbooks are capable of deploying N node clusters, not limited to three. Also,
8181
all the processes are secured using keyfiles.

tomcat-memcached-failover/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## Tomcat failover with Memcached + Memcached Session Manager + Nginx (load blancer)
1+
## Tomcat failover with Memcached + Memcached Session Manager + Nginx (load balancer)
22

33
- Tested on Ansible 1.9.3 for Debian
4-
- Expects hosts: Centos 6.x
4+
- Expects hosts: CentOS 6.x
55

66
This playbook deploys a failover solution for clustered Tomcat using Nginx as load balancer and Memcached + MSM as session manager.
77

0 commit comments

Comments
 (0)