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