diff options
author | Monty Taylor <mordred@inaugust.com> | 2018-05-21 11:56:52 -0700 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2018-05-21 11:56:52 -0700 |
commit | c98a3ea47ac5dd5d4818e80b264a2bdb8cd9c440 (patch) | |
tree | d93518b398ceacd08a82353d01c64efe2c7fce51 /src/thousands | |
parent | ac692c16378fb9ff1d58f7b9505563c4b4b4d641 (diff) |
Update some slides
Diffstat (limited to 'src/thousands')
-rw-r--r-- | src/thousands/thousands.rst | 17 |
1 files changed, 16 insertions, 1 deletions
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 | |||
17 | Testing Thousands of Python Projects Every Day | 17 | Testing Thousands of Python Projects Every Day |
18 | ============================================== | 18 | ============================================== |
19 | 19 | ||
20 | Who the heck am I? | ||
21 | ================== | ||
22 | |||
23 | * Python programmer since 2000 | ||
24 | * PSF Fellow | ||
25 | * @e_monty on twitter | ||
26 | * mordred on freenode | ||
27 | * I like scuba diving, smoking meat and long walks on the beach ... | ||
28 | |||
20 | Red Hat | 29 | Red Hat |
21 | ======= | 30 | ======= |
22 | 31 | ||
@@ -256,6 +265,12 @@ Zuul Architecture | |||
256 | Zuul is written in Python 3.5 | 265 | Zuul is written in Python 3.5 |
257 | ============================= | 266 | ============================= |
258 | 267 | ||
268 | .. container:: progressive | ||
269 | |||
270 | * Heavily threaded (don't let anyone tell you this doesn't scale) | ||
271 | * aiohttp for REST API + WebSocket | ||
272 | * Web Dashboard in Angular | ||
273 | |||
259 | Not just for OpenStack | 274 | Not just for OpenStack |
260 | ====================== | 275 | ====================== |
261 | 276 | ||
@@ -264,7 +279,7 @@ Not just for OpenStack | |||
264 | Also running at: | 279 | Also running at: |
265 | 280 | ||
266 | * BMW (control plane in OpenShift) | 281 | * BMW (control plane in OpenShift) |
267 | * Godaddy (control plane in Kubernetes) | 282 | * GoDaddy (control plane in Kubernetes) |
268 | * OpenContrail | 283 | * OpenContrail |
269 | * OpenLab | 284 | * OpenLab |
270 | * others ... | 285 | * others ... |