-
Notifications
You must be signed in to change notification settings - Fork 426
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
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
contributions/presentation/week5/sofiaedv-ludvigch/README.md
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Assignment Proposal | ||
|
||
## Title | ||
|
||
_Saltstack: Grains, States and Pillars_ | ||
|
||
## Names and KTH ID | ||
|
||
- Sofia Edvardsson ([email protected]) | ||
- Ludvig Christensen ([email protected]) | ||
|
||
## Deadline | ||
|
||
- Week 5 | ||
|
||
## Category | ||
|
||
- Presentation | ||
|
||
## Description | ||
|
||
We aim to describe how grains, states, and pillars in Salt can be implemented to get infrastructure as code. | ||
By describing the relation and different uses of these features a better understanding of how Salt works, and why it is an option for DevOps, can be acquired. | ||
We will provide examples of how different configurations impact the overall structure of the infrastructure. | ||
|
||
**Relevance** | ||
|
||
Since Saltstack is a technology used for configuration management and IT automation, among other things, it relates to DevOps. | ||
Several of its features, which the presentation will describe and delve into, are using the infrastructure as code paradigm. |