Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Jul 29, 2015
1 parent 6a493b6 commit d7149b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3829,7 +3829,7 @@ <h3>Solution Strategy</h3>
</p>

<p>
Changes to the infrastructure are pushed to the code repository and then Ansible runs on the continuous integration sytem <a href="#ref-codeship">Codeship</a> to deploy the changes to the servers. Confidential information like passwords and encryption keys are stored in encrypted Ansible Vaults.
Changes to the infrastructure are pushed to the code repository and then Ansible runs on the continuous integration system <a href="#ref-codeship">Codeship</a> to deploy the changes to the servers. Confidential information like passwords and encryption keys are stored in encrypted Ansible Vaults.
</p>

<p>
Expand Down Expand Up @@ -4138,7 +4138,7 @@ <h3>Design Decisions</h3>
<h4>Playbook organization</h4>

<p>
A fundamental decision of the project is how to organize and structure the playbooks. Each application has it's own code repository and allows actions to be executed after a push.
A fundamental decision of the project is how to organize and structure the playbooks. Each application has its own code repository and allows actions to be executed after a push.
</p>

<p>
Expand Down Expand Up @@ -4290,7 +4290,7 @@ <h2 class="break">Implementation</h2>
<h3>Proof-of-concept</h3>

<p>
For the proof-of-concept the following reduced infrastructure has been selected to test the feasibility of the concept focussing on the requirements. The proof-of-concept infrastructure includes a PHP application (R01), two Java applications (R02), one JavaScript application, multiple MySQL databases and the RabbitMQ message queue.
For the proof-of-concept the following reduced infrastructure has been selected to test the feasibility of the concept focusing on the requirements. The proof-of-concept infrastructure includes a PHP application (R01), two Java applications (R02), one JavaScript application, multiple MySQL databases and the RabbitMQ message queue.
</p>

<figure>
Expand Down Expand Up @@ -4338,7 +4338,7 @@ <h3>Proof-of-concept</h3>
<h3 class="break">Ansible Playbook</h3>

<p>
The playbook code repository is organized with roles. Each role is responible for the installation and configuration of the applications. The main playbook delegates the roles for execution to the servers.
The playbook code repository is organized with roles. Each role is responsible for the installation and configuration of the applications. The main playbook delegates the roles for execution to the servers.
</p>

<figure class="affix">
Expand Down Expand Up @@ -5528,7 +5528,7 @@ <h3>Objectives</h3>
<h3 class="break">Recommendations</h3>

<p>
It is recommended to keep an eye on the development of software containers and reevaluate their usage in six months. Suitable applications should then be migrated within three months if the software containers would bring reasonable advantages.
It is recommended to keep an eye on the development of software containers and re-evaluate their usage in six months. Suitable applications should then be migrated within three months if the software containers would bring reasonable advantages.
</p>

<p>
Expand Down

0 comments on commit d7149b5

Please sign in to comment.