From c98a3ea47ac5dd5d4818e80b264a2bdb8cd9c440 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 21 May 2018 11:56:52 -0700 Subject: Update some slides --- src/infra/infra.rst | 51 +++++++++++++++++++++++++++++++++++++++++---- src/thousands/thousands.rst | 17 ++++++++++++++- 2 files changed, 63 insertions(+), 5 deletions(-) diff --git a/src/infra/infra.rst b/src/infra/infra.rst index 4b199d3..93fa60a 100644 --- a/src/infra/infra.rst +++ b/src/infra/infra.rst @@ -14,6 +14,44 @@ Test Slide .. ansi:: images/testslide.ans +Red Hat +======= + +.. hidetitle:: +.. container:: handout + + * I work for Red Hat in the Office of Technology as the Chief Architect + for CI/CD + +.. ansi:: images/redhat.ans + +OpenStack +========= +.. container:: handout + + * I work on OpenStack. + * I sit on the Technical Committee. I was on the Board of Directors + +.. hidetitle:: +.. ansi:: images/openstack.ans + +OpenStack Infra +=============== +.. container:: handout + + * My primary technical role with OpenStack is working on the OpenStack CI + system. + +:: + + "most insane CI infrastructure I've ever been a part of" + + -- Alex Gaynor + + "OpenStack Infra are like the SpaceX of CI" + + -- Emily Dunham + OpenStack ========= @@ -73,7 +111,7 @@ Large numbers of * Contributors (\~2k in any given 6 month period) * Changes - * Code Repositories (1889 as of this morning) + * Code Repositories (1904 as of this morning) OpenStack Scale Comparison ========================== @@ -117,8 +155,8 @@ Nobody is Special Fifth Open - Four Opens Applied to the Infrastructure ===================================================== - * All tools must be Open - * Any external services must by Open + * All tools must be Open Source + * Any external services must by Open Source * Strongly avoid single-vendor Multi-Vendor Open Tooling @@ -148,7 +186,7 @@ We're Not Alone In a Nutshell ============= - * Code Review - nobody has commit/push access + * Code Review - nobody has direct commit/push access * Gated Commits * 3rd-Party CI for vendors @@ -247,6 +285,11 @@ Zuul * With what git states * How to respond to results +Zuul +==== + + * It's totally Python3 + Not just for OpenStack ====================== diff --git a/src/thousands/thousands.rst b/src/thousands/thousands.rst index ec20202..05baf39 100644 --- a/src/thousands/thousands.rst +++ b/src/thousands/thousands.rst @@ -17,6 +17,15 @@ Test Slide Testing Thousands of Python Projects Every Day ============================================== +Who the heck am I? +================== + + * Python programmer since 2000 + * PSF Fellow + * @e_monty on twitter + * mordred on freenode + * I like scuba diving, smoking meat and long walks on the beach ... + Red Hat ======= @@ -256,6 +265,12 @@ Zuul Architecture Zuul is written in Python 3.5 ============================= +.. container:: progressive + + * Heavily threaded (don't let anyone tell you this doesn't scale) + * aiohttp for REST API + WebSocket + * Web Dashboard in Angular + Not just for OpenStack ====================== @@ -264,7 +279,7 @@ Not just for OpenStack Also running at: * BMW (control plane in OpenShift) - * Godaddy (control plane in Kubernetes) + * GoDaddy (control plane in Kubernetes) * OpenContrail * OpenLab * others ... -- cgit v1.2.3