-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathdevops.bib
172 lines (156 loc) · 4.3 KB
/
devops.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
@Manual{aws-devops,
author = {{Amazon AWS}},
title = {{DevOps and AWS}},
institution = {Amazon},
year = 2019,
month = feb,
url = {https://aws.amazon.com/devops/},
}
@Manual{azure-monitor,
author = {{Microsoft Azure}},
title = {{Azure Monitor Overview}},
institution = {Microsoft},
month = sep,
year = 2018,
url =
{https://docs.microsoft.com/en-us/azure/azure-monitor/overview},
}
@misc{hid-sp18-523-puppetimages,
author = {{Edureka}},
title = {Puppet Tutorial – DevOps Tool For Configuration
Management},
howpublished = {Web Page},
url = {https://www.edureka.co/blog/videos/puppet-tutorial/},
year = 2017,
month = may,
}
@misc{hid-sp18-523-r10k,
author = {Tim Hughes},
title = {Install and configure r10k},
howpublished = {Web Page},
url =
{https://fullstack-puppet-docs.readthedocs.io/en/latest/puppet_master.html},
year = 2015,
month = jan,
}
@misc{hid-sp18-523-agent,
author = {Mitchell Anicas},
title = {Install Puppet Agent},
howpublished = {Web Page},
url =
{https://www.digitalocean.com/community/tutorials/how-to-install-puppet-to-manage-your-server-infrastructure#install-puppet-agent},
year = 2014,
month = aug,
}
@misc{hid-sp18-523-config,
author = {{Puppet}},
title = {Config files: The main config files},
howpublished = {Web Page},
url =
{https://puppet.com/docs/puppet/5.3/config_file_main.html},
year = 2014,
month = apr,
}
@misc{hid-sp18-523-split,
author = {{Puppet}},
title = {Text mode installation : Split},
howpublished = {Web Page},
url =
{https://puppet.com/docs/pe/2017.1/install_text_mode_split.html},
year = 2017,
month = nov,
}
@misc{hid-sp18-523-mono,
author = {{Puppet}},
title = {Text mode installation: monolithic},
url =
{https://puppet.com/docs/pe/2017.1/install_text_mode_mono.html},
howpublished = {Web Page},
year = 2017,
month = nov,
}
@misc{hid-sp18-523-install,
author = {{Puppet}},
title = {Installing Puppet Enterprise},
url =
{https://puppet.com/docs/pe/2017.3/installing_pe.html},
howpublished = {Web Page},
year = 2017,
month = nov,
}
@misc{TerraformIntro001:online,
author = {{HashiCorp}},
title = {Introduction - Terraform by HashiCorp},
howpublished = {Web Page},
url = {https://www.terraform.io/intro/index.html},
month = nov,
year = 2018,
note = {(Accessed on 01/24/2019)}
}
@misc{TerraformDocs001:online,
author = {{HashiCorp}},
title = {Documentation - Terraform by HashiCorp},
howpublished = {Web Page},
url = {https://www.terraform.io/docs/index.html},
month = jan,
year = 2019,
note = {(Accessed on 01/24/2019)}
}
@misc{WikipediaInfraAsCode001:online,
author = {{Wikipedia}},
title = {Infrastructure as code},
howpublished = {Web Page},
url =
{https://en.wikipedia.org/wiki/Infrastructure_as_code},
month = mar,
year = 2018,
note = {(Accessed on 01/24/2019)}
}
@book{awsinactionbook,
author = {Wittig, Andreas; Wittig, Michael},
title = {Amazon Web Services in Action},
publisher = {Manning Press},
year = 2015,
edition = 1,
month = oct,
isbn = 9781617292880
}
@book{terraformuprunningbook,
author = {Brikman, Yevgeniy},
title = {Terraform: Up and Running},
publisher = {O'Reilly Media Inc},
year = 2017,
edition = 1,
month = mar,
isbn = 9781491977088
}
@misc{WhatisIaC002:online,
author = {Guckenheimer, Sam},
title = {What is Infrastructure as Code? - Azure DevOps |
Microsoft Docs},
howpublished = {Web Page},
url =
{https://docs.microsoft.com/en-us/azure/devops/learn/what-is-infrastructure-as-code},
month = apr,
year = 2017,
note = {(Accessed on 01/24/2019)}
}
@book{iacbook,
author = {Morris, Kief},
title = {Infrastructure as Code},
publisher = {O'Reilly Media Inc},
year = 2015,
edition = 1,
month = sep,
isbn = 9781491924358
}
@misc{TerraformDockerGist:online,
author = {Shumate, Brian},
title = {Terraform with Docker},
howpublished = {Web Page},
url =
{https://gist.github.com/brianshumate/09adf967c563731ca1b0c4d39f7bcdc2},
month = mar,
year = 2017,
note = {(Accessed on 01/24/2019)}
}