@@ -7,11 +7,10 @@ Conclusion
7
7
rankdir="LR"
8
8
ranksep=.4
9
9
splines=ortho
10
- node [fontsize=10,style="rounded,filled",shape=box,color=palegreen,margin="0.05,0.05",height=0.1]
11
- fontname = "arial-bold"
10
+ node [fontsize=10,style="rounded,filled",shape=box,color=palegreen,margin="0.05,0.05",height=0.1]
12
11
fontsize = 10
13
12
labeljust="l"
14
- consumer [label="AppDev, DevOps, NetOps ",color="gray72"]
13
+ consumer [label="AppDev,\nDevOps,\nNetOps ",color="gray72"]
15
14
environment [label="Environment",color="gray72"]
16
15
subgraph cluster_class1 {
17
16
style = "rounded,filled"
@@ -20,7 +19,7 @@ Conclusion
20
19
label = "Class 1: Introduction to Automation & Orchestration"
21
20
bigip [label="BIG-IP"]
22
21
iapps [label="iApp Templates\n& Deployments"]
23
- iwf [label="iWorkflow Service Templates ,\nCatalog & Deployment"]
22
+ iwf [label="iWorkflow Service\nTemplates ,\nCatalog & Deployment"]
24
23
{
25
24
rank=same
26
25
rest_basics [label="REST Basics"]
@@ -31,7 +30,7 @@ Conclusion
31
30
transactions [label="Transactions"]
32
31
rest_basics -> authentication -> globalsettings -> networking -> clustering -> transactions -> bigip
33
32
}
34
- {
33
+ {
35
34
rank=same
36
35
iapp_basics [label="iApp Basics"]
37
36
iapp_templates [label="iApp Templates"]
@@ -44,16 +43,16 @@ Conclusion
44
43
templates [label="Templates"]
45
44
catalog [label="Catalog"]
46
45
deployments [label="Deployments"]
47
- onboarding -> templates -> catalog -> deployments -> iwf
48
- }
46
+ onboarding -> templates -> catalog -> deployments -> iwf
47
+ }
49
48
}
50
49
consumer -> iwf -> iapps -> bigip -> environment
51
50
}
52
51
53
52
In this class we learned the base concepts and skills required to effectively
54
53
automate the F5 |bip | platform. The diagram above shows a high-level view of
55
- the different components to this base level of knowledge. In subsequent classes
56
- we will expand on the core concepts and knowledge learned in this class.
54
+ the different components to this base level of knowledge. In subsequent classes
55
+ we will expand on the core concepts and knowledge learned in this class.
57
56
58
57
This content has been created with a DevOps methodology and fully Continuous
59
58
Toolchain. All content contained here is sourced from the following GitHub
@@ -64,15 +63,15 @@ https://github.com/f5devcentral/f5-automation-labs/
64
63
Bug Reports and Requests for Enhancement are handled in two ways:
65
64
66
65
- Fork the Github Repo, fix or enhance as required, and submit a Pull Request
67
-
66
+
68
67
- https://help.github.com/articles/creating-a-pull-request-from-a-fork/
69
68
70
- - Open an
69
+ - Open an
71
70
`Issue <https://github.com/f5devcentral/f5-automation-labs/issues >`_ within
72
71
the repository.
73
72
74
73
Lastly, this content would not be possible without the contributions from many
75
- F5 Employees, Partners, and Customers. A full list of contributors to this
74
+ F5 Employees, Partners, and Customers. A full list of contributors to this
76
75
content can be found at:
77
76
78
77
https://github.com/f5devcentral/f5-automation-labs/graphs/contributors
0 commit comments