-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yuriy
authored
Jul 22, 2019
1 parent
57234b6
commit 6e69a4d
Showing
1 changed file
with
0 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,2 @@ | ||
... tracks design/development process for wave two of Windows installers. | ||
|
||
Discussion topics | ||
|
||
### Packaging | ||
- [ ] Beat per MSI | ||
- [ ] All beats in single MSI | ||
- [ ] Establish service dependencies (TCP/IP, etc) | ||
|
||
### Meta-Artifacts | ||
- [ ] Hardcode list of all beats | ||
- [ ] Pull list of beats from msi-bootstrapper-beats at run-time | ||
|
||
### Artifacts | ||
- [ ] Where from? | ||
- [ ] Pull beat(s) build artifacts at MSI build time and create an offline package | ||
- [ ] Pull beat(s) build artifacts at run-time and unpack/install | ||
|
||
### Bitness | ||
- [ ] Provide x86 version. Do we still care about x86/32bit variants? | ||
- [ ] Provide x64 version. | ||
|
||
### UI - Provide per-beat configuration UI to: | ||
- [ ] allow the beat to be installed as a service. | ||
- [ ] allow the beat to connect to downstream component. | ||
- [ ] run Kibana dashboard setup | ||
- [ ] configure/enable available modules | ||
- [ ] Direct user to the guide page for the beat to continue/modify/extend configuration. | ||
|
||
### CM / Fleet integration | ||
- [ ] ... | ||
|
||
### Testing / CI | ||
- [ ] ... |