The gallery with all images in full size is available at https://goo.gl/photos/z2FW2fCWct4q8EuN8
Video replay
https://youtu.be/PwS-AwGtEMw
Presenter: Marcus Robinson (@techdiction), Technical Evangelist
Introduction In the old days we had physical servers with 1 OS to 1 box, then virtualisation was invented, giving higher consolidation.
There is quite a lot of waste with VMs, as each has their own RAM, disk space etc, lots of technologies have been invented to reduce this (de-duplication of storage & memory, linked clones etc).
The big advantage with containers is sharing the same OS layer, all containers share the one operating system.
Charlie Boisseau (@charlieboisseau), Commsworld / Fluency (ISP in the UK).
What makes a company an ISP is their presence on the Internet.
**The telephone exchange **
The Glasgow central telephone exchange
Many UK exchanges are in old buildings due to origins as providing telephone services.
Edinburgh exchange
All the way to “shed” exchanges, which may have a radio based link to the network.
Telehouse exchange in London, where many ISPs connect to the wider Internet.
Presented by Paul Parkin (@prparkin), System Engineer, Veeam
What NOT to do
** **
#1 Don’t skip the 3-2-1 rule
** **
#2 Don’t be unvirtual
Don’t make architectural decisions that are optimal for physical, but are not optimal for a virtual environmental.
** **
#3 Don’t skip new features If you keep up to date with VMware, be aware of and utilise new features that will add value.
“Devopsification & the Cloud”, Phil from SkyScanner Who are SkyScanner? 800 staff, 10 offices, 50% staff are engineers
Why DevOps?
Rapid growth necessitates change.
Technological & organisational change both required, tools don’t help if can’t use them effectively. Empower your engineers
**Adopted a squads / tribes model **(ala Spotify) - teams between 1-10 people, localised ownership of sections of functionality from design through to development & running it, faster decision making - “You build it, you run it” - drives engineers to do things properly.
In no specific order, these are the podcasts that I have found useful & interesting.
If you find yourself with time to listen for 30 to 60 minutes at a time, these are one of the great ways to gain situational awareness of the current market & future trends & opportunities.
Arrested DevOps ‘Arrested DevOps is hosted by Matt Stratton, Trevor Hess, and Bridget Kromhout. ADO is the podcast that helps you achieve understanding, develop good practices, and operate your team and organization for maximum DevOps awesomeness.
An updated article for upgrading to Ansible 2.2.1 on Debian 8.7 is available at http://www.iannoble.co.uk/upgrade-ansible-2-2-1-debian-8-7/ Upgrading to Ansible 2.1 on Debian (validated on version 8.4) requires some pre-requisites to be in place, below are the steps required to upgrade.
Ensure that sudo is installed (skip this step if you already know that it is):
apt-get install sudo Upgrade all packages:
sudo apt-get update sudo apt-get upgrade Install build pre-requisites: