Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Cyber Summit 2014 - Test Kitchen and Infrastructure as Code

Cyber Summit 2014 - Test Kitchen and Infrastructure as Code

Automatic for the People: Fostering a Culture of Efficiency in the Workplace

Thursday, September 25, 2014
10:30 am — 12:00 pm
Banff Centre, Kinnear Centre Room 101

Automation tools make it possible for an organization’s IT department to better monitor and manage infrastructure through its entire lifecycle. This increases the output and lifespan of equipment, and reduces costs.

What applications do automation tools apply to? And what kind of culture shift is required to bring this software onboard? Hear first-hand accounts and tips from technology-neutral experts.

Presentation Format

Each presenter will give a 15 minute presentation, with visuals, introducing themselves and describing one or two automation tools they use, and the training and office environment shifts required to incorporate them.

A 15-minute Q&A will be held at the end.

Fletcher Nichol

September 25, 2014
Tweet

More Decks by Fletcher Nichol

Other Decks in Technology

Transcript

  1. “Enable the reconstruction of the business from nothing but a

    source code repository, an application data backup, and bare metal resources” Infrastructure as Code - Adam Jacob, Web Operations
  2. --- driver: name: vagrant ! provisioner: name: chef_solo ! platforms:

    - name: ubuntu-14.04 - name: centos-6.5 ! suites: - name: client run_list: - recipe[postgresql::client] - name: server run_list: - recipe[postgresql::server] Code
  3. --- driver: name: vagrant ! provisioner: name: chef_solo ! platforms:

    - name: ubuntu-14.04 - name: centos-6.5 ! suites: - name: client run_list: - recipe[postgresql::client] - name: server run_list: - recipe[postgresql::server] Code
  4. --- driver: name: vagrant ! provisioner: name: chef_solo ! platforms:

    - name: ubuntu-14.04 - name: centos-6.5 ! suites: - name: client run_list: - recipe[postgresql::client] - name: server run_list: - recipe[postgresql::server] Code
  5. --- driver: name: vagrant ! provisioner: name: chef_solo ! platforms:

    - name: ubuntu-14.04 - name: centos-6.5 ! suites: - name: client run_list: - recipe[postgresql::client] - name: server run_list: - recipe[postgresql::server] Code
  6. --- driver: name: vagrant ! provisioner: name: chef_solo ! platforms:

    - name: ubuntu-14.04 - name: centos-6.5 ! suites: - name: client run_list: - recipe[postgresql::client] - name: server run_list: - recipe[postgresql::server] Code
  7. Amazon EC2, Rackspace, Digital Ocean, OpenStack, LXC, Vagrant, CloudStack, Joyent,

    VMware vSphere, Google Compute Engine, Microsoft Azure, Docker, etc. Test Kitchen Drivers