You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: index.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3829,7 +3829,7 @@ <h3>Solution Strategy</h3>
3829
3829
</p>
3830
3830
3831
3831
<p>
3832
-
Changes to the infrastructure are pushed to the code repository and then Ansible runs on the continuous integration sytem<ahref="#ref-codeship">Codeship</a> to deploy the changes to the servers. Confidential information like passwords and encryption keys are stored in encrypted Ansible Vaults.
3832
+
Changes to the infrastructure are pushed to the code repository and then Ansible runs on the continuous integration system<ahref="#ref-codeship">Codeship</a> to deploy the changes to the servers. Confidential information like passwords and encryption keys are stored in encrypted Ansible Vaults.
3833
3833
</p>
3834
3834
3835
3835
<p>
@@ -4138,7 +4138,7 @@ <h3>Design Decisions</h3>
4138
4138
<h4>Playbook organization</h4>
4139
4139
4140
4140
<p>
4141
-
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.
4141
+
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.
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.
4293
+
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.
4294
4294
</p>
4295
4295
4296
4296
<figure>
@@ -4338,7 +4338,7 @@ <h3>Proof-of-concept</h3>
4338
4338
<h3class="break">Ansible Playbook</h3>
4339
4339
4340
4340
<p>
4341
-
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.
4341
+
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.
4342
4342
</p>
4343
4343
4344
4344
<figureclass="affix">
@@ -5528,7 +5528,7 @@ <h3>Objectives</h3>
5528
5528
<h3class="break">Recommendations</h3>
5529
5529
5530
5530
<p>
5531
-
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.
5531
+
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.
0 commit comments