Skip to content

Commit cfc76f6

Browse files
committed
New episodes
1 parent fa0fbb1 commit cfc76f6

File tree

14 files changed

+363
-76
lines changed

14 files changed

+363
-76
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
"dockerFile": "Dockerfile",
77

88
// Set *default* container specific settings.json values on container create.
9-
"settings": {
10-
"terminal.integrated.shell.linux": "/bin/bash"
9+
"customizations": {
10+
"vscode": {
11+
"settings": {
12+
"terminal.integrated.shell.linux": "/bin/bash"
13+
}
14+
}
1115
},
1216

1317
// Add the IDs of extensions you want installed when the container is created.
76.6 KB
Loading

_episodes/016.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,6 @@ tags:
1414
- Infrastructure
1515
- OpenSource
1616
- ConfigManagement
17-
- DistributedSystems
18-
- FutureOfDevOps
19-
- AI
20-
- MachineLearning
21-
- Kubernetes
22-
- CloudComputing
23-
- Puppet
24-
- Terraform
25-
- Ansible
26-
- TechTalk
27-
2817
---
2918
Welcome to this in-depth chat with James Shubin, creator of MGMT, as we explore next-generation DevOps and infrastructure automation. Discover how MGMT stands out from traditional configuration management tools like Puppet, Ansible, or Terraform, thanks to its unique reactive automation approach. James explains how modeling time, scaling, and responding to instant infrastructure changes can future-proof your environment—whether you’re running distributed systems on-premises or in the cloud.
3019

_episodes/017.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
number: '17'
3+
layout: 'adi_humanintelligence'
4+
title: 'Puppet’s Big Transition: The Community Fork, Perforce, and What’s Next'
5+
date: '20250129'
6+
host: Alessandro Franceschi
7+
youtube: 'I0TynLepOaY'
8+
guest:
9+
- Tim Meusel
10+
- David Sandilands
11+
- Ben Ford
12+
tags:
13+
- Puppet
14+
- OpenVox
15+
- Vox Pupuli
16+
- Configuration Management
17+
- DevOps
18+
- Open Source
19+
- Infrastructure as Code
20+
---
21+
In this special episode of Abnormal DevOps Iterations, we dive deep into the evolving world of Puppet discussing the recent events and the consequential fork.
22+
23+
Our panel includes:
24+
25+
Tim Meusel (Vox Pupuli PMC) – Longtime contributor and leader in the Puppet open-source ecosystem.
26+
David Sandilands (Perforce/Puppet) – Community and Developer Relations Lead at Puppet.
27+
Ben Ford (Vox Pupuli Contributor) – Former Puppet employee and open-source advocate, now helping drive the new OpenVox fork.
28+
29+
They discuss Puppet’s recent shift after the Perforce acquisition, what the new Puppet Core and Enterprise offerings mean for users, and why the community decided to create the OpenVox fork.
30+
31+
If you’ve ever used or contributed to Puppet, this conversation is essential listening.
32+
33+
Discover how the community is reorganizing under Vox Pupuli, how Perforce plans to shape Puppet’s future, and how you can get involved or contribute.
34+

_episodes/018.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
number: '18'
3+
layout: 'adi_humanintelligence'
4+
title: 'Abnormal DevOps Roundtable @ CFGMGMTCamp 2025'
5+
date: '20250209'
6+
host: Alessandro Franceschi
7+
youtube: 'lslYvSebqF8'
8+
guest:
9+
- James Shubin
10+
- Kris Buytaert
11+
- Adam Jacob
12+
tags:
13+
- Configuration Management
14+
- DevOps
15+
- Open Source
16+
- Infrastructure as Code
17+
- AI
18+
---
19+
A live discussion and round table at CFGMGMTCamp 2025 about the past promises and the present and future challenges of Configuration Management and Infrastructures Automation, with some of the people who are working on the field and making impossible things possible.

_episodes/019.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
number: '19'
3+
layout: 'adi_humanintelligence'
4+
title: 'Puppet. What Future? Alessandro Franceschi @ CFGMGMTCamp 2025'
5+
date: '20250211'
6+
host: Alessandro Franceschi
7+
youtube: 'MH8oM4lTZlw'
8+
guest:
9+
- Alessandro Franceschi
10+
tags:
11+
- Configuration Management
12+
- DevOps
13+
- Puppet
14+
- Infrastructure as Code
15+
---
16+
Alessandro Franceschi's presentation about Puppet's present and future at CFGMGMTCAMP 2025 in Ghent.
17+
An overview of the challenges in front of Puppet, after the fork, and some suggestions on what to keep on doing, what to improve and what to implement in the future.

_episodes/020.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
number: '20'
3+
layout: 'adi_humanintelligence'
4+
title: 'Tech deep dive: Hashiqube. With Riaan Nolan'
5+
date: '20250219'
6+
host: Alessandro Franceschi
7+
youtube: 'wCcXeAGPHLE'
8+
guest:
9+
- Riaan Nolan
10+
tags:
11+
- HashiCorp
12+
- DevOps
13+
- Hashiqube
14+
- Infrastructure as Code
15+
---
16+
In our tech deep dives we ask authors or experts of Open Source software to describe, explain and demonstrate their creature.
17+
We expect a technical audience, without necessarily some prior knowledge of the tool under scrutiny.
18+
19+
The first tech deep dive is with our friend Riaan Nolan and his little gem: Hashiqube, a Docker / VirtualBox based Vagrant environment where you can easily test, use and practice with tools from Hashicorp and other vendors.
20+
21+
The clever usage of DevContainers allows you to even install and test these products via a browser on GitHub, without even the need to have a machine where to run them.

_includes/adi_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h1>ADI</br>{{ page.number }}</h1>
1010
</div>
1111
<div class="col-lg-8">
12-
<h1>{{ page.guest }} - {{ page.title }}</h2>
12+
<h1>{% for g in page.guest %}{{ g }} {% endfor %} - {{ page.title }}</h2>
1313
</div>
1414
</div>
1515
<div class="row">

_includes/adi_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>Interviews with outstanding DevOps and IT personalities</h1>
1212
<a href="{{ site.url }}{{ post.url }}" target="_parent"><img class="img-responsive" src="{{ site.url }}/AbnormalDevOpsIterations/img/{{ post.number }}.png" alt="ADI {{ post.number }} - {{ post.guest }}: {{ post.title }}"></a>
1313
</div>
1414
<div class="col-lg-7">
15-
<h3>{{ post.number }} - {{ post.guest }}</br>
15+
<h3>{{ post.number }} - {% for g in post.guest %}{{ g }} / {% endfor %} </br>
1616
<a href="{{ site.url }}{{ post.url }}" target="_parent">{{ post.title }}</a></h3>
1717
<div class="tags">{% for tag in post.tags %}#{{ tag }} {% endfor %}</div>
1818
</div>

0 commit comments

Comments
 (0)