From e6833dfa27ab2328220d12242ae8c913b940097f Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 31 Aug 2017 07:45:56 -0500 Subject: Updated for Huawei Connect --- src/talks/global-interop.hbs | 125 ++----------------------------- src/talks/test-it-like-you-deploy-it.hbs | 34 +++++---- 2 files changed, 28 insertions(+), 131 deletions(-) diff --git a/src/talks/global-interop.hbs b/src/talks/global-interop.hbs index 5ca4e65..2a4c9a3 100644 --- a/src/talks/global-interop.hbs +++ b/src/talks/global-interop.hbs @@ -9,16 +9,6 @@ -
-

This Talk is Free Software

- -
-

Who am I?

@@ -230,7 +220,7 @@ cloud.create_server('my-server', image='immage-name', auto_ip=True)

ansible

-

Add my keypair to 30 Regions in 13 clouds

+

Add my keypair to 12 clouds


 - os_keypair:
     cloud: "{{ item.cloud }}"
@@ -239,35 +229,17 @@ cloud.create_server('my-server', image='immage-name', auto_ip=True)
     public_key_file: ~/.ssh/id_rsa.pub
     with-items:
     - {cloud: vexxhost, region_name: ca-ymq-1}
-    - {cloud: ovh, region_name: SBG1}
-    - {cloud: ovh, region_name: BHS1}
     - {cloud: ovh, region_name: GRA1}
-    - {cloud: citycloud, region_name: Buf1}
-    - {cloud: citycloud, region_name: La1}
-    - {cloud: citycloud, region_name: Fra1}
-    - {cloud: citycloud, region_name: Lon1}
+    - {cloud: ustack, region_name: bj1}
     - {cloud: citycloud, region_name: Sto2}
-    - {cloud: citycloud, region_name: Kna1}
-    - {cloud: internap, region_name: ams01}
-    - {cloud: internap, region_name: da01}
-    - {cloud: internap, region_name: nyj01}
     - {cloud: internap, region_name: sin01}
-    - {cloud: internap, region_name: sjc01}
-    - {cloud: infracloud, region_name: vanilla}
-    - {cloud: infracloud, region_name: chocolate}
     - {cloud: fuga, region_name: cystack}
     - {cloud: datacentred, region_name: sal01}
+    - {cloud: rax, region_name: SYD}
     - {cloud: clouda, region_name: regionOne}
     - {cloud: auro, region_name: van1}
-    - {cloud: ustack, region_name: bj1}
     - {cloud: zetta, region_name: no-osl1}
     - {cloud: kiss, region_name: region1}
-    - {cloud: rax, region_name: IAD}
-    - {cloud: rax, region_name: ORD}
-    - {cloud: rax, region_name: SYD}
-    - {cloud: rax, region_name: LON}
-    - {cloud: rax, region_name: DFW}
-    - {cloud: rax, region_name: HKG}
       

@@ -357,14 +329,14 @@ cloud.create_server('my-server', image='immage-name', auto_ip=True)

Chinese OpenStack

-

sorted alphabetically

+

Huawei

+

sorted alphabetically

99 Cloud

China Mobile

China National Offshore Oil Corp

China Telecom

China Unicom

EasyStack

-

Huawei

Inspur

Sinorail

State Grid of China

@@ -401,17 +373,6 @@ cloud.create_server('my-server', image='immage-name', auto_ip=True)

Vexxhost: Canada

-
-

What about the US?

- -

Robbie Williams

-

Best-selling British solo artist in the UK

-

Best-selling non-Latino artist in Latin America

-

Basically unknown in the US

-
-

The OpenStack Community is Designed for Collaboration

@@ -486,82 +447,12 @@ cloud.create_server('my-server', image='immage-name', auto_ip=True)
-

What is OpenStack doing to help with Interop?

-
- -
-

Technical Governance

- -

Our job is making sure EVERYONE can do their job

-
- -
-

Board of Directos -Interop Working Group

- -
- -
-

TC - API Working Group

- -
- -
-

API Working Group Consumption Specs

- -
- -
-

Service Types Authority

- -
- -
-

API Consumers Mailing List

-

http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-api-consumers

-

Collaboration between SDK, Framework, Tool Authors

-

Python, Go, Java, Ruby, Javascript ...

-
- -
-

Writing Software!

- -

All of these can use help!

+

Red Hat and Huawei are working together to bring you that power.

-

OpenStack gives you the power to make the choices that - are right for you, your business, your users, your country +

OpenStack, Red Hat and Huawei give you the power to make the choices + that are right for you, your business, your users, your country and the world.

diff --git a/src/talks/test-it-like-you-deploy-it.hbs b/src/talks/test-it-like-you-deploy-it.hbs index 808cad8..4ab006e 100644 --- a/src/talks/test-it-like-you-deploy-it.hbs +++ b/src/talks/test-it-like-you-deploy-it.hbs @@ -21,8 +21,9 @@

Who am I?

Technical Committee

-

Foundation Board of Directors

Developer Infrastructure Core Team

+

Former Foundation Board of Directors

+

PTL of shade project

@@ -90,10 +91,12 @@
+

Multi-Repo Dependencies

@@ -137,12 +140,13 @@ Date: Mon Sep 26 14:14:15 2016 -0500

Not Specific to OpenStack

    -
  • "Gate" and "Check" are merely configurations
  • +
  • "Gate" and "Check" are configurations
  • 50+ OpenStack Vendors use Zuul for "3rd Party CI" of drivers
  • -
  • Wikimedia uses Zuul
  • +
  • BMW and Wikimedia use Zuul
+

Pluggable

@@ -240,19 +245,21 @@ Date: Mon Sep 26 14:14:15 2016 -0500
-

Zuul V3

+

Zuul v3

Test things like you deploy them

  • Intended for broad use
  • Jobs written in and executed with ansible
  • -
  • Fully support Bare Metal, VMs and Containers
  • -
  • Add GitHub PR Support
  • -
  • Add AWS and GCE Node Provider Support
  • +
  • GitHub Support
  • Multi-node build clusters as first class resource
  • -
  • Docker and Kubernetes Build Resources
  • +
  • Self-testing tests
  • Multi-Tenant
  • In-repo config
  • -
  • Self-testing tests
  • +
  • Fully support Bare Metal, VMs and Containers
  • +
+
    +
  • AWS, GCE, Mac Stadium and Static Node Provider Support
  • +
  • Docker and Kubernetes Build Resources
@@ -263,7 +270,7 @@ Date: Mon Sep 26 14:14:15 2016 -0500
  • Constructs relevant repo states and inventory
  • Push repos to test nodes
  • Execute playbook with inventory
  • -
  • Playbook can be defined centrally or in a repo
  • +
  • Playbook can be defined centrally or in each repo
  • @@ -291,12 +298,11 @@ Date: Mon Sep 26 14:14:15 2016 -0500
    
     - job:
         name: ursula
    -    parent: base
         nodes:
         - name: controller
    -      image: ubuntu-trusty
    +      image: fedora-26
         - name: db
    -      image: centos-7
    +      image: rhel-7
           
    @@ -316,7 +322,7 @@ Date: Mon Sep 26 14:14:15 2016 -0500

    Status

    Focus

    -- cgit v1.2.3