Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 1.33 KB

cfgmgmtcamp-2023-02-06.rst

File metadata and controls

85 lines (57 loc) · 1.33 KB

CfgMgmtCamp 2023

B3 Init

[CfgMgmtCamp logo]

Jonas Linde <jonas.linde@b3.se>

Config Management Camp 2023

  • 6-8 February 2023
  • Ghent, Belgium
  • 2 dagar föredrag
  • 1 dag workshops

image

System Initiative

  • What if Infrastructure as Code never existed?
  • DevOps without papercuts
  • Adam Jacob

image

MgmtConfig

  • Next Generation Config Management
  • Mgmt Config: The Road to 0.1 - James Shubin
    • mgmt 0.0.1 presenterades på FOSDEM och CfgMgmtCamp 2016
  • Directed Acyclic Graph
  • real-time automation :

    $ ./mgmt run lang examples/lang/file0.mcl > mgmt.log 2>&1 &
    $ rm -f /tmp/file1; ls -l /tmp/file1
    -rw-rw-r-- 1 jonas jonas 0 Apr  4 09:27 /tmp/file1
    $

image