- This is a blameless Postmortem.
- We will not focus on the past events as they pertain to "could've" "should've"...
- All follow up action items will be assigned to a team/individual before the end of the meeting. If the item is not going to be top priority leaving the meeting, don't make it a follow up item.
This file contains hidden or 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
+----------------+------+---------+---------+-------+ | |
| OS | INIT | SYSTEMD | UPSTART | RUNIT | | |
+----------------+------+---------+---------+-------+ | |
| | | | | | | |
| CentOS 5 | X | | | X | | |
| | | | | | | |
| CentOS 6 | X | | | X | | |
| | | | | | | |
| CentOS 7 | X | X | | X | | |
| | | | | | |
This file contains hidden or 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
Starting devd. | |
Starting dhclient. | |
DHCPDISCOVER on xn0 to 255.255.255.255 port 67 interval 3 | |
DHCPOFFER from 172.31.16.1 | |
DHCPREQUEST on xn0 to 255.255.255.255 port 67 | |
DHCPACK from 172.31.16.1 | |
bound to 172.31.24.50 -- renewal in 1800 seconds. | |
add net fe80::: gateway ::1 | |
add net ff02::: gateway ::1 | |
add net ::ffff:0.0.0.0: gateway ::1 |
This file contains hidden or 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
# Maintainer: faerbit <faerbit at gmail dot com > | |
pkgname=exercism-cli | |
pkgver=v1.5.0 | |
pkgrel=1 | |
pkgdesc="Command line client for exercism.io" | |
arch=("i686" "x86_64") | |
url="https://github.com/exercism/cli" | |
license=("MIT") |
This file contains hidden or 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
include_recipe 'aws' | |
file '/etc/chef/ohai/hints/ec2.json' do | |
content '{}' | |
action :create | |
end | |
ohai 'reload' do | |
action :reload | |
end |
- This is a blameless Post Mortem.
- We will not focus on the past events as they pertain to "could've" "should've"...
- All follow up action items will be assigned to a team/individual before the end of the meeting. If the item is not going to be top priority leaving the meeting, don't make it a follow up item.
This file contains hidden or 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
--- | |
driver_config: | |
digitalocean_client_id: <%= ENV['DIGITAL_OCEAN_CLIENT_ID'] %> | |
digitalocean_api_key: <%= ENV['DIGITAL_OCEAN_API_KEY'] %> | |
provisioner: | |
name: chef_zero | |
require_chef_omnibus: latest | |
platforms: |
This file contains hidden or 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
fastly_service 'chef-web-www_prod' do | |
action :create | |
domain 'blog.chef.io' | |
domain 'www.chef.io' | |
domain 'summit.chef.io' | |
# Request Conditions | |
all_www_lb = request_condition 'all_www-lb' do |
This file contains hidden or 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
cookbook 'delivery-sugar', github: 'chef-cookbooks/delivery-sugar' | |
cookbook 'aws-rds', github: 'cwebberOps/aws-rds-cookbook' |