Guillaume Coré
2019-10-08 96df46441788cad3472258535bd5048f532eda98
commit | author | age
a8fbd4 1 == Overview
b45606 2
d7976b 3 Ansible Agnostic Deployer, AKA *AAD*, AKA *AgnosticD*, is a fully automated 2
T 4  Phase deployer for building and deploying everything from basic infrastructure 
5   to fully configured running application environments running on either public
6    Cloud Providers or OpenShift clusters.
894780 7
1075c7 8
d7976b 9 *AgnosticD* is not an OpenShift Deployer, though it can and does that, it is
T 10  however also a deployer that just happens to be used to deploy a lot of
11   OpenShift and OpenShift workloads, amongst other things. 
894780 12
18a965 13 === Make your first Deployment
fba0d4 14
3c36b7 15 There are many link:./ansible/configs[configs] you can choose from, here are two
S 16  that you can start with and modify to fit your needs:
fba0d4 17
22e151 18 * link:./ansible/configs/three-tier-app/README.adoc[Three Tier App] - Relatively 
T 19  simple environment, which deploys by default just a bunch of Linux hosts ready
20   to be configured.
fba0d4 21
18a965 22 * link:./ansible/configs/ocp-workshop/README.adoc[OCP Workshop] - If a fully
T 23  installed OpenShift Cluster is what you are looking for then take a look here.
fba0d4 24
22e151 25 * link:./ansible/roles/ocp-workload-3scale-multitenant/readme.adoc[OpenShift 3Scale
T 26  Deployment] - Want to deploy a workload onto your existing OpenShift Cluster? 
d7976b 27   or local instance running on your laptop?  3Scale is an example of one of
T 28    around *30* OpenShift workloads ready to go.
fba0d4 29
18a965 30 === How AgnosticD Deploys
fba0d4 31
18a965 32 * For OpenShift _Workloads_ *AgnosticD* executes an ansible *role* against an
22e151 33  existing OpenShift cluster. Roles can be found link:./ansible/roles/[here] and
T 34   begin `ocp-workload-*`.
18a965 35
d7976b 36 * For _Configs_ each contain 5 deployment playbooks and supporting files executed 
22e151 37  in sequence and combined with a Cloud Provider to deploy basic infrastructure 
T 38   through to fully configured applications.
fba0d4 39
c3ab72 40 image::docs/images/agnosticd_flow.png[width=100%]
T 41 .AgnosticD deployment workflow
fba0d4 42
S 43 === Getting Started
878874 44
22e151 45 The accompanying documentation explains how to achieve all this, extend it and 
T 46  add both your own environments, hereafter called _configs_ and a lot lot more.
47 Well designed _configs_, can be easily abstracted to allow deployment to multiple
48  different Public and Private Clouds including AWS, Azure, and others.
109188 49
22e151 50 * link:./docs/[The Documentation Set] Start Here
T 51 * link:./ansible/[./ansible] The working ansible directory
52 ** link:./ansible/main.yml[main.yml] The main entry point for `ansible-playbook`
53 * link:./ansible/roles[Roles directory] Home to the `ocp-workload-*` roles
54 * link:./ansible/configs[Configs directory] Home to the _Configs_
109188 55
2d10c0 56 The Contributors Guides explore the relevant structures in significantly more detail:
894780 57
22e151 58 * link:docs/Creating_an_OpenShift_Workload.adoc[Creating an OpenShift Workload Guide]
b4a26d 59 * link:docs/Creating_a_config.adoc[Creating a Config Guide]
22e151 60 // * link:docs/Creating_a_cloud_deployer.adoc[Creating a Cloud Deployer Guide]