I hereby claim:
- I am afiune on github.
- I am afiune (https://keybase.io/afiune) on keybase.
- I have a public key ASDkfZ1LPWg9iYTrFgd1d6h8tifVkJCldY0N_Bf-aBHaYgo
To claim this, I am signing this object:
terraform { | |
required_providers { | |
lacework = { | |
source = "lacework/lacework" | |
version = "~> 1.15" | |
} | |
} | |
} | |
# Required inputs |
$ chef analyze help | |
Analyze your Chef Infra Server artifacts to understand the effort to upgrade | |
your infrastructure by generating reports, automatically fixing violations | |
and/or deprecations, and generating Effortless packages. | |
Usage: | |
chef analyze [command] | |
Available Commands: | |
help Help about any command |
{ | |
"ClientProduct": "Chef Infra Client", | |
"ServerProduct": "Chef Infra Server", | |
"AutomateProduct": "Chef Automate", | |
"SoloProduct": "Chef Infra Solo", | |
"ClientExec": "chef-client", | |
"ZeroExec": "chef-zero", | |
"SoloExec": "chef-solo", | |
"ShellExec": "chef-shell", | |
"MainWebsite": "https://chef.io" |
I hereby claim:
To claim this, I am signing this object:
Manually ran the benchmarks before they existed, they are based of the following commit (ae00d6f7a994dfaa845ff27ffbeda24777ee3dcb) before we introduced some modifications to a SQL uery inside the applications-service.
Date: June 4th, 2019
PR: N/A
Job: N/A
[40][default:/src:0]# curl 0.0.0.0:9631/butterfly | jq . | |
{ | |
"member": { | |
"members": { | |
"f6703feb917e4500aded7bc0cbbd052e": { | |
"id": "f6703feb917e4500aded7bc0cbbd052e", | |
"incarnation": 4, | |
"address": "172.17.0.3", | |
"swim_port": 9638, | |
"gossip_port": 9638, |
#!/bin/bash | |
# | |
# Author:: Salim Afiune <[email protected]> | |
# Purpose:: List all nodes from an Automate 2 server that their last chef-client run updated one or more resources | |
# | |
# Requirements: | |
# * curl - https://curl.haxx.se/download.html | |
# * jq - https://stedolan.github.io/jq/ | |
# * API token - https://automate.chef.io/docs/api-tokens/#creating-an-admin-api-token | |
# |
{ | |
"strings": [ | |
{ | |
"collection": [ | |
{ | |
}, | |
{ | |
"eventsCount": [ | |
{ |
install: | |
- curl https://raw.githubusercontent.com/habitat-sh/habitat/master/components/hab/install.sh | sudo bash | |
- hab origin key generate $HAB_ORIGIN | |
branches: | |
only: | |
- master | |
script: | |
- hab pkg build . |
➜ mkdir -p go-relay/habitat | |
➜ cd go-relay | |
➜ vi habitat/plan.sh | |
pkg_name=go-relay | |
pkg_origin=afiune | |
pkg_version="0.1.0" | |
pkg_scaffolding=afiune/scaffolding-go | |
pkg_source="http://github.com/operable/go-relay" | |
scaffolding_go_build_deps=( | |
github.com/kardianos/govendor |