@@ -43,7 +43,7 @@ installer-provisioned infrastructure capabilities.
43
43
The [ connected-assisted-installer
44
44
enhancement] ( ./connected-assisted-installer.md ) describes how an agent
45
45
running on several bare-metal hosts receive a command from the
46
- assisted installer application to begin the installation of that
46
+ assisted installer service to begin the installation of that
47
47
host. One of the first tasks that each host performs upon receiving
48
48
this instruction is to download, from the assisted installer, the
49
49
appropriate Ignition file for that host's role. These ignition files
@@ -53,7 +53,7 @@ the `openshift-install create ignition-configs` command.
53
53
This installer workflow mirrors the [ bare-metal user-provisioned
54
54
infrastructure
55
55
workflow] ( https://github.com/openshift/installer/blob/master/docs/user/metal/install_upi.md )
56
- in that the the OpenShift installer is used to generate assets for the
56
+ in that the OpenShift installer is used to generate assets for the
57
57
cluster but the ` openshift-install create cluster ` command is not used
58
58
to manage the deployment. However, the assisted installer does need to
59
59
enable some ` baremetal ` installer-provisioned infrastructure platform
@@ -200,44 +200,6 @@ the `baremetal` platform will continue to test the full set of
200
200
validation rules. The test suite for the assisted installer will
201
201
verify that no extra validation rules are applied.
202
202
203
- ### Graduation Criteria
204
-
205
- ** Note:** * Section not required until targeted at a release.*
206
-
207
- Define graduation milestones.
208
-
209
- These may be defined in terms of API maturity, or as something else. Initial proposal
210
- should keep this high-level with a focus on what signals will be looked at to
211
- determine graduation.
212
-
213
- Consider the following in developing the graduation criteria for this
214
- enhancement:
215
- - Maturity levels - ` Dev Preview ` , ` Tech Preview ` , ` GA `
216
- - Deprecation
217
-
218
- Clearly define what graduation means.
219
-
220
- #### Examples
221
-
222
- These are generalized examples to consider, in addition to the aforementioned
223
- [ maturity levels] [ maturity-levels ] .
224
-
225
- ##### Dev Preview -> Tech Preview
226
-
227
- - Ability to utilize the enhancement end to end
228
- - End user documentation, relative API stability
229
- - Sufficient test coverage
230
- - Gather feedback from users rather than just developers
231
-
232
- ##### Tech Preview -> GA
233
-
234
- - More testing (upgrade, downgrade, scale)
235
- - Sufficient time for feedback
236
- - Available by default
237
-
238
- ** For non-optional features moving to GA, the graduation criteria must include
239
- end to end tests.**
240
-
241
203
## Implementation History
242
204
243
205
Major milestones in the life cycle of a proposal should be tracked in `Implementation
0 commit comments