@@ -38,8 +38,8 @@ further abstract Application Services and deliver those services, with
38
38
a **Declarative ** interface to Consumers.
39
39
40
40
When moving to an iWorkflow based toolchain it’s important to understand
41
- that L1-3 Automation (Device Onboarding, Networking, etc) and L4-7
42
- (Deployment of Virtual Servers, Pools, etc) are separated and delivered
41
+ that automation in L1-3 (Device Onboarding, Networking, etc) and L4-7
42
+ (Deployment of Virtual Servers, Pools, etc) is separated and delivered
43
43
by different features.
44
44
45
45
Layer 1-3 Networking and Device Onboarding
@@ -65,9 +65,9 @@ iWorkflow enables generic functionality in all of these environments by using
65
65
a **BIG-IP Cloud Connector **. This connector allows iWorkflow to utilize
66
66
BIG-IP devices running on any of these environments.
67
67
68
- .. NOTE :: F5 BIG-IP also supports integration with Container Ecosystems,
69
- however , in these environments iWorkflow may use may not be required. For
70
- more information you can refer to:
68
+ .. NOTE :: F5 BIG-IP also supports integration with Container Ecosystems.
69
+ However , in these environments iWorkflow may not be required. For more
70
+ information you can refer to:
71
71
72
72
- Container Ecosystems:
73
73
@@ -84,23 +84,23 @@ Layer 4-7 Application Service Delivery
84
84
85
85
L4-7 Application Service Delivery is accomplished by:
86
86
87
- - **Declarative: ** Consuming F5 iApp templates from BIG-IP devices and
87
+ - **Declarative: ** Consuming F5 iApp templates on BIG-IP devices and
88
88
creating a Service Catalog.
89
89
90
90
- **Imperative: ** Consuming the iWorkflow REST Proxy to drive API calls to
91
- BIG-IP devices
91
+ BIG-IP devices.
92
92
93
93
The labs in the module will focus on the high level features in place to
94
94
achieve full L4-7 automation. As mentioned above, iApp Templates are a key
95
95
component of the chain of linked tools (toolchain) we are building.
96
96
97
97
In this Module we will focus on building a **Service Catalog ** using the App
98
98
Services iApp template you learned about in Module 2. The focus in Module 2
99
- was showing how to drive rich deployments, however , a large amount of F5
100
- **Domain Specific Knowledge ** was still required to drive the deployments .
101
- From a conceptual view iApp templates alone do not fully satisfy the requirement
99
+ was to show how to deploy advanced configurations. However , a large amount of F5
100
+ **Domain Specific Knowledge ** was still required to build each deployment .
101
+ From a conceptual point of view, iApp templates alone do not fully satisfy the requirement
102
102
for a fully **Declarative ** interface because while the iApp template simplifies
103
- the underlying **Imperative ** actions it does not allow the administrator to
103
+ the underlying **Imperative ** actions, it does not allow the administrator to
104
104
build an **Interface ** that minimizes or eliminates the need for **Domain
105
105
Specific Knowledge **.
106
106
0 commit comments