-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathterraform-and-bolt.html
149 lines (100 loc) · 5.29 KB
/
terraform-and-bolt.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Cloud Provisioning with Terraform and Bolt — slides</title>
<link rel="stylesheet" href="static/basic.css" type="text/css" />
<link rel="stylesheet" href="static/styles.css" type="text/css" />
<link rel="stylesheet" href="static/single.css" type="text/css" />
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '2015.07.01',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="static/jquery.js"></script>
<script type="text/javascript" src="static/underscore.js"></script>
<script type="text/javascript" src="static/doctools.js"></script>
<script type="text/javascript" src="static/common.js"></script>
<script type="text/javascript" src="static/slides.js"></script>
<script type="text/javascript" src="static/sync.js"></script>
<script type="text/javascript" src="static/controller.js"></script>
<script type="text/javascript" src="static/init.js"></script>
<link rel="top" title="slides" href="index.html" />
<link rel="next" title="Tmux + Screen" href="tmux-screen.html" />
<link rel="prev" title="Linux System Fundamentals" href="single-system-fundamentals.html" />
</head>
<body>
<section
id="slide_container"
class='slides layout-regular'>
<article class="slide level-1" id="cloud-provisioning-with-terraform-and-bolt">
<h1>Cloud Provisioning with Terraform and Bolt</h1>
<div class="figure align-center">
<a class="reference internal image-reference" href="_images/cloudy-title.gif"><img alt="_images/cloudy-title.gif" src="_images/cloudy-title.gif" style="height: 200px;" /></a>
</div>
<p><a class="reference external" href="http://slides.lucywyman.me/terraform-and-bolt.html">http://slides.lucywyman.me/terraform-and-bolt.html</a></p>
</article>
<article class="slide level-2" id="terraform-bolt">
<h2>Terraform + Bolt = ?</h2>
<div class="figure align-center">
<a class="reference internal image-reference" href="_images/terraform-and-bolt.jpg"><img alt="_images/terraform-and-bolt.jpg" src="_images/terraform-and-bolt.jpg" style="height: 400px;" /></a>
</div>
<p>We aren't sure yet what we want the relationship between Bolt and
Terraform to be.</p>
</article>
<article class="slide level-2" id="from-our-users">
<h2>From our users</h2>
<blockquote class="twitter-tweet" data-conversation="none"
data-lang="en"><p lang="en" dir="ltr">I’m currently using <a
href="https://twitter.com/hashtag/puppetbolt?src=hash&ref_src=twsrc%5Etfw">#puppetbolt</a>
to help fully automate <a
href="https://twitter.com/hashtag/azure?src=hash&ref_src=twsrc%5Etfw">#azure</a>
vm builds in conjunction with <a
href="https://twitter.com/hashtag/terraform?src=hash&ref_src=twsrc%5Etfw">#terraform</a>.
Terraform stands up the infrastructure and bolt helps me get <a
href="https://twitter.com/hashtag/puppetserver?src=hash&ref_src=twsrc%5Etfw">#puppetserver</a>
and <a
href="https://twitter.com/hashtag/puppetagents?src=hash&ref_src=twsrc%5Etfw">#puppetagents</a>
running to finish things up.</p>— Justin Knash (@JustinKnash) <a
href="https://twitter.com/JustinKnash/status/1089891738704060417?ref_src=twsrc%5Etfw">January
28, 2019</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js"
charset="utf-8"></script>
<blockquote class="twitter-tweet" data-conversation="none"
data-lang="en"><p lang="en" dir="ltr">We're using <a
href="https://twitter.com/hashtag/puppetbolt?src=hash&ref_src=twsrc%5Etfw">#puppetbolt</a>
to automate deployment of applications to servers that are being
provisioned via a combination of Terraform and Puppet Opensource.
Makes for VERY quick upgrades and deployments! Inventory files
make life so easy.</p>— Daemon Gibson (@DaemonGibson) <a
href="https://twitter.com/DaemonGibson/status/1090358039155273734?ref_src=twsrc%5Etfw">January
29, 2019</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js"
charset="utf-8"></script>
</article>
<article class="slide level-2" id="resources">
<h2>Resources</h2>
<div class="figure align-center">
<a class="reference internal image-reference" href="_images/terraform-bolt-demo.gif"><img alt="_images/terraform-bolt-demo.gif" src="_images/terraform-bolt-demo.gif" style="height: 300px;" /></a>
</div>
<ul class="simple">
<li><a class="reference external" href="https://github.com/lucywyman/terraform-provision">https://github.com/lucywyman/terraform-provision</a></li>
<li><a class="reference external" href="http://blog.lucywyman.me/cloud-provisioning-with-terraform-and-bolt.html">http://blog.lucywyman.me/cloud-provisioning-with-terraform-and-bolt.html</a></li>
</ul>
</article>
<article class="slide level-2" id="demo">
<h2>Demo</h2>
<div class="figure align-center">
<a class="reference internal image-reference" href="_images/cloudy-chance-meatballs.jpg"><img alt="_images/cloudy-chance-meatballs.jpg" src="_images/cloudy-chance-meatballs.jpg" style="height: 400px;" /></a>
</div>
</article>
</section>
<section id="slide_notes">
</section>
</body>
</html>