From 6ea315fa4c40ca91895b093848941b616e45efeb Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 22 Sep 2016 09:04:13 +0200 Subject: Update who cares talk for OpenStack Days Nordic --- src/talks/who-cares.hbs | 73 +++++++++++++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 33 deletions(-) (limited to 'src/talks/who-cares.hbs') diff --git a/src/talks/who-cares.hbs b/src/talks/who-cares.hbs index e236e4c..3ee0c2e 100644 --- a/src/talks/who-cares.hbs +++ b/src/talks/who-cares.hbs @@ -65,7 +65,7 @@

10-20k VMs per-day

-

10 Cloud Regions in 7 clouds

+

12 Cloud Regions in 8 clouds

Only using OpenStack APIs

@@ -96,12 +96,12 @@

1.7 Million Test Jobs in the last 6 Months

-
-

15 Million Tests in a month

+
+

2 kjph

-
-

18 Terabytes of Log Data in six months

+
+

2 klo jobs per hour

@@ -109,20 +109,19 @@

Public Clouds

  • Rackspace: Dallas, Chicago, DC
  • -
  • Internap: New York
  • +
  • Internap: New Jersey, Montreal
  • OVH: Strassbourg, Gravelines
  • -
  • Vexxhost: Montreal
  • -
  • OpenStack Innovation Center: San Antonio
-

Private Clouds

+

Managed Private Clouds

    +
  • OpenStack Innovation Center: San Antonio
  • Blue Box: San Jose
  • -
  • Red Hat: Phoenix
  • +
  • Red Hat TripleO: Phoenix
-

We also have servers

+

Private Cloud

Infra Cloud

  • Hardware donated by HPE: Houston
  • @@ -132,8 +131,7 @@
-

Architecture

-

image

+

image

@@ -150,6 +148,7 @@
+

nodepool

@@ -209,13 +209,18 @@

~/.config/openstack/clouds.yaml

 clouds:
-  vexxhost:
+  citycloud:
      profile: vexxhost
      auth:
-       project_name: d8af8a8f-a573-48e6-898a-af333b970a2d
-       username: 0b8c435b-cc4d-4e05-8a47-a2ada0539af1
-       password: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-     region_name: ca-ymq-1
+      username: mordred
+      password: XXXXXXXXXXXXXXXXXXXXX
+      project_id: 65222a4d09ea4c68934fa1028c77f394
+      user_domain_id: d0919bd5e8d74e49adf0e145807ffc38
+      project_domain_id: d0919bd5e8d74e49adf0e145807ffc38
+    regions:
+      - Kna1
+      - Sto2
+      - Lon1
   dreamcompute:
     profile: dreamhost
     auth:
@@ -243,15 +248,15 @@ cloud.create_server('my-server', image='immage-name', auto_ip=True)
       

Part of 2.0 release

 - os_keypair:
-    cloud: hp-mordred
+    cloud: citycloud
     name: mordred
     public_key_file: ~/.ssh/id_rsa.pub
 - os_image:
-    cloud: hp-mordred
+    cloud: citycloud
     name: Monty Ubuntu
     file: ubuntu.vhd
 - os_server:
-    cloud: hp-mordred
+    cloud: citycloud
     name: my-server
     flavor_ram: 1024
     image: Monty Ubuntu
@@ -273,6 +278,7 @@ cloud.create_server('my-server', image='immage-name', auto_ip=True)
       
+

nodepool

@@ -352,7 +359,7 @@ clouds:
  • Put it near your users
  • Don't put it in an NSA data center
  • Locality Requirements
  • -
  • What if you have customers in China?
  • +
  • What if you have customers in Sweden?
  • @@ -394,27 +401,27 @@ clouds:
    -
    -

    Chinese OpenStack

    -

    UnitedStack

    -

    Huawei

    -

    UMCloud

    -

    EasyStack

    -

    99 Cloud

    -
    -

    European Public OpenStack

    -

    OVH: France

    CityCloud: Sweden, UK

    -

    Elastx: Sweden

    Datacentred: UK

    +

    Elastx: Sweden

    Enter Cloud Suite: Italy, Germany, Frankfurt

    Internap: Netherlands, US

    +

    OVH: France

    Ultimum: Czech Republic

    Zetta: Norway

    +
    +

    Chinese OpenStack

    +

    UnitedStack

    +

    Huawei

    +

    UMCloud

    +

    EasyStack

    +

    99 Cloud

    +
    +

    OpenStack gives you the power to make the choices that are right for you and for your business

    -- cgit v1.2.3