From 370eb7dca02f376ba0897d5a38747c59e21b3707 Mon Sep 17 00:00:00 2001 From: gcutrini Date: Thu, 18 Oct 2018 19:23:52 -0300 Subject: [PATCH] Release v3.0.7 (#120) * [iOS] [13314] Fixes venue map zoom defaults. * Restores OAuth2 access revoked notification handling. Updates aerogear-ios-oauth2 lib. * [iOS] [13370] Splash fallbacks to loaded summit name and date display. * [iOS] [13431] Updates NOW button logic. * Version bump to 3.0.2. * Updates oauth2 lib with token refresh getter fix. * Version bump to 3.0.3. * Updates oauth lib to allow keychain tokens read when device is locked. * Version bump to 3.0.4. * Resets oauth keychain by changing accounts prefix. * Version bump to 3.0.5. * Revert "Version bump to 3.0.5." This reverts commit 35f3d89632e11848f00c8a15ea3373ae6a4ecc07. * [CoreSummit] [tvOS] Fixed tvOS compiler crash Hopefully this will be fixed in the future * Revert "[CoreSummit] [tvOS] Fixed tvOS compiler crash" This reverts commit fe5647d12a41cd3e4e0c4eac567e3c034937a470. * [CoreSummit] Fixes compiler crash. Removes redundant conformance constraint. * Updates ImageSlideshow dependency. For swift(>=3.2) compatibility. * Updates XCDYouTubeKit dependency. * Swift 4 Migration (#117) * [CoreSummit] Fixes closures syntax. * [CoreSummit] Fixes reduce and sorted closures syntax. * [CoreSummit] Fixes range at syntax. * [watchOS] Fixes reduce and sorted closures syntax. * [watchOS] Fixes html to attributed string conversion. * [iOS] Fixes reduce and sorted closures syntax. * [iOS] Fixes closures syntax. * [iOS] Fixes attributed text keys syntax. * [iOS] Adds new function signature to match expected argument type. * [iOS] Disambiguiates type(of: self) usage. * [iOS] Fixes mocked summit store call. * [macOS] Fixes closures syntax. * [macOS] Fixes html to attributed string conversion. * [macOS] Migrates to swift 4 syntax. * [macOS] Makes segues strings into identifiers. * [iOS] Adds missing event kit default calendar unwrapping. * [iOS] Adds @objc attribute for minimal inference. * [tvOS] Fixes closure syntax. * [tvOS] Fixes html to attributed string conversion. * [tvOS] Coverts metadata identifier syntax. * [CoreSummit] Treats string as collection. * [iOS] Treats string as collection. * Updates R.swift.Library dependency. * Updates XLPagerTabStrip dependency. * Updates Cosmos dependency. * Updates project and settings to target swift 4. objc inference still set to match swift 3 behaviour * [iOS] [12678] Rearranges My Summit tabs. * [iOS] Removes schedule view duplicate constraints. * [iOS] Fixes schedule view content view layout bug. * [iOS] Fixes venue detail slideshow full screen image selection. * [iOS] Renames slideshow input source type. * [iOS] [11351] Links location to floor map. * [iOS] [13513] Adds filter by track. * [iOS] [11887] Adds schedule url deep linking. * Renames schedule active dates methods. * [CoreSummit] Fixes summits request. * [iOS] [13776] Improves splash screen transitioning state. * [iOS] [13776] Fixes splash screen logo size. * [iOS] [13776] Adds day counters to splash screen. * [iOS] [13776] Fixes label instances tracking bug. * [iOS] [13776] Fixes summit name bug. * Version bump to 3.0.5. * Fixes delete persistence store call ambiguity. * [iOS] [14023] Fixes filters equatable bug. * [iOS] Adds borders to now button. * [iOS] Updates Google Maps to v2.7.0 * [CoreSummit] Fixes summit data update processing. * Adds data updates unit tests. * Updates Crashalytics dependecy. Fixes: -[ANSWriteEventOperation logLineWithTimestamp:eventName:payloadDictionary:] Raw Text * +[NSJSONSerialization dataWithJSONObject:options:error:]: value parameter is nil * [CoreSummit] Prevents concurrent data update polling. Updates event data update test json data. * [Core Summit] Clears data update storage if no active summit. * [CoreSummit] Skips data update processing if data wiping. Simplifies data update processing error recording. * [CoreSummit] [iOS] Revamps data update error logging to Fabric. * [iOS] Adds logging to view controllers api error. * [iOS] [14135] Changes button wording. * [iOS] [14182] Changes event detail section name wording. * [iOS] [14075] Fixes deep linking UI transitioning. * [iOS] Fixes layout bug caused by front view being pushed again to front. * [iOS] Prevents consecutive presses on menu items. * [iOS] [14218] Changes filter name wording. * [iOS] [14179] Adds filtering by video. * [cespinoza] - #14106 (#119) * Add CONTRIBUTING.md * [CoreSummit] [iOS] Checks allowed3 redirect url to identify IDP deep linking. Defers event viewing after data load completion. * [CoreSummit] Adds auth revoke and retry on service account api calls. * [iOS] Adds event search by presentation speaker or moderator. * [iOS] [14393] Fixes duplicated biography. Caused by race condition. * Version bump to 3.0.7 --- CONTRIBUTING.md | 10 + .../CoreSummit/Configuration.swift | 2 +- .../CoreSummit/DataUpdatePoller.swift | 69 +- .../CoreSummit/FeedbackRequest.swift | 46 +- .../CoreSummit/ListMembersRequest.swift | 23 +- OpenStack Summit/CoreSummit/Store.swift | 11 +- .../CoreSummit/SummitRequest.swift | 25 +- .../CoreSummit/SummitsRequest.swift | 23 +- .../CoreSummit/VenueRoomJSON.swift | 23 +- .../CoreSummitTests/JSON/DataUpdates13.json | 39 +- .../CoreSummitTests/JSON/DataUpdates17.json | 64 +- .../CoreSummitTests/JSON/DataUpdates18.json | 24191 +++++++ .../CoreSummitTests/JSON/DataUpdates19.json | 24291 +++++++ .../CoreSummitTests/JSON/DataUpdates20.json | 168 + .../CoreSummitTests/JSON/DataUpdates21.json | 40 + .../CoreSummitTests/JSON/DataUpdates22.json | 8 + .../CoreSummitTests/JSON/DataUpdates23.json | 36 + .../CoreSummitTests/JSON/DataUpdates24.json | 32 + .../CoreSummitTests/JSON/DataUpdates25.json | 18 + .../CoreSummitTests/JSON/DataUpdates26.json | 24 + .../CoreSummitTests/JSON/Summit24.json | 53663 ++++++++++++++++ .../CoreSummitTests/JSONTests.swift | 100 +- .../project.pbxproj | 181 +- .../OpenStack Summit/AppDelegate.swift | 24 +- .../EventDetailViewController.swift | 2 +- .../FavoriteEventsViewController.swift | 3 +- .../OpenStack Summit/Filter.swift | 9 +- .../GeneralScheduleFilterViewController.swift | 11 +- .../GeneralScheduleViewController.swift | 14 +- OpenStack Summit/OpenStack Summit/Info.plist | 2 +- .../LaunchScreenViewController.swift | 56 +- .../MainRevealViewController.swift | 3 + .../OpenStack Summit/Menu.storyboard | 65 +- .../OpenStack Summit/MenuViewController.swift | 39 +- .../MessageEnabledViewController.swift | 11 +- .../PersonDetailViewController.swift | 2 +- .../PersonalScheduleViewController.swift | 3 +- .../SearchViewController.swift | 6 +- .../SummitActivityHandling.swift | 4 +- .../OpenStackSummitWatch Extension/Info.plist | 2 +- .../OpenStackSummitWatch/Info.plist | 2 +- README.md | 2 +- buddybuild_postclone.sh | 7 +- 43 files changed, 103126 insertions(+), 228 deletions(-) create mode 100644 CONTRIBUTING.md create mode 100644 OpenStack Summit/CoreSummitTests/JSON/DataUpdates18.json create mode 100644 OpenStack Summit/CoreSummitTests/JSON/DataUpdates19.json create mode 100644 OpenStack Summit/CoreSummitTests/JSON/DataUpdates20.json create mode 100644 OpenStack Summit/CoreSummitTests/JSON/DataUpdates21.json create mode 100644 OpenStack Summit/CoreSummitTests/JSON/DataUpdates22.json create mode 100644 OpenStack Summit/CoreSummitTests/JSON/DataUpdates23.json create mode 100644 OpenStack Summit/CoreSummitTests/JSON/DataUpdates24.json create mode 100644 OpenStack Summit/CoreSummitTests/JSON/DataUpdates25.json create mode 100644 OpenStack Summit/CoreSummitTests/JSON/DataUpdates26.json create mode 100644 OpenStack Summit/CoreSummitTests/JSON/Summit24.json diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..b686a427 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +# Contributing to the OpenStack iOS mobile app project + +### Pull requests +If you would like to submit code for review, please submit a pull request in the Github repository. The OpenStack iOS app development team will review as soon as possible. + +### Reporting bugs / submitting suggestions +If you would like to report a bug or have a recommendation on how to improve the app, please submit a new Issue: https://github.com/OpenStack-mobile/summit-app-ios/issues + +### Other issues +If you have any other items that you would like to discuss please contact us at summitapps@openstack.org diff --git a/OpenStack Summit/CoreSummit/Configuration.swift b/OpenStack Summit/CoreSummit/Configuration.swift index 75f9d68a..b1d843ac 100644 --- a/OpenStack Summit/CoreSummit/Configuration.swift +++ b/OpenStack Summit/CoreSummit/Configuration.swift @@ -15,7 +15,7 @@ public protocol Configuration { /// URL of the OpenStack ID server. static var authenticationURL: String { get } - static var openID: (client: String, secret: String) { get } + static var openID: (client: String, secret: String, allowedRedirectURL: String) { get } static var serviceAccount: (client: String, secret: String) { get } diff --git a/OpenStack Summit/CoreSummit/DataUpdatePoller.swift b/OpenStack Summit/CoreSummit/DataUpdatePoller.swift index be2ee25d..28cab55d 100644 --- a/OpenStack Summit/CoreSummit/DataUpdatePoller.swift +++ b/OpenStack Summit/CoreSummit/DataUpdatePoller.swift @@ -6,18 +6,12 @@ // Copyright © 2016 OpenStack. All rights reserved. // -import Foundation -import JSON - -#if os(iOS) -import Crashlytics -import Fabric -#endif - public final class DataUpdatePoller { // MARK: - Properties + public var polling = false + public var pollingInterval: Double = 60 public var log: ((String) -> ())? @@ -68,12 +62,22 @@ public final class DataUpdatePoller { guard Reachability.connected else { return } #endif + // dont poll if already polling + guard !polling else { return } + // dont poll if no active summit guard let summitID = self.summit, let summit = try! SummitManagedObject.find(summitID, context: store.managedObjectContext) - else { return } + else { + // clear latest data update after wipe + if let latestDataUpdate = storage.latestDataUpdate { + + storage.clear() + } + return + } - log?("Polling server for data updates for summit \(summitID)") + print("Polling server for data updates for summit \(summitID)") /// Handles the polling of the data updates func process(response: ErrorValue<[DataUpdate]>) { @@ -82,35 +86,23 @@ public final class DataUpdatePoller { case let .error(error): - log?("Error polling server for data updates: \(error)") + let nsError = (error as NSError) + + log?("Error polling server: \(nsError.code) - \(nsError.localizedDescription)") case let .value(dataUpdates): - for update in dataUpdates { + var processedCount = 0 + + for index in 0..(json: json) @@ -62,9 +81,28 @@ public extension Store { http.request(method: .get, path: url) { (responseObject, error) in - // forward error guard error == nil - else { completion(.error(error!)); return } + else { + + if error?.code == 401 { + + // revoke and retry + http.authzModule?.revokeAccess { (responseObject, error) in + + guard error == nil + else { completion(.error(error!)); return } + + self.averageFeedback(summit, event: event, completion: completion) + } + } + else { + + // forward error + completion(.error(error!)) + } + + return + } guard let json = try? JSON.Value(string: responseObject as! String), let jsonObject = json.objectValue, diff --git a/OpenStack Summit/CoreSummit/ListMembersRequest.swift b/OpenStack Summit/CoreSummit/ListMembersRequest.swift index 3c02132f..4bac0618 100644 --- a/OpenStack Summit/CoreSummit/ListMembersRequest.swift +++ b/OpenStack Summit/CoreSummit/ListMembersRequest.swift @@ -29,9 +29,28 @@ public extension Store { http.request(method: .get, path: url) { (responseObject, error) in - // forward error guard error == nil - else { completion(.error(error!)); return } + else { + + if error?.code == 401 { + + // revoke and retry + http.authzModule?.revokeAccess { (responseObject, error) in + + guard error == nil + else { completion(.error(error!)); return } + + self.members(filter, sort: sort, page: page, perPage: perPage, completion: completion) + } + } + else { + + // forward error + completion(.error(error!)) + } + + return + } guard let json = try? JSON.Value(string: responseObject as! String), let page = Page(json: json) diff --git a/OpenStack Summit/CoreSummit/Store.swift b/OpenStack Summit/CoreSummit/Store.swift index 86aa9830..14278af9 100644 --- a/OpenStack Summit/CoreSummit/Store.swift +++ b/OpenStack Summit/CoreSummit/Store.swift @@ -26,7 +26,7 @@ public final class Store { public let createPersistentStore: (NSPersistentStoreCoordinator) throws -> NSPersistentStore /// Block for resetting the persistent store. - public let deletePersistentStore: (NSPersistentStoreCoordinator, NSPersistentStore) throws -> () + public let deletePersistentStore: ((NSPersistentStoreCoordinator, NSPersistentStore)?) throws -> () /// The server targeted environment. public let environment: Environment @@ -71,7 +71,7 @@ public final class Store { session: SessionStorage, contextConcurrencyType: NSManagedObjectContextConcurrencyType = .mainQueueConcurrencyType, createPersistentStore: @escaping (NSPersistentStoreCoordinator) throws -> NSPersistentStore, - deletePersistentStore: @escaping (NSPersistentStoreCoordinator, NSPersistentStore) throws -> ()) throws { + deletePersistentStore: @escaping ((NSPersistentStoreCoordinator, NSPersistentStore)?) throws -> ()) throws { // store values self.environment = environment @@ -129,7 +129,7 @@ public final class Store { public func clear() throws { - try self.deletePersistentStore(persistentStoreCoordinator, persistentStore) + try self.deletePersistentStore((persistentStoreCoordinator, persistentStore)) self.persistentStore = try self.createPersistentStore(persistentStoreCoordinator) self.managedObjectContext.reset() @@ -205,7 +205,7 @@ public final class Store { var config = Config( base: environment.configuration.authenticationURL, authzEndpoint: "oauth2/auth", - redirectURL: "org.openstack.ios.openstack-summit://oauthCallback", + redirectURL: environment.configuration.openID.allowedRedirectURL, accessTokenEndpoint: "oauth2/token", clientId: environment.configuration.openID.client, refreshTokenEndpoint: "oauth2/token", @@ -221,7 +221,8 @@ public final class Store { config = Config( base: environment.configuration.authenticationURL, authzEndpoint: "oauth2/auth", - redirectURL: "org.openstack.ios.openstack-summit://oauthCallback", + // redirectURL not needed for service account, constructors requires it though + redirectURL: "", accessTokenEndpoint: "oauth2/token", clientId: environment.configuration.serviceAccount.client, revokeTokenEndpoint: "oauth2/token/revoke", diff --git a/OpenStack Summit/CoreSummit/SummitRequest.swift b/OpenStack Summit/CoreSummit/SummitRequest.swift index 69a613dd..fb8e2950 100644 --- a/OpenStack Summit/CoreSummit/SummitRequest.swift +++ b/OpenStack Summit/CoreSummit/SummitRequest.swift @@ -30,7 +30,7 @@ public extension Store { let managedObject = try summit.save(context) - managedObject.initialDataLoad = NSDate() as Date + managedObject.initialDataLoad = Date() try context.validateAndSave() } @@ -61,9 +61,28 @@ public extension Store { http.request(method: .get, path: url) { (responseObject, error) in - // forward error guard error == nil - else { completion(.error(error!)); return } + else { + + if error?.code == 401 { + + // revoke and retry + http.authzModule?.revokeAccess { (responseObject, error) in + + guard error == nil + else { completion(.error(error!)); return } + + self.summit(identifier, completion: completion) + } + } + else { + + // forward error + completion(.error(error!)) + } + + return + } guard let json = try? JSON.Value(string: responseObject as! String), let summit = Summit(json: json) diff --git a/OpenStack Summit/CoreSummit/SummitsRequest.swift b/OpenStack Summit/CoreSummit/SummitsRequest.swift index ba7d39fc..8f8f0409 100644 --- a/OpenStack Summit/CoreSummit/SummitsRequest.swift +++ b/OpenStack Summit/CoreSummit/SummitsRequest.swift @@ -25,9 +25,28 @@ public extension Store { http.request(method: .get, path: url) { (responseObject, error) in - // forward error guard error == nil - else { completion(.error(error!)); return } + else { + + if error?.code == 401 { + + // revoke and retry + http.authzModule?.revokeAccess { (responseObject, error) in + + guard error == nil + else { completion(.error(error!)); return } + + self.summits(page, objectsPerPage: objectsPerPage, completion: completion) + } + } + else { + + // forward error + completion(.error(error!)) + } + + return + } guard let json = try? JSON.Value(string: responseObject as! String), let response = SummitsResponse(json: json) diff --git a/OpenStack Summit/CoreSummit/VenueRoomJSON.swift b/OpenStack Summit/CoreSummit/VenueRoomJSON.swift index 384029f9..80545e70 100644 --- a/OpenStack Summit/CoreSummit/VenueRoomJSON.swift +++ b/OpenStack Summit/CoreSummit/VenueRoomJSON.swift @@ -27,16 +27,33 @@ extension VenueRoom: JSONDecodable { classNameString == VenueRoom.JSONClassName, let identifier = JSONObject[LocationJSONKey.id.rawValue]?.integerValue, let name = JSONObject[LocationJSONKey.name.rawValue]?.rawValue as? String, - let venueIdentifier = JSONObject[JSONKey.venue_id.rawValue]?.integerValue, - let floorIdentifier = JSONObject[JSONKey.floor_id.rawValue]?.integerValue + let venueIdentifier = JSONObject[JSONKey.venue_id.rawValue]?.integerValue else { return nil } self.identifier = identifier self.name = name self.venue = venueIdentifier - self.floor = floorIdentifier > 0 ? floorIdentifier : nil // optional + if let floorIdentifier = JSONObject[JSONKey.floor_id.rawValue]?.integerValue { + + self.floor = floorIdentifier > 0 ? floorIdentifier : nil + + } else { + + if let floorJSON = JSONObject[JSONKey.floor.rawValue] { + + guard let floor = VenueFloor(json: floorJSON) + else { return nil } + + self.floor = floor.identifier + + } else { + + self.floor = nil + } + } + self.descriptionText = JSONObject[LocationJSONKey.description.rawValue]?.rawValue as? String if let capacity = JSONObject[JSONKey.Capacity.rawValue]?.integerValue { diff --git a/OpenStack Summit/CoreSummitTests/JSON/DataUpdates13.json b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates13.json index 8aa60bbe..5d4fcf70 100644 --- a/OpenStack Summit/CoreSummitTests/JSON/DataUpdates13.json +++ b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates13.json @@ -1,20 +1,23 @@ { - "id": 742698, - "entity_id": 36845, - "class_name": "PresentationVideo", - "created": 1493912955, - "type": "INSERT", - "entity": { - "id": 36845, - "name": null, - "description": "

OpenstackId Workshop

", - "display_on_site": false, - "featured": false, - "order": 1, - "presentation_id": 18632, - "youtube_id": "5EWnmg3OUsk", - "data_uploaded": 1493930955, - "highlighted": false, - "views": 0 - } + "class_name": "PresentationVideo", + "created": 1526931177, + "entity": { + "created": 1526931177, + "data_uploaded": 1526949177, + "description": null, + "display_on_site": true, + "featured": false, + "highlighted": false, + "id": 45221, + "last_edited": 1527607724, + "name": "Attestable service identity with Copper Argos", + "order": 0, + "presentation_id": 21014, + "views": 58, + "youtube_id": "O6eLPPmsfp8" + }, + "entity_id": 45221, + "id": 1576941, + "last_edited": 1526931177, + "type": "INSERT" } diff --git a/OpenStack Summit/CoreSummitTests/JSON/DataUpdates17.json b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates17.json index b2ac9f76..c7cf47fc 100644 --- a/OpenStack Summit/CoreSummitTests/JSON/DataUpdates17.json +++ b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates17.json @@ -1,18 +1,48 @@ { - "id": 831235, - "entity_id": 291, - "class_name": "SummitVenueRoom", - "created": 1493374201, - "type": "INSERT", - "entity": { - "id": 291, - "name": "Marketplace Expo Hall (Hall D)", - "description": null, - "location_type": "Internal", - "order": 0, - "class_name": "SummitVenueRoom", - "venue_id": 214, - "floor_id": 0, - "capacity": 0 - } -} \ No newline at end of file + "class_name": "SummitVenueRoom", + "created": 1526826259, + "entity": { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520962776, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 367, + "last_edited": 1526826618, + "location_type": "Internal", + "name": "Lightning Talk Theater sponsored by SUSE", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + }, + "entity_id": 367, + "id": 1556228, + "last_edited": 1526826259, + "type": "UPDATE" +} diff --git a/OpenStack Summit/CoreSummitTests/JSON/DataUpdates18.json b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates18.json new file mode 100644 index 00000000..535aa0bd --- /dev/null +++ b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates18.json @@ -0,0 +1,24191 @@ +{ + "class_name": "Summit", + "created": 1510664394, + "entity": { + "active": false, + "attendees_count": 1630, + "created": 1488308918, + "dates_label": "May 21-24, 2018", + "end_date": 1527220800, + "id": 24, + "last_edited": 1527669175, + "locations": [ + { + "address_1": "1055 Canada Pl", + "address_2": null, + "city": "Vancouver", + "class_name": "SummitVenue", + "country": "CA", + "created": 1512486055, + "description": null, + "details_page": false, + "display_on_site": true, + "floors": [ + { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + { + "created": 1525791065, + "description": null, + "id": 30, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/vcc-eastmeeting.jpg", + "last_edited": 1525791079, + "name": "East Meeting Level", + "number": 4, + "venue_id": 338 + } + ], + "id": 338, + "images": [ + { + "class_name": "SummitLocationImage", + "created": 1512486585, + "description": null, + "id": 36, + "image_url": "https://devbranch.openstack.org/assets/summits/24/locations/338/images/5403631349-6062029d45-o.jpg", + "last_edited": 1512486640, + "location_id": 338, + "name": "Vancouver Convention Center", + "order": 1 + } + ], + "is_main": true, + "last_edited": 1524493495, + "lat": "49.2903197", + "lng": "-123.1174984", + "location_message": null, + "location_type": "Internal", + "maps": [ + { + "class_name": "SummitLocationMap", + "created": 1525791404, + "description": null, + "id": 37, + "image_url": "https://devbranch.openstack.org/assets/summits/24/locations/338/maps/vcc-fullvenuemap.jpg", + "last_edited": 1525791405, + "location_id": 338, + "name": "Overall Venue Map", + "order": 1 + } + ], + "name": "Vancouver Convention Centre West", + "order": 1, + "rooms": [ + { + "capacity": 414, + "class_name": "SummitVenueRoom", + "created": 1520944702, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 347, + "last_edited": 1520944702, + "location_type": "Internal", + "name": "Room 109-110", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 181, + "class_name": "SummitVenueRoom", + "created": 1520944726, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 348, + "last_edited": 1520944726, + "location_type": "Internal", + "name": "Room 121-122", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 328, + "class_name": "SummitVenueRoom", + "created": 1520944746, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 349, + "last_edited": 1520944746, + "location_type": "Internal", + "name": "Room 118-120", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 248, + "class_name": "SummitVenueRoom", + "created": 1520944766, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 350, + "last_edited": 1520944800, + "location_type": "Internal", + "name": "Room 202-204", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 248, + "class_name": "SummitVenueRoom", + "created": 1520944793, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 351, + "last_edited": 1520944793, + "location_type": "Internal", + "name": "Room 205-207", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 124, + "class_name": "SummitVenueRoom", + "created": 1520944817, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 352, + "last_edited": 1520944817, + "location_type": "Internal", + "name": "Room 208-209", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 63, + "class_name": "SummitVenueRoom", + "created": 1520944831, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 353, + "last_edited": 1520944831, + "location_type": "Internal", + "name": "Room 210", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 120, + "class_name": "SummitVenueRoom", + "created": 1520944845, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 354, + "last_edited": 1520944845, + "location_type": "Internal", + "name": "Room 212", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 98, + "class_name": "SummitVenueRoom", + "created": 1520944860, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 355, + "last_edited": 1520944860, + "location_type": "Internal", + "name": "Room 213-214", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944873, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 356, + "last_edited": 1520944873, + "location_type": "Internal", + "name": "Room 215-216", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944888, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 357, + "last_edited": 1520944888, + "location_type": "Internal", + "name": "Room 223", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944901, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 358, + "last_edited": 1520944901, + "location_type": "Internal", + "name": "Room 220", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944913, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 359, + "last_edited": 1520944913, + "location_type": "Internal", + "name": "Room 221-222", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944943, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 360, + "last_edited": 1520944943, + "location_type": "Internal", + "name": "Room 224", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944969, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 362, + "last_edited": 1520944969, + "location_type": "Internal", + "name": "Room 301", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944987, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 363, + "last_edited": 1520944987, + "location_type": "Internal", + "name": "Room 302-303", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520945002, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 364, + "last_edited": 1520945002, + "location_type": "Internal", + "name": "Room 304-305", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520958145, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 365, + "last_edited": 1520958502, + "location_type": "Internal", + "name": "Ballroom A/B", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520958513, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 366, + "last_edited": 1520958537, + "location_type": "Internal", + "name": "TBA", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520962776, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 367, + "last_edited": 1526826618, + "location_type": "Internal", + "name": "Lightning Talk Theater sponsored by SUSE", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1522254244, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 368, + "last_edited": 1522254244, + "location_type": "Internal", + "name": "Room 218-219", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1523463640, + "description": "

The OpenStack Marketplace

", + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 369, + "last_edited": 1523463640, + "location_type": "Internal", + "name": "Ballroom C/D", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1523881028, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 370, + "last_edited": 1523881142, + "location_type": "Internal", + "name": "Room 217", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1524147892, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 371, + "last_edited": 1524147892, + "location_type": "Internal", + "name": "Room 306", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1525092615, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 372, + "last_edited": 1525092615, + "location_type": "Internal", + "name": "Marketplace Demo Theater", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1525701987, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 373, + "last_edited": 1525701987, + "location_type": "Internal", + "name": "Room 211", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1525877233, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 375, + "last_edited": 1525877233, + "location_type": "Internal", + "name": "Level 1", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1526036440, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 376, + "last_edited": 1526038443, + "location_type": "Internal", + "name": "Marketplace (Ballroom C/D)", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + } + ], + "state": "BC", + "website_url": "https://www.vancouverconventioncentre.com/contact", + "zip_code": "V6C 0C3" + }, + { + "address_1": "1128 W Hastings St", + "address_2": null, + "booking_link": " https://aws.passkey.com/e/49171307", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512490933, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 339, + "images": [], + "last_edited": 1525786236, + "lat": "49.2879707", + "lng": "-123.1204422", + "location_message": null, + "location_type": "None", + "maps": [], + "name": "Vancouver Marriott Pinnacle Downtown", + "order": 7, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6E 4R5" + }, + { + "address_1": "1038 Canada Pl", + "address_2": null, + "booking_link": " https://resweb.passkey.com/go/openstack2018vpr", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491044, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 340, + "images": [], + "last_edited": 1524493495, + "lat": "49.2880938", + "lng": "-123.1165232", + "location_message": "40% OFF THROUGH May 4", + "location_type": "None", + "maps": [], + "name": "Fairmont Pacific Rim", + "order": 5, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6C 0B9" + }, + { + "address_1": "900 Canada Pl", + "address_2": null, + "booking_link": " https://resweb.passkey.com/go/openstacksummit2018", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491253, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 341, + "images": [], + "last_edited": 1524493495, + "lat": "49.2872212", + "lng": "-123.1139649", + "location_message": "43% OFF THROUGH May 4", + "location_type": "None", + "maps": [], + "name": "Fairmont Waterfront Hotel", + "order": 6, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6C 3L5" + }, + { + "address_1": "900 W Georgia St", + "address_2": null, + "booking_link": "https://resweb.passkey.com/go/openstack2018", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491359, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 342, + "images": [], + "last_edited": 1524493495, + "lat": "49.2838113", + "lng": "-123.1209848", + "location_message": "44% OFF THROUGH May 4", + "location_type": "None", + "maps": [], + "name": "Fairmont Hotel Vancouver", + "order": 4, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6C 2W6" + }, + { + "address_1": "300 - 999 Canada Place", + "address_2": null, + "booking_link": "https://aws.passkey.com/go/2018OpenStackSummit", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491526, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 343, + "images": [], + "last_edited": 1524493543, + "lat": "49.2886946", + "lng": "-123.1111906", + "location_message": "45% OFF THROUGH April 25", + "location_type": "None", + "maps": [], + "name": "Pan Pacific ", + "order": 3, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6C 3B5" + }, + { + "address_1": "1133 W Hastings St", + "address_2": null, + "booking_link": "https://aws.passkey.com/event/49495336/owner/2075/home", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491614, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 344, + "images": [], + "last_edited": 1525786250, + "lat": "49.2884419", + "lng": "-123.1209695", + "location_message": null, + "location_type": "None", + "maps": [], + "name": "Pinnacle Hotel Harbourfront", + "order": 9, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6E 3T3" + }, + { + "address_1": "655 Burrard St", + "address_2": null, + "booking_link": "https://aws.passkey.com/go/2018openstack", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491784, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 345, + "images": [], + "last_edited": 1525786243, + "lat": "49.2850955", + "lng": "-123.1205418", + "location_message": null, + "location_type": "None", + "maps": [], + "name": "Hyatt Regency", + "order": 8, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6C 2R7" + }, + { + "address_1": "791 W Georgia St", + "address_2": null, + "booking_link": "https://www.fourseasons.com/vancouver/landing_pages/events/OpenStack_Summit/", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491941, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 346, + "images": [], + "last_edited": 1524493495, + "lat": "49.2832102", + "lng": "-123.1187075", + "location_message": "55% OFF THROUGH APRIL 25", + "location_type": "None", + "maps": [], + "name": "Four Seasons", + "order": 2, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6C 2T4" + }, + { + "capacity": 414, + "class_name": "SummitVenueRoom", + "created": 1520944702, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 347, + "last_edited": 1520944702, + "location_type": "Internal", + "name": "Room 109-110", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 181, + "class_name": "SummitVenueRoom", + "created": 1520944726, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 348, + "last_edited": 1520944726, + "location_type": "Internal", + "name": "Room 121-122", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 328, + "class_name": "SummitVenueRoom", + "created": 1520944746, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 349, + "last_edited": 1520944746, + "location_type": "Internal", + "name": "Room 118-120", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 248, + "class_name": "SummitVenueRoom", + "created": 1520944766, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 350, + "last_edited": 1520944800, + "location_type": "Internal", + "name": "Room 202-204", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 248, + "class_name": "SummitVenueRoom", + "created": 1520944793, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 351, + "last_edited": 1520944793, + "location_type": "Internal", + "name": "Room 205-207", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 124, + "class_name": "SummitVenueRoom", + "created": 1520944817, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 352, + "last_edited": 1520944817, + "location_type": "Internal", + "name": "Room 208-209", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 63, + "class_name": "SummitVenueRoom", + "created": 1520944831, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 353, + "last_edited": 1520944831, + "location_type": "Internal", + "name": "Room 210", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 120, + "class_name": "SummitVenueRoom", + "created": 1520944845, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 354, + "last_edited": 1520944845, + "location_type": "Internal", + "name": "Room 212", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 98, + "class_name": "SummitVenueRoom", + "created": 1520944860, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 355, + "last_edited": 1520944860, + "location_type": "Internal", + "name": "Room 213-214", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944873, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 356, + "last_edited": 1520944873, + "location_type": "Internal", + "name": "Room 215-216", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944888, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 357, + "last_edited": 1520944888, + "location_type": "Internal", + "name": "Room 223", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944901, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 358, + "last_edited": 1520944901, + "location_type": "Internal", + "name": "Room 220", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944913, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 359, + "last_edited": 1520944913, + "location_type": "Internal", + "name": "Room 221-222", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944943, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 360, + "last_edited": 1520944943, + "location_type": "Internal", + "name": "Room 224", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944969, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 362, + "last_edited": 1520944969, + "location_type": "Internal", + "name": "Room 301", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944987, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 363, + "last_edited": 1520944987, + "location_type": "Internal", + "name": "Room 302-303", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520945002, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 364, + "last_edited": 1520945002, + "location_type": "Internal", + "name": "Room 304-305", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520958145, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 365, + "last_edited": 1520958502, + "location_type": "Internal", + "name": "Ballroom A/B", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520958513, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 366, + "last_edited": 1520958537, + "location_type": "Internal", + "name": "TBA", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520962776, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 367, + "last_edited": 1526826618, + "location_type": "Internal", + "name": "Lightning Talk Theater sponsored by SUSE", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1522254244, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 368, + "last_edited": 1522254244, + "location_type": "Internal", + "name": "Room 218-219", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1523463640, + "description": "

The OpenStack Marketplace

", + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 369, + "last_edited": 1523463640, + "location_type": "Internal", + "name": "Ballroom C/D", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1523881028, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 370, + "last_edited": 1523881142, + "location_type": "Internal", + "name": "Room 217", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1524147892, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 371, + "last_edited": 1524147892, + "location_type": "Internal", + "name": "Room 306", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1525092615, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 372, + "last_edited": 1525092615, + "location_type": "Internal", + "name": "Marketplace Demo Theater", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1525701987, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 373, + "last_edited": 1525701987, + "location_type": "Internal", + "name": "Room 211", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "address_1": "300 - 999 Canada Place", + "address_2": null, + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitExternalLocation", + "country": "CA", + "created": 1525775380, + "description": null, + "details_page": false, + "display_on_site": false, + "id": 374, + "images": [], + "last_edited": 1525775422, + "lat": "49.28794", + "lng": "-123.11305190000002", + "location_message": null, + "location_type": "External", + "maps": [], + "name": "Pan Pacific Hotel, Oceanview Rooms 1-4", + "order": 10, + "state": "BC", + "website_url": null, + "zip_code": "V6C 3B5" + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1525877233, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 375, + "last_edited": 1525877233, + "location_type": "Internal", + "name": "Level 1", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1526036440, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 376, + "last_edited": 1526038443, + "location_type": "Internal", + "name": "Marketplace (Ballroom C/D)", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + } + ], + "logo": null, + "max_submission_allowed_per_user": 3, + "name": "Vancouver, BC", + "page_url": "https://devbranch.openstack.org/summit/vancouver-2018", + "presentation_voters_count": 1611, + "presentation_votes_count": 11425, + "presentations_submitted_count": 1206, + "published_events_count": 542, + "registration_begin_date": null, + "registration_end_date": null, + "schedule_event_detail_url": "https://devbranch.openstack.org/summit/vancouver-2018/summit-schedule/events/:event_id/:event_title", + "schedule_page_url": "https://devbranch.openstack.org/summit/vancouver-2018/summit-schedule", + "schedule_start_date": 1526886000, + "secondary_registration_label": "Sponsor the Event", + "secondary_registration_link": "https://www.openstack.org/summit/vancouver-2018/sponsors", + "selection_plans": [ + { + "created": 1528109381, + "id": 5, + "is_enabled": true, + "last_edited": 1528109381, + "max_submission_allowed_per_user": 0, + "name": "OpenStack Open Infrastructure Summit", + "selection_begin_date": 1519545600, + "selection_end_date": 1520924340, + "submission_begin_date": 1515009600, + "submission_end_date": 1518422340, + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_begin_date": 1519113600, + "voting_end_date": 1519631940 + }, + { + "created": 1528109381, + "id": 6, + "is_enabled": true, + "last_edited": 1528109381, + "max_submission_allowed_per_user": 0, + "name": "The Forum", + "selection_begin_date": 1519545600, + "selection_end_date": 1520924340, + "submission_begin_date": 1515009600, + "submission_end_date": 1518422340, + "summit_id": 24, + "track_groups": [ + 84 + ], + "voting_begin_date": 1519113600, + "voting_end_date": 1519631940 + } + ], + "speaker_announcement_email_accepted_alternate_count": 0, + "speaker_announcement_email_accepted_count": 253, + "speaker_announcement_email_accepted_rejected_count": 154, + "speaker_announcement_email_alternate_count": 0, + "speaker_announcement_email_alternate_rejected_count": 0, + "speaker_announcement_email_rejected_count": 622, + "speakers": [ + { + "affiliations": [ + { + "created": 1502223558, + "end_date": null, + "id": 144073, + "is_current": true, + "job_title": "System Administrator, Sr. - III", + "last_edited": 1502223558, + "organization": { + "created": 1502223558, + "id": 24139, + "last_edited": 1502223558, + "name": "SHARCNET Supercomputing Consortia" + }, + "owner_id": 57854, + "start_date": 1485907200 + }, + { + "created": 1516377194, + "end_date": null, + "id": 153430, + "is_current": true, + "job_title": "Operational Lead", + "last_edited": 1516377194, + "organization": { + "created": 1494193305, + "id": 22963, + "last_edited": 1494193305, + "name": "Compute Canada" + }, + "owner_id": 57854, + "start_date": 1511136000 + } + ], + "bio": "

Mohamed graduated from Western University, Canada with an M.E.Sc. in Electrical and Computer Engineering with focus on distributed systems. He has extensive experience in architecting and administrating Openstack clouds. He is a System Administrator III for SHARCNET Supercomputing Consortium and the Operational Lead of the Compute Canada National Cloud team responsible for architecting, deploying and operating Openstack clouds supporting researchers across Canada. He is particularly interested in VNF performance and how high performance task-sets can be deployed in the cloud.

", + "created": 1469043455, + "first_name": "Mohamed", + "gender": "Male", + "id": 10429, + "irc": "melsakhawy", + "last_edited": 1526995132, + "last_name": "Elsakhawy", + "member_id": 57854, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10429", + "presentations": { + "1": 20630 + }, + "title": "System Administrator III SHARCNET - Operational Lead, National Cloud Team", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1500823781, + "end_date": null, + "id": 143086, + "is_current": true, + "job_title": "Principal OpenStack Architect", + "last_edited": 1500823781, + "organization": { + "created": 1414579901, + "id": 6571, + "last_edited": 1414579901, + "name": "Insight Global" + }, + "owner_id": 22108, + "start_date": 1502064000 + } + ], + "bio": "

Craig Anderson works at Insight Global as a Principal OpenStack Architect, where he has lead the design of large scale, distributed, highly customized OpenStack private clouds for fortune 10 customers.

", + "created": 1435085957, + "first_name": "Craig", + "gender": "Male", + "id": 308, + "irc": null, + "last_edited": 1515906158, + "last_name": "Anderson", + "member_id": 22108, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/308", + "presentations": { + "13": 20632 + }, + "title": "Principal OpenStack Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1428899656, + "end_date": null, + "id": 70358, + "is_current": true, + "job_title": null, + "last_edited": 1428899656, + "organization": { + "created": 1390290563, + "id": 4029, + "last_edited": 1390290563, + "name": "Huawei Technologies Co. Ltd" + }, + "owner_id": 33439, + "start_date": 1422230400 + } + ], + "bio": "

Zhenyu Zheng joined Huawei Technologies Co., Ltd since Jan. 2015.

\r\n

He is one of the developer in OpenStack development team at Huawei, works full-time in

\r\n

OpenStack Community, focuses on Nova, Searchlight. Searchlight Core Reviewer since Ocata.

", + "created": 1450862760, + "first_name": "Zhenyu", + "gender": "Male", + "id": 3678, + "irc": "Kevin_Zheng", + "last_edited": 1517969031, + "last_name": "Zheng", + "member_id": 33439, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3678", + "presentations": { + "8": 20633 + }, + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1456496618, + "end_date": null, + "id": 91136, + "is_current": true, + "job_title": null, + "last_edited": 1456496618, + "organization": { + "created": 1390290563, + "id": 4029, + "last_edited": 1390290563, + "name": "Huawei Technologies Co. Ltd" + }, + "owner_id": 57113, + "start_date": 1453680000 + } + ], + "bio": "

OpenStack Nova Contributor, Upstream Developer.

", + "created": 1515960667, + "first_name": "Yikun", + "gender": "Male", + "id": 13889, + "irc": "yikun", + "last_edited": 1520995094, + "last_name": "Jiang", + "member_id": 57113, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13889", + "presentations": [ + 20633 + ], + "title": "Huawei Software Engineer", + "twitter": "yikunkero" + }, + { + "affiliations": [ + { + "created": 1418332046, + "end_date": null, + "id": 63867, + "is_current": true, + "job_title": null, + "last_edited": 1418332046, + "organization": { + "created": 1389994126, + "id": 3998, + "last_edited": 1389994126, + "name": "Huawei Technologies Co., Ltd." + }, + "owner_id": 14072, + "start_date": 1368921600 + } + ], + "bio": "

Devoting to OpenStack community contribution, especially in Ceilometer(renamed to \"Telemetry\" now) project, and now also nvest much time in a new baremetal-computing-as-a-service project named Mogan. Sheng Liu have done well in code commit, code review, community involvement to improve OpenStack capability, stability, usability, etc. In 2015.9, Sheng Liu has been proposed as a core contributor of Ceilometer project. And in 2017, Sheng Liu also been proposed as a core contributor of Mogan project. In the last 4+ years working for Huawei, Sheng Liu have also participate development works of Huawei's FusionShpere OpenStack product, and mainly involved NFV scoped features in Nova, such as Numa instance, SRIOV support.

", + "created": 1453081452, + "first_name": "Sheng", + "gender": "Male", + "id": 3997, + "irc": "liusheng", + "last_edited": 1526614062, + "last_name": "Liu", + "member_id": 14072, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3997", + "presentations": { + "7": 20633, + "8": 20815 + }, + "title": "software engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454966266, + "end_date": null, + "id": 87139, + "is_current": true, + "job_title": null, + "last_edited": 1454966266, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 53381, + "start_date": 1454284800 + } + ], + "bio": "

Anne Bertucio works for the OpenStack Foundation where she helps newcomers understand open source and the OpenStack Foundation projects, and find their way through the various projects and communities. You can usually find her answering questions on social media and IRC, or at your local meetup.

", + "created": 1466165127, + "first_name": "Anne", + "gender": "Female", + "id": 9247, + "irc": "annabelleB", + "last_edited": 1522681021, + "last_name": "Bertucio", + "member_id": 53381, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9247", + "presentations": { + "7": 20641, + "8": 21793, + "9": 21840 + }, + "title": "OpenStack Foundation", + "twitter": "WhyHiAnnabelle" + }, + { + "affiliations": [ + { + "created": 1431486279, + "end_date": null, + "id": 124243, + "is_current": true, + "job_title": null, + "last_edited": 1431486279, + "organization": { + "created": 1359485922, + "id": 666, + "last_edited": 1365013136, + "name": "China Mobile" + }, + "owner_id": 34788, + "start_date": 1372636800 + }, + { + "created": 1431486279, + "end_date": null, + "id": 71822, + "is_current": true, + "job_title": null, + "last_edited": 1431486279, + "organization": { + "created": 1359485922, + "id": 666, + "last_edited": 1365013136, + "name": "China Mobile" + }, + "owner_id": 34788, + "start_date": 1372636800 + } + ], + "bio": "

Qiao Fu is a project manager at China Mobile Research Institute. She obtained Her Masters degree from Dept. Electronic and Engineering at Tsinghua University in 2013. She joined China Mobile after graduation and is working on the research of network technology. Qiao Fu is now leading the team for future network integration and testing, and is responsible for the national experiment network for NFV/SDN in China Mobile. Qiao Fu is also working in the OPNFV community ever since its establishment. She is now the TSC member for OPNFV, embassador for OPNFV, and is also the PTL for the High Availability project.

", + "created": 1484812382, + "first_name": "Qiao", + "gender": "Female", + "id": 11158, + "irc": "fuqiao", + "last_edited": 1516164042, + "last_name": "Fu", + "member_id": 34788, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11158", + "presentations": { + "4": 20643, + "6": 21889 + }, + "title": "Project Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1461067988, + "end_date": null, + "id": 94644, + "is_current": true, + "job_title": null, + "last_edited": 1461067988, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 38796, + "start_date": 1304294400 + } + ], + "bio": "

At Red Hat, Scott McCarty helps to educate IT professionals, customers, and partners on all aspects of Linux containers, from organizational transformation to technical implementation, and works to advance Red Hat's go-to-market strategy around containers and related technologies. He also liaises with engineering teams, both at the product and upstream project level, to help drive innovation by using feedback from Red Hat customers and partners as drivers to enhance and tailor container features and capabilities for the real world of enterprise IT.

Scott is a social media start-up veteran, an e-commerce old timer, and a weathered government research technologist, with experience across a variety of companies and organizations, from seven person start-ups to 8,000 employee technology companies. This has culminated in a unique perspective on open source software development, delivery, and maintenance.

", + "created": 1436823308, + "first_name": "Scott", + "gender": "Male", + "id": 1452, + "irc": "fatherlinux", + "last_edited": 1516185432, + "last_name": "McCarty", + "member_id": 38796, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1452", + "presentations": { + "6": 20647, + "7": 21799 + }, + "title": "Global Container Strategy", + "twitter": "fatherlinux" + }, + { + "affiliations": [ + { + "created": 1417013750, + "end_date": null, + "id": 63515, + "is_current": true, + "job_title": null, + "last_edited": 1417013750, + "organization": { + "created": 1417013750, + "id": 6857, + "last_edited": 1417013750, + "name": "RackN" + }, + "owner_id": 221, + "start_date": 1412294400 + } + ], + "bio": "

Rob Hirschfeld has been involved in OpenStack since the earliest days with a focus on ops and building the infrastructure that powers cloud and storage. 

\r\n

He's also co-Chair of the Kubernetes Cluster Ops SIG and a four term OpenStack board member. The RackN team has deep knowledge of Kubernetes (we've been deploying it on clouds and metal), OpenStack (we created the Crowbar project) and cloud native architecture (we migrated Digital Rebar to be micro-services).

\r\n

Basically, Rob has deep ops knowledge of both platforms AND experience with cloud native migrations. He's also a regular speaker at OpenStack Summits about items including SDN, interop and running Kubernetes.
You can read more about my thoughts and positions regarding OpenStack and Cloud on my blog: http://RobHirschfeld.com.

", + "created": 1436978199, + "first_name": "Rob", + "gender": "Male", + "id": 2444, + "irc": "zehicle", + "last_edited": 1517814277, + "last_name": "Hirschfeld", + "member_id": 221, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2444", + "presentations": { + "22": 20787, + "23": 20651 + }, + "title": "RackN CEO, Past OpenStack Board / DefCore Committee Chair", + "twitter": "zehicle" + }, + { + "affiliations": [ + { + "created": 1501893276, + "end_date": null, + "id": 143960, + "is_current": true, + "job_title": "Principal Architect NFV & Cloud Provider Solutions", + "last_edited": 1501893276, + "organization": { + "created": 1473215426, + "id": 18605, + "last_edited": 1473215426, + "name": "Dell EMC" + }, + "owner_id": 79739, + "start_date": 1500854400 + } + ], + "bio": "

Glen currently serves as principal architect over cloud, NFV and SDN network architecture solutions for large service providers at Dell Technologies. His current focus lies in defining the hardware and software\u00a0strategies\u00a0for tier 1 service provider data center cloud and uCPE reference architectures. His use cases concentrate on open source network software solutions deployed on commodity server hardware into customer data center environments via telco access networks, and has worked with various industry partners, SDO's and service providers on developing strategies\u00a0for NFV and compute from\u00a0edge to edge.

\n

Glen has been around the telco/service provider industry for the past 18 or so years and has a wide-ranging background in design, architecture and operations of large scale enterprise/provider networks and system infrastructures.

", + "created": 1483504717, + "first_name": "Glen", + "gender": "Male", + "id": 11051, + "irc": "GlenAtDell", + "last_edited": 1522847039, + "last_name": "McGowan", + "member_id": 79739, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11051", + "presentations": { + "1": 20651 + }, + "title": "Principal Architect - Cloud & NFV Service Provider Solutions", + "twitter": "mobious" + }, + { + "affiliations": [ + { + "created": 1435051013, + "end_date": null, + "id": 73800, + "is_current": true, + "job_title": null, + "last_edited": 1435051013, + "organization": { + "created": 1361972966, + "id": 1596, + "last_edited": 1364994360, + "name": "99cloud" + }, + "owner_id": 10746, + "start_date": 1432857600 + } + ], + "bio": "

Shuquan Huang is technical director of 99cloud, one of top 3 OpenStack provider in China. He focuses on helping enterprise land OpenStack cloud and migrate the data & applications to cloud environment. He started his Openstack journey from 2011 and actively involved in the OpenStack community as a contributor and speaker.\u00a0\u00a0

", + "created": 1435811408, + "first_name": "Shuquan", + "gender": "Male", + "id": 571, + "irc": "syucyun", + "last_edited": 1521195160, + "last_name": "Huang", + "member_id": 10746, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/571", + "presentations": { + "15": 20651, + "16": 20824, + "17": 21215, + "18": 21884 + }, + "title": "Technical Director", + "twitter": "shuquan" + }, + { + "affiliations": [ + { + "created": 1499437810, + "end_date": null, + "id": 142388, + "is_current": true, + "job_title": "OpenSource Community Operations Manager", + "last_edited": 1499437810, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 10659, + "start_date": 1499040000 + } + ], + "bio": "

Melvin Hillsman is an open source community operations manager at Huawei. Melvin is passionate about user and developer collaboration and cross-community interaction and communication. His current focus is OpenLab, where he works closely with members of the Kubernetes, OpenStack, OpenCi, CNCF, CloudFoundry, and OPNFV communities for integration and validation of cloud ecosystem tooling and support of hybrid and multicloud validation. He is the current chair for the OpenStack user committee and on the governance board for OpenLab.

", + "created": 1437961231, + "first_name": "Melvin", + "gender": "Male", + "id": 3119, + "irc": "mrhillsman", + "last_edited": 1526826283, + "last_name": "Hillsman", + "member_id": 10659, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3119", + "presentations": { + "14": 20653, + "16": 21322, + "17": 21862, + "18": 21897, + "19": 21902 + }, + "title": "Open Source Community Operations Manager, Huawei", + "twitter": "mrhillsman" + }, + { + "affiliations": [ + { + "created": 1444478238, + "end_date": null, + "id": 81744, + "is_current": true, + "job_title": null, + "last_edited": 1454472218, + "organization": { + "created": 1444478238, + "id": 11654, + "last_edited": 1444478238, + "name": "Pittsburgh Supercomputing Center" + }, + "owner_id": 48230, + "start_date": 1086048000 + } + ], + "bio": "

Robert is a systems developer and cluster administrator who has spent the past 10 years at the Pittsburgh Supercomputing Center working on data movement technologies, distributed filesystems, authentication and authorization, cluster scheduling, and cloud computing in HPC environments.

\r\n

Robert graduated from Penn State University in 2007 with a B.S. in Computer Science.

", + "created": 1454448300, + "first_name": "Robert", + "gender": "Male", + "id": 5245, + "irc": "rbudden", + "last_edited": 1523278274, + "last_name": "Budden", + "member_id": 48230, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5245", + "presentations": { + "3": 20656 + }, + "title": "Senior Grid Cluster Systems Developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1481742141, + "end_date": null, + "id": 110432, + "is_current": true, + "job_title": "Lead Systems Programmer", + "last_edited": 1481742141, + "organization": { + "created": 1361972966, + "id": 1471, + "last_edited": 1365013136, + "name": "Indiana University" + }, + "owner_id": 52271, + "start_date": 1134345600 + } + ], + "bio": "

John (Mike) holds a BS computer engineering degree from Purdue University. \u00a0He has worked in high performance computing and virtualization at Indiana University for 12 years.

", + "created": 1453392140, + "first_name": "John", + "gender": "Male", + "id": 4100, + "irc": "jmlowe", + "last_edited": 1523280302, + "last_name": "Lowe", + "member_id": 52271, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4100", + "presentations": { + "2": 20656 + }, + "title": "Lead Systems Progammer", + "twitter": "jmlowe" + }, + { + "affiliations": [ + { + "created": 1466412373, + "end_date": null, + "id": 99358, + "is_current": true, + "job_title": null, + "last_edited": 1466412373, + "organization": { + "created": 1466412373, + "id": 16920, + "last_edited": 1466412373, + "name": "StackHPC Ltd" + }, + "owner_id": 17790, + "start_date": 1464739200 + } + ], + "bio": "

Stig has a background in R&D working for various prominent technology companies, particularly in HPC and software-defined networking.  Stig is now CTO for StackHPC, a consultancy specialising in the convergence of cloud, HPC and big data.  Stig is also co-chair of the OpenStack Scientific Working Group, a globally-distributed grouping of research institutions using OpenStack for research computing use cases.

", + "created": 1454064212, + "first_name": "Stig", + "gender": "Male", + "id": 4503, + "irc": "oneswig", + "last_edited": 1522079156, + "last_name": "Telfer", + "member_id": 17790, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4503", + "presentations": { + "11": 21681, + "12": 21680, + "13": 20656 + }, + "title": "OpenStack HPC contributor, CTO StackHPC", + "twitter": "oneswig" + }, + { + "affiliations": [ + { + "created": 1384269875, + "end_date": null, + "id": 45155, + "is_current": true, + "job_title": "", + "last_edited": 1384269875, + "organization": { + "created": 1359485922, + "id": 622, + "last_edited": 1381706537, + "name": "Monash University" + }, + "owner_id": 4336, + "start_date": null + } + ], + "bio": "

Blair has worked in distributed computing at Monash University for ten years, leading Monash's use of OpenStack in research computing for the last four. Team lead, infrastructure architect, admin, user, researcher and occasional hacker - Blair's unique (if slightly schizophrenic) perspective has helped guide the evolution of the research computing engine central to Monash's 21st Century Microscope vision.

", + "created": 1437007306, + "first_name": "Blair", + "gender": "Male", + "id": 2841, + "irc": "blairo", + "last_edited": 1516287352, + "last_name": "Bethwaite", + "member_id": 4336, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2841", + "presentations": { + "15": 21681, + "16": 21680, + "17": 20656 + }, + "title": "Senior HPC Consultant", + "twitter": "blairbethwaite" + }, + { + "affiliations": [ + { + "created": 1436435320, + "end_date": null, + "id": 75307, + "is_current": true, + "job_title": null, + "last_edited": 1436435320, + "organization": { + "created": 1436435320, + "id": 10023, + "last_edited": 1436435320, + "name": "National Institute of Standards and Technology" + }, + "owner_id": 36695, + "start_date": 1367798400 + } + ], + "bio": "

Jim Golden is a IT Specialist at the National Institute of Standards and Technology (NIST) and has been a cloud operator since 2013. Jim operates heterogenious GPU enabled clouds which run some of NIST’s scientific evaluations, which include deep neural network training in speech recognition and detection tasks in multi-camera streaming video.

", + "created": 1436435458, + "first_name": "Jim", + "gender": "Male", + "id": 958, + "irc": "goldenfri", + "last_edited": 1527187275, + "last_name": "Golden", + "member_id": 36695, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/958", + "presentations": { + "2": 20656 + }, + "title": "IT Specialist", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Jonathan is a unix systems administrator for the NASA Center for Climate Simulation at Goddard Space Flight Center.  He joined NASA in 2014 to help maintain Goddard's 3.5 petaflop supercomputer, called 'Discover'. He's now working to implement a large-scale OpenStack cluster for data analytics and other tasks performed by the climate science community.  Jonathan has worked in HPC since 2011, having built several clusters for the University of North Carolina at Chapel Hill.  As part of the National Science Foundation's GENI project, he helped to build over twenty interconnected OpenStack clouds, which combined to function as a testbed for emerging networking technologies, particularly OpenFlow.

", + "created": 1486402463, + "first_name": "Jonathan", + "gender": null, + "id": 11633, + "irc": null, + "last_edited": 1486420950, + "last_name": "Mills", + "member_id": 81344, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11633", + "presentations": { + "1": 20656 + }, + "title": "Systems Administrator", + "twitter": null + }, + { + "affiliations": [], + "bio": "

XiaoGuang,Zhang work as an cloud architect in China Mobile Research and Development Institute , during the past several years, with his help, China Mobile has built private cloud adn NFV based on openstack framework, and at the same time, he built openstack platform to support the internal production system in China Mobile Research Institute\u3002
Now In order to promote the large-scale deployment of China Mobile private cloud based on OpenStack, he focus on OpenStack Maturity research, including deployment, performance, reliability, operation and maintenance, etc. but also seeks to on the application and telecommunications related research and deployment, such as container with openstack, NFV test based on openstack and so on.

", + "created": 1484473888, + "first_name": "xiaoguang", + "gender": "Prefer not to say", + "id": 11112, + "irc": null, + "last_edited": 1521596502, + "last_name": "zhang", + "member_id": 27102, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11112", + "presentations": { + "5": 20660 + }, + "title": "Senior Cloud Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269889, + "end_date": null, + "id": 50551, + "is_current": true, + "job_title": "", + "last_edited": 1522251944, + "organization": { + "created": 1359485922, + "id": 42, + "last_edited": 1365005113, + "name": "CERN" + }, + "owner_id": 9745, + "start_date": 1367452800 + } + ], + "bio": "

Belmiro Moreira is an enthusiastic software engineer passionate about the challenges and complexities of architecting and deploying Cloud Infrastructures in very large-scale environments. He works at CERN and during the last four years his main role was to design, develop and build the CERN Cloud Infrastructure based on Openstack. Previously he worked in different virtualization projects to improve the large batch farm at CERN. Belmiro also holds a degree in Mathematics.

", + "created": 1438070698, + "first_name": "Belmiro", + "gender": "Male", + "id": 3184, + "irc": "@belmiromoreira", + "last_edited": 1522252129, + "last_name": "Moreira", + "member_id": 9745, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3184", + "presentations": { + "1": 20667, + "2": 20767, + "3": 21148 + }, + "title": "Cloud Architect, CERN", + "twitter": "belmoreira" + }, + { + "affiliations": [ + { + "created": 1384269880, + "end_date": null, + "id": 47377, + "is_current": true, + "job_title": "", + "last_edited": 1426514551, + "organization": { + "created": 1426514551, + "id": 7980, + "last_edited": 1426514551, + "name": "OICR" + }, + "owner_id": 6537, + "start_date": 1412121600 + } + ], + "bio": "

George is a Senior Cloud Architect in the Informatics and Bio-computing Program at the bio-informatics department of Ontario Institute for Cancer Research (OICR) where he designs, builds and supports a large Openstack/Ceph environment to enable cancer research used by cancer researchers.

\r\n

Having started with Openstack during the Cactus release, he  brings his expertise around cloud design, operations, infrastructure, security and performance tuning in the interest of science. Previously, he was at Q9 Networks,  a major datacenter infrastructure provider in Toronto where he held various technical roles in the span of six years. In the last two years at OICR, his focus was around deploying and supporting a highly available peta-byte scale OpenStack private cloud.

", + "created": 1467744159, + "first_name": "George", + "gender": "Male", + "id": 9432, + "irc": "georgem2", + "last_edited": 1516372392, + "last_name": "Mihaiescu", + "member_id": 6537, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9432", + "presentations": { + "3": 20672 + }, + "title": "Senior Cloud Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1482416118, + "end_date": null, + "id": 110829, + "is_current": true, + "job_title": null, + "last_edited": 1482416118, + "organization": { + "created": 1482416118, + "id": 20601, + "last_edited": 1482416118, + "name": "Ontario Institute for Cancer Research" + }, + "owner_id": 79342, + "start_date": 1470096000 + } + ], + "bio": "

Senior IT professional with 12 years of experience in the datacentre and managed service provider space specializing in mission critical and highly available environments.

", + "created": 1486413891, + "first_name": "Jared", + "gender": "Male", + "id": 11677, + "irc": "shubjero", + "last_edited": 1516372428, + "last_name": "Baker", + "member_id": 79342, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11677", + "presentations": { + "1": 20672 + }, + "title": "Cloud engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Martins Innus is a Scientific Programmer at the Center for Computation Research (CCR) at the University at Buffalo (UB).  He writes software for HPC monitoring and performance measurement.  He has also been deeply involved in the deployment, testing and integration of the OpenStack installation at CCR.

", + "created": 1516624003, + "first_name": "Martins", + "gender": null, + "id": 13937, + "irc": null, + "last_edited": 1517832209, + "last_name": "Innus", + "member_id": 98086, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13937", + "presentations": [ + 20680 + ], + "title": "Scientific Programmer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

As a software engineer and system administrator at the Center for Computational Research, Mr. Bruno administers high performance Linux based compute clusters spanning thousands of nodes. He develops and supports the infrastructure to perform automated software installations, maintain user account management systems, and system monitoring tools for tracking resource utilization and energy consumption. Mr. Bruno administers private cloud installations using OpenStack and works on a large NSF funded grant to build a federated academic cloud-computing platform called Aristotle. Additionally, he provides computational support for UB's Next-Generation Sequencing and Expression Analysis Core running Illumina GAIIx for high throughput sequencing.

", + "created": 1516692198, + "first_name": "Andrew", + "gender": null, + "id": 13944, + "irc": null, + "last_edited": 1517998058, + "last_name": "Bruno", + "member_id": 98110, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13944", + "presentations": [ + 20680 + ], + "title": "Senior Programmer Analyst", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Yong Fu is a software engineer of the Cloud Storage Engineer group from Intel Asia Pacific Research & Development Ltd. Work with ISV and Open Source software community closely to ensure their software are optimized for Intel platforms, it may involve any layer of the solution stack such as storage, virtualization and container etc. And be responsible for selecting the workloads, tuning and measuring the performance, analyzing the data, identifying the improvement opportunities and then implementing the optimization if needed, and also leverage Intel platform’s features from software perspective.

", + "created": 1516581031, + "first_name": "Yong", + "gender": null, + "id": 13934, + "irc": null, + "last_edited": 1522287854, + "last_name": "Fu", + "member_id": 98072, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13934", + "presentations": [ + 20683 + ], + "title": "Senior Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1521142561, + "end_date": null, + "id": 155173, + "is_current": true, + "job_title": "Software Engineer Manager", + "last_edited": 1521142561, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 7600, + "start_date": 1193875200 + } + ], + "bio": "

Jian Zhang is a senior software engineer manager at Intel, he and his team primarily focused on Open Source Storage development and optimizations on Intel platforms, and build reference solutions for customers. He has 10 years of experiences on performance analysis and optimization for many open source projects like Xen, KVM, Swift and Ceph, HDFS and benchmarking workloads like SPEC-*, TPC*.  Jian has a master's degree in Computer Science and Engineering of Shanghai Jiaotong university. 

\r\n

 

", + "created": 1434448484, + "first_name": "Jian", + "gender": "Prefer not to say", + "id": 109, + "irc": null, + "last_edited": 1521499880, + "last_name": "Zhang", + "member_id": 7600, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/109", + "presentations": { + "7": 20683 + }, + "title": "Software Engineer Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269885, + "end_date": null, + "id": 49381, + "is_current": true, + "job_title": "", + "last_edited": 1384269885, + "organization": { + "created": 1362430334, + "id": 1684, + "last_edited": 1381703607, + "name": "INTC" + }, + "owner_id": 8449, + "start_date": 1376870400 + } + ], + "bio": "

Yuan Zhou is a Senior Software Development Engineer in the Software and Service Group for Intel Corporation, working in the System Technology Optimization team primarily focused on Cloud Storage Software. He has been working in Databases, Virtualization and Cloud computing for most of his 7+ year career at Intel. 

", + "created": 1436213690, + "first_name": "Yuan", + "gender": null, + "id": 753, + "irc": null, + "last_edited": 1521139733, + "last_name": "Zhou", + "member_id": 8449, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/753", + "presentations": { + "3": 20683 + }, + "title": "Software Engineer at Intel", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1424258661, + "end_date": null, + "id": 66315, + "is_current": true, + "job_title": null, + "last_edited": 1424258661, + "organization": { + "created": 1422355350, + "id": 7297, + "last_edited": 1422355350, + "name": "Red Hat, Inc" + }, + "owner_id": 15742, + "start_date": 1404172800 + } + ], + "bio": "

Kyle Bader is a Senior Solution Architect working in the Storage Solutions Team at Red Hat, lending his design and operational skills with Ceph to help develop tested solutions that ensure repeatable success when deploying distributed, fault-tolerent, multi-petabyte storage systems. Prior to Red Hat, Kyle had architectural roles at both Inktank and DreamHost. Kyle was part of the team that brought the first production Ceph clusters to the world, supporting DreamHost's DreamObjects and DreamCompute services.

", + "created": 1434993802, + "first_name": "Kyle", + "gender": "Male", + "id": 269, + "irc": "kbader", + "last_edited": 1518121848, + "last_name": "Bader", + "member_id": 15742, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/269", + "presentations": { + "12": 21402, + "13": 20683, + "14": 21803 + }, + "title": "Senior Solution Architect", + "twitter": "mmgaggle" + }, + { + "affiliations": [ + { + "created": 1485291317, + "end_date": null, + "id": 134683, + "is_current": true, + "job_title": "Software Engineer", + "last_edited": 1485291317, + "organization": { + "created": 1359485922, + "id": 1, + "last_edited": 1364994786, + "name": "Rackspace" + }, + "owner_id": 17698, + "start_date": 1480896000 + } + ], + "bio": "

German Eichberger is a Software Engineer with Rackspace and a core reviewer on OpenStack Octavia and Neutron FWaaS. Most recently he has been involved in Rackspace's new Managed Kubernetes offering. He earned a Master in Computer Science from University of Karlsruhe. His interests are Cloud, SDN, and Microservices.

", + "created": 1434474772, + "first_name": "German", + "gender": "Male", + "id": 124, + "irc": "xgerman", + "last_edited": 1518128761, + "last_name": "Eichberger", + "member_id": 17698, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/124", + "presentations": { + "10": 20687 + }, + "title": "Software Engineer", + "twitter": "xgerman" + }, + { + "affiliations": [ + { + "created": 1509313640, + "end_date": null, + "id": 146754, + "is_current": true, + "job_title": "Chief Cloud Architect", + "last_edited": 1509313640, + "organization": { + "created": 1509313640, + "id": 24959, + "last_edited": 1509313640, + "name": "Telexistence Inc." + }, + "owner_id": 10176, + "start_date": 1501545600 + } + ], + "bio": "

Nick is a Linux veteran with over 15 years of experience on Linux development. He works on Robotic Networking and Real-time Communication, SDN/NFV, and large-scale cloud architecture. Prior to joining OpenStack community, he spent 4 years on infosec, virtualization/containerization and distributed system.

", + "created": 1441838132, + "first_name": "Li", + "gender": "Male", + "id": 3548, + "irc": "nick-ma", + "last_edited": 1516738579, + "last_name": "Ma", + "member_id": 10176, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3548", + "presentations": { + "4": 20689 + }, + "title": "Chief Cloud Architect", + "twitter": "skywalker_nick" + }, + { + "affiliations": [ + { + "created": 1422862992, + "end_date": null, + "id": 65238, + "is_current": true, + "job_title": null, + "last_edited": 1422862992, + "organization": { + "created": 1361972966, + "id": 1596, + "last_edited": 1364994360, + "name": "99cloud" + }, + "owner_id": 10928, + "start_date": 1398902400 + } + ], + "bio": "

Senior OpenStack Developer\uff0cTeam Leader \uff0c99CLOUD

\r\n

Evoque(Ticket, Workflow) PTL

\r\n

Core in Senlin-dashboard

\r\n

5 years of OpenSatck development, maintianing , operating and hacking experience. He is a full stack engineer and loves to hack on everything.

", + "created": 1436830566, + "first_name": "liuqing", + "gender": null, + "id": 1474, + "irc": "#Liuqing", + "last_edited": 1517949333, + "last_name": "jing", + "member_id": 10928, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1474", + "presentations": { + "2": 20689 + }, + "title": "Senior OpenStack Developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1516793498, + "end_date": null, + "id": 153548, + "is_current": true, + "job_title": null, + "last_edited": 1516793498, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 98150, + "start_date": 1496707200 + } + ], + "bio": "

Pino is cloud architect at Huawei's Tel Aviv Research Center, where he contributes to open source projects Dragonflow (SDN) and Tatu (SSH). Before joining Huawei, Pino was CTO at Midokura, where he led development of the company's open-source software-defined networking technology, MidoNet. Previously, Pino built Dynamo, a highly available data store originally intended for Amazon.com's shopping cart data, which helped launch the NoSQL trend. Pino earned MEng and BS degrees, both in Computer Science, from Cornell University.

Pino's previous speaking engagements include both panel discussions and technical presentations. Below is a partial recent list, (a complete list and slide decks can be found at https://www.linkedin.com/in/pinodecandia/)

", + "created": 1516794576, + "first_name": "Pino", + "gender": "Male", + "id": 13953, + "irc": null, + "last_edited": 1516795750, + "last_name": "de Candia", + "member_id": 98150, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13953", + "presentations": [ + 20693, + 21089 + ], + "title": "Cloud Architect", + "twitter": "@pino_deca" + }, + { + "affiliations": [ + { + "created": 1384269870, + "end_date": null, + "id": 42112, + "is_current": true, + "job_title": "", + "last_edited": 1384269870, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 1356, + "start_date": null + } + ], + "bio": "

Shannon McFarland, CCIE #5245, is a Distinguished Engineer at Cisco and is focused on Containers, OpenStack, and Cloud network design. He has authored many technical papers, Cisco Validated Design guides, a contributor to Cisco Press books and is a frequent speaker at CiscoLive and other industry conferences. He has co-authored a Cisco Press book titled \"IPv6 in the Enterprise.\" Shannon has been at Cisco for 18 years.

", + "created": 1453859942, + "first_name": "Shannon", + "gender": "Male", + "id": 4278, + "irc": null, + "last_edited": 1517206101, + "last_name": "McFarland", + "member_id": 1356, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4278", + "presentations": { + "6": 20699 + }, + "title": "Distinguished Engineer", + "twitter": "eyepv6" + }, + { + "affiliations": [ + { + "created": 1467757607, + "end_date": null, + "id": 100724, + "is_current": true, + "job_title": null, + "last_edited": 1467757607, + "organization": { + "created": 1467757607, + "id": 17706, + "last_edited": 1467757607, + "name": "JHL Consulting" + }, + "owner_id": 66904, + "start_date": 986083200 + } + ], + "bio": "

John is an independent cloud and security advisor providing product guidance for new cloud and security products coming to market and technical risk assessments of SaaS, PaaS, and IaaS products. 

\r\n

John leads the OpenStack San Diego, Chicago and New York official user group getting the community excited about OpenStack! He runs an OpenStack cloud for the community so user group members can try out the things they learn at the monthly meetings. John helps support other meetup groups as an OpenStack US Ambassador.

\r\n

He got involved with OpenStack after being involved security cloud environments for one of his clients. He loves the flexibility of OpenStack and being able to get his hands dirty tinkering with cloud environments.

\r\n

For the last twenty years, John has been providing technical risk management services evaluating complex distributed systems for potential operational and security risk. Consulting for the telecommunications, pharmaceutical, and financial services industries, he performs audits and assessments of internal systems and external vendor platforms to identify compliance and security risks. He’s a graduate of the University of California, San Diego and Carnegie Mellon University.

", + "created": 1468442000, + "first_name": "John", + "gender": "Male", + "id": 10172, + "irc": null, + "last_edited": 1517682769, + "last_name": "Studarus", + "member_id": 66904, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10172", + "presentations": { + "8": 20701, + "9": 20719 + }, + "title": "Independent Cloud Security Adviser", + "twitter": "john_studarus" + }, + { + "affiliations": [ + { + "created": 1428480846, + "end_date": null, + "id": 70041, + "is_current": true, + "job_title": null, + "last_edited": 1428480846, + "organization": { + "created": 1428480846, + "id": 8468, + "last_edited": 1428480846, + "name": "CloudOps" + }, + "owner_id": 33154, + "start_date": 1422835200 + } + ], + "bio": "

Cloud evangelist, technical lead with business know-how and open source advocate. I'm involved with the Canadian OpenStack community (Montreal, Ottawa, Toronto, Winnipeg, Edmonton, Calgary and Vancouver) and want to see it get to its full potential. 

\r\n

My goal is to make businesses win with OpenStack by helping them with day 1 and 2 issues and workload onboarding.  From hardware planning to deployment and monitoring while thinking DevOps and anchor OpenStack at the core of your CI/CD pipeline.

\r\n

 

\r\n

I'm also an OpenStack ambassador to Canada.

\r\n

 

\r\n

<<OpenStack Cloud builder since Grizzly>>

", + "created": 1456167195, + "first_name": "Stacy", + "gender": "Male", + "id": 5598, + "irc": null, + "last_edited": 1527497262, + "last_name": "Veronneau", + "member_id": 33154, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5598", + "presentations": { + "5": 20701, + "7": 21541 + }, + "title": "Lead OpenStack and GCP Architect", + "twitter": "sveronneau_tj4h" + }, + { + "affiliations": [ + { + "created": 1516591220, + "end_date": null, + "id": 153480, + "is_current": true, + "job_title": null, + "last_edited": 1516591220, + "organization": { + "created": 1359485922, + "id": 45, + "last_edited": 1359485922, + "name": "VMware " + }, + "owner_id": 98079, + "start_date": 1501545600 + } + ], + "bio": "

I am an engineer of solution building team for NFV high availability and resilience. I actively work together with China Mobile and AT&T on building up of NFV resilience solution.My daily job as engineer of NFV Group at VMWare keeps me busy on the Open Source cloud. In my spare time, I play PlayStation 4 as a huge fan of video games.

", + "created": 1516931560, + "first_name": "Bin", + "gender": "Male", + "id": 13972, + "irc": null, + "last_edited": 1519603990, + "last_name": "Sun", + "member_id": 98079, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13972", + "presentations": [ + 20703 + ], + "title": "Senior Developer of VMware", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Xinhui Li is development lead in VMware, focusing on NFV and integration of OpenStack with Cloud Management enterprise products. She is currently serving as the ONAP TSC (Technique Steering Committee) member representing VMware. She once served as vote member of OPENO TSC and director of Women Who Code organization in China. She is the PTL of Multi VIM/Cloud project in ONAP community and a core developer of OpenStack community - Senlin Project. She got her Master degree from Computing Institute, China Science of Academy in 2016. At the same year, she joined IBM China Research – distributed computing department and won once director innovation award. In 2011, She joined VMware R&D – Cloud Management BU and won once EPIC award for community contribution. She has 13 international patents, published 4 technical documents, and 6 papers on international PIC top/target academy journal and conferences.

", + "created": 1453729093, + "first_name": "Xinhui", + "gender": "Female", + "id": 4187, + "irc": "lixinhui", + "last_edited": 1518076786, + "last_name": "Li", + "member_id": 51737, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4187", + "presentations": { + "8": 20703 + }, + "title": "Staff II Engineer of VMware", + "twitter": "XinhuiLi" + }, + { + "affiliations": [], + "bio": "

I Focus on the  object-based storage and monitor in Openstack area for almost 3 year. Currently, I am working in vmware  at NFV BU as a ONAP community contributions focus on multicoud project.

", + "created": 1469671319, + "first_name": "ke", + "gender": "Male", + "id": 10544, + "irc": null, + "last_edited": 1519704305, + "last_name": "liang", + "member_id": 58278, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10544", + "presentations": [ + 20703 + ], + "title": "Closing the Loop between ONAP and OpenStack for the Resilience of Network Services", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1473972179, + "end_date": null, + "id": 105013, + "is_current": true, + "job_title": null, + "last_edited": 1473972179, + "organization": { + "created": 1409798841, + "id": 6070, + "last_edited": 1409798841, + "name": "VMware Inc" + }, + "owner_id": 28706, + "start_date": 1370044800 + } + ], + "bio": "

Marcos Hernandez is a Principal Engineer in the NSX and OpenStack teams at VMware. He is responsible for supporting large Global Enterprise accounts and providing technical guidance around VMware's suite of networking and automation products. Marcos has a background in datacenter networking design and expert knowledge in routing and switching technologies. Marcos holds CCIE certification #8283, VCIX and a Masters Degree in Telecommunications from Universidad Politécnica de Madrid.

", + "created": 1435317318, + "first_name": "Marcos", + "gender": "Male", + "id": 383, + "irc": null, + "last_edited": 1516963234, + "last_name": "Hernandez", + "member_id": 28706, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/383", + "presentations": { + "11": 20707, + "12": 21821, + "13": 21828 + }, + "title": "Principal Engineer - VMware", + "twitter": "netvirt" + }, + { + "affiliations": [ + { + "created": 1516955368, + "end_date": null, + "id": 153599, + "is_current": true, + "job_title": null, + "last_edited": 1516955368, + "organization": { + "created": 1460028826, + "id": 14573, + "last_edited": 1460028826, + "name": "Progressive Insurance" + }, + "owner_id": 98206, + "start_date": 1154908800 + } + ], + "bio": "

Jeff Maruschek is the Server Virtualization SME at Progressive Casualty Insurance. He is responsible for the support, planning, and maintenance of Progressive's vSphere infrastructure.

\r\n

Jeff's career crosses various Datacenter Compute, Wintel, x86, Virtualization, and SSL technologies. Jeff co-designed and fully implemented Progressive's first \"pseudo-private cloud\" with vCloud Director for their Business Innovation Garage. 

\r\n

Jeff holds VMware's VCP6-DCV certification and a Bachelor's Degree in Computer Science from Mount Union College in Alliance, OH.

", + "created": 1516963261, + "first_name": "Jeff", + "gender": "Male", + "id": 13976, + "irc": null, + "last_edited": 1526039133, + "last_name": "Maruschek", + "member_id": 98206, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13976", + "presentations": [ + 20707, + 21898 + ], + "title": "IT System Engineer, Progressive Insurance", + "twitter": "djmoose" + }, + { + "affiliations": [ + { + "created": 1493719685, + "end_date": null, + "id": 139855, + "is_current": true, + "job_title": null, + "last_edited": 1493719685, + "organization": { + "created": 1493719685, + "id": 22847, + "last_edited": 1493719685, + "name": "Progressive" + }, + "owner_id": 87089, + "start_date": 1430524800 + } + ], + "bio": "

Rick is a Cloud Engineer at Progressive Insurance tasked with delivering customer value alongside the Data Science and Analytics teams.  Main technologies include Hadoop, OpenShift / Kubernetes, and OpenStack.  

", + "created": 1516963604, + "first_name": "Rick", + "gender": "Male", + "id": 13977, + "irc": null, + "last_edited": 1526302114, + "last_name": "Bliss", + "member_id": 87089, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13977", + "presentations": [ + 20707, + 21898 + ], + "title": "Cloud Engineer, Progressive Insurance", + "twitter": "rickybliss" + }, + { + "affiliations": [], + "bio": "

I am a software engineer with an Electrical Engineering master. I work for Intel Corporation in Portland, OR.

\r\n

I enjoy dealing with any technology, particularly everything related to robotics and automated systems.

\r\n

I love solving problems because that's what makes me feel great everyday !

", + "created": 1516963945, + "first_name": "Sebastien", + "gender": null, + "id": 13978, + "irc": "sboeuf", + "last_edited": 1517309076, + "last_name": "Boeuf", + "member_id": 91449, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13978", + "presentations": [ + 20708 + ], + "title": "Software engineer at Intel Corporation", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1450390998, + "end_date": null, + "id": 84622, + "is_current": true, + "job_title": null, + "last_edited": 1450390998, + "organization": { + "created": 1411581892, + "id": 6192, + "last_edited": 1411581892, + "name": "Catalyst IT Ltd" + }, + "owner_id": 43025, + "start_date": 1414800000 + } + ], + "bio": "

Michael is passionate about Open Source technologies, and is in equal measures enthralled and terrified by software defined networks.  He spends his days assisting with the smooth operation of a significant, multi-region OpenStack public cloud in the South Pacific, and ensuring the viability of the many technical projects required to grow and strengthen its services.

", + "created": 1465852242, + "first_name": "Michael", + "gender": "Male", + "id": 9218, + "irc": "mjrichardson", + "last_edited": 1518121972, + "last_name": "Richardson", + "member_id": 43025, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9218", + "presentations": { + "2": 20721 + }, + "title": "Senior OpenStack Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1412064794, + "end_date": null, + "id": 61849, + "is_current": true, + "job_title": null, + "last_edited": 1412064794, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 59137, + "start_date": 1412035200 + }, + { + "created": 1459530440, + "end_date": null, + "id": 93213, + "is_current": true, + "job_title": null, + "last_edited": 1459530440, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 59137, + "start_date": 1414800000 + } + ], + "bio": "

I work for Red Hat as a senior OpenStack Solution Architect on the North American Commercial OpenStack Tiger team.  I have been working with OpenStack since Essex and was hooked immediately.  Prior to OpenStack and Red Hat, I was a Consulting Engineer for Apple working mostly with ADIC StorNext SANs, render farms, and large-scale indentity integration (LDAP/Kerberos/Heimdal).  I have been working in the enterprise space for 20 years with primary focus on Linux/UNIX/BSD, Storage and Networking.

\r\n

Certified OpenStack Administrator - COA-1700-0387-0100

\r\n

Red Hat Certified Architect - RHCA 110-009-776

\r\n

 

", + "created": 1465221423, + "first_name": "Ken", + "gender": "Male", + "id": 9168, + "irc": null, + "last_edited": 1521130030, + "last_name": "Holden", + "member_id": 59137, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9168", + "presentations": { + "4": 20727, + "5": 21249 + }, + "title": "OpenStack Solution Architect - Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1437739576, + "end_date": null, + "id": 76743, + "is_current": true, + "job_title": null, + "last_edited": 1437739576, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 38711, + "start_date": 1438560000 + } + ], + "bio": "

I work as a OpenStack Solutions Architect at Red Hat. What does that mean? I help Red Hat customers validate business and technical use cases on OpenStack with supporting components like storage, networking or cloud automation and management. Managing large amount of hardware is definitely my cup of tea. I am definitely more of the yum/dnf guy then apt, but I have used both for quite some time. I am a father of 2 little kids and I enjoy most of my free time playing with them. When kids are asleep I get my geek hat on and build OpenStack home lab. I can get 2GB/s throughput from my hyperconverged Ceph nodes at home .. can you beat me?

", + "created": 1438604685, + "first_name": "Krzysztof", + "gender": "Male", + "id": 3338, + "irc": null, + "last_edited": 1518127154, + "last_name": "Janiszewski", + "member_id": 38711, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3338", + "presentations": { + "15": 20727 + }, + "title": "OpenStack Solution Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517950477, + "end_date": null, + "id": 154012, + "is_current": true, + "job_title": "Software Engineer", + "last_edited": 1517950477, + "organization": { + "created": 1517950477, + "id": 25913, + "last_edited": 1517950477, + "name": "Arm Limited" + }, + "owner_id": 63701, + "start_date": 1462752000 + } + ], + "bio": "

Kevin Zhao is currently a Senior Software Engineer in Arm Limited. Now, he is serving as the Core Reviewer for OpenStack Zun project. He is also an active contributor in Kolla and Nova, mainly focusing on making OpenStack work fine on AArch64. His expertise including container and Kubernetes related technologies, deployment and managment of containerized applications, etc.

", + "created": 1469279855, + "first_name": "Kevin", + "gender": "Male", + "id": 10436, + "irc": "kevinz", + "last_edited": 1525397339, + "last_name": "Zhao", + "member_id": 63701, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10436", + "presentations": [ + 20734, + 21599 + ], + "title": "Senior Software Engineer, ARM", + "twitter": "@KevinZhaoshuai" + }, + { + "affiliations": [ + { + "created": 1517341549, + "end_date": null, + "id": 153686, + "is_current": true, + "job_title": "CTO & VP of Engineering", + "last_edited": 1517341549, + "organization": { + "created": 1492101150, + "id": 22557, + "last_edited": 1492101150, + "name": "Cloudvisory" + }, + "owner_id": 1239, + "start_date": 1496275200 + } + ], + "bio": "

Jason Rouault is the CTO and VP of Engineering for Cloudvisory.  Cloudvisory is a powerful, centralized security management and policy enforcement/compliance platform built for Cloud and Hybrid Cloud environments. It delivers multi-layered, micro-segmentation of workloads and real-time business centric views of data flows. It auto-provisions policies as the environment changes/scales and monitors/enforces those policies to ensure strict compliance.

\r\n

Jason Rouault was recently the Senior Director of Engineering at Time Warner Cable (now Charter Communications) where he was responsible for the ongoing development, operation, and support of the Charter Openstack Cloud. At Charter he helped institute a DevOps culture and introduced tooling and automation to support continuous integration and deployment (CI/CD) of OpenStack. Prior to Charter and Time Warner Cable, Jason was with Hewlett-Packard where he worked in various technical capacities over his 16 year tenure that ranged from software developer to CTO of the Identity Management business. In his last role at Hewlett-Packard he was a Director of Engineering and was one of the original 7 technologists that helped build the HP Public Cloud business based on OpenStack from the ground up. Mr. Rouault has over 25 years of technology management and team building experience including a detailed working knowledge of Information Technologies, Software Development, Cloud Services, and the Internet & eBusiness industry.

", + "created": 1436861439, + "first_name": "Jason", + "gender": "Male", + "id": 1585, + "irc": null, + "last_edited": 1525958788, + "last_name": "Rouault", + "member_id": 1239, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1585", + "presentations": { + "11": 20737, + "12": 21802 + }, + "title": "CTO & VP Engineering", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517390206, + "end_date": null, + "id": 153702, + "is_current": true, + "job_title": "Senior Software Engineer", + "last_edited": 1517390206, + "organization": { + "created": 1492101150, + "id": 22557, + "last_edited": 1492101150, + "name": "Cloudvisory" + }, + "owner_id": 16496, + "start_date": 1518739200 + } + ], + "bio": "

After many years at HP in various labs including HP Public Cloud, I spent several years at Time Warner Cable focused on monitoring of our private OpenStack deployment.  I was involved in deploying, testing, and fine-tuning Monasca in our deployment at TWC.  I'm a member of monasca-core as well as a core contributor on the puppet-monasca project, and have also been working on various automation projects at TWC/Charter.  In 2018, I joined Cloudvisory and am focused on automation of cloud security compliance reporting and remediation.

", + "created": 1436787170, + "first_name": "Bradley", + "gender": "Male", + "id": 1293, + "irc": "bklei", + "last_edited": 1517940563, + "last_name": "Klein", + "member_id": 16496, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1293", + "presentations": { + "3": 20737 + }, + "title": "Senior Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1490291576, + "end_date": null, + "id": 137829, + "is_current": true, + "job_title": "Master Software Engineer", + "last_edited": 1490291576, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 26790, + "start_date": 1489017600 + } + ], + "bio": "

Keith Berger is a Master Software Engineer at SUSE. Prior to joining SUSE, Keith worked at HP/HPE. He has been doing enterprise software support for more than 22 years. He is a results oriented, well-organized, and respected engineer with exceptional troubleshooting, problem solving, and teaching skills. He continually demonstrates an excellent ability to quickly grasp complex systems and resolve critical software and hardware issues.

\r\n

His experience includes a wide variety of Operating Systems, Virtualization Platforms, Databases, High Availability, and Automation.

", + "created": 1495021649, + "first_name": "Keith", + "gender": "Male", + "id": 12499, + "irc": "KeithMnemonic", + "last_edited": 1527598617, + "last_name": "Berger", + "member_id": 26790, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12499", + "presentations": { + "1": 20742, + "2": 21860 + }, + "title": "Master Software Engineer", + "twitter": "KeithMnemonic" + }, + { + "affiliations": [ + { + "created": 1461125010, + "end_date": null, + "id": 94732, + "is_current": true, + "job_title": null, + "last_edited": 1461125010, + "organization": { + "created": 1416975921, + "id": 6853, + "last_edited": 1416975921, + "name": "SUSE Linux GmbH" + }, + "owner_id": 60612, + "start_date": 1459468800 + } + ], + "bio": "

Nicolas worked for the last decade as a staff scientist at Los Alamos National Laboratory investigating HPC algorithms and implementations for quantum chemical computations. Now he works as a software engineer on SUSE OpenStack Cloud for SUSE Linux.

", + "created": 1469629504, + "first_name": "Nicolas", + "gender": "Male", + "id": 10505, + "irc": "nicolasbock", + "last_edited": 1527603324, + "last_name": "Bock", + "member_id": 60612, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10505", + "presentations": { + "3": 20742 + }, + "title": "Senior Software Engineer", + "twitter": "nicolasbock" + }, + { + "affiliations": [ + { + "created": 1490246894, + "end_date": null, + "id": 137757, + "is_current": true, + "job_title": null, + "last_edited": 1490246894, + "organization": { + "created": 1455672412, + "id": 13621, + "last_edited": 1455672412, + "name": "China Academy of Information and Communication Technology" + }, + "owner_id": 84878, + "start_date": 1373932800 + } + ], + "bio": "

After Dr. Fei Ma graduated in 2013, he entered in China Academy of Information and Communication Technology(CAICT). His research directions include cloud computing, open source, interoperability, and so on. He is now the team leader of OpenStack Interoperability in OpenSource Cloud Alliance for industRy(OSCAR).

", + "created": 1517430864, + "first_name": "Fei", + "gender": "Male", + "id": 14015, + "irc": null, + "last_edited": 1517816061, + "last_name": "Ma", + "member_id": 84878, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14015", + "presentations": [ + 20744 + ], + "title": "Senior Engineer, China Academy of Information and Communication Technology", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1462876079, + "end_date": null, + "id": 96338, + "is_current": true, + "job_title": null, + "last_edited": 1484561501, + "organization": { + "created": 1462876079, + "id": 15288, + "last_edited": 1462876079, + "name": "Beijing T2Cloud Technology Co., Ltd." + }, + "owner_id": 62549, + "start_date": 1436572800 + } + ], + "bio": "

Start with Openstack from 2011, build the business unit of Open Cloud in Pactera from 2012. Lead to build the first Openstack based public cloud platform in China. Co-founder of T2Cloud Technology, which is focused Openstack startup company, to help enterprise customers build up private and hybrid cloud solution. Council member of China Open Source Cloud League and China Opensource Cloud Alliance for Industry. 

", + "created": 1485072882, + "first_name": "Kai", + "gender": "Male", + "id": 11182, + "irc": null, + "last_edited": 1517816041, + "last_name": "Wu", + "member_id": 62549, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11182", + "presentations": { + "2": 20744 + }, + "title": "COO, T2Cloud Technology Co., Ltd.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1505097094, + "end_date": null, + "id": 145150, + "is_current": true, + "job_title": null, + "last_edited": 1505097094, + "organization": { + "created": 1505097094, + "id": 24509, + "last_edited": 1505097094, + "name": "Shenzhen city Tencent computer system Co. Ltd." + }, + "owner_id": 93858, + "start_date": 1458259200 + } + ], + "bio": "

Xiaodong Pan, graduated from CGCL Lab of Huazhong University of Science and Technology. Since 2007, he has been studying virtualization cloud computing technology and has improved  XEN's real-time migration algorithm. He has been engaged in operations and development in Baidu and Xiaomi.Now he is Tencent TStack architect, responsible for TStack's technical pre-research, breakthrough, problem solving and so on.

", + "created": 1517794368, + "first_name": "Xiaodong", + "gender": "Male", + "id": 14047, + "irc": null, + "last_edited": 1517886558, + "last_name": "Pan", + "member_id": 93858, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14047", + "presentations": [ + 20744 + ], + "title": "TStack Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1453320657, + "end_date": null, + "id": 85980, + "is_current": true, + "job_title": null, + "last_edited": 1453320657, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 11305, + "start_date": 1421020800 + } + ], + "bio": "

The Ceph Storage PM at Red Hat, formerly the Ubuntu Server PM at Canonical, and the Linux \"Systems Management Czar\" at SUSE.

", + "created": 1453561024, + "first_name": "Federico", + "gender": "Prefer not to say", + "id": 4152, + "irc": "flucifre", + "last_edited": 1517475030, + "last_name": "Lucifredi", + "member_id": 11305, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4152", + "presentations": { + "11": 20749, + "12": 21402 + }, + "title": "Product Management Director", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269891, + "end_date": null, + "id": 51746, + "is_current": true, + "job_title": "Sr. Product Manager", + "last_edited": 1384269891, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 11344, + "start_date": 1381708800 + } + ], + "bio": "

A seasoned product manager bringing over 15 years of experience in senior product management and delivery for private clouds in the Enterprise market.  

Experienced in leading the execution of joint solutions with partners such as Apple, Brocade, Cisco, Citrix, Dell-EMC, Fujitsu, Google, Hitachi, IBM, Intel, Microsoft, NetApp, Symantec & VMware, as well as with OEM's & Cloud service providers.

Currently focused on Enterprise Cloud infrastructure product management and strategy for Red Hat OpenStack Platform cloud offering.

Sean is a member of the OpenStack Foundation, a frequent speaker at OpenStack summits and a regular contributor to the Red Hat Stack blog - http://redhatstack.com/.

", + "created": 1436270715, + "first_name": "Sean", + "gender": "Male", + "id": 815, + "irc": "scohen", + "last_edited": 1526031750, + "last_name": "Cohen", + "member_id": 11344, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/815", + "presentations": { + "22": 20749 + }, + "title": "Senior Manager, OpenStack Product Management", + "twitter": "SeanCohen_RH" + }, + { + "affiliations": [ + { + "created": 1384269885, + "end_date": null, + "id": 49388, + "is_current": true, + "job_title": "Principal Software Engineer, Storage Architect", + "last_edited": 1427647639, + "organization": { + "created": 1424257086, + "id": 7501, + "last_edited": 1424257086, + "name": "Red Hat" + }, + "owner_id": 8456, + "start_date": 1362268800 + } + ], + "bio": "

Sebastien Han currently serves as a Principal Software Engineer, Storage Architect for Red Hat. He has been involved with OpenStack and Ceph Storage since 2011 and has built a strong expertise around these two areas. Curious and passionate, he loves working on bleeding edge technologies and identifying opportunities where OpenStack and Ceph can enhance the user experience. In 2013, he began working with containers as well and ultimately implemented containerized Docker Ceph services. Now on a daily basis, he rotates between Ceph, OpenStack, and Docker in an effort to strengthen the integration between all three. From time to time, he also attends various summits and events where he evangelizes these technologies and their usage, while devoting his copious spare time to blogging. See http://www.sebastien-han.fr/blog/. But alas, this is just the beginning :).

", + "created": 1435041681, + "first_name": "S\u00e9bastien", + "gender": "Male", + "id": 285, + "irc": "leseb", + "last_edited": 1517475070, + "last_name": "Han", + "member_id": 8456, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/285", + "presentations": { + "18": 20749 + }, + "title": "Principal Software Engineer, Storage Architect", + "twitter": "sebastien_han" + }, + { + "affiliations": [ + { + "created": 1455226467, + "end_date": null, + "id": 88245, + "is_current": true, + "job_title": null, + "last_edited": 1455226467, + "organization": { + "created": 1359485922, + "id": 59, + "last_edited": 1381707064, + "name": "NetApp" + }, + "owner_id": 54444, + "start_date": 1273449600 + } + ], + "bio": "

Kapil Arora is a Cloud Solution Architect at NetApp in the EMEA region.He helps customers with OpenStack and Kubernetes/OpenShift proof of concept implementations and production deployments and focusses on innovation, evangelization, and promoting the benefits of NetApp storage and software in cloud computing environments. Kapil works with many big companies in Europe and is an active speaker at OpenStack and Kubernetes events. He is very interested in topics like File-share services, Backup and Recovery, Database Applications in the Cloud, and Persistent Storage for Containers. He has 10 years of IT indsustry experience including 8+ years in the Storage industry. Kapil is also a Java and Python programmer and has a Bachelors degree in Information Technology.

", + "created": 1457993252, + "first_name": "Kapil", + "gender": "Male", + "id": 5655, + "irc": null, + "last_edited": 1517553762, + "last_name": "Arora", + "member_id": 54444, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5655", + "presentations": { + "8": 20759, + "9": 20760 + }, + "title": "Cloud Solution Architect", + "twitter": "kaparora" + }, + { + "affiliations": [ + { + "created": 1517562469, + "end_date": null, + "id": 153775, + "is_current": true, + "job_title": "Lead Member of Technical Staff", + "last_edited": 1517562469, + "organization": { + "created": 1460406961, + "id": 14660, + "last_edited": 1460406961, + "name": "AT&T Chief Security Office" + }, + "owner_id": 97804, + "start_date": 1033430400 + } + ], + "bio": "

Michael Stair is a Lead Member of Technical Staff in AT&T’s Chief Security Office, who is chartered with protecting one of the largest networks in the world. With technical lead roles in AT&T’s Cloud Security and Threat Analytics organizations, Michael has extensive expertise in high-speed/scale data processing, mobile network security and cyber defense algorithm development. To support AT&T's strategic migration to a virtaulized network infrastructure, he is currently focused on the security aspects of OpenStack and public cloud providers.

\r\n

With AT&T for over 15 years, Michael received his B.S. in Computer Science from Mount Saint Mary’s University and M.S. in Computer Science from Johns Hopkins University.

", + "created": 1515847110, + "first_name": "Michael", + "gender": null, + "id": 13887, + "irc": null, + "last_edited": 1518003351, + "last_name": "Stair", + "member_id": 97804, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13887", + "presentations": [ + 20762 + ], + "title": "Lead Member of Technical Staff", + "twitter": "@mstair" + }, + { + "affiliations": [ + { + "created": 1397579827, + "end_date": null, + "id": 57950, + "is_current": true, + "job_title": null, + "last_edited": 1397579827, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 18299, + "start_date": 1397520000 + } + ], + "bio": "

Ed Hope is a Lead Security Technology Engineer with AT&T’s Chief Security Office, chartered with protecting one of the largest networks and enterprises in the world.  In his role, Ed provides thought leadership in cloud and virtual technology security supporting AT&T's strategic migration to a virtualized network infrastructure. He is currently focused on security considerations of OpenStack and public cloud.

", + "created": 1517559237, + "first_name": "Ed", + "gender": "Male", + "id": 14029, + "irc": null, + "last_edited": 1518003498, + "last_name": "Hope", + "member_id": 18299, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14029", + "presentations": [ + 20762 + ], + "title": "Lead Security Technology Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Ricardo Rocha is a software engineer at CERN. He's currently a member of the CERN OpenStack team, focusing on networking and and container deployments. Previous work included development of data storage, bookkeeping and monitoring services for the LHC Computing Grid (LCG).

", + "created": 1453798216, + "first_name": "Ricardo", + "gender": null, + "id": 4229, + "irc": "ahcorporto", + "last_edited": 1525954672, + "last_name": "Rocha", + "member_id": 84228, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4229", + "presentations": { + "4": 20767, + "5": 20768, + "6": 21618, + "7": 21636, + "8": 21558 + }, + "title": "Computing Engineer, CERN", + "twitter": "rochaporto" + }, + { + "affiliations": [ + { + "created": 1521118426, + "end_date": null, + "id": 155158, + "is_current": true, + "job_title": null, + "last_edited": 1521118426, + "organization": { + "created": 1422713371, + "id": 7316, + "last_edited": 1422713371, + "name": "Universidade Federal de Campina Grande" + }, + "owner_id": 52320, + "start_date": 1451606400 + } + ], + "bio": "

Clenimar is an MSc student at the Federal University of Campina Grande, Brazil. He is currently researching on distributed, secure workloads in the cloud (using OpenStack and Kubernetes). He spent last summer working at CERN as a Cloud Infrastructure Intern, where he could investigate on how Kubernetes federations could match some CERN use cases, especially regarding the CERN batch service.

", + "created": 1515765108, + "first_name": "Clenimar", + "gender": "Male", + "id": 13882, + "irc": "clenimar", + "last_edited": 1518121700, + "last_name": "Filemon", + "member_id": 52320, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13882", + "presentations": [ + 20768 + ], + "title": "Research Assistant", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526758655, + "end_date": null, + "id": 157089, + "is_current": true, + "job_title": "Sr Manager DevOps", + "last_edited": 1526758655, + "organization": { + "created": 1526758655, + "id": 26850, + "last_edited": 1526758655, + "name": "Alteryx" + }, + "owner_id": 22350, + "start_date": 1521417600 + } + ], + "bio": "

I have over 30 years experience in computing and have held previous positions in storage products development, IT, manufacturing of consumer and enterprise products as both an individual contributor and as a manager.  I've spent the last 5 years working in and around OpenStack clouds. My main interests are in distributed systems, high performance teams and optimizing computing solutions. 

", + "created": 1436097609, + "first_name": "Steven", + "gender": "Male", + "id": 650, + "irc": null, + "last_edited": 1526759328, + "last_name": "Travis", + "member_id": 22350, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/650", + "presentations": { + "2": 20769 + }, + "title": "Sr. Mgr DevOps", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1391675913, + "end_date": null, + "id": 55731, + "is_current": true, + "job_title": null, + "last_edited": 1391675913, + "organization": { + "created": 1391675912, + "id": 4152, + "last_edited": 1391675912, + "name": "Intel OTC" + }, + "owner_id": 211, + "start_date": 1380585600 + } + ], + "bio": "

Isaku Yamahata is a Software architect in the Open Source Technology Center, Intel. His main focus is Network virtualization as Software Defined Networking and Network Function Virtualization. Isaku is an active OpenStack Neutron (networking) developer and has in the past contributed significantly to qemu, kvm, Xen, and Ryu SDN frameworks.

", + "created": 1437059905, + "first_name": "Isaku", + "gender": "Male", + "id": 2936, + "irc": "yamahata", + "last_edited": 1517591752, + "last_name": "Yamahata", + "member_id": 211, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2936", + "presentations": { + "14": 20770 + }, + "title": "Software architect", + "twitter": "ymhtq" + }, + { + "affiliations": [ + { + "created": 1434332816, + "end_date": null, + "id": 73409, + "is_current": true, + "job_title": null, + "last_edited": 1434332842, + "organization": { + "created": 1359485922, + "id": 125, + "last_edited": 1381706362, + "name": "Midokura" + }, + "owner_id": 9795, + "start_date": 1433116800 + } + ], + "bio": "

Neutron core reviewer, working at Midokura.

\n

Core reviewer of various Neutron related projects, including networking-midonet, tap-as-a-service, neutron-vpnaas. He is also a member of Neutron Drivers team.

\n

He is also a committer of Open vSwitch project.

\n

Previously, Yamamoto was cloud infrastructure expert at VA Linux Systems Japan, where he was responsible for developing the OFAgent, a Neutron-core plugin that leverages Ryu, the open source component-based SDN framework for implementation. He is a renowned Linux kernel, virtualization and distributed computing expert, who for the past decade has worked on various highly successful open source software projects, and is a member of the NetBSD Core group providing technical management and direction for the NetBSD project.

", + "created": 1435543689, + "first_name": "Takashi", + "gender": "Male", + "id": 449, + "irc": null, + "last_edited": 1524321469, + "last_name": "Yamamoto", + "member_id": 9795, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/449", + "presentations": { + "4": 20770 + }, + "title": "Senior Software Engineer", + "twitter": "yamamoto" + }, + { + "affiliations": [ + { + "created": 1434137323, + "end_date": null, + "id": 73348, + "is_current": true, + "job_title": null, + "last_edited": 1434137323, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 36214, + "start_date": 1433721600 + } + ], + "bio": "

Manjeet is a Cloud Software Engineer at Intel Corporation working on OpenStack Networking, He's currently working on enabling opendaylight with openstack, he has worked on range of networking features and bug fixes.

", + "created": 1454176170, + "first_name": "Manjeet Singh", + "gender": "Male", + "id": 4664, + "irc": "manjeets", + "last_edited": 1525880054, + "last_name": "Bhatia", + "member_id": 36214, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4664", + "presentations": { + "3": 20770 + }, + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1478664875, + "end_date": null, + "id": 108950, + "is_current": true, + "job_title": "Senior Developer", + "last_edited": 1478664875, + "organization": { + "created": 1418974340, + "id": 7048, + "last_edited": 1418974340, + "name": "Catalyst IT" + }, + "owner_id": 10877, + "start_date": 1453075200 + } + ], + "bio": "

Lingxian has been working at Catalyst IT as a senior cloud developer since 2016, before that he worked at cloud operating system department in Huawei for 4 years, leading a team consisting of OpenStack upstream contributors globally. He is also an active contributor in multiple OpenStack projects, core reviewer of Mistral project, PTL of Qinling project. In Kubernetes area, Lingxian is the author of octavia ingress controller and also an active contributor in Kubernetes openstack cloud provider repo. Lingxian also actively participated in various open source mentoring programs to help new contributors get started. Lingxian is a fun of basketball in his spare time.

", + "created": 1434756068, + "first_name": "Lingxian", + "gender": "Male", + "id": 229, + "irc": "lxkong", + "last_edited": 1525217828, + "last_name": "Kong", + "member_id": 10877, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/229", + "presentations": { + "2": 20772, + "4": 20865, + "5": 21621, + "6": 21647 + }, + "title": "Senior Cloud Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1521131405, + "end_date": null, + "id": 155165, + "is_current": true, + "job_title": null, + "last_edited": 1521131405, + "organization": { + "created": 1455130875, + "id": 13305, + "last_edited": 1455130875, + "name": "Red Hat Inc" + }, + "owner_id": 83001, + "start_date": 1473811200 + } + ], + "bio": "

Sachin is a Solutions Architect with extensive experience in implementing large scale projects in diverse roles and technologies. As part of the architecture and development groups Sachin has managed many projects that were part of BSS/OSS and network architecture. Most recently he has been involved in projects relating to Network Function Virtualization, Virtualized infrastructure Management, Management and Orchestration, Virtualized network functions, Cloud and container technologies.

", + "created": 1496945803, + "first_name": "Sachin", + "gender": "Male", + "id": 12512, + "irc": null, + "last_edited": 1521131426, + "last_name": "Rathee", + "member_id": 83001, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12512", + "presentations": { + "4": 20782 + }, + "title": "Senior Cloud Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1452621589, + "end_date": null, + "id": 85536, + "is_current": true, + "job_title": null, + "last_edited": 1452621589, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 17309, + "start_date": 1452470400 + } + ], + "bio": "

Sudhir is a Senior Architect at Red Hat focused on Telco Solutions, working with Tier1 operators in North America. Prior to joining Red Hat, Sudhir was a Product Development Director at Ericsson, heading one of the core development units for Ericsson Cloud Manager solution. He has more than 15 years of experience in Telecom industry working in different roles related to Software Development and Architecture. He holds a Masters degree in Computer Science.

", + "created": 1434538606, + "first_name": "Sudhir", + "gender": "Male", + "id": 152, + "irc": "skethama", + "last_edited": 1518109259, + "last_name": "Kethamakka", + "member_id": 17309, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/152", + "presentations": { + "17": 20782 + }, + "title": "Senior Solution Architect, Red Hat Inc", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269891, + "end_date": null, + "id": 51641, + "is_current": true, + "job_title": "", + "last_edited": 1384269891, + "organization": { + "created": 1359485922, + "id": 285, + "last_edited": 1381734470, + "name": "NTT" + }, + "owner_id": 11000, + "start_date": 1374624000 + } + ], + "bio": "

Kota is a Software Engineer at Nippon Telegraph and Telephone Corporation (NTT). NTT is one of the biggest telecommunication companies which provide cloud services in Japan. Kota has worked on OpenStack Swift for approximately 4 years. Recently, he has worked on global distributed cluster efficiency and the area of erasure code stuff in the Swift community and he has joined Swift core team since Jun 2015. Since before joining Swift core team, he is working some Swift assosiated projects (e.g. Storlets, Swift3, PyECLib) as a core contributor.

", + "created": 1434407053, + "first_name": "Kota", + "gender": "Male", + "id": 75, + "irc": "kota_", + "last_edited": 1517890591, + "last_name": "Tsuyuzaki", + "member_id": 11000, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/75", + "presentations": { + "10": 20791, + "11": 21602 + }, + "title": "Software Developer, NTT", + "twitter": "bloodeagle40234" + }, + { + "affiliations": [], + "bio": "

Takeharu Eda is a senior research engineer at NTT Software Innovation Center in Japan. He has been developping a scalable surveillance video system utilizing deep learning-based computer vision techniques. Before joining the center, he launched a web hosting service utilizing CloudStack/OpenStack -based infrastructre and migration tools for it, while managing international development teams including members from US, Germany and Japan at NTT Communications. He started his career as research engineer at NTT Cyber Space Laboratories for developing semi-structured database systems and several machine learning-based applications. His interests include wide range of topics related to deep learning, like distributed learning, fast inference runtime, vision applications, and theories for deep learning.

", + "created": 1517790636, + "first_name": "Takeharu", + "gender": "Male", + "id": 14046, + "irc": null, + "last_edited": 1519268640, + "last_name": "Eda", + "member_id": 98433, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14046", + "presentations": [ + 20791 + ], + "title": "Senior Research Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Kengo is a Research Engineer at Nippon Telegraph and Telephone Corporation (NTT). NTT is one of the biggest telecommunication companies which provide cloud services in Japan. Kengo has been studying cloud resource management and scheduling. 

", + "created": 1517790519, + "first_name": "Kengo", + "gender": null, + "id": 14045, + "irc": null, + "last_edited": 1519168246, + "last_name": "Okitsu", + "member_id": 98434, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14045", + "presentations": [ + 20791 + ], + "title": "Researcher", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1469027675, + "end_date": null, + "id": 101760, + "is_current": true, + "job_title": null, + "last_edited": 1469027675, + "organization": { + "created": 1359485922, + "id": 527, + "last_edited": 1381705946, + "name": "lenovo" + }, + "owner_id": 67980, + "start_date": 1460332800 + } + ], + "bio": "

Coco got involved in OpenStack for 5+ years, mainly focus on network accelaration. Her interest is  DPDK technology , user-space TCP/IP stack, loadbalance and so on. Recently, her work is related to datacenter traffic analysis and Intelligent management.

\r\n

 

", + "created": 1470087143, + "first_name": "Jinghua", + "gender": "Female", + "id": 10603, + "irc": null, + "last_edited": 1519588209, + "last_name": "Gao", + "member_id": 67980, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10603", + "presentations": { + "1": 20795 + }, + "title": "Senior Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1486191255, + "end_date": null, + "id": 135245, + "is_current": true, + "job_title": "Cloud Researcher", + "last_edited": 1486191255, + "organization": { + "created": 1359485922, + "id": 527, + "last_edited": 1381705946, + "name": "lenovo" + }, + "owner_id": 52933, + "start_date": 1485129600 + } + ], + "bio": "

Rushil has been working with OpenStack since the Grizzly release . He has worked as a developer/deployer for the Manila and Cinder projects in the past. Rushil is now working as a Cloud Researcher for Lenovo focussing on Accelerators, Baremetal provisioning and Orchestration.

", + "created": 1454350925, + "first_name": "Rushil", + "gender": null, + "id": 4938, + "irc": "crushil", + "last_edited": 1517952702, + "last_name": "Chugh", + "member_id": 52933, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4938", + "presentations": { + "7": 20795 + }, + "title": "Cloud Researcher", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Zhi Chang is working with OpenStack community from Grizzly and is a active developer of Neutron. He is also an cloud architect and running OpenStack clouds with several regions. He spares his spare time on NFV and related activities.

", + "created": 1499313056, + "first_name": "Zhi", + "gender": null, + "id": 12649, + "irc": "changzhi", + "last_edited": 1517797982, + "last_name": "Chang", + "member_id": 89823, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12649", + "presentations": { + "2": 20795 + }, + "title": "Senior Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454334244, + "end_date": null, + "id": 86589, + "is_current": true, + "job_title": null, + "last_edited": 1454334244, + "organization": { + "created": 1416975921, + "id": 6853, + "last_edited": 1416975921, + "name": "SUSE Linux GmbH" + }, + "owner_id": 20230, + "start_date": 1454284800 + } + ], + "bio": "

Johannes Grassler is an active OpenStack developer, currently specializing on Heat, Magnum and Monasca but also dabbling in other projects as the need arises. He currently works as a Cloud Developer for SUSE Linux GmbH. Before that he used to work at SysEleven GmbH, where he built, operated and used an OpenStack cloud since 2014. He has been an an active member of OpenStack DACH e.V., a German OpenStack user group since its inception in 2014. He has previously spoken at the Barcelona OpenStack Summit and OpenStack DACH Day 2016 (Berlin, Germany).

", + "created": 1457432374, + "first_name": "Johannes", + "gender": "Male", + "id": 5642, + "irc": "jgrassler", + "last_edited": 1517803938, + "last_name": "Grassler", + "member_id": 20230, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5642", + "presentations": { + "5": 20797, + "6": 21639 + }, + "title": "Senior Cloud Developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269897, + "end_date": null, + "id": 54057, + "is_current": true, + "job_title": "", + "last_edited": 1384269897, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 13927, + "start_date": null + }, + { + "created": 1451998515, + "end_date": null, + "id": 85145, + "is_current": true, + "job_title": null, + "last_edited": 1451998515, + "organization": { + "created": 1416975921, + "id": 6853, + "last_edited": 1416975921, + "name": "SUSE Linux GmbH" + }, + "owner_id": 13927, + "start_date": 1438387200 + } + ], + "bio": "

I started with OpenStack almost three years ago as an Outreachy intern and have been contributing to OpenStack since. I have worked on horizon previously. I have conducted various OpenStack workshops and frequently speak at events and meetups. Currently working as a developer at SUSE Linux.

", + "created": 1435554987, + "first_name": "Sayali", + "gender": "Female", + "id": 461, + "irc": "sayalilunkad", + "last_edited": 1517803978, + "last_name": "Lunkad", + "member_id": 13927, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/461", + "presentations": { + "9": 20797 + }, + "title": "OpenStack Developer at SUSE Linux", + "twitter": "sayalilunkad" + }, + { + "affiliations": [ + { + "created": 1480479108, + "end_date": null, + "id": 109783, + "is_current": true, + "job_title": null, + "last_edited": 1480479108, + "organization": { + "created": 1408043986, + "id": 5933, + "last_edited": 1408043986, + "name": "SK Telecom" + }, + "owner_id": 78326, + "start_date": 1470009600 + } + ], + "bio": "

Jawon Choo is a software engineer. He started OpenStack since Essex version, and was in charge of Openstack cloud operation for 4 years as Samsung SDS. and now he is developing TACO service with Openstack on kubernetes at SK Telecom.

", + "created": 1486433220, + "first_name": "Jawon", + "gender": "Male", + "id": 11754, + "irc": null, + "last_edited": 1518129032, + "last_name": "Choo", + "member_id": 78326, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11754", + "presentations": { + "1": 20798 + }, + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518116124, + "end_date": null, + "id": 154210, + "is_current": true, + "job_title": "Principal Member of Technical Staff", + "last_edited": 1518116124, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 72016, + "start_date": 1518393600 + } + ], + "bio": "

Pete Birley, is currently one of the most active contributors to OpenStack as a whole, with a specialization in container technologies and networking, and holding core review status for: OpenStack-Helm, Kolla-Kubernetes, LOCI, and OpenStack-Spaceport. As OpenStack-Helm Engineering Lead for AT&T, he holds responsibility for delivering the OpenStack implementation for the next generation of AT&T's edge data centers.

", + "created": 1486054580, + "first_name": "Pete", + "gender": "Male", + "id": 11364, + "irc": "portdirect", + "last_edited": 1520027138, + "last_name": "Birley", + "member_id": 72016, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11364", + "presentations": { + "7": 20798, + "8": 21337, + "9": 21339 + }, + "title": "AT&T: Principal Member of Technical Staff and OpenStack-Helm Engineering Lead", + "twitter": "portdirect" + }, + { + "affiliations": [ + { + "created": 1463557888, + "end_date": null, + "id": 96945, + "is_current": true, + "job_title": null, + "last_edited": 1463557888, + "organization": { + "created": 1408043986, + "id": 5933, + "last_edited": 1408043986, + "name": "SK Telecom" + }, + "owner_id": 63139, + "start_date": 1451606400 + } + ], + "bio": "

Siri Kim is a developer at SK Telecom, working on OpenStack Development with OpenStack-Helm Project. 

", + "created": 1500003641, + "first_name": "Siri", + "gender": "Female", + "id": 12995, + "irc": null, + "last_edited": 1525830468, + "last_name": "Kim", + "member_id": 63139, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12995", + "presentations": { + "1": 20798 + }, + "title": "Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1407821039, + "end_date": null, + "id": 60985, + "is_current": true, + "job_title": null, + "last_edited": 1407821039, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 8407, + "start_date": 1399248000 + } + ], + "bio": "

Sylvain currently works as a Senior Software Engineer at Red Hat mainly dedicated on Nova (Compute) and is one of the maintainers (called nova-core). His love story with OpenStack began in 2012 as an operator/deployer running Diablo, but as he was too busy to chase and fix bugs, he decided to create some by himself. When he has (unfortunately not that much) free time, he contributes to organize the local OpenStack Rhone-Alpes meetup and he does yearly organize an IT conference called SnowCamp in February in his native city of Grenoble in the French Alps.

", + "created": 1453107558, + "first_name": "Sylvain", + "gender": "Male", + "id": 4002, + "irc": "bauzas", + "last_edited": 1517888769, + "last_name": "Bauza", + "member_id": 8407, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4002", + "presentations": { + "3": 20802 + }, + "title": "Senior Software Engineer", + "twitter": "sylvainbauza" + }, + { + "affiliations": [ + { + "created": 1384269872, + "end_date": null, + "id": 43624, + "is_current": true, + "job_title": "", + "last_edited": 1384269872, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 2835, + "start_date": null + } + ], + "bio": "

An OpenStack developer and user since the Essex release, Ian works on the internals of Openstack, on applications to run on top of Openstack, and on making Openstack easy for people to use. 

\r\n

His current focus is in NFV, the work to use Openstack to provide virtual network functions in an OpenStack cloud for use in telco networks - a balancing act to get maximum performance from a cloud infrastructure while running mission critical network intensive workloads.

\r\n

Ian is currently the PTL of the networking-vpp mechanism driver project.

", + "created": 1453835001, + "first_name": "Ian", + "gender": null, + "id": 4257, + "irc": "ijw", + "last_edited": 1518053755, + "last_name": "Wells", + "member_id": 2835, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4257", + "presentations": { + "14": 20804, + "15": 21074, + "16": 21873 + }, + "title": "Distinguished Engineer, Cloud and NFV, Cisco", + "twitter": "lan_wan_ian" + }, + { + "affiliations": [], + "bio": "

Allison is a software developer and open source strategist. She is a board member of the OpenStack Foundation, a board member of the Open Source Initiative, a board member of the Perl Foundation, and co-founder of the FLOSS Foundations group for open source leaders. She previously served as President of the Open Source Initiative, President of the Perl Foundation, Chief Architect of the Parrot virtual machine, Open Source Evangelist and OSCON Conference Chair at O'Reilly Media, Chairman of the Board at the Parrot Foundation, board member at the Python Software Foundation, Technical Architect of Ubuntu and Open Source Advisor at Canonical, Distinguished Technologist at Hewlett-Packard, and Distinguished Engineer at SUSE. She participates in the Debian and OpenStack projects, and is currently a PhD student at the University of Cambridge, researching edge computing and hypervisor optimization.

", + "created": 1458750481, + "first_name": "Allison", + "gender": "Female", + "id": 5699, + "irc": "allisonrandal", + "last_edited": 1526580518, + "last_name": "Randal", + "member_id": 2813, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5699", + "presentations": { + "3": 20804 + }, + "title": "University of Cambridge", + "twitter": "allisonrandal" + }, + { + "affiliations": [], + "bio": "
Chris leads open source industry collaboration for Ericsson in the areas of NFV, Cloud & SDN from the CTO\u2019s office in Sweden. Chris\u2019 experiences include leading Ericssons' IP&Broadband network architecture and standardization teams and a rich history with the development of technology and architecture for network management, policy control and user service management, user session control plane solutions, and DPI technologies. Having started his career in Australia he has lived and worked in Spain and California before returning to his adopted home of Sweden.
", + "created": 1436981421, + "first_name": "Christopher", + "gender": null, + "id": 2503, + "irc": "ChrisPriceAB", + "last_edited": 1526582806, + "last_name": "Price", + "member_id": 20546, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2503", + "presentations": { + "13": 20861, + "14": 20804 + }, + "title": "Head of Ericsson Software Technology", + "twitter": "ChrisPriceAB" + }, + { + "affiliations": [ + { + "created": 1405665026, + "end_date": null, + "id": 59884, + "is_current": true, + "job_title": "Senior Systems Designer", + "last_edited": 1491566099, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 20189, + "start_date": 1372636800 + } + ], + "bio": "

Georg is a Senior Systems Designer at Ericsson, working mainly on SDN and NFV. He is an active member of the OPNFV community, being the PTL of the Dovetail project and contributing to the OPNFV Verified Program and the OPNFV testing community. In OpenStack, he is an active member of the Interop WG. Previously, he was the PTL of the OPNFV NetReady project. In addition to his activities in OpenStack and OPNFV, he is designing and prototyping SDN solutions for 5G networks. In previous roles he worked intensively on designing, building and integrating Openstack-based cloud infrastructures, particularly specializing in storage solutions.

", + "created": 1468434209, + "first_name": "Georg", + "gender": "Male", + "id": 10121, + "irc": "georgk", + "last_edited": 1521112648, + "last_name": "Kunz", + "member_id": 20189, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10121", + "presentations": { + "3": 20805 + }, + "title": "Senior Systems Designer", + "twitter": "the_georg_kunz" + }, + { + "affiliations": [ + { + "created": 1458640213, + "end_date": null, + "id": 92540, + "is_current": true, + "job_title": null, + "last_edited": 1458640213, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 58497, + "start_date": 1193875200 + } + ], + "bio": "

Tim manages the Program coordinating Ericsson's open source and standardization activities in the area of Cloud, SDN and NFVi. He also serves as the TSC chair in OPNFV and is a member of the Linux Foundation Networking Fund's Technical Advisory Committee. Previously, Tim worked at Ericsson Research on 4G and 5G radio access, specializing in radio resource management and spectrum regulation. Tim holds a Diploma and PhD in Telecommunications from RWTH Aachen University, Germany. 

", + "created": 1458640262, + "first_name": "Tim", + "gender": "Male", + "id": 5694, + "irc": "timirnich", + "last_edited": 1518065044, + "last_name": "Irnich", + "member_id": 58497, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5694", + "presentations": { + "2": 20805 + }, + "title": "Program Manager Cloud Open Source & Ecosystem at Ericsson", + "twitter": "@timirnich" + }, + { + "affiliations": [], + "bio": "

Serena Feng, NFV Senior Software Engineer from ZTE Corporation, is an open source enthusiast active in OPNFV.

\r\n

She is currently the committer in Functest and contributor in Dovetail. Her main work focuses on the test results collection and analysis, and OPNFV Verified program.

", + "created": 1483064491, + "first_name": "Serena", + "gender": "Female", + "id": 11042, + "irc": "SerenaFeng", + "last_edited": 1518034650, + "last_name": "Feng", + "member_id": 54130, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11042", + "presentations": [ + 20805 + ], + "title": "NFV Senior Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526301777, + "end_date": null, + "id": 156833, + "is_current": true, + "job_title": "Senior Architect, E2E Service Orchestration ", + "last_edited": 1526301777, + "organization": { + "created": 1461360345, + "id": 14925, + "last_edited": 1461360345, + "name": "TELUS Communications Inc" + }, + "owner_id": 95870, + "start_date": 1490572800 + } + ], + "bio": "

Sana Tariq is a member of TELUS team acting as senior architectect for E2E Service Orchestration. Sana earned her doctoral degree in Computer Science specializing in optical communications, cloud computing, and software defined networking from University of Central Florida, Orlando, FL in 2014. She was awarded US Fulbright scholarship and CREOL fellowship.  

\r\n

Before joining TELUS, Sana has worked in multiple service provider networks including Telenor and T-Mobile USA for over 7 years. Sana has been among the leading team for T-Mobile NFV/SDN initiative and worked on launching numerous IMS services. 

\r\n

At TELUS communications Inc, Sana is currently leading architecture and long term roadmap of E2E Service Orchestration platform. She is also leading initiative to optimize cloud resources through AI driven closed loop orchestration and evaluating multiple AI and machine learning alogrithms and approcahes.

\r\n

Sana has been a frequent speaker in organization's internal and external events. A short list of previous presentations/events below

\r\n

\"Closed Loop dynamic Policy in ONAP\" (Speaker) Opensource Networking Summit ONS-2018, March 26-29, Los Angeles, CA 

\r\n

\"QAMO-SDN: QoS aware Multipath TCP for software defined optical networks\" (Speaker) Consumer Communications and Networking Conference (CCNC), 2015, Las Vegas, NV, USA

\r\n

\"Performance evaluation of MPTCP over optical burst switching in data centers\" (Speaker) Telecommunications Symposium (ITS), 2014, Sao Paulo, Brazil 

\r\n

\"QAMO:QoS Aware Multipath-TCP Over Optical Burst Switching in Data Centers\" (Speaker) International Conference on Optical Communication Systems (OPTICS 2014) Vienna, Austria 

\r\n

\"Improving Fairness of OBS Routing Protocols in Multimode Fiber Networks\" (Speaker) Computing, Networking and Communications (ICNC), 2013 International Conference San Diego, CA, USA

\r\n

 

\r\n

 

\r\n

 

", + "created": 1509998978, + "first_name": "Sana", + "gender": "Female", + "id": 13854, + "irc": null, + "last_edited": 1526302442, + "last_name": "Tariq (PhD)", + "member_id": 95870, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13854", + "presentations": [ + 20807 + ], + "title": "Senior Architect, E2E Service Orchestration", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1485985507, + "end_date": null, + "id": 135057, + "is_current": true, + "job_title": "Director", + "last_edited": 1485985524, + "organization": { + "created": 1390253287, + "id": 4022, + "last_edited": 1390253287, + "name": "Sardina Systems" + }, + "owner_id": 15397, + "start_date": 1389916800 + } + ], + "bio": "

Dr Kenneth Tan has been in the large scale systems sector for 18+ years.

\r\n

At Sardina Systems, Kenneth leads a highly talented product development team, experienced in developing software targeting some of the largest supercomputers in the world, now building OpenStack automation software, to optimize OpenStack cloud operations.

He was previously with CloudFabriQ, BNP Paribas, OptimaNumerics, in product development and business development roles, involving products and services sold to major data center operators in automotive, energy, defence, meteo, finance. He has led teams in UK, Russia, Ukraine, Belarus, Estonia, Germany.

", + "created": 1485985176, + "first_name": "Kenneth", + "gender": "Male", + "id": 11341, + "irc": null, + "last_edited": 1527753429, + "last_name": "Tan", + "member_id": 15397, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11341", + "presentations": { + "5": 20810 + }, + "title": "Director, Technical Solutions", + "twitter": "@cjktan" + }, + { + "affiliations": [], + "bio": "

Jan Winter is responsible for the Research Services within the University of Edinburgh, managing the Edinburgh Computer and Data Facility.

", + "created": 1517981089, + "first_name": "Jan", + "gender": null, + "id": 14152, + "irc": null, + "last_edited": 1527753015, + "last_name": "Winter", + "member_id": 98733, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14152", + "presentations": [ + 20810 + ], + "title": "Research Services, University of Edinburgh", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1467044804, + "end_date": null, + "id": 99769, + "is_current": true, + "job_title": null, + "last_edited": 1467044804, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 65940, + "start_date": 1136332800 + } + ], + "bio": "

Matt is PTL of the OpenStack-Helm project, and leads community development efforts within the AT&T Integrated Cloud (AIC) organization. His background includes OpenStack development, DevOps coaching, data science / statistical analysis, mobile development, technician dispatch and scheduling, VoIP provisioning, and integration with legacy terminal applications. Matt gets to work with a lot of awesome people who love to help make OpenStack an outstanding platform.

", + "created": 1485282492, + "first_name": "Matt", + "gender": "Male", + "id": 11208, + "irc": "mattmceuen", + "last_edited": 1518007515, + "last_name": "McEuen", + "member_id": 65940, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11208", + "presentations": { + "6": 20811, + "7": 21586 + }, + "title": "OpenStack-Helm PTL and Associate Director, AT&T", + "twitter": "matt_mceuen" + }, + { + "affiliations": [ + { + "created": 1489085318, + "end_date": null, + "id": 137117, + "is_current": true, + "job_title": "Coordinator", + "last_edited": 1489085318, + "organization": { + "created": 1389905676, + "id": 3988, + "last_edited": 1389905676, + "name": "Openstack Korea User Group" + }, + "owner_id": 35337, + "start_date": 1309478400 + }, + { + "created": 1503142344, + "end_date": null, + "id": 144452, + "is_current": true, + "job_title": "Cloud Architect", + "last_edited": 1503142344, + "organization": { + "created": 1408043986, + "id": 5933, + "last_edited": 1408043986, + "name": "SK Telecom" + }, + "owner_id": 35337, + "start_date": 1425168000 + } + ], + "bio": "

Seungkyu was a software engineer for 20 years at Samsung SDS and SK Telecom and now one of both OpenStack Korea user group and Kubernetes Korea user group leaders.

\r\n

He has a lot of experience about large scale project. He had developed many enterprise Java application systems using Java framework like Spring, Hibernate until 2011, but since then, has become a project leader of cloud infrastructure project using OpenStack and that system is now up and running. He has experienced OpenStack since Diable version.

\r\n

Recently, He has built a PaaS using CloudFoudry and Kubernetes and has the container skills to build a devops environment.

\r\n

He is good with both OpenStack and kubernetes, especially HA building them and developing nova and cinder features.

\r\n

[ Blog ]
http://www.ahnseungkyu.com/

\r\n

[ Previous OpenStackId : skanddh@gmail.com ]

", + "created": 1468210559, + "first_name": "Seungkyu", + "gender": "Male", + "id": 9596, + "irc": null, + "last_edited": 1518049467, + "last_name": "Ahn", + "member_id": 35337, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9596", + "presentations": { + "6": 20811, + "7": 21868 + }, + "title": "Senior Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1436989276, + "end_date": null, + "id": 76075, + "is_current": true, + "job_title": null, + "last_edited": 1487863704, + "organization": { + "created": 1408043986, + "id": 5933, + "last_edited": 1408043986, + "name": "SK Telecom" + }, + "owner_id": 175, + "start_date": 1425168000 + }, + { + "created": 1507894732, + "end_date": null, + "id": 146186, + "is_current": true, + "job_title": null, + "last_edited": 1507894732, + "organization": { + "created": 1436989276, + "id": 10173, + "last_edited": 1436989276, + "name": "SKT" + }, + "owner_id": 175, + "start_date": 1507852800 + } + ], + "bio": "

Jaesuk Ahn have received the M.S. and Ph.D. degrees from University of Texas at Austin, in 2004 and 2009, respectively, all in Software Engineering. Upon the graduation, he joined Korea Telecom from Sept. 2009, where he started to work on Open Source Cloud Technologies, especially on OpenStack Project. he had led a development team to architect, develop, and deploy opoenstack-based cloud platform for KT's internal private cloud till 2014. He joined a venture company called cloud4u at 2014 working at developing cloud tool chain to design, orechestrate, provision, monitor systems on cloud environment. He also worked as a main architect to develop open paas platform for the government. He is currently working at SK Telecom on the research project related to Software Defined Data Center as well as production openstack deployment and operation. Especially, he is currently working on putting OpenStack on Kubernetes leveraging Kolla and OpenStack-Helm Project.  

\r\n

He has also been involved in openstack community from early stage. he founded OpenStack Korea User group at 2011, since then, he has been doing various activities to promote OpenStack in Korea. In addition, He has been working as one of main organizers of OpenStack Day in Korea event since 2014. 

", + "created": 1436123234, + "first_name": "Jaesuk", + "gender": "Male", + "id": 654, + "irc": "jay-ahn", + "last_edited": 1518079466, + "last_name": "Ahn", + "member_id": 175, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/654", + "presentations": { + "14": 20811 + }, + "title": "OpenStack Architect, Evangelist, SKT", + "twitter": "songerie" + }, + { + "affiliations": [ + { + "created": 1416585837, + "end_date": null, + "id": 118057, + "is_current": true, + "job_title": null, + "last_edited": 1416585837, + "organization": { + "created": 1359485922, + "id": 27, + "last_edited": 1365013136, + "name": "IBM" + }, + "owner_id": 26565, + "start_date": 1056931200 + } + ], + "bio": "

Mr. Fried (rhymes with \"bleed\") entered OpenStack in the Liberty/Mitaka timeframe working on the PowerVM compute driver.  Since his first Nova commit in Newton, his focus has gradually become nearly 100% upstream.  Contributions in the Pike and Queens timeframe have spanned several projects, but have lately been focused primarily on the Placement API and its consumption by Nova.

", + "created": 1517849320, + "first_name": "Eric", + "gender": "Male", + "id": 14061, + "irc": "efried", + "last_edited": 1517851886, + "last_name": "Fried", + "member_id": 26565, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14061", + "presentations": [ + 20813 + ], + "title": "Software Engineer, POWER Systems", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1410866709, + "end_date": null, + "id": 61615, + "is_current": true, + "job_title": null, + "last_edited": 1410866709, + "organization": { + "created": 1359485922, + "id": 27, + "last_edited": 1365013136, + "name": "IBM" + }, + "owner_id": 280, + "start_date": 1409702400 + } + ], + "bio": "

Ed is a long-time developer, and has been working in Python for the last 15 years or so. He was fortunate enough to be part of the team at Rackspace that started OpenStack, and has continued to work on both the OpenStack code base as well as a Python SDK for OpenStack. His current focus is the Placement service for scheduling resources.

", + "created": 1454347654, + "first_name": "Edward", + "gender": "Male", + "id": 4913, + "irc": "edleafe", + "last_edited": 1518081072, + "last_name": "Leafe", + "member_id": 280, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4913", + "presentations": { + "1": 20813 + }, + "title": "OpenStack Developer", + "twitter": "EdLeafe" + }, + { + "affiliations": [ + { + "created": 1516120643, + "end_date": null, + "id": 153289, + "is_current": true, + "job_title": "Senior Software Engineer", + "last_edited": 1516120643, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 9349, + "start_date": 1501545600 + } + ], + "bio": "

Matthew is a software engineer working at SUSE, where he primarily works on upstream Openstack as a Swift core. Based on the south coast of NSW in Australia, he has been hacking on Swift since 2014. Matthew was the co-founder of the Kororaa Linux distribution which has given him careers in both Linux system administration and software development.

", + "created": 1454368004, + "first_name": "Matthew", + "gender": "Male", + "id": 5022, + "irc": "mattoliverau", + "last_edited": 1527160406, + "last_name": "Oliver", + "member_id": 9349, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5022", + "presentations": { + "2": 20815, + "3": 21278 + }, + "title": "Senior Software Engineer - SUSE", + "twitter": "mattoliverau" + }, + { + "affiliations": [ + { + "created": 1512808145, + "end_date": null, + "id": 148086, + "is_current": true, + "job_title": "Principal Software Engineer", + "last_edited": 1512808145, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 19088, + "start_date": 1512345600 + } + ], + "bio": "

Julia is not your typical engineer. She started her career in networking and eventually shifted to systems engineering. The DevOps movement lead her into software development and the operationalization of software due to the need to automate large scale systems deployments. She is experienced in conveying an operational perspective while bridging that with requirements, and doesn\u2019t mind getting deep down into code to solve a problem.

\n

She is an active core contributor and leader in OpenStack Ironic project, which is a project she feels passionate about due to many misspent hours in data centers deploying hardware. Prior to OpenStack, Julia contributed to the Shared Learning Infrastructure and worked with large scale litigation database systems.

\n

\u00a0

", + "created": 1454522658, + "first_name": "Julia", + "gender": "Female", + "id": 5408, + "irc": "ashinclouds", + "last_edited": 1522254144, + "last_name": "Kreger", + "member_id": 19088, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5408", + "presentations": { + "5": 20815 + }, + "title": "Principal Software Engineer, Red Hat", + "twitter": "TheJulia" + }, + { + "affiliations": [ + { + "created": 1384269883, + "end_date": null, + "id": 48477, + "is_current": true, + "job_title": "", + "last_edited": 1384269883, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 7551, + "start_date": null + } + ], + "bio": "

Prior to Red Hat, Flavio worked on Big Data oriented applications, search engines and message systems. He was also an active member of Gnome's a11y team where he contributed to Orca and created MouseTrap, a head-tracker application. Outside Red Hat Flavio likes to take run, travel, hang around with family and friends and whatever seems interesting.

\r\n

Flavio spends most of his time hacking on containers and messaging technologies in the OpenStack community where he's been part of several technical communities, served as a PTL and also as a Technical Committee member (where he still seats and contributes to).

", + "created": 1434418624, + "first_name": "Flavio", + "gender": "Male", + "id": 86, + "irc": "flaper87", + "last_edited": 1518067346, + "last_name": "Percoco", + "member_id": 7551, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/86", + "presentations": { + "11": 20815 + }, + "title": "Principal Software Engineer at Red Hat, Inc", + "twitter": "flaper87" + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 41045, + "is_current": true, + "job_title": "", + "last_edited": 1384269868, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 310, + "start_date": null + } + ], + "bio": "
Adam Young is a Cloud Solutions Architect at Red Hat, responsible for helping people developer 
their cloud strategies. He has been a long time core developer on Keystone, the authentication
and authorization service for OpenStack. Adam has worked on various systems management tools,
including the Identity Management component of Red Hat Enterprise Linux based on the FreeIPA
technology. A 20 year industry veteran, Adam contributed to multiple projects, products and
solutions from Java based eCommerce Web Sites to Kernel modifications for Beowulf clustering.
\r\n

 

", + "created": 1435840212, + "first_name": "Adam", + "gender": "Male", + "id": 591, + "irc": "ayoung", + "last_edited": 1517860012, + "last_name": "Young", + "member_id": 310, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/591", + "presentations": { + "12": 20818 + }, + "title": "Cloud Solutions Architect, Red Hat", + "twitter": "admiyoung" + }, + { + "affiliations": [ + { + "created": 1485907887, + "end_date": null, + "id": 134960, + "is_current": true, + "job_title": "Cloud Storage Lead", + "last_edited": 1485907887, + "organization": { + "created": 1436612884, + "id": 10068, + "last_edited": 1436612884, + "name": "Lenovo Inc" + }, + "owner_id": 8348, + "start_date": 1485129600 + } + ], + "bio": "

Jay worked for IBM between 2001 and 2017 on technologies such as Linux virtualization, supercomputing and storage.  Jay started working with OpenStack during the Grizzly release and has been focussed on Cinder since Havana.  As the Cinder Subject Matter Expert for IBM's Cloud Division, Jay served as the liason between the OpenStack Community and IBM's internal storage software development teams. 

\r\n

In January of 2017, Jay took the Cloud Storage Lead position in the Lenovo Cloud Technology Center (LCTC).  In this role he is working with Lenovo's storage offerings to guide their integration into cloud offerings.  In addition to Jay's storage responsibilities, he is working to guide Lenovo's growth in the OpenStack community.  He will be serving as a liaison between the growing group of contributors within Lenovo and the external development community. 

\r\n

Jay has also been a member of Cinder's core reviewer team since the Icehouse release, is a stable maintainer and serves as Cinder's Oslo and Documentation liaison. Jay currently serves as Cinder PTL.

", + "created": 1436462746, + "first_name": "Jay", + "gender": "Male", + "id": 995, + "irc": "jungleboyj", + "last_edited": 1517958797, + "last_name": "Bryant", + "member_id": 8348, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/995", + "presentations": { + "16": 20822, + "17": 20900, + "18": 21606, + "19": 21625, + "20": 21645 + }, + "title": "Cloud Storage Lead - Lenovo Cloud Technology Center", + "twitter": "jungleboyj" + }, + { + "affiliations": [ + { + "created": 1514206338, + "end_date": null, + "id": 148512, + "is_current": true, + "job_title": "Principal Architect", + "last_edited": 1514206338, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 7703, + "start_date": 1512345600 + } + ], + "bio": "

Xing is a Principal Architect at Huawei, leading the project and architecture design of OpenSDS, an open source project under Linux Foundation. She previously worked at Dell EMC and has expertise in storage, data protection, disaster recovery, cloud and virtualization technologies. Xing has been an OpenStack contributor since the Grizzly release and is a core reviewer in Cinder and Manila.  She is also a contributor in Kubernetes and Container Storage Interface (CSI).

", + "created": 1436882149, + "first_name": "Xing", + "gender": "Female", + "id": 1718, + "irc": "xyang", + "last_edited": 1526160835, + "last_name": "Yang", + "member_id": 7703, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1718", + "presentations": { + "17": 20822 + }, + "title": "Principal Architect", + "twitter": "2000Xyang" + }, + { + "affiliations": [ + { + "created": 1517872911, + "end_date": null, + "id": 153921, + "is_current": true, + "job_title": "Operations Manager", + "last_edited": 1517872911, + "organization": { + "created": 1416519597, + "id": 6798, + "last_edited": 1416519597, + "name": "The Linux Foundation" + }, + "owner_id": 53569, + "start_date": 1401667200 + }, + { + "created": 1455054001, + "end_date": null, + "id": 87339, + "is_current": true, + "job_title": null, + "last_edited": 1455054001, + "organization": { + "created": 1429420154, + "id": 8724, + "last_edited": 1429420154, + "name": "*independent user - Unaffiliated" + }, + "owner_id": 53569, + "start_date": 1454284800 + } + ], + "bio": "

Ray works at the Linux Foundation and has been responsible for the day-to-day operation of the OPNFV community since its launch in 2014. He has over 15 years of experience in the hi-tech industry in roles ranging from software engineer, product manager, program manager, account manager, and team lead at companies such as EDS, Intel, and Medallia. Ray lives in Sunnyvale, CA with his wife and daughter and all three are loyal season ticket holders of the San Jose Earthquakes soccer team.

", + "created": 1486442124, + "first_name": "Ray", + "gender": "Male", + "id": 11780, + "irc": "rpaik", + "last_edited": 1517872963, + "last_name": "Paik", + "member_id": 53569, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11780", + "presentations": { + "2": 20823 + }, + "title": "Operations Manager", + "twitter": "rspaik" + }, + { + "affiliations": [ + { + "created": 1490255672, + "end_date": null, + "id": 137772, + "is_current": true, + "job_title": null, + "last_edited": 1490255672, + "organization": { + "created": 1359485922, + "id": 285, + "last_edited": 1381734470, + "name": "NTT" + }, + "owner_id": 84891, + "start_date": 1396310400 + } + ], + "bio": "

A member of Research Engineer Project Team, Server Network Innovation Project, NTT Network Service Systems Laboratories.

\r\n

He joined NTT Telecommunication Networks Laboratory in 2014. He is currently studying network functions virtualization. He is a member of the Institute of Electronics, Information and Communication Engineers (IEICE).

\r\n

 

\r\n

 

", + "created": 1491439633, + "first_name": "Tetsuro", + "gender": "Male", + "id": 12311, + "irc": "tetsuro", + "last_edited": 1517886047, + "last_name": "Nakamura", + "member_id": 84891, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12311", + "presentations": { + "1": 20826 + }, + "title": "Mr. Tetsuro Nakamura", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1491902293, + "end_date": null, + "id": 138712, + "is_current": true, + "job_title": null, + "last_edited": 1491902293, + "organization": { + "created": 1359485922, + "id": 285, + "last_edited": 1381734470, + "name": "NTT" + }, + "owner_id": 85897, + "start_date": 1049155200 + } + ], + "bio": "

Researcher Engineer, Server Network Innovation Project, NTT Service Systems Laboratories.

\r\n

He joined NTT in 2003. His research interests include distributed systems, network virtualization, and network architectures. He is a member of IEICE.

", + "created": 1498601586, + "first_name": "Yasufumi", + "gender": "Male", + "id": 12562, + "irc": "yasufum", + "last_edited": 1526921553, + "last_name": "Ogawa", + "member_id": 85897, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12562", + "presentations": { + "1": 20826 + }, + "title": "Mr", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1398755026, + "end_date": null, + "id": 58163, + "is_current": true, + "job_title": null, + "last_edited": 1398755026, + "organization": { + "created": 1359485922, + "id": 42, + "last_edited": 1365005113, + "name": "CERN" + }, + "owner_id": 18496, + "start_date": 1162339200 + } + ], + "bio": "

Arne Wiebalck is a systems engineer at CERN, the European Organization for Nuclear Research. He studied physics and obtained a PhD in Computer Science from Heidelberg University, before he joined CERN more than 10 years ago. For several years he worked as a developer and engineer for CERN’s mass storage and distributed file systems. With the adoption of agile methods in CERN IT, he got fascinated by the advantages of virtualization and clouds, and is now responsible for the operation of CERN’s OpenStack-based private cloud.

", + "created": 1484770864, + "first_name": "Arne", + "gender": "Male", + "id": 11154, + "irc": "arnewiebalck", + "last_edited": 1521114398, + "last_name": "Wiebalck", + "member_id": 18496, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11154", + "presentations": { + "2": 20833, + "3": 20837, + "4": 20932, + "6": 21844 + }, + "title": "Computing Engineer", + "twitter": "@arnewiebalck" + }, + { + "affiliations": [ + { + "created": 1486496810, + "end_date": null, + "id": 135508, + "is_current": true, + "job_title": "Cloud Developer", + "last_edited": 1486496810, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 11727, + "start_date": 1486512000 + } + ], + "bio": "

Colleen works at SUSE as a Cloud Developer. She has been an active OpenStack contributor for three years, working with the Puppet Modules team, the OpenStack Infra team, and the keystone team.

", + "created": 1436532715, + "first_name": "Colleen", + "gender": "Female", + "id": 1084, + "irc": "cmurphy", + "last_edited": 1525977468, + "last_name": "Murphy", + "member_id": 11727, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1084", + "presentations": { + "8": 20836, + "9": 21633 + }, + "title": "Cloud Developer, SUSE", + "twitter": "_colleenm" + }, + { + "affiliations": [ + { + "created": 1437896939, + "end_date": null, + "id": 76923, + "is_current": true, + "job_title": null, + "last_edited": 1454415161, + "organization": { + "created": 1453015419, + "id": 12865, + "last_edited": 1453015419, + "name": "Nokia Cloudband" + }, + "owner_id": 41047, + "start_date": 1451606400 + } + ], + "bio": "

Ohad is a product manager in CloudBand, Nokia.

\r\n

In his role, Ohad is leading Analytics and monitoring for the CloudBand NFVI product and he is also responsible for open source activity in CloudBand. Ohad is driving Vitrage, an official OpenStack project, initiated by CloudBand, for root cause analysis, deduced alarms and states.

", + "created": 1439272077, + "first_name": "Ohad", + "gender": "Male", + "id": 3417, + "irc": null, + "last_edited": 1518101981, + "last_name": "Shamir", + "member_id": 41047, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3417", + "presentations": { + "7": 20839 + }, + "title": "Mr", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517881924, + "end_date": null, + "id": 153932, + "is_current": true, + "job_title": null, + "last_edited": 1517881924, + "organization": { + "created": 1399725551, + "id": 5106, + "last_edited": 1399725551, + "name": "nokia" + }, + "owner_id": 98530, + "start_date": 1470009600 + } + ], + "bio": "

Product manager for Nokia's VNF Manager offering (CBAM- Cloudband application manager).

", + "created": 1517901961, + "first_name": "Moshe", + "gender": "Male", + "id": 14082, + "irc": null, + "last_edited": 1526572091, + "last_name": "Lavi", + "member_id": 98530, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14082", + "presentations": [ + 20839 + ], + "title": "Mr", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Software Developer in CloudBand, Nokia

", + "created": 1519569420, + "first_name": "Andras", + "gender": null, + "id": 14462, + "irc": null, + "last_edited": 1519622897, + "last_name": "Urban", + "member_id": 99584, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14462", + "presentations": [ + 20839 + ], + "title": "Software Developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517909687, + "end_date": null, + "id": 153975, + "is_current": true, + "job_title": "System Architect", + "last_edited": 1517909687, + "organization": { + "created": 1517909687, + "id": 25907, + "last_edited": 1517909687, + "name": "1and1 Internet" + }, + "owner_id": 98556, + "start_date": 1508889600 + } + ], + "bio": "

Marian Tudosoiu is a Senior System Architect at 1&1 Internet SE, working on OpenStack Hybrid cloud, NFV and KVM Infrastructure. Marian has more than 10 years of experience in IT and Network Service Providers building large scale mission critical IT systems and cloud computing infrastructure(s).  He spent most of his experience in IBM CMS as Cloud Network Architect and Orange - FT Group as Network Engineer. He designed the world wide network infrastructure for IBM Cloud Managed Services. He has a B.Sc. in Telecommunications Engineering from Politehnica University of Bucharest.

", + "created": 1517902136, + "first_name": "Marian", + "gender": null, + "id": 14083, + "irc": null, + "last_edited": 1517982892, + "last_name": "Tudosoiu", + "member_id": 98556, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14083", + "presentations": [ + 20840 + ], + "title": "System Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1474018770, + "end_date": null, + "id": 105028, + "is_current": true, + "job_title": null, + "last_edited": 1474018770, + "organization": { + "created": 1474018770, + "id": 18703, + "last_edited": 1474018770, + "name": "1&1 Internet" + }, + "owner_id": 73527, + "start_date": 1359676800 + } + ], + "bio": "

Tudor Chihaia is the Engineering Manager of the Domains & Global Platform Development department at 1&1 Internet SE. In this position he is tasked with building and running platforms for the company's products with millions of customers (Domains, DNS, SSL) as well as develop the internal cloud and the infrastructure and operations tooling associated with it. He has been working with OpenStack, NFV and KVM technologies since 2015. Tudor has 15 years of all-round, hands on, experience in the IT Industry, with exposure to all stages of the plan / build / run product cycles and thorough understanding of technology stacks up from infrastructure layer to application level. Before joining 1&1 Tudor had spells at Orange-FT Group and HP, in the multicultural setting of these companies he started up multiple teams and departments. He has a B.Sc. in Telecommunications Engineering from \"Politehnica\" University of Bucharest.

", + "created": 1516865745, + "first_name": "Tudor", + "gender": "Male", + "id": 13959, + "irc": null, + "last_edited": 1518060485, + "last_name": "Chihaia", + "member_id": 73527, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13959", + "presentations": { + "2": 20840 + }, + "title": "Engineering Manager", + "twitter": "tudor_chihaia" + }, + { + "affiliations": [ + { + "created": 1466697672, + "end_date": null, + "id": 99578, + "is_current": true, + "job_title": null, + "last_edited": 1486627728, + "organization": { + "created": 1361972966, + "id": 1596, + "last_edited": 1364994360, + "name": "99cloud" + }, + "owner_id": 28514, + "start_date": 1415664000 + } + ], + "bio": "

Open source is a great way to promote oneself and providing businesses with many opportunities.  Recognizing this, after graduating from East China Normal university with a computer science degree, I got my first job in Lenovo group to do R&D on Linux, where I distributed a Linux OS. Before I joined OpenStack community, I had also worked on apache Java & J2EE projects. Come to OpenStack, attracted by its four Open principles, I am involved lots into many OpenStack Projects. In 2012, I started to work on Neutron project, and become a CORE reviewer, and I deployed first OpenStack public cloud service with full support Neutron models. And now I am working with Tacker project team as its PTL.

\r\n

OpenStack is becoming NFVI management system, many upper layer systems, such ONAP, OpenCORD are using it as default infrastructure resource management system. OpenStack skill is awesome for my involvement in these systems. I am working as CTO of 99cloud, which is providing OpenStack services to customers.  So I will and have to continue my efforts and do my best to get involved in it.

", + "created": 1452660733, + "first_name": "Yong Sheng", + "gender": "Male", + "id": 3908, + "irc": "gongysh", + "last_edited": 1517902981, + "last_name": "Gong", + "member_id": 28514, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3908", + "presentations": { + "10": 21589, + "11": 21651, + "9": 20843 + }, + "title": "Chief Architect", + "twitter": null + }, + { + "affiliations": [], + "bio": "

I consider myself open-source enthusiast I am really motivated about the whole open collaboration notion between people in the open-source community and that's why I am working in

\r\n

several open-source projects for about a year now such as OPNFV, OpenStack and OpenDaylight.

\r\n

I am core reviewer in OPNFV/SFC and also I am heavily contributing to Tacker, Openstack ansible projects and several other projects.

", + "created": 1517902888, + "first_name": "Dimitrios", + "gender": "Male", + "id": 14084, + "irc": "mardim", + "last_edited": 1518056349, + "last_name": "Markou", + "member_id": 89269, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14084", + "presentations": [ + 20843 + ], + "title": "Software Engineer", + "twitter": "dimmar91" + }, + { + "affiliations": [ + { + "created": 1449474784, + "end_date": null, + "id": 84138, + "is_current": true, + "job_title": null, + "last_edited": 1449561101, + "organization": { + "created": 1435634693, + "id": 9873, + "last_edited": 1435634693, + "name": "China Mobile Suzhou Software Technology Co., Ltd - China Mobile Suzhou Research Center" + }, + "owner_id": 50432, + "start_date": 1430697600 + } + ], + "bio": "

Yan Xing'an is a senior software development engineer for China Mobile Suzhou Research Center, core reviewer and contributor to the OpenStack Tacker project. He participates in the design and develop of the China mobile cloud NFV Products, including CloudOS, VNFM, NFVO.

", + "created": 1486211167, + "first_name": "Yan", + "gender": "Prefer not to say", + "id": 11481, + "irc": "YanXing_an", + "last_edited": 1517907476, + "last_name": "Xing'an", + "member_id": 50432, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11481", + "presentations": { + "3": 20843 + }, + "title": "Senior software development engineer for China Mobile Suzhou Research Center.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1521124799, + "end_date": null, + "id": 155162, + "is_current": true, + "job_title": "Fellow", + "last_edited": 1521124799, + "organization": { + "created": 1361972966, + "id": 1566, + "last_edited": 1381739137, + "name": "Verizon" + }, + "owner_id": 15733, + "start_date": 1491004800 + } + ], + "bio": "

Amrith is a fellow in Verizon's cloud team that develops and operates the Verizon Cloud Platform (VCP), focusing on OpenStack and other open source activities, Database-as-a-Service for OpenStack, and working with application owners migrating workloads onto VCP.

\r\n

He has been involved with OpenStack for several years and has been the PTL of the Trove (DBaaS) project for multiple releases. Before Verizon, Amrith was a founder at Tesora, a company that built a product around Trove, and made it simple and easy for customers to deploy DBaaS within their OpenStack deployments.

\r\n

Amrith has a long experience with distributed and high-performance computing, distributed databases, operating systems, and complex application architectures. He is a frequent speaker at events discussing these technologies, and is an advocate for the benefits of adopting open-source solutions to address enterprise technology needs.

", + "created": 1436303221, + "first_name": "Amrith", + "gender": "Prefer not to say", + "id": 847, + "irc": "amrith", + "last_edited": 1521124886, + "last_name": "Kumar", + "member_id": 15733, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/847", + "presentations": { + "26": 20846, + "27": 20974 + }, + "title": "Verizon", + "twitter": "amrithkumar" + }, + { + "affiliations": [], + "bio": "

SDN/NFV/Cloud Architect at Verizon Wireless

", + "created": 1451918477, + "first_name": "Fred", + "gender": null, + "id": 3737, + "irc": null, + "last_edited": 1517909271, + "last_name": "Oliveria", + "member_id": 51362, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3737", + "presentations": [ + 20846 + ], + "title": "Verizon Fellow", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1436976225, + "end_date": null, + "id": 76050, + "is_current": true, + "job_title": null, + "last_edited": 1436976225, + "organization": { + "created": 1424353327, + "id": 7570, + "last_edited": 1424353327, + "name": "Oracle Corporation" + }, + "owner_id": 39216, + "start_date": 1436745600 + } + ], + "bio": "

Steve Noyes is a consulting engineer at Oracle Corp working in the OpenStack development group. Through his career he has held positions as hardware/firmware/software engineer, project management, and VP of Engineering at various startups and established companies. He is enjoying his current role as a developer on OpenStack. He holds degrees in both Computer Science and Electrical Engineering.

", + "created": 1517912535, + "first_name": "Steve", + "gender": "Male", + "id": 14088, + "irc": "stvnoyes", + "last_edited": 1517917391, + "last_name": "Noyes", + "member_id": 39216, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14088", + "presentations": [ + 20850 + ], + "title": "Consulting Engineer at Oracle", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1516574451, + "end_date": null, + "id": 153469, + "is_current": true, + "job_title": "Principal Engineer", + "last_edited": 1516574451, + "organization": { + "created": 1359485922, + "id": 59, + "last_edited": 1381707064, + "name": "NetApp" + }, + "owner_id": 160, + "start_date": 1454371200 + } + ], + "bio": "

John Griffith, Principal Software Engineer at SolidFire now a part of NetApp, helped to create the Cinder project in OpenStack.  His primary responsibilities over the last several years have been as a technical contributor to OpenStack.  He served as Technical Lead for the Block Storage Project since it's beginning through the Juno release, and has also held elected seats on the OpenStack Technical Committee over the years.

\r\n

John has over fifteen years of engineering experience in both hardware and software engineering.  He’s been an active user and contributor to open source for close to a decade, and has been involved in OpenStack since January of 2011, currently an active contributor to OpenStack as well as Container projects.

\r\n

In addition to his technical contributions, John also spends a lot of his time talking to people who are interested in learning about OpenStack and Containers as well as gathering feedback from current users.

", + "created": 1436907422, + "first_name": "John", + "gender": "Male", + "id": 1918, + "irc": "jgriffith", + "last_edited": 1517912755, + "last_name": "Griffith", + "member_id": 160, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1918", + "presentations": { + "33": 20850 + }, + "title": "Principal Engineer at NetApp", + "twitter": "jdg_8" + }, + { + "affiliations": [ + { + "created": 1526651320, + "end_date": null, + "id": 157042, + "is_current": true, + "job_title": "Software Engineer", + "last_edited": 1526651320, + "organization": { + "created": 1490187951, + "id": 22147, + "last_edited": 1490187951, + "name": "Kontron Canada Inc." + }, + "owner_id": 52473, + "start_date": 1508889600 + } + ], + "bio": "

I am a software engineer working on cloud/NFV platforms at Kontron Canada. I also contribute to the OPNFV project in order to build a testing tool chain for NFV platforms. I have been talking at many conference including OpenStack and OPNFV Summits. I like to make movies and also to run.

", + "created": 1454332133, + "first_name": "Valentin", + "gender": "Male", + "id": 4840, + "irc": null, + "last_edited": 1526651343, + "last_name": "Boucher", + "member_id": 52473, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4840", + "presentations": { + "3": 20851 + }, + "title": "Software Conceptor", + "twitter": "boucherv1" + }, + { + "affiliations": [ + { + "created": 1499728310, + "end_date": null, + "id": 142462, + "is_current": true, + "job_title": "CTO and Coufounder", + "last_edited": 1499728310, + "organization": { + "created": 1499728309, + "id": 23698, + "last_edited": 1499728309, + "name": "Hyper HQ" + }, + "owner_id": 4495, + "start_date": 1420070400 + }, + { + "created": 1517916197, + "end_date": null, + "id": 153981, + "is_current": true, + "job_title": "Architecture Committee Member", + "last_edited": 1517916197, + "organization": { + "created": 1517916197, + "id": 25910, + "last_edited": 1517916197, + "name": "Kata Containers" + }, + "owner_id": 4495, + "start_date": 1512432000 + } + ], + "bio": "

Xu Wang is the CTO and Cofounder of Hyper HQ, and an initial member of Kata Containers Architecture Committee. HyperHQ created hypervisor-based open source container runtime runV (secure as VM, fast as container). runV merged with clear containers from Intel, and become Kata Containers project in Dec 2017.

\r\n

Hyper HQ provides hyper.sh, a runV/kata based container native Cloud. Before founded HyperHQ, Xu worked in a public cloud in China since 2011 and was working for China Mobile cloud team during 2007 to 2011.

\r\n

Xu had experiences on Linux Kernel, virtualization,  container, and distributed storage system. And he is also a technical writer and translator on Linux, virtualization, NoSQL etc.

", + "created": 1499728159, + "first_name": "Xu", + "gender": "Male", + "id": 12727, + "irc": "gnawux", + "last_edited": 1517918725, + "last_name": "Wang", + "member_id": 4495, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12727", + "presentations": { + "2": 20853 + }, + "title": "CTO and Cofounder of HyperHQ", + "twitter": "gnawux" + }, + { + "affiliations": [ + { + "created": 1425662692, + "end_date": null, + "id": 68351, + "is_current": true, + "job_title": null, + "last_edited": 1425662692, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 5544, + "start_date": 1425254400 + } + ], + "bio": "

Julio Villarreal Pelegrino is an Enterprise Architect and Systems Engineer with over fifteen (15) years of experience in the Software and IT Industry.

\r\n

 

\r\n

Currently, he is a Chief Architect in the Emerging Technology Practice at Red Hat, where he provides open source technology solutions to customers.  In this role, Julio helps to architect and implement private and public clouds and translate business needs into use cases and IT solutions.

\r\n

 

\r\n

His extensive experience in large Enterprise computing environments and multiple technologies that include  OpenStack, Kubernetes, Docker, Red Hat Enterprise Linux, OpenShift, VMware vSphere, SAN/NAS, Networking and multiple programming languages, makes him an asset to any organization.

\r\n

 

\r\n

Before joining Red Hat, Julio worked for Oracle and Dell where he held different roles within  IT and Services.

", + "created": 1434442834, + "first_name": "Julio", + "gender": "Male", + "id": 104, + "irc": "juliovp01", + "last_edited": 1521317845, + "last_name": "Villarreal Pelegrino", + "member_id": 5544, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/104", + "presentations": { + "9": 20857 + }, + "title": "Senior Principal Consulting Architect", + "twitter": "juliovp01" + }, + { + "affiliations": [], + "bio": "

Roger Lopez is a principal software engineer in Red Hat’s Solutions Engineering group. This team identifies high-value solution stacks based on input from Sales, Marketing, and Engineering teams and develops reference architectures for internal and external customers. Roger is a Red Hat Certified Engineer (RHCE) with more than 10 years of computer industry experience at Dell and Red Hat. I've presented at conference such as Red Hat Summit, Collaborate, Oracle World, OpenStack Summit over the course of those ten years. I've currently been working on OpenStack for three years with my focus around Performance and Scalability, Backup and Recovery, and OpenShift on OpenStack.

\r\n

Below are some blogs and reference architectures around OpenStack that I've written:

\r\n

http://redhatstackblog.redhat.com/2015/08/17/performance-and-scaling-your-red-hat-enterprise-linux-openstack-platform-cloud/

\r\n

https://access.redhat.com/node/1507893/40

\r\n

https://access.redhat.com/articles/2165131

\r\n

Below is a link to my last OpenStack Summit presentations:

\r\n

https://www.openstack.org/videos/video/failed-openstack-update-now-what

\r\n

https://www.openstack.org/videos/sydney-2017/bringing-worlds-together-designing-and-deploying-kubernetes-on-an-openstack-multi-site-environment

\r\n

 

", + "created": 1436891370, + "first_name": "Roger", + "gender": null, + "id": 1796, + "irc": null, + "last_edited": 1518081473, + "last_name": "Lopez", + "member_id": 39022, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1796", + "presentations": { + "4": 20857 + }, + "title": "Principal Software Engineer", + "twitter": "Lopez" + }, + { + "affiliations": [], + "bio": "

Davanum Srinivas (a.k.a Dims) is now a member of the Mirantis Community Engineering team working on OpenStack Nova, Oslo and related projects. He previously worked on IBM PureApplication product as an Architect and lead a team working on Web Services support in WebSphere. Dims has a long track record in open source projects including Apache Cocoon, Axis2, Geronimo at the Apache Software foundation and he co-founded WSO2 based on the open source business model.

", + "created": 1454473773, + "first_name": "Davanum", + "gender": null, + "id": 5328, + "irc": null, + "last_edited": 1517928532, + "last_name": "Srinivas", + "member_id": 28849, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5328", + "presentations": { + "1": 20861 + }, + "title": "Principal Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1399987084, + "end_date": null, + "id": 58524, + "is_current": true, + "job_title": "Lead System Architect", + "last_edited": 1490377687, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 18816, + "start_date": 1211068800 + } + ], + "bio": "

Kandan is Director at AT&T and responsible for AT&T's Cloud Strategy and Architecture. Kandan is the board of directors at OpenStack. Kandan leads technology efforts around NFV and AT&T’s Integrated Cloud Platform. He is currently responsible for shepherding SDN, Edge and NFV projects of AT&T and big Open Source advocate. 

", + "created": 1436995981, + "first_name": "Gnanavelkandan", + "gender": "Male", + "id": 2702, + "irc": null, + "last_edited": 1518104222, + "last_name": "Kathirvel", + "member_id": 18816, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2702", + "presentations": { + "17": 20861, + "19": 21866, + "20": 21885 + }, + "title": "Director", + "twitter": "@kandankathirvel" + }, + { + "affiliations": [ + { + "created": 1384269867, + "end_date": null, + "id": 40759, + "is_current": true, + "job_title": "Consulting Software Engineer", + "last_edited": 1384269867, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 48, + "start_date": 1380931200 + } + ], + "bio": "

Mark McLoughlin has spent over 15 years contributing to and leading open source projects such as GNOME, Fedora, KVM, qemu, libvirt, oVirt, and OpenStack.

\n

Mark is Senior Director of Engineering for OpenStack at Red Hat, and has lead Red Hat\u2019s OpenStack efforts since 2011. As an OpenStack contributor, he created the Oslo project, contributed heavily to Nova, and was elected both to the OpenStack Technical Committee and the OpenStack Foundation Board of Directors.

", + "created": 1434470244, + "first_name": "Mark", + "gender": "Male", + "id": 123, + "irc": "markmc_", + "last_edited": 1525955978, + "last_name": "McLoughlin", + "member_id": 48, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/123", + "presentations": { + "12": 20861, + "13": 21894 + }, + "title": "Senior Director of Engineering for OpenStack, Red Hat", + "twitter": "markmc" + }, + { + "affiliations": [ + { + "created": 1453082647, + "end_date": null, + "id": 85817, + "is_current": true, + "job_title": null, + "last_edited": 1453082647, + "organization": { + "created": 1359485922, + "id": 375, + "last_edited": 1365011280, + "name": "Catalyst IT Limited" + }, + "owner_id": 52051, + "start_date": 1401667200 + } + ], + "bio": "

I involved in OpenStack since 2012 and was a Glance core member for almost 4 years. And now I'm serving as the PTL of Zaqar for 4 cycles.

", + "created": 1453082977, + "first_name": "Feilong", + "gender": "Male", + "id": 3999, + "irc": "flwang", + "last_edited": 1517933666, + "last_name": "Wang", + "member_id": 52051, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3999", + "presentations": { + "10": 20865 + }, + "title": "Senior Software Engineer", + "twitter": "feilongwang" + }, + { + "affiliations": [ + { + "created": 1488206420, + "end_date": null, + "id": 136684, + "is_current": true, + "job_title": null, + "last_edited": 1488206420, + "organization": { + "created": 1391616091, + "id": 4146, + "last_edited": 1391616091, + "name": "Rackspace Hosting" + }, + "owner_id": 83707, + "start_date": 1420070400 + } + ], + "bio": "

Ell has been part of the Rackspace family for about three years as a Linux Administrator and a Technical Trainer. In this time she has developed a strong passion for education and mentorship. 

", + "created": 1497606884, + "first_name": "Ell", + "gender": "Female", + "id": 12531, + "irc": "ellopunk", + "last_edited": 1518098205, + "last_name": "Marquez", + "member_id": 83707, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12531", + "presentations": { + "4": 20875, + "5": 20982 + }, + "title": "Technical Trainer", + "twitter": "@ell_o_punks" + }, + { + "affiliations": [ + { + "created": 1384269871, + "end_date": null, + "id": 42525, + "is_current": true, + "job_title": "", + "last_edited": 1436279919, + "organization": { + "created": 1359485922, + "id": 1, + "last_edited": 1364994786, + "name": "Rackspace" + }, + "owner_id": 1760, + "start_date": 1155513600 + } + ], + "bio": "

Byron is a DevOps Engineer at Racksapce.

", + "created": 1439823600, + "first_name": "Byron", + "gender": "Male", + "id": 3463, + "irc": "bgmccollm", + "last_edited": 1518098169, + "last_name": "McCollum", + "member_id": 1760, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3463", + "presentations": { + "4": 20875, + "5": 20982 + }, + "title": "DevOps Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1499427361, + "end_date": null, + "id": 142381, + "is_current": true, + "job_title": "Technical Trainer III", + "last_edited": 1499427361, + "organization": { + "created": 1359485922, + "id": 1, + "last_edited": 1364994786, + "name": "Rackspace" + }, + "owner_id": 89524, + "start_date": 1422835200 + } + ], + "bio": "

Tyler DeRosa-Grund, Technical Trainer III at Rackspace has been working with Linux and Openstack as a Professional Career since 2012. Tyler holds several certifications in Networking, Linux and Openstack and has held both Engineer and Training positions throughout his career. 

", + "created": 1499426574, + "first_name": "Tyler", + "gender": "Male", + "id": 12688, + "irc": "tylerderosagrund", + "last_edited": 1518098251, + "last_name": "DeRosa-Grund", + "member_id": 89524, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12688", + "presentations": { + "4": 20875, + "5": 20982 + }, + "title": "Technical Trainer III", + "twitter": "mrDeRosaGrund" + }, + { + "affiliations": [ + { + "created": 1423568175, + "end_date": null, + "id": 65616, + "is_current": true, + "job_title": null, + "last_edited": 1423568175, + "organization": { + "created": 1392831684, + "id": 4266, + "last_edited": 1392831684, + "name": "ebay inc" + }, + "owner_id": 28581, + "start_date": 1332115200 + } + ], + "bio": "

Vivek Jain is an architect and dev manager for eBay's cloud and traffic infrastructure teams. He is responsible for building highly scalable and reliable compute/storage and network solutions. Before eBay, he has been working in datacenter and cloud automation area for more than 7 years in Sun Microsystems and Oracle.

", + "created": 1436792033, + "first_name": "Vivek", + "gender": "Male", + "id": 1316, + "irc": null, + "last_edited": 1519404554, + "last_name": "Jain", + "member_id": 28581, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1316", + "presentations": { + "5": 20877 + }, + "title": "Cloud Solutions at eBay Inc", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269883, + "end_date": null, + "id": 48574, + "is_current": true, + "job_title": "", + "last_edited": 1384269883, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 7644, + "start_date": null + } + ], + "bio": "

A versatile Engineer with successful background in Information Technology, Design and Architecture for Infrastructure as a Service, Cloud Computing, Software Defined Network[SDN], Software Defined Storage[SDS] and High Availability solutions with open source technologies. He has rich IT experience with extensive and up-to-date technical background.

\r\n

• 9 years of IT experience, 1 technical degree, 3 industry certifications and 4 industry trainings.
• Subject matter expert in several key disciplines ranging from Linux, Infrastructure as a Service with Software Defined Network, Software Defined Storage and Compute concentrations.
• DevOps and Reliability Engineering.
• CICD and Automation by Jenkins, Docker.
• Experience on open source datacenter solutions and automation ranging Redhat, CentOS, Ubuntu, LXC and Openstack.
• Configuration management and Orchestration through puppet.
• High Availability Solutions/Services.
• Distributed file system solutions.
• Design and Architecture for Infrastruture solutions
• 6 years of experience on cloud computing.
• 4 Years of US work Experience

", + "created": 1517941282, + "first_name": "Nirbhay", + "gender": "Male", + "id": 14110, + "irc": null, + "last_edited": 1526853515, + "last_name": "Tomar", + "member_id": 7644, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14110", + "presentations": [ + 20877 + ], + "title": "Mr", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517946106, + "end_date": null, + "id": 154003, + "is_current": true, + "job_title": null, + "last_edited": 1517946106, + "organization": { + "created": 1392920724, + "id": 4310, + "last_edited": 1392920724, + "name": "eBay, Inc." + }, + "owner_id": 98582, + "start_date": 1408924800 + } + ], + "bio": "

20 years of experience in Software Architecture and Technical Product Management, specialized in large distributed workloads running in the Cloud. Currently,Product Owner for eBay Cloud Infrastructure: This includes Cloud Storage (Block Storage and Object Storage), Cloud Compute, and Cloud Networking. Previously, led many business critical initiatives, for various large and small companies. More information can be found at: https://www.linkedin.com/in/gbouzeid

", + "created": 1517947709, + "first_name": "Gilbert", + "gender": "Male", + "id": 14119, + "irc": null, + "last_edited": 1517950674, + "last_name": "Bouzeid", + "member_id": 98582, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14119", + "presentations": [ + 20877 + ], + "title": "eBay Cloud Infrastructure, Product Owner", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Nate Baechtold is an Infrastructure Architect at EBSCO.  He has been a professional software engineer for 7 years writing distributed applications for the enterprise and an architect for 3 years focused on infrastructure design, automation and cloud technologies.

\r\n

He is the primary architect and technical lead for EBSCO’s private cloud rollout to live customer facing environments and the implementation of a software defined load balancing strategy.  Nate has been also heavily involved in EBSCO’s overall cloud strategy.

", + "created": 1454365550, + "first_name": "Nate", + "gender": null, + "id": 5004, + "irc": null, + "last_edited": 1518089756, + "last_name": "Baechtold", + "member_id": 37948, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5004", + "presentations": { + "2": 20884 + }, + "title": "Infrastructure Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1456266964, + "end_date": null, + "id": 90955, + "is_current": true, + "job_title": null, + "last_edited": 1456266964, + "organization": { + "created": 1423498439, + "id": 7377, + "last_edited": 1423498439, + "name": "Avi Networks Inc" + }, + "owner_id": 28133, + "start_date": 1456185600 + } + ], + "bio": "

Praveen Yalagandula is the OpenStack Architect at Avi Networks, responsible for designing and developing the integration of Avi Networks’ Cloud Application Delivery Platform with OpenStack infrastructure services. At Avi, Praveen also leads the application performance visibility component of the Avi’s solution and has developed a scalable and distributed log analytics system. Prior to Avi, Praveen was a Principal Scientist at HP Labs in Palo Alto, where he spent 8 years exploring several aspects of data center networks, software defined networking, and large-scale distributed systems. Praveen received his Ph.D. in Computer Science from the University of Texas at Austin in 2005. He is currently a senior member of IEEE and ACM.

", + "created": 1436977014, + "first_name": "Praveen", + "gender": null, + "id": 2429, + "irc": null, + "last_edited": 1518181586, + "last_name": "Yalagandula", + "member_id": 28133, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2429", + "presentations": { + "8": 20884 + }, + "title": "OpenStack Architect", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Gaurav Rastogi is lead Analytics Architect at Avi Networks. The Avi Networks brings the benefits of hyperscale application delivery to every enterprise, at any scale. He works on architecture of inline and streaming analytics to provide end-to-end visibility, insights, and autoscaling for cloud applications.

\r\n


Prior to Avi Networks Gaurav was Sr. Engineering Manager at Adobe where he led team to build SaaS based Adobe Primetime Publishing Services focused at video monetization for large media companies. He has more than 10 years of software development experience in distributed systems and networking platform including High TPS and I/O intensive Video Streaming servers, IP and Storage Networking. He has MS in Computer Engineering from The University of Texas at Austin. He received his undergraduate (B.Tech) degree from the Indian Institute of Technology at Kanpur.

", + "created": 1499867025, + "first_name": "Gaurav", + "gender": "Male", + "id": 12822, + "irc": null, + "last_edited": 1518111605, + "last_name": "Rastogi", + "member_id": 21369, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12822", + "presentations": { + "2": 20884 + }, + "title": "Analytics Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1460407728, + "end_date": null, + "id": 93891, + "is_current": true, + "job_title": null, + "last_edited": 1460407728, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 59756, + "start_date": 1460937600 + } + ], + "bio": "

Elise has been a key player in open source initiatives at AT&T for the last three years. As a technical agile coach, she drove the transition to modern agile development practices. She also developed a company-wide practice to simplify employee-driven open source contributions and established a standard structure for AT&T's GitHub presence.

\r\n

Currently, Elise works within AIC to interface with upstream OpenStack community and beyond. Contributing to AIC quality improvement and open source strategy in many ways, she currently leads an effort to repurpose unused hardware to create an accessible Open Source Lab, housed in the T-REX Innovation Center in downtown St. Louis.

", + "created": 1468443653, + "first_name": "Elise", + "gender": "Female", + "id": 10196, + "irc": "eeiden", + "last_edited": 1518116320, + "last_name": "Eiden", + "member_id": 59756, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10196", + "presentations": { + "5": 20891 + }, + "title": "Professional System Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1439373674, + "end_date": null, + "id": 78625, + "is_current": true, + "job_title": null, + "last_edited": 1439373674, + "organization": { + "created": 1434981210, + "id": 9750, + "last_edited": 1434981210, + "name": "AT&T Services" + }, + "owner_id": 45370, + "start_date": 846547200 + } + ], + "bio": "

Lead developer of the AIC Quality Automation (AQuA) team.  AQuA is a framework of frameworks for containerizing testing tools of our control plane. If you have any question please reach our to me.

", + "created": 1468461811, + "first_name": "Doug", + "gender": "Male", + "id": 10288, + "irc": "bigdogstl", + "last_edited": 1526997945, + "last_name": "Schveninger", + "member_id": 45370, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10288", + "presentations": { + "3": 20891 + }, + "title": "Principal System Engineer", + "twitter": "ishootsportsstl" + }, + { + "affiliations": [ + { + "created": 1475648661, + "end_date": null, + "id": 106536, + "is_current": true, + "job_title": "Member Of Technical Staff", + "last_edited": 1476094903, + "organization": { + "created": 1359485922, + "id": 537, + "last_edited": 1381707064, + "name": "NEC" + }, + "owner_id": 41259, + "start_date": 1467331200 + } + ], + "bio": "

He is an active contributor in OpenStack for container based projects like Kolla, Kolla-ansible, Kolla-kubernetes, OpenStack-Helm, TripleO\u00a0 and working\u00a0in kolla, kolla-ansible as core reviewer and developer.

\n

He is currently working as Senior Cloud Software Developer in NEC Technologies Ind Pvt Ltd in cloud division. He has almost 4 years of rich experience in cloud computing domain while working as primary as well as secondary software developer in OpenStack.

\n

He has expertise in python, shell scripts, go, docker, ansible, kubernetes and having the rich knowledge in cloud computing domain specially in deloyment of OpenStack into container with various container based projects.

\n

He is very keen to make his own remark in containerized cloud domain across the open source communities.

", + "created": 1486115380, + "first_name": "Surya Prakash", + "gender": "Male", + "id": 11406, + "irc": "suryaprakash64", + "last_edited": 1521715784, + "last_name": "Singh", + "member_id": 41259, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11406", + "presentations": { + "5": 20899, + "6": 21588, + "7": 21634 + }, + "title": "Senior Cloud Software Developer, NEC", + "twitter": "spsurya" + }, + { + "affiliations": [ + { + "created": 1468378529, + "end_date": null, + "id": 101191, + "is_current": true, + "job_title": null, + "last_edited": 1468378529, + "organization": { + "created": 1361972966, + "id": 1596, + "last_edited": 1364994360, + "name": "99cloud" + }, + "owner_id": 9936, + "start_date": 1446336000 + } + ], + "bio": "

Early OpenStack practitioners

\r\n

Provide private cloud solution and secondary development based on OpenStack.

\r\n

Planning and implementation multi private cloud plateform.

\r\n

Active community developer. Contribute to Keystone, Nova, Zaqar and Kolla projects.

", + "created": 1453178180, + "first_name": "Jeffrey", + "gender": "Male", + "id": 4025, + "irc": "jeffrey4l", + "last_edited": 1518090973, + "last_name": "Zhang", + "member_id": 9936, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4025", + "presentations": { + "10": 21856, + "7": 20899, + "8": 21588, + "9": 21634 + }, + "title": "OpenStack Developer in 99cloud", + "twitter": "jeffrey4l" + }, + { + "affiliations": [ + { + "created": 1467612812, + "end_date": null, + "id": 100625, + "is_current": true, + "job_title": null, + "last_edited": 1467612812, + "organization": { + "created": 1359485922, + "id": 226, + "last_edited": 1365013136, + "name": "Fujitsu" + }, + "owner_id": 66800, + "start_date": 1467590400 + } + ], + "bio": "

I am interested in cloud and fog computing technique with background is computer science.

\r\n

Currently, my main interest project is Kolla and currently, I'm interested with reduce upgrade downtime to zero-downtime.

", + "created": 1481861449, + "first_name": "Duong", + "gender": "Male", + "id": 11010, + "irc": "duonghq", + "last_edited": 1518132509, + "last_name": "Ha-Quang", + "member_id": 66800, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11010", + "presentations": { + "3": 20899 + }, + "title": "Software Engineer", + "twitter": "haqduong" + }, + { + "affiliations": [ + { + "created": 1521106472, + "end_date": null, + "id": 155150, + "is_current": true, + "job_title": null, + "last_edited": 1521106472, + "organization": { + "created": 1501119984, + "id": 23941, + "last_edited": 1501119984, + "name": "CloudBand Nokia" + }, + "owner_id": 76466, + "start_date": 1521417600 + } + ], + "bio": "

My background is in networking and virtualization.

\r\n

I have written features for Cisco Systems for various operating systems and hardware.

\r\n

Now at Lenovo in the Data Center Group and Lenovo Cloud Technology Center - I am focused on Openstack solutions to promote understanding of Lenovo's hardware and software capabilities, and to provide expertise and thought-leadership to our customers.

\r\n

In particular my interests lie with containerization, so I am working on Kolla, Kubernetes and OpenStack Helm.

", + "created": 1486402170, + "first_name": "Rich", + "gender": "Male", + "id": 11630, + "irc": "rwellum", + "last_edited": 1526751046, + "last_name": "Wellum", + "member_id": 76466, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11630", + "presentations": { + "4": 20900 + }, + "title": "Advisory Researcher, Cloud Infrastructure, Lenovo.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1475009443, + "end_date": null, + "id": 105680, + "is_current": true, + "job_title": null, + "last_edited": 1475009443, + "organization": { + "created": 1359485922, + "id": 527, + "last_edited": 1381705946, + "name": "lenovo" + }, + "owner_id": 74195, + "start_date": 1474848000 + } + ], + "bio": "

Bin Zhou, Ph.D. is an advisory researcher at Lenovo Cloud Technology Center. He has been involved with OpenStack and OPNFV for over three years. Before joining Lenovo, he had been leading the desgin and construction of openstack-based SDN and NFV infrastructure at Comcast. As a solution architect, he also led several SDN POC projects based OpenStack and Opendaylight at Overture Networks. He had extensive development experience with NFVO, SDN and telecommunication software systems.

", + "created": 1486090468, + "first_name": "Bin", + "gender": "Male", + "id": 11387, + "irc": "lakerzhou", + "last_edited": 1523869901, + "last_name": "Zhou", + "member_id": 74195, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11387", + "presentations": { + "4": 20900 + }, + "title": "Advisory Researcher, Cloud Architect, Lenovo", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454487518, + "end_date": null, + "id": 86817, + "is_current": true, + "job_title": null, + "last_edited": 1454487518, + "organization": { + "created": 1454480194, + "id": 13110, + "last_edited": 1454480194, + "name": "QCT" + }, + "owner_id": 53119, + "start_date": 1388534400 + } + ], + "bio": "

As a technical manager at QCT (Quanta Cloud technology), Marco Huang is working on OpenStack, Ceph and SDS technologies to provide cloud-based solutions in service provider and enterprise business. Previously Marco worked in IT industry with more than 13 years’ experience.

\r\n

 

\r\n

QCT has led in the ongoing disruption of the datacenter hardware market and is now the largest cloud datacenter hardware provider in the world.

", + "created": 1454481425, + "first_name": "Marco", + "gender": "Male", + "id": 5368, + "irc": null, + "last_edited": 1523907039, + "last_name": "Huang", + "member_id": 53119, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5368", + "presentations": { + "1": 20905, + "4": 21794 + }, + "title": "Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1524584784, + "end_date": null, + "id": 156280, + "is_current": true, + "job_title": "Business Development Leader", + "last_edited": 1524584784, + "organization": { + "created": 1454480194, + "id": 13110, + "last_edited": 1454480194, + "name": "QCT" + }, + "owner_id": 58816, + "start_date": 1438560000 + } + ], + "bio": "

Leading the team responsible for building OpenStack, Ceph and Gluster reference architectures with partners, including Intel, Red Hat, Canonical, and Mirantis. Amy's role in QCT also involves nurturing strategic alliances and product go-to-market activities. 

\r\n

Quanta Cloud Technology (QCT) is a global datacenter solution provider; and combines the efficiency of hyperscale hardware with infrastructure software from a diversity of industry leaders to solve next-generation datacenter design and operation challenges. QCT serves cloud service providers, telecoms and enterprises running public, hybrid and private clouds.

", + "created": 1523860557, + "first_name": "Amy", + "gender": "Female", + "id": 14572, + "irc": null, + "last_edited": 1524587110, + "last_name": "Chang", + "member_id": 58816, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14572", + "presentations": [ + 20905, + 21794 + ], + "title": "Business Development Leader", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518086015, + "end_date": null, + "id": 154174, + "is_current": true, + "job_title": "Software engineer ", + "last_edited": 1518086015, + "organization": { + "created": 1399725551, + "id": 5106, + "last_edited": 1399725551, + "name": "nokia" + }, + "owner_id": 98168, + "start_date": 1470960000 + } + ], + "bio": "

I studied communication system engineering at BGU\u00a0

\n

I have been working at Nokia in Cloudband group R&D as a cloud infrastructure developer for than 1.5 years.

\n

my area of knowledge/expertise are\u00a0networking, containers, heat, ironic, kubernetes.\u00a0

", + "created": 1517893675, + "first_name": "Ruven", + "gender": "Male", + "id": 14078, + "irc": null, + "last_edited": 1523975081, + "last_name": "Milshtein", + "member_id": 98168, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14078", + "presentations": { + "1": 20918 + }, + "title": "Nokia OpenStack Software Engineer", + "twitter": "ruven" + }, + { + "affiliations": [ + { + "created": 1524025617, + "end_date": null, + "id": 156117, + "is_current": true, + "job_title": null, + "last_edited": 1524025617, + "organization": { + "created": 1524025616, + "id": 26564, + "last_edited": 1524025616, + "name": "Nokia Corp." + }, + "owner_id": 101062, + "start_date": 1231113600 + } + ], + "bio": null, + "created": 1524059637, + "first_name": "Timea", + "gender": "Female", + "id": 14576, + "irc": null, + "last_edited": 1524059637, + "last_name": "Laszlo", + "member_id": 101062, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14576", + "presentations": [ + 20918 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1468320143, + "end_date": null, + "id": 101110, + "is_current": true, + "job_title": null, + "last_edited": 1468320143, + "organization": { + "created": 1423411546, + "id": 7360, + "last_edited": 1423411546, + "name": "Mellanox Technologies" + }, + "owner_id": 20804, + "start_date": 1468281600 + } + ], + "bio": "

Erez Cohen acts as Mellanox Vice President for CloudX and Machine Learning Programs, responsible for all aspects of the programs including architecture, implementation and marketing/sales. The CloudX and Machine Learning programs incorporate Mellanox state of the art network and storage interconnect product lines to form the most efficient and scalable cloud and Machine Learning infrastructure.

\r\n

Between 2003 and 2013 Mr. Cohen led the Field Engineering group at Mellanox. In this position Mr. Cohen was responsible for Global pre and post sales technical support for OEMs and end users. As part of this role Mr. Cohen was involved with some of the largest and most complex data centers and High Performance Computing clusters in the world.

\r\n

Between 2000 and 2003 Mr. Cohen lead the Architecture and Design Validation group at Mellanox.

\r\n

Mr. Cohen holds a Bachelor of Science in Computer Engineering from the Technion Israel Institute of Technology.

", + "created": 1434853331, + "first_name": "Erez", + "gender": null, + "id": 237, + "irc": null, + "last_edited": 1518084369, + "last_name": "Cohen", + "member_id": 20804, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/237", + "presentations": { + "13": 20929, + "15": 21781 + }, + "title": "Vice President, CloudX and Machine Learning", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517973746, + "end_date": null, + "id": 154029, + "is_current": true, + "job_title": "High Performance Computing Technical Lead", + "last_edited": 1517973746, + "organization": { + "created": 1424369518, + "id": 7576, + "last_edited": 1424369518, + "name": "CSIRO" + }, + "owner_id": 92008, + "start_date": 1509494400 + } + ], + "bio": "

I am a Linux and OpenStack architect with strong focus on high performance computing. I am a pioneer of using InfiniBand interconnects in OpenStack cloud. I'm passionate about high performance hardware and building systems that help solve some of the most complex scientific problems. Last but not least - I'm passionate about Ansible and all things DevOps.

", + "created": 1510592864, + "first_name": "Jacob", + "gender": "Male", + "id": 13857, + "irc": null, + "last_edited": 1525320323, + "last_name": "Anders", + "member_id": 92008, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13857", + "presentations": { + "0": 20929, + "3": 21781 + }, + "title": "HPC Tech Lead", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1422930278, + "end_date": null, + "id": 65270, + "is_current": true, + "job_title": null, + "last_edited": 1422930278, + "organization": { + "created": 1359485922, + "id": 42, + "last_edited": 1365005113, + "name": "CERN" + }, + "owner_id": 27600, + "start_date": 1207008000 + } + ], + "bio": "

Dan is a Storage Engineer and Ceph Manager in CERN IT's Storage Group. Prior to working on storage, Dan worked in Grid Computing for the ATLAS experiment at CERN. Dan earned a PhD in Computer Engineering at the University of Victoria in 2008.

", + "created": 1468418042, + "first_name": "Dan", + "gender": "Male", + "id": 10020, + "irc": null, + "last_edited": 1517973117, + "last_name": "van der Ster", + "member_id": 27600, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10020", + "presentations": { + "1": 20932 + }, + "title": "Storage Engineer", + "twitter": "danvanderster" + }, + { + "affiliations": [], + "bio": "

Pierre Lynch is a Lead Technologist for the Ixia Solutions Group within Keysight Technologies. Pierre has been working in the mobile network testing industry since the beginning of his 20 year career. He is responsible for representing Keysight at standards definition organizations (SDOs) and open source communities relating to virtualization and mobility, including ETSI NFV, ETSI MEC, 3GPP, OPNFV, ONAP, OSM and the Small Cell Forum. He has been with Ixia (now Keysight Technologies) since 2006. He is the current chair of the TST Working Group at ETSI NFV ISG. 

", + "created": 1517377438, + "first_name": "Pierre", + "gender": null, + "id": 14009, + "irc": null, + "last_edited": 1517988893, + "last_name": "Lynch", + "member_id": 98309, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14009", + "presentations": [ + 20942, + 20955 + ], + "title": "Lead Technologist", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1476982369, + "end_date": null, + "id": 107624, + "is_current": true, + "job_title": null, + "last_edited": 1476982369, + "organization": { + "created": 1476982369, + "id": 19338, + "last_edited": 1476982369, + "name": "ETSI" + }, + "owner_id": 76081, + "start_date": 1326067200 + } + ], + "bio": "

Silvia is a Technical Expert in the ETSI Centre for Testing and Interoperability where she provides technical management and expertise in the areas of open source, interoperability testing and proofs of concept (PoC). Among others, she is in charge of the NFV Plugtests Programme, the Open Source MANO project (ETSI OSM) and the NFV PoC Framework.

", + "created": 1491988686, + "first_name": "Silvia", + "gender": "Female", + "id": 12330, + "irc": null, + "last_edited": 1523445879, + "last_name": "Almagia", + "member_id": 76081, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12330", + "presentations": [ + 20942 + ], + "title": "ETSI CTI Technical Expert", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1423048411, + "end_date": null, + "id": 65317, + "is_current": true, + "job_title": null, + "last_edited": 1423048411, + "organization": { + "created": 1396778310, + "id": 4842, + "last_edited": 1396778310, + "name": "Red Hat, Inc." + }, + "owner_id": 14437, + "start_date": 1422748800 + } + ], + "bio": "

Cinder Core and Principal Software engineer at Red Hat contributing to OpenStack's Block Storage Service. Previous experience includes Artificial Intelligence, Embedded Systems and High Availability mobile payment platforms.

\r\n

Besides leading the effort to support Active-Active High Availability configurations in Cinder, he's also been working during the N cycle on removing DB access races on API nodes, optimizing DB queries on most common operations, and making improvements to the Rolling Upgrades and Microversions mechanisms in Cinder.

", + "created": 1436950349, + "first_name": "Gorka", + "gender": "Male", + "id": 2134, + "irc": "geguileo", + "last_edited": 1517990622, + "last_name": "Eguileor", + "member_id": 14437, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2134", + "presentations": { + "5": 20950 + }, + "title": "Principal Software Engineer at Red Hat", + "twitter": "geguileo" + }, + { + "affiliations": [ + { + "created": 1517987905, + "end_date": null, + "id": 154061, + "is_current": true, + "job_title": "Openstack Engineer", + "last_edited": 1517987905, + "organization": { + "created": 1359485922, + "id": 59, + "last_edited": 1381707064, + "name": "NetApp" + }, + "owner_id": 45765, + "start_date": 1504224000 + } + ], + "bio": "

Tiago is a developer for Manila and Cinder since Liberty release, and currently works for NetApp as a driver developer. He has contributed with manila core features like Mountable Snapshots and DriverFilter/Goodness Weigher. He started working with OpenStack by deploying distributions and developing drivers for Cinder and Manila.

", + "created": 1516104150, + "first_name": "Tiago", + "gender": "Male", + "id": 13896, + "irc": "tpsilva", + "last_edited": 1518066779, + "last_name": "Pasqualini", + "member_id": 45765, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13896", + "presentations": [ + 20950, + 21126 + ], + "title": "OpenStack Engineer at NetApp", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1390893116, + "end_date": null, + "id": 55553, + "is_current": true, + "job_title": "System Analyst", + "last_edited": 1390893116, + "organization": { + "created": 1390893116, + "id": 4089, + "last_edited": 1390893116, + "name": "FIT - Flextronics Instituto de Tecnologia" + }, + "owner_id": 15549, + "start_date": 1263513600 + }, + { + "created": 1521211498, + "end_date": null, + "id": 155227, + "is_current": true, + "job_title": "Openstack Engineer Open EcoSystem", + "last_edited": 1521211498, + "organization": { + "created": 1359485922, + "id": 59, + "last_edited": 1381707064, + "name": "NetApp" + }, + "owner_id": 15549, + "start_date": 1504224000 + } + ], + "bio": "

 

\r\n

Erlon works for NetApp as driver developer, and a researcher in the field of Distributed Systems. Prior work includes being a driver developer for Hitachi from Icehouse through Ocata releases. He is focused on Cinder upstream development and has contributed with several features. He started working with OpenStack in Icehouse release by deploying OpenStack distributions and developing drivers for Cinder and Manila projects.

", + "created": 1482336290, + "first_name": "Erlon", + "gender": "Male", + "id": 11026, + "irc": "erlon", + "last_edited": 1521211584, + "last_name": "Cruz", + "member_id": 15549, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11026", + "presentations": [ + 20950, + 21126 + ], + "title": "Software Engineer at NetApp", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1424316633, + "end_date": null, + "id": 66600, + "is_current": true, + "job_title": null, + "last_edited": 1453021183, + "organization": { + "created": 1421798436, + "id": 7259, + "last_edited": 1421798436, + "name": "Nokia Networks" + }, + "owner_id": 29961, + "start_date": 1422835200 + }, + { + "created": 1424316633, + "end_date": null, + "id": 120252, + "is_current": true, + "job_title": null, + "last_edited": 1453021183, + "organization": { + "created": 1421798436, + "id": 7259, + "last_edited": 1421798436, + "name": "Nokia Networks" + }, + "owner_id": 29961, + "start_date": 1422835200 + } + ], + "bio": "

Eyal has 20 years of experience in development.

\r\n

Today Eyal is a member of Analytics Insight team in Nokia's CloudBand.

\r\n

On his free time, when not spending time with his family, Eyal likes swimming.

", + "created": 1465204975, + "first_name": "Eyal", + "gender": "Male", + "id": 9160, + "irc": "eyalb", + "last_edited": 1517989695, + "last_name": "Bar-Ilan", + "member_id": 29961, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9160", + "presentations": { + "3": 20957 + }, + "title": "Senior Software Engineer Nokia Cloudband", + "twitter": "eyal__b" + }, + { + "affiliations": [ + { + "created": 1517983180, + "end_date": null, + "id": 154051, + "is_current": true, + "job_title": "Software Engineer", + "last_edited": 1517983180, + "organization": { + "created": 1399725551, + "id": 5106, + "last_edited": 1399725551, + "name": "nokia" + }, + "owner_id": 98632, + "start_date": 1498953600 + } + ], + "bio": "

Muhamad is a software engineer in Analytics Insight team in Nokia's CloudBand.

\r\n

He is currently a developer of the Vitrage, OpenStack Root Cause Analysis (RCA) project, dedicated to organizing, analyzing and visualizing the OpenStack Cloud.

", + "created": 1517981861, + "first_name": "Muhamad", + "gender": null, + "id": 14156, + "irc": "najjar", + "last_edited": 1518087584, + "last_name": "Najjar", + "member_id": 98632, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14156", + "presentations": [ + 20957 + ], + "title": "Software Engineer, Nokia CloudBand", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1482163477, + "end_date": null, + "id": 110680, + "is_current": true, + "job_title": null, + "last_edited": 1482163477, + "organization": { + "created": 1453031062, + "id": 12867, + "last_edited": 1453031062, + "name": "Nokia - CloudBand" + }, + "owner_id": 79192, + "start_date": 1482105600 + } + ], + "bio": "

Anna is a developer at CloudBand Nokia, She is currently core developer of the Vitrage project - the OpenStack RCA service for analyzing and visualizing OpenStack alarms and events.

\r\n

In her free time Anna likes traveling, exercise and gardening.

", + "created": 1499920160, + "first_name": "Anna", + "gender": "Female", + "id": 12860, + "irc": "annarez", + "last_edited": 1518082039, + "last_name": "Reznikov", + "member_id": 79192, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12860", + "presentations": { + "2": 20964 + }, + "title": "Software Engineer, Nokia CloudBand", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269885, + "end_date": null, + "id": 49523, + "is_current": true, + "job_title": "", + "last_edited": 1384269885, + "organization": { + "created": 1359485922, + "id": 74, + "last_edited": 1365000924, + "name": "Yahoo! " + }, + "owner_id": 8586, + "start_date": 1375228800 + } + ], + "bio": "

From ticket monkey to architect, my boots have been on the ground in nearly all aspects of large scale production engineering. I'm passionate about automation, security, resiliency, and designing for scale.

", + "created": 1454443488, + "first_name": "James", + "gender": "Male", + "id": 5230, + "irc": null, + "last_edited": 1518025729, + "last_name": "Penick", + "member_id": 8586, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5230", + "presentations": { + "6": 20974, + "7": 21014 + }, + "title": "Cloud Architect", + "twitter": "ThePenick" + }, + { + "affiliations": [ + { + "created": 1440701280, + "end_date": null, + "id": 79362, + "is_current": true, + "job_title": null, + "last_edited": 1440701280, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 26601, + "start_date": 1439164800 + } + ], + "bio": "

Dr. Sun accumulated 18 years of experience in software development and infrastructure deployment. He obtained PhD Computer Science (multi-cloud orchestration) in 2013. He spent the past 10 years on cloud-based infrastruture development. He has the opportunity to work for various projects that span across multiple areas (Media, Financial, Academic/Research, Telecommunication, IT). He is currently a Senior Software Cloud Architect for Intel's Open Source Technology Center. Prior to that, he was Principal Engineer and Technical Lead for various large enterprises and start-up companies. He began his cloud journey since 2007 when he started to develop distributed application for Amazon Web Services (AWS). His experience with OpenStack started in 2011 when he was working on his PhD for multi-cloud orchestration. His interest is to build an enterprise multi-cloud platform.

\r\n

Over the past few years, his accomplishment related to OpenStack includes:
- deployed OpenStack Private Cloud in lab, POC and production environment
- integrated OpenStack Ironic in a High Performance Computing context 
- led Enterprise Working Group: authored 3 OpenStack eBooks and Workload Reference Architectures (Web Application, Big Data)
- core reviewer of Product Working Group
- OpenStack Innovation Center (OSIC) Governance Board member \uff082016-2017)
- OpenLab Governance member (2017)

", + "created": 1434622560, + "first_name": "Dr Yih Leong", + "gender": "Male", + "id": 188, + "irc": "leong", + "last_edited": 1518008833, + "last_name": "Sun", + "member_id": 26601, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/188", + "presentations": { + "19": 20987 + }, + "title": "Senior Software Cloud Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1509906209, + "end_date": null, + "id": 147059, + "is_current": true, + "job_title": "Product Line Manager", + "last_edited": 1509906209, + "organization": { + "created": 1359485922, + "id": 45, + "last_edited": 1359485922, + "name": "VMware " + }, + "owner_id": 29822, + "start_date": 1494201600 + } + ], + "bio": "

Henrik is a Product Line Manager for VMware Integrated OpenStack (VIO), covering all aspects of OpenStack as well as the newly introduced VIO Kubernetes platform

\r\n

He has almost 20 years of experience split between professional services as a developer, DBA and sysadmin and lately as a product manager, working on how to provide tools and make life easier for anyonewho wants to manage or consume clouds or cloud services.

\r\n

A native of Sweden, where he earned his B.Sc in information systems from the University of Gothenburg, he now lives in California with his family.

", + "created": 1452415489, + "first_name": "Henrik", + "gender": "Male", + "id": 3842, + "irc": "hblixt", + "last_edited": 1518081877, + "last_name": "Blixt", + "member_id": 29822, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3842", + "presentations": { + "4": 20987, + "6": 21828 + }, + "title": "Sr Product Manager", + "twitter": "khblixt" + }, + { + "affiliations": [ + { + "created": 1406091713, + "end_date": null, + "id": 59985, + "is_current": true, + "job_title": null, + "last_edited": 1426633229, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 20329, + "start_date": 1180656000 + } + ], + "bio": "

Lin Yang is a senior engineer of OTC (open source technology center) in Intel. He has proven experiences on CI/CD(continuous integration/continuous delivery) area and DevOps methodology. After worked on OTC, Lin has been technical leader and core developer for Developer Platform Team and was responsible for the design, development and operations of automation services to support various product development, from client tools to the deployment platform for mobile operation system.

\r\n

Lin is passionate about Distributed System, Cloud and its underlying technology. After joined OpenStack community, he has worked in different components of OpenStack like Cinder, Murano, etc. His current interest in OpenStack is leverage container technology and its clustering capability to accelerate OpenStack evolution on PaaS and Saas area.

", + "created": 1437006448, + "first_name": "Lin", + "gender": "Male", + "id": 2833, + "irc": "lin_yang", + "last_edited": 1518008852, + "last_name": "Yang", + "member_id": 20329, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2833", + "presentations": { + "10": 20988 + }, + "title": "Senior Software Engineer, Intel", + "twitter": "@FullTerrors" + }, + { + "affiliations": [], + "bio": "

Sunku Ranganath is a Network Software Engineer at Intel specializing in platform service assurance and active contributor to OPNFV Barometer & VSPERF projects. Sunku's work has been lot of fun integrating and benchmarking NFV and SDN use-cases and deployments based on OpenStack, Open Virtual Switch (OVS), Open Flow and Data Plane Development Kit (DPDK). Sunku has a background in network drivers, security firmware and complex systems integration.

", + "created": 1452645996, + "first_name": "ranganath", + "gender": "Male", + "id": 3906, + "irc": "sunkur", + "last_edited": 1527719907, + "last_name": "sunku", + "member_id": 42870, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3906", + "presentations": { + "2": 20988 + }, + "title": "Systems Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1393841462, + "end_date": null, + "id": 57010, + "is_current": true, + "job_title": null, + "last_edited": 1393841462, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 17387, + "start_date": 1385856000 + } + ], + "bio": "

Ramana Raja is an upstream contributor currently working on integrating CephFS with OpenStack Manila. He's been involved in the Manila project since the Juno release. Besides the OpenStack project, he's contributed to other popular open source projects such as Ceph and Gluster.

", + "created": 1436945609, + "first_name": "Ramana", + "gender": "Male", + "id": 2093, + "irc": "rraja", + "last_edited": 1518065972, + "last_name": "Raja", + "member_id": 17387, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2093", + "presentations": { + "3": 20989 + }, + "title": "Software Engineer, Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1499957701, + "end_date": null, + "id": 142666, + "is_current": true, + "job_title": "Software Engineer", + "last_edited": 1499957701, + "organization": { + "created": 1396778310, + "id": 4842, + "last_edited": 1396778310, + "name": "Red Hat, Inc." + }, + "owner_id": 90148, + "start_date": 1463961600 + } + ], + "bio": "

Patrick Donnelly is a software engineer at Red Hat, Inc. working as the project team lead for the Ceph distributed file system. In 2016 he completed his Ph.D. in computer science at the University of Notre Dame with a dissertation on the topic of file transfer management in active storage cluster file systems. He has given talks at conferences including IEEE CCGrid, IEEE CloudCom, IEEE/ACM Supercomputing, and LinuxCon Vault.

", + "created": 1499957273, + "first_name": "Patrick", + "gender": null, + "id": 12925, + "irc": "batrick", + "last_edited": 1518010303, + "last_name": "Donnelly", + "member_id": 90148, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12925", + "presentations": { + "3": 20989 + }, + "title": "Software Engineer", + "twitter": "pjdbatrick" + }, + { + "affiliations": [ + { + "created": 1461218978, + "end_date": null, + "id": 94867, + "is_current": true, + "job_title": null, + "last_edited": 1461218978, + "organization": { + "created": 1409067463, + "id": 6008, + "last_edited": 1409067463, + "name": "Walmart Labs" + }, + "owner_id": 51785, + "start_date": 1310342400 + } + ], + "bio": "

I have been with @WalmartLabs for about 6 yrs, I manage the Private Cloud team , we run Cloud build outs, innovation, Operations, automation, selfhealing, bug fixes, up stream contribution on the bug fixes /enhancements for all the Walmart Openstack Clouds. 

", + "created": 1452630781, + "first_name": "Gerald", + "gender": "Male", + "id": 3901, + "irc": null, + "last_edited": 1527174015, + "last_name": "Bothello", + "member_id": 51785, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3901", + "presentations": { + "3": 21002 + }, + "title": "Director of Cloud Engineering @Walmart Labs", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1521163785, + "end_date": null, + "id": 155189, + "is_current": true, + "job_title": null, + "last_edited": 1521163785, + "organization": { + "created": 1409067463, + "id": 6008, + "last_edited": 1409067463, + "name": "Walmart Labs" + }, + "owner_id": 34323, + "start_date": 1417046400 + } + ], + "bio": null, + "created": 1455239396, + "first_name": "Tom", + "gender": "Male", + "id": 5512, + "irc": null, + "last_edited": 1521163794, + "last_name": "Jose Kalapura", + "member_id": 34323, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5512", + "presentations": { + "1": 21002 + }, + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1467796263, + "end_date": null, + "id": 100757, + "is_current": true, + "job_title": null, + "last_edited": 1467796263, + "organization": { + "created": 1442775168, + "id": 11315, + "last_edited": 1442775168, + "name": "@WalmartLabs" + }, + "owner_id": 66938, + "start_date": 1417046400 + } + ], + "bio": null, + "created": 1521120599, + "first_name": "Sukesh", + "gender": "Male", + "id": 14532, + "irc": null, + "last_edited": 1521120599, + "last_name": "Behera", + "member_id": 66938, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14532", + "presentations": [ + 21002 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1483911084, + "end_date": null, + "id": 113951, + "is_current": true, + "job_title": null, + "last_edited": null, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 52877, + "start_date": 1483833600 + } + ], + "bio": "

Matthieu Simonin is permanent research engineer at INRIA. His primary task is to help 
research teams to build and develop various software and experimentation on large infrastructures.

\r\n


His topics of interest include : 

\r\n
    \r\n
  • distributed systems,
  • \r\n
  • cloud computing
  • \r\n
  • IT automation
  • \r\n
  • Data visualisation
  • \r\n
", + "created": 1454321516, + "first_name": "Matthieu", + "gender": null, + "id": 4821, + "irc": "msimonin", + "last_edited": 1521118989, + "last_name": "Simonin", + "member_id": 52877, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4821", + "presentations": { + "2": 21007 + }, + "title": "Inria", + "twitter": "@SimoninMatthieu" + }, + { + "affiliations": [ + { + "created": 1384269888, + "end_date": null, + "id": 49940, + "is_current": true, + "job_title": "", + "last_edited": 1468247761, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 13163, + "start_date": 1249862400 + } + ], + "bio": "

Ken is an active contributor to the Oslo.Messaging library.  He is also a member of the Apache QPID project.  The Apache QPID project provides messaging tools based on the Advanced Message Queuing Protocol (AMQP) standard.  AMQP is an an open protocol for reliable, high-performance messaging systems.  He also has an extensive background developing software for the telecommunications industry.

", + "created": 1436255244, + "first_name": "Kenneth", + "gender": "Male", + "id": 791, + "irc": "kgiusti", + "last_edited": 1518101122, + "last_name": "Giusti", + "member_id": 13163, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/791", + "presentations": { + "7": 21007, + "8": 21645 + }, + "title": "Principal Software Engineer at Red Hat, Inc. - Enterprise Messaging", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Javier is a research engineer at the French Institute for Research in Computer Science and Automation (Inria). He participates in the software development and experimentation of performance on large infrastructures, specially on the Grid5000.

", + "created": 1518101631, + "first_name": "Javier", + "gender": "Male", + "id": 14291, + "irc": null, + "last_edited": 1521090907, + "last_name": "Rojas Balderrama", + "member_id": 98763, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14291", + "presentations": [ + 21007 + ], + "title": "Research Engineer at Inria", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1523894706, + "end_date": null, + "id": 156057, + "is_current": true, + "job_title": "senior software engineer", + "last_edited": 1523894706, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 19377, + "start_date": 1523232000 + } + ], + "bio": "

Slawek is open source enthusiast with over 8 years of cloud experience, currently working as senior software engineer at Red Hat, where he contribute to the networking solutions for OpenStack. He is fan of SDN solutions.

\r\n

 

\r\n

Before joined Red Hat, he was DevOps and one of the architects of networking solutions in OVH Public Cloud service based on OpenStack.

", + "created": 1453894301, + "first_name": "S\u0142awek", + "gender": "Male", + "id": 4303, + "irc": "slaweq", + "last_edited": 1523894620, + "last_name": "Kap\u0142o\u0144ski", + "member_id": 19377, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4303", + "presentations": { + "5": 21010 + }, + "title": "Senior software engineer", + "twitter": "slaweq" + }, + { + "affiliations": [ + { + "created": 1518024645, + "end_date": null, + "id": 154086, + "is_current": true, + "job_title": "Senior Project Manager", + "last_edited": 1518024645, + "organization": { + "created": 1455743696, + "id": 13741, + "last_edited": 1455743696, + "name": "ormuco" + }, + "owner_id": 98658, + "start_date": 1486339200 + } + ], + "bio": "

Jess Lampe has been a project manager at startups for the past 7 years. In 2017 he joined the team of Ormuco to lead the charge descreasing deployment times and automating sys admin work. 

\r\n

Prior to working with startups, Jess did improv theatre and lived in a yurt in Mongolia. 

", + "created": 1518024102, + "first_name": "Jess", + "gender": null, + "id": 14177, + "irc": null, + "last_edited": 1518111272, + "last_name": "Lampe", + "member_id": 98658, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14177", + "presentations": [ + 21013 + ], + "title": "Sr. Project Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1527255502, + "end_date": null, + "id": 157367, + "is_current": true, + "job_title": null, + "last_edited": 1527255502, + "organization": { + "created": 1397322314, + "id": 4916, + "last_edited": 1397322314, + "name": "Unaffiliated" + }, + "owner_id": 2772, + "start_date": 1519948800 + } + ], + "bio": "

Deva has been deeply involved in OpenStack since the Essex summit in 2012, and more broadly participating in open source software development for more than 10 years. In 2015, they started the Ironic (baremetal -aaS) project and served as the project's PTL for two years, while also holding a seat on the Technical Committee. Taking a step in a different direction, Deva joined Ormuco to lead their cloud journey and opened the company's Seattle office in 2017.

\r\n

 

", + "created": 1435593052, + "first_name": "Devananda", + "gender": "Prefer not to say", + "id": 488, + "irc": "devananda", + "last_edited": 1527255802, + "last_name": "van der Veen", + "member_id": 2772, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/488", + "presentations": { + "5": 21013 + }, + "title": "Independent", + "twitter": "devananda" + }, + { + "affiliations": [], + "bio": "

Mujib is Director of Engineering at Oath, a subsidiary of Verizon. He is responsible for providing service authentication and authorization infrastructure and building blocks for security/networking/serving libraries on which to build the next generation of internet experiences.

Mujib has Masters in Computer Application degree and passionate about continuous integration / delivery, automation, security and building large scale distributed systems.

", + "created": 1517836225, + "first_name": "Mujibur", + "gender": null, + "id": 14060, + "irc": null, + "last_edited": 1519745562, + "last_name": "Wahab", + "member_id": 98483, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14060", + "presentations": [ + 21014 + ], + "title": "Director of Engineering", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454523918, + "end_date": null, + "id": 86859, + "is_current": true, + "job_title": null, + "last_edited": 1454523918, + "organization": { + "created": 1396778310, + "id": 4842, + "last_edited": 1396778310, + "name": "Red Hat, Inc." + }, + "owner_id": 53175, + "start_date": 1145232000 + } + ], + "bio": "

Ian is a Principal Product Manager for OpenStack and Virtualization at Red Hat.  He has been involved with open source software for more than 20 years.

", + "created": 1468429460, + "first_name": "Ian", + "gender": "Male", + "id": 10095, + "irc": null, + "last_edited": 1485280465, + "last_name": "Pilcher", + "member_id": 53175, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10095", + "presentations": { + "1": 21021 + }, + "title": "Principal Product Manager, Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517923331, + "end_date": null, + "id": 153982, + "is_current": true, + "job_title": null, + "last_edited": 1517923331, + "organization": { + "created": 1501541209, + "id": 24022, + "last_edited": 1501541209, + "name": "Oath" + }, + "owner_id": 98566, + "start_date": 1466380800 + } + ], + "bio": "

Openstack development engineer at Oath.

", + "created": 1517923477, + "first_name": "Jacob", + "gender": "Male", + "id": 14091, + "irc": null, + "last_edited": 1526477307, + "last_name": "Estelle", + "member_id": 98566, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14091", + "presentations": [ + 21024 + ], + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1507895484, + "end_date": null, + "id": 146225, + "is_current": true, + "job_title": null, + "last_edited": 1507895484, + "organization": { + "created": 1435634693, + "id": 9873, + "last_edited": 1435634693, + "name": "China Mobile Suzhou Software Technology Co., Ltd - China Mobile Suzhou Research Center" + }, + "owner_id": 59596, + "start_date": 1507852800 + } + ], + "bio": "

software development engineer for China Mobile Suzhou Research Center

", + "created": 1518034448, + "first_name": "lei", + "gender": "Male", + "id": 14184, + "irc": null, + "last_edited": 1518066728, + "last_name": "xu", + "member_id": 59596, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14184", + "presentations": [ + 21035 + ], + "title": "software development engineer for China Mobile Suzhou Research Center", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1445981191, + "end_date": null, + "id": 82539, + "is_current": true, + "job_title": null, + "last_edited": 1445981191, + "organization": { + "created": 1435634693, + "id": 9873, + "last_edited": 1435634693, + "name": "China Mobile Suzhou Software Technology Co., Ltd - China Mobile Suzhou Research Center" + }, + "owner_id": 48975, + "start_date": 1430697600 + } + ], + "bio": "

Fangyan bao is a senior software development engineer for China Mobile Suzhou Research Center.

", + "created": 1486217154, + "first_name": "fangyan", + "gender": "Female", + "id": 11483, + "irc": null, + "last_edited": 1518035842, + "last_name": "bao", + "member_id": 48975, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11483", + "presentations": { + "1": 21035 + }, + "title": "senior software development engineer for China Mobile Suzhou Research Center.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1424426297, + "end_date": null, + "id": 67159, + "is_current": true, + "job_title": null, + "last_edited": 1424426297, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 30484, + "start_date": 1330646400 + } + ], + "bio": "

Leading a scaled agile development organization of software engineers and architects, leveraging open source technologies at massive scale, following DevOps principles and delivering via CI/CD.\u00a0

Responsible for executing the following strategic objectives for AT&T;

AT&T Integrated Cloud (AIC): one of the worlds largest OpenStack based private clouds, deployed at scale, both domestically and internationally. AIC is enabling SDN network services like Network on Demand and the virtualizing network functions that run our mobile network.

\n

AT&T Netbond: software-defined networking (SDN) capabilities and proprietary technology that enable AT&T customers to connect, or \u201cbond,\u201d their virtual private network (VPN) to a cloud provider of their choice.

", + "created": 1454373619, + "first_name": "Ryan", + "gender": "Male", + "id": 5052, + "irc": "@ryanvanwyk", + "last_edited": 1522847187, + "last_name": "van Wyk", + "member_id": 30484, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5052", + "presentations": { + "6": 21038 + }, + "title": "Assistant Vice President, Cloud Platform Development, AT&T", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Responsible for leading the cloud platform development and automation, cloud delivery life cycle and tenant care, D2 integrated system design and engineering as well as integrated system testing and cloud security for AT&T.

", + "created": 1518035188, + "first_name": "Amy", + "gender": "Female", + "id": 14186, + "irc": null, + "last_edited": 1523014017, + "last_name": "Wheelus", + "member_id": 95025, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14186", + "presentations": [ + 21038 + ], + "title": "VP - Cloud & D2 Platform Integration, AT&T", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454373316, + "end_date": null, + "id": 86670, + "is_current": true, + "job_title": null, + "last_edited": 1454373316, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 52979, + "start_date": 993945600 + } + ], + "bio": "

Andrew Leasck is a Director responsible for AT&T Integrated Cloud (AIC) development, automation, and community participation.

\r\n

In 2015 his teams delivered cloud automation tooling, known as OpsSimple, that deployed 74 OpenStack clouds globally in three distinct virtual reference architectures.  In parallel to his product engineering effort he organized an internal community-first initiative by creating a dedicated development program committed to the advancement of OpenStack while also accelerating the expansion of internal competency.

\r\n

2016 was a natural progression in both AIC product and Community development engineering programs.  AIC Product focused heavily on mechanizing the platform upgrade capabilities required to uplift both OpenStack and Contrail.  The community engineering program rallied around leadership commitment and dedicated themselves to various platform advancement items critical to enterprise success.  AT&T has continued to demonstrate continued commitment to OpenStack release over release increasing commit ranking in five straight cycles (Liberty - 57 to Pike - 10th)

\r\n

2017 has focused heavily on fully automating various pipelines to accelerate the delivery of business critical scope.  Automation advancements have proved the key to achieving scaled vNF enablement.  There is continued focus on the eliminating challenges faced during the vNF lifecycle.  Innovation has been the other area of focus as AIC moves towards a containerized reference architecture.  OpenStack Helm and other K8s companion projects such as Armada, Dry Dock, and Promenade (among others) is a continuation of AT&T’s commitment to working openly in the community to achieve business critical initiatives.          

\r\n

Previously he co-authored an Interface normalization patent and more recently received an ITO award for driving AT&T’s Agile transformation, adopting Scrum and XP fundamentals. He attended University of Missouri graduating from the School of Engineering with a degree in Computer Science.

", + "created": 1454372310, + "first_name": "Andrew", + "gender": "Male", + "id": 5048, + "irc": null, + "last_edited": 1518116257, + "last_name": "Leasck", + "member_id": 52979, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5048", + "presentations": { + "7": 21038 + }, + "title": "Director", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1446854514, + "end_date": null, + "id": 82990, + "is_current": true, + "job_title": "Software Development Engineer", + "last_edited": 1479964395, + "organization": { + "created": 1435634693, + "id": 9873, + "last_edited": 1435634693, + "name": "China Mobile Suzhou Software Technology Co., Ltd - China Mobile Suzhou Research Center" + }, + "owner_id": 39530, + "start_date": 1446854400 + } + ], + "bio": "

Software developer from China Mobile. Engaged in object storage related work since 2014 and OpenStack related work since 2016, focus on karbor, manila etc.

", + "created": 1517858827, + "first_name": "Pengju", + "gender": "Male", + "id": 14063, + "irc": "jiaopengju", + "last_edited": 1518140578, + "last_name": "Jiao", + "member_id": 39530, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14063", + "presentations": [ + 21040 + ], + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1442200319, + "end_date": null, + "id": 80140, + "is_current": true, + "job_title": null, + "last_edited": 1442200319, + "organization": { + "created": 1426742006, + "id": 8043, + "last_edited": 1426742006, + "name": "CMSS" + }, + "owner_id": 46848, + "start_date": 1442188800 + } + ], + "bio": "

Software developer in China Mobile, focus on GlusterFS and NFS-Ganesha.

", + "created": 1518037665, + "first_name": "Hecheng", + "gender": "Male", + "id": 14189, + "irc": null, + "last_edited": 1518038237, + "last_name": "Gui", + "member_id": 46848, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14189", + "presentations": [ + 21040 + ], + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1413321236, + "end_date": null, + "id": 62389, + "is_current": true, + "job_title": null, + "last_edited": 1413321236, + "organization": { + "created": 1359485922, + "id": 666, + "last_edited": 1365013136, + "name": "China Mobile" + }, + "owner_id": 25732, + "start_date": 1405296000 + }, + { + "created": 1413321236, + "end_date": null, + "id": 117431, + "is_current": true, + "job_title": null, + "last_edited": 1413321236, + "organization": { + "created": 1359485922, + "id": 666, + "last_edited": 1365013136, + "name": "China Mobile" + }, + "owner_id": 25732, + "start_date": 1405296000 + } + ], + "bio": "

Engaged in OpenStack related work since 2014 and specialized in Nova, Ceilometer and OpenStack high availiability. 

", + "created": 1437700097, + "first_name": "Gangyi", + "gender": "Male", + "id": 3029, + "irc": null, + "last_edited": 1518065988, + "last_name": "Luo", + "member_id": 25732, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3029", + "presentations": { + "9": 21040 + }, + "title": "Leader of OpenStack Team in China Mobile", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1474433337, + "end_date": null, + "id": 105267, + "is_current": true, + "job_title": null, + "last_edited": 1474433337, + "organization": { + "created": 1359485922, + "id": 226, + "last_edited": 1365013136, + "name": "Fujitsu" + }, + "owner_id": 72168, + "start_date": 1474416000 + } + ], + "bio": "
    \r\n
  • Core reviewer of OSProfiler
  • \r\n
  • Official Vietnam OpenStack User Group Organizer
  • \r\n
  • Fujitsu Software Engineer
  • \r\n
  • Like running - 21k is my favorite distance
  • \r\n
", + "created": 1481767969, + "first_name": "Tovin", + "gender": "Male", + "id": 10999, + "irc": "tovin07", + "last_edited": 1526184478, + "last_name": "Seven", + "member_id": 72168, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10999", + "presentations": { + "2": 21045 + }, + "title": "Organizer at VietOpenStack", + "twitter": "tovin07" + }, + { + "affiliations": [ + { + "created": 1521142470, + "end_date": null, + "id": 155172, + "is_current": true, + "job_title": "Founder", + "last_edited": 1521142470, + "organization": { + "created": 1424893360, + "id": 7764, + "last_edited": 1424893360, + "name": "VIETSTACK" + }, + "owner_id": 26486, + "start_date": 1517443200 + } + ], + "bio": "
    \r\n
  • Fujitsu Ltd. OpenStack Software Engineer
  • \r\n
  • Official Vietnam OpenStack User Group organizer
  • \r\n
  • Vietnam OPNFV User Group organizer
  • \r\n
  • Vietnam FOSS Association Executive Member
  • \r\n
", + "created": 1466159412, + "first_name": "Hieu", + "gender": "Male", + "id": 9245, + "irc": "hieulq", + "last_edited": 1518050035, + "last_name": "LE", + "member_id": 26486, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9245", + "presentations": { + "7": 21045 + }, + "title": "Vietnam OpenStack UG security guard", + "twitter": "hieu_lq" + }, + { + "affiliations": [ + { + "created": 1413257145, + "end_date": null, + "id": 62363, + "is_current": true, + "job_title": null, + "last_edited": 1413257145, + "organization": { + "created": 1359485922, + "id": 226, + "last_edited": 1365013136, + "name": "Fujitsu" + }, + "owner_id": 25709, + "start_date": 1017619200 + }, + { + "created": 1413257145, + "end_date": null, + "id": 117413, + "is_current": true, + "job_title": null, + "last_edited": 1413257145, + "organization": { + "created": 1359485922, + "id": 226, + "last_edited": 1365013136, + "name": "Fujitsu" + }, + "owner_id": 25709, + "start_date": 1017619200 + } + ], + "bio": "

Kei Tokunaga is the manager of OpenStack and Linux development at Fujitsu.  He has been in the world of OSS since 2002.  He and his team have made many contributions to Linux, which were needed for enterprise and mission-critical companies such as government, stock exchange, banks, and so on.  He and his team are now also working on making OpenStack enterprise/mission-critical grade.  He now mainly focuses on making contributions for bare metal provisioning, maintenance without stopping the system, logging enhancement for fast and reliable cause investigation of problems, and integration with Kubernetes.

", + "created": 1438032869, + "first_name": "Kei", + "gender": "Male", + "id": 3163, + "irc": "kei", + "last_edited": 1524799420, + "last_name": "Tokunaga", + "member_id": 25709, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3163", + "presentations": { + "6": 21045, + "7": 21843 + }, + "title": "Manager, OpenStack Development, Fujitsu", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Steven Woodward is an international industry driver and thought leader in business architectures, cloud computing planning, roadmaps and governance.

\r\n

Steven provides value-focused, advisory, analysis, audit, development and test services for providers and consumers of ICT services to manage risks and save money.

\r\n

In 2018 Steven is member of NIST-IEEE P2302 Cloud Federation working group, ISO SC38 (Cloud Computing) defining content for data jurisdictions and edge computing security.  As a director with the Cloud Security Alliance Canadian Chapter he is helping define Canadian General Data Protection Regulation (GDPR) compliance perspectives.

\r\n

Steven Woodward supports and advises several of the OpenStack community platform providers, helping expand business opportunities for the OpenStack community.

\r\n

Presentations and workshops have included international presentations at IEEE-SOSE, IEEE-HONET, it Confidence, ISMA, BFPUG, TM Forum, ITU-T, MWC, SDN/ NFV World, ISACA, IIBA, OWASP, NIST, NSF, itSMF, Interop, CSCC, DPI, GTEC, Canadian Cloud Council, StarWest and several academic universities in the United States, Canada and Spain.

", + "created": 1516612250, + "first_name": "Steven", + "gender": null, + "id": 13936, + "irc": null, + "last_edited": 1518040955, + "last_name": "Woodward", + "member_id": 21480, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13936", + "presentations": { + "1": 21049 + }, + "title": "CEO and Founder Cloud Perspectives and Cloud Security Alliance Canadian Chapter Director", + "twitter": "@cloudsimplify" + }, + { + "affiliations": [ + { + "created": 1454691636, + "end_date": null, + "id": 86978, + "is_current": true, + "job_title": null, + "last_edited": 1454691636, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 53276, + "start_date": 1453680000 + } + ], + "bio": "

Gage Hugo is a contributor to OpenStack, focused primarily on Identity/Authentication and Security.  He is currently a core contributor for Keystone, OpenStack's Identity service, and Bandit, a python security scanning tool.  Gage was responsible for adding tagging to \"projects\" within Keystone, to better allow users to organize and filter their projects, which is especially helpful for large deployments.

", + "created": 1467818449, + "first_name": "Gage", + "gender": "Male", + "id": 9466, + "irc": "gagehugo", + "last_edited": 1518042504, + "last_name": "Hugo", + "member_id": 53276, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9466", + "presentations": { + "6": 21052 + }, + "title": "Member of Technical Staff", + "twitter": "gagehugo" + }, + { + "affiliations": [ + { + "created": 1467743633, + "end_date": null, + "id": 100717, + "is_current": true, + "job_title": null, + "last_edited": 1467743633, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 66895, + "start_date": 1466985600 + } + ], + "bio": "

Openstack contributor focusing on security aspects of the cloud. I have contributed to specs such as the PCI-DSS Password Expiration and the Project Tags specs for keystone and am currently working on the oslo.config spec to allow for plugable drivers for external key managers. I presented at the Openstack Boston Summit on the removal of plaintext passwords in configuration files, which the oslo.config spec is beginning to address.

", + "created": 1486521580, + "first_name": "Samuel", + "gender": "Male", + "id": 11833, + "irc": "spilla", + "last_edited": 1521122874, + "last_name": "Pilla", + "member_id": 66895, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11833", + "presentations": { + "1": 21052 + }, + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1473868598, + "end_date": null, + "id": 104944, + "is_current": true, + "job_title": null, + "last_edited": 1473868598, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 73438, + "start_date": 1472688000 + } + ], + "bio": "

I originally graduated from UC Davis with a degree in plant virology. I was caught up in the intricate interactions, but soon discovered the monotony of lab work. I decided to indulge a long standing interest in computer programming and found many similarities between the function of a program and the way viruses interact. I decided to go back to school for a degree in computer programming and also earned a Nanodegree from Udacity. This was an amazing jumpstart to my new career at ATT where I was introduced to OpenStack!

", + "created": 1486417519, + "first_name": "Nicolas", + "gender": "Male", + "id": 11687, + "irc": null, + "last_edited": 1518042621, + "last_name": "Helgeson", + "member_id": 73438, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11687", + "presentations": { + "1": 21052 + }, + "title": "Associate-Applications Developer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Trinh Nguyen is an SDN/NFV researcher at IISTRC, Soongsil University.

\r\n

He has around 5 years of experience and worked in many domains such as System Engineering, Virtualization, and System/Web development. Currently, he is working on implementing a vCPE system, an NFV use case based on OpenStack Tacker.

\r\n

Check out his blog at http://www.dangtrinh.com.

", + "created": 1517958364, + "first_name": "Trong Dang Trinh", + "gender": "Male", + "id": 14129, + "irc": "dangtrinhnt", + "last_edited": 1522132552, + "last_name": "Nguyen", + "member_id": 94892, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14129", + "presentations": [ + 21054 + ], + "title": "SDN/NFV researcher at IISTRC, Soongsil University", + "twitter": "dangtrinhnt" + }, + { + "affiliations": [ + { + "created": 1518047985, + "end_date": null, + "id": 154105, + "is_current": true, + "job_title": "SDN/NFV reseacher", + "last_edited": 1518047985, + "organization": { + "created": 1511207785, + "id": 25220, + "last_edited": 1511207785, + "name": "IISTRC at Soongsil University" + }, + "owner_id": 89553, + "start_date": 1488326400 + } + ], + "bio": "

I am an SDN/NFV researcher at IISTRC, Soongsil University.

\r\n

My areas of interest are container infrastructure and service function chaining. I like the PoC of hybrid VNFs (VM-based and container-based VNFs).

", + "created": 1500549726, + "first_name": "Phuoc", + "gender": "Male", + "id": 13211, + "irc": "phuoc", + "last_edited": 1521596774, + "last_name": "Hoang Cong", + "member_id": 89553, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13211", + "presentations": [ + 21054 + ], + "title": "SDN/NFV researcher at IISTRC, Soongsil University", + "twitter": "@phillp_07" + }, + { + "affiliations": [ + { + "created": 1445524178, + "end_date": null, + "id": 82290, + "is_current": true, + "job_title": null, + "last_edited": 1445524178, + "organization": { + "created": 1359485922, + "id": 537, + "last_edited": 1381707064, + "name": "NEC" + }, + "owner_id": 48748, + "start_date": 1290729600 + } + ], + "bio": "

Dharmendra Kushwaha works as Technical Lead in NEC Technologies India in cloud & Telecom devision. He is a core developer in OpenStack Tacker.

\r\n

He has more than 7 years of exerience and worked in various domain like Storage, FileSystem, StateMachine, Cloud computing and Telecom. He worked on Object Storage project which integrated a secondary backend storage with cloud as primary storage.

\r\n

He is working in various NFV related PoC and solution. Focussed to make own marks in the Cloud and NFV area.

\r\n

 

", + "created": 1453867709, + "first_name": "Dharmendra", + "gender": "Male", + "id": 4283, + "irc": "dkushwaha", + "last_edited": 1521421445, + "last_name": "Kushwaha", + "member_id": 48748, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4283", + "presentations": { + "7": 21054, + "9": 21651 + }, + "title": "Technical Lead", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518054280, + "end_date": null, + "id": 154119, + "is_current": true, + "job_title": "Technical Leader", + "last_edited": 1518054280, + "organization": { + "created": 1389560323, + "id": 3938, + "last_edited": 1389560323, + "name": "Cisco Systems" + }, + "owner_id": 28947, + "start_date": 1362096000 + } + ], + "bio": "

Hareesh Puthalath is a Technical Leader in the Cisco NFVI Platform team. He is an experienced Neutron developer where he has contributed to routing service. Currently he is working on optimizing OpenStack for NFV applications.

", + "created": 1499891490, + "first_name": "Hareesh", + "gender": null, + "id": 12836, + "irc": null, + "last_edited": 1518055819, + "last_name": "Puthalath", + "member_id": 28947, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12836", + "presentations": [ + 21074 + ], + "title": "Technical Leader", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1483911084, + "end_date": null, + "id": 113532, + "is_current": true, + "job_title": null, + "last_edited": null, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 28942, + "start_date": 1483833600 + } + ], + "bio": "

Cloud Solution Test Architect at Cisco Systems, part-time PhD student at the University College in London, passionate about Networking, Cloud Computing, Photography and Judo. Experience speaking at different conferences including OpenStack summits and Cisco Live. Black Belt in Judo. 

", + "created": 1435166836, + "first_name": "Sebastian", + "gender": null, + "id": 329, + "irc": null, + "last_edited": 1518053801, + "last_name": "Jeuk", + "member_id": 28942, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/329", + "presentations": { + "7": 21074 + }, + "title": "OpenStack Solution Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1510378411, + "end_date": null, + "id": 147274, + "is_current": true, + "job_title": "CTO", + "last_edited": 1510378411, + "organization": { + "created": 1399500610, + "id": 5088, + "last_edited": 1399500610, + "name": "kylin cloud" + }, + "owner_id": 12251, + "start_date": 1341100800 + } + ], + "bio": "

Dr. Yusong Tan is the CTO of Kylin Cloud. He focuses on cloud computing and big data processing technologies. Dr. Tan leaded one group to deploy and optimize OpenStack on TianHe-2 supercomputer of Guangzhou National Supercomputer Center and some high-technology research projects founded by China government.

", + "created": 1436733340, + "first_name": "Yusong", + "gender": "Male", + "id": 1184, + "irc": null, + "last_edited": 1518055195, + "last_name": "Tan", + "member_id": 12251, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1184", + "presentations": { + "6": 21079 + }, + "title": "CTO", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517963765, + "end_date": null, + "id": 154019, + "is_current": true, + "job_title": "Product Manager", + "last_edited": 1517963765, + "organization": { + "created": 1517866399, + "id": 25900, + "last_edited": 1517866399, + "name": "99Cloud\tInc." + }, + "owner_id": 98244, + "start_date": 1498867200 + } + ], + "bio": "

Product Manager of 99Cloud Inc.

", + "created": 1517190055, + "first_name": "Kan", + "gender": "Female", + "id": 13989, + "irc": null, + "last_edited": 1518060252, + "last_name": "Hong", + "member_id": 98244, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13989", + "presentations": [ + 21088 + ], + "title": "Will your private cloud platform be able to meet SLA\uff1f", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1459839517, + "end_date": null, + "id": 93418, + "is_current": true, + "job_title": null, + "last_edited": 1459839517, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 18358, + "start_date": 1436140800 + } + ], + "bio": "

Daniel is a Senior Software Engineer at Red Hat contributing to upstream OpenStack and RDO and Kuryr's PTL for the Rocky cycle. He's passionate about networking, development, and messing around with python and deployment tools! He holds a MSc Degree in Telecommunications from Universidad Carlos III de Madrid and is a core reviewer for the interop project, as well as an active contributor to Kuryr and Neutron among others.

", + "created": 1454427790, + "first_name": "Daniel", + "gender": "Male", + "id": 5168, + "irc": "dmellado", + "last_edited": 1524527219, + "last_name": "Mellado", + "member_id": 18358, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5168", + "presentations": { + "10": 21635, + "7": 21089, + "8": 21112, + "9": 21612 + }, + "title": "Senior Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1507252536, + "end_date": null, + "id": 145974, + "is_current": true, + "job_title": "Research Engineer", + "last_edited": 1507252536, + "organization": { + "created": 1487306730, + "id": 21598, + "last_edited": 1487306730, + "name": "NTT Comunications" + }, + "owner_id": 89343, + "start_date": 1459468800 + } + ], + "bio": "

Ankit Purohit is a Mechatronics Engineer. He has completed his Bachelor's degree in Computer Technology and received his Master Degree in Mechatronics Engineering. He works at NTT Communications in Technology Department since 2016. Currently, he is working with OpenStack Team and does the verifications and development for NTT Com's Enterprise Cloud service. His task is to benchmark x86_64 and ppc64cl architecture server to find performance difference and integrate it to the OpenStack Environment.

", + "created": 1499804563, + "first_name": "Ankit", + "gender": "Male", + "id": 12768, + "irc": null, + "last_edited": 1518058916, + "last_name": "Purohit", + "member_id": 89343, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12768", + "presentations": { + "3": 21090 + }, + "title": "Mechatronics Engineer, NTT Communications", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1431291218, + "end_date": null, + "id": 71695, + "is_current": true, + "job_title": null, + "last_edited": 1431291218, + "organization": { + "created": 1407053866, + "id": 5817, + "last_edited": 1407053866, + "name": "NTT Communications" + }, + "owner_id": 34676, + "start_date": 1427846400 + } + ], + "bio": "

Takeaki is software engineer at NTT Communications, working on Cloud technology R&D team.
He joined the team in 2015 and since has been focused on to R&D OpenStack.

", + "created": 1436988995, + "first_name": "Takeaki", + "gender": "Male", + "id": 2595, + "irc": "tmatsu", + "last_edited": 1527177797, + "last_name": "Matsumoto", + "member_id": 34676, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2595", + "presentations": { + "13": 21090 + }, + "title": "Software Engineer, NTT Communications", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Kazuaki Harada is a Software Engineer, working at NTT Communications in the Technology Development Department since 2017. He joined the OpenStack team in May, 2017. And now, He is doing the FPGA verification.

", + "created": 1499805552, + "first_name": "Kazuaki", + "gender": null, + "id": 12770, + "irc": null, + "last_edited": 1518118409, + "last_name": "Harada", + "member_id": 90009, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12770", + "presentations": { + "3": 21090 + }, + "title": "NTT Communications", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Ramon Acedo Rodriguez is a Product Manager of OpenStack team in RedHat.

", + "created": 1517944756, + "first_name": "Ramon", + "id": 14115, + "irc": null, + "last_edited": 1518081371, + "last_name": "Acedo Rodriguez", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14115", + "presentations": [ + 21095 + ], + "title": "Product Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1513272947, + "end_date": null, + "id": 148237, + "is_current": true, + "job_title": "Principal Architect - Cloud and Comm. Solutions", + "last_edited": 1513272947, + "organization": { + "created": 1359485922, + "id": 36, + "last_edited": 1364994160, + "name": "Dell" + }, + "owner_id": 13489, + "start_date": 1512345600 + } + ], + "bio": "

Currently  Independent Director represneting Openstack  Board in 2018, leads as Chair of MANO WG in OPNFV and Vice Chair of IEEE SVCCS. Prakash has 30+ years of Telco/IT experience with MSEE from IIT Bombay. He is an active OpenStack participant, and has been a veteran consultant on NFV/SDN/MEC in the areas of data center and carrier network operations. The companies he has served for include Tekmobile, AT&T Labs, AT&T Mobility, Intellysys, seven.com, coverity.com, Futurewei Technologies (US R&D Huawei) and curretly at Dell. He was also part of Valley start-ups and other IT /Internet Data Center ventures in late 90's and early 2000. He brought to table the experience building NFV PoCs using OpenStack eco system .He has been a regular attendee of OpenStack, OPNFV, 3GPP NFV/MEC,IEEE forums over last several years in Bay area as well globally in US, China & India.

", + "created": 1436876388, + "first_name": "Prakash", + "gender": "Male", + "id": 1662, + "irc": null, + "last_edited": 1518132962, + "last_name": "Ramchandran", + "member_id": 13489, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1662", + "presentations": { + "10": 21101, + "11": 21331, + "12": 21453, + "13": 21709 + }, + "title": "Sr Mobile Cloud Architect", + "twitter": "@cloudpgp" + }, + { + "affiliations": [], + "bio": "

Chris Donley  currently works for Huawei leading as Director of OPEN-O Open Source Devlopment Team. Prior to joining Huawei he served as Director, Virtualization and Network Evolution at CableLabs. Mr. Donley was leading CableLabs’ research efforts on Software Defined Networking (SDN), Network function Virtualization (NfV), Metro Ethernet, IPv6, and Home Networking.  He was with CableLabs for eight years. He also served on the OPNFV Board of Directors and the Open Daylight Advisory Group.  Mr. Donley received a Bachelor's degree in Engineering from Dartmouth College and a Master's degree in Business Administration from the University of Colorado. He holds Cisco CCIE and (ISC)2 CISSP certifications, and has been granted six US patents

", + "created": 1440413092, + "first_name": "Chris", + "gender": null, + "id": 3515, + "irc": null, + "last_edited": 1518061985, + "last_name": "Donley", + "member_id": 29083, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3515", + "presentations": { + "1": 21101, + "2": 21890 + }, + "title": "Director, OPEN-O OSDT Huawei", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Gerald is a manager in DOCOMO Euro-Labs' standardization team which is active in the areas of 5th Generation Mobile Networks (5G) and Network Function Virtualization (NFV). In the latter topic, Gerald is participating in ETSI ISG NFV, OPNFV Doctor (Fault Management), OPNFV Promise (Resource Reservation), and OpenStack Blazar (Reservation as a Service).

", + "created": 1437010126, + "first_name": "Gerald", + "gender": null, + "id": 2874, + "irc": "GeraldK", + "last_edited": 1518063145, + "last_name": "Kunzmann", + "member_id": 39370, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2874", + "presentations": { + "6": 21109 + }, + "title": "Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269877, + "end_date": null, + "id": 46303, + "is_current": true, + "job_title": "", + "last_edited": 1384269877, + "organization": { + "created": 1359485922, + "id": 537, + "last_edited": 1381707064, + "name": "NEC" + }, + "owner_id": 5488, + "start_date": null + } + ], + "bio": "

Ryota Mibu has been working on integrating cloud technologies to telecommunication platform form 2012 in NEC. He has been contributing OpenStack projects, including Neutron, Ironic, Ceilometer and Aodh. He is the Project Lead of \"Doctor\" which is one of the OPNFV projects and focusing on building a framework for fault management for high availability of Network Services on top of virtualized infrastructure. He is OPNFV Ambassador from 2017.

", + "created": 1436507139, + "first_name": "Ryota", + "gender": "Male", + "id": 1037, + "irc": "r-mibu", + "last_edited": 1518051939, + "last_name": "Mibu", + "member_id": 5488, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1037", + "presentations": { + "11": 21109 + }, + "title": "Assistant manager, NEC", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1499952780, + "end_date": null, + "id": 142661, + "is_current": true, + "job_title": null, + "last_edited": 1499952780, + "organization": { + "created": 1499952780, + "id": 23744, + "last_edited": 1499952780, + "name": "Tata Communications Ltd." + }, + "owner_id": 68513, + "start_date": 1436745600 + } + ], + "bio": "

Mayank has completed his graduation from Indian Institute of Technology Bombay, post which he joined as an Openstack based cloud developer at Tata communications, a global leader in network and cloud service provider. He is passionate about innovating and learning new technologies. His expertise lies in working with Nova, Cinder, Glance and Heat. His current focus is on Continuous Integration and Delivery, Jenkins Pipelines and Container orchestration.

\r\n

 

\r\n

 

", + "created": 1484306796, + "first_name": "Mayank", + "gender": "Male", + "id": 11107, + "irc": null, + "last_edited": 1518138802, + "last_name": "Maloo", + "member_id": 68513, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11107", + "presentations": { + "2": 21111 + }, + "title": "Cloud Developer", + "twitter": "mayankmaloo" + }, + { + "affiliations": [ + { + "created": 1500003109, + "end_date": null, + "id": 142709, + "is_current": true, + "job_title": "Cloud Developer", + "last_edited": 1500003109, + "organization": { + "created": 1455549194, + "id": 13519, + "last_edited": 1455549194, + "name": "Tata Communications Limited" + }, + "owner_id": 82832, + "start_date": 1437955200 + } + ], + "bio": "

Abijitha Nadagouda graduated in computer science in 2015. He has experience in DDoS and security related development and now contributing to OpenStack based cloud infrastructure development. He has been with Tata Communications since he graduated.

", + "created": 1500006570, + "first_name": "Abijitha", + "gender": "Male", + "id": 13003, + "irc": null, + "last_edited": 1518133612, + "last_name": "Nadagouda", + "member_id": 82832, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13003", + "presentations": { + "1": 21111 + }, + "title": "Cloud developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1457415827, + "end_date": null, + "id": 91705, + "is_current": true, + "job_title": null, + "last_edited": 1457415827, + "organization": { + "created": 1429936375, + "id": 8828, + "last_edited": 1429936375, + "name": "Tata Communications" + }, + "owner_id": 53000, + "start_date": 1433721600 + } + ], + "bio": "

Prateeek is passionate about techology and innovation with 5 patents, 10 research articles and 10 how-to's articles in various areas of system software.

\r\n

He is currently working with Tata Communications for Openstack based cloud development. Worked with Nova, Cinder, Neutron, Keystone, Ironic, Contianers, Ceilometer projects. Recently finished the availability, scalability management of openstack cloud and currently working on Container as a Service on top of openstack.

\r\n

Prior to this, he has 8 years of experience with IBM Software Labs on AIX kernel and user space development. Primary area of work was dynamic tracing tool ( ProbeVue), Virtual Memory Manager, Procees Management, user and Kernel space debugging using languages C and Assembly language.

", + "created": 1454387865, + "first_name": "Prateek", + "gender": "Male", + "id": 5102, + "irc": null, + "last_edited": 1518064370, + "last_name": "Goel", + "member_id": 53000, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5102", + "presentations": { + "7": 21111 + }, + "title": "Cloud Architect", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Yuki Nishiwaki is working as a Infrastructure Software Engineer at LINE Corporation. He is in the middle of the positions between the operator and the developer for Private Cloud based on OpenStack for LINE Corp.

\r\n

Prior to LINE Corp, He have been working at Cloud technology R&D team in NTT Communications for about 4 years. He had worked on OpenStack related works for about 2 years from the point of operator view like building, operating their own Private Cloud and making a lot of things automated. Another 2 years He have spent the time as a developer for Cloud Management Platform which make it possible to manage the cloud resources across multiple cloud providers.

", + "created": 1434337245, + "first_name": "Yuki", + "gender": "Male", + "id": 24, + "irc": "ukinau", + "last_edited": 1527662266, + "last_name": "Nishiwaki", + "member_id": 28066, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/24", + "presentations": { + "7": 21113 + }, + "title": "Software engineer", + "twitter": "ukinau" + }, + { + "affiliations": [ + { + "created": 1503981577, + "end_date": null, + "id": 144742, + "is_current": true, + "job_title": "DevOps & System Engineer", + "last_edited": 1503981577, + "organization": { + "created": 1503981577, + "id": 24387, + "last_edited": 1503981577, + "name": "Line Corp." + }, + "owner_id": 39166, + "start_date": 1483228800 + } + ], + "bio": "

In Line Corp. I try to close the distance between the traditional Service IT Infrastructure world and the contemporary trends of Anything & Everything as a Service. I\u00a0provide an insight on how to overcome cultural IT gaps, and how to architect, design, develop and operate OpenStack based private cloud(s).

\n

* * *

\n

At Midokura, I take care about internal IT infrastructure, whose main part is the 'MidoCloud', a production level MidoNet based OpenStack private cloud, split over 2 datacenter worldwide.

\n

* * *

\n

Prior to Midokura, I worked mainly with VoIP systems, as a distributed and HA infrastructure architect.

\n

* * *

\n

I earned a Master's Degree at Tokyo Institue of Technology in 2009.

", + "created": 1436895507, + "first_name": "Samir", + "gender": "Male", + "id": 1835, + "irc": null, + "last_edited": 1522847226, + "last_name": "Ibrad\u017ei\u0107", + "member_id": 39166, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1835", + "presentations": { + "4": 21113 + }, + "title": "Senior DevOps & System Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1438865359, + "end_date": null, + "id": 78318, + "is_current": true, + "job_title": null, + "last_edited": 1438865359, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 45096, + "start_date": 1437955200 + } + ], + "bio": "

Dustin Schoenbrun is an OpenStack Quality Engineer at Red Hat and focuses on Manila and has been there for nearly three years. He has spent the last ten years working in several aspects of the technology industry including writing test plans for FCoE, contributing to reference architectures, developing software plugins, QA'ing software, to now working on OpenStack. When he's not working on OpenStack, Dustin is an avid musician who plays bass guitar and electric guitar.

", + "created": 1454021577, + "first_name": "Dustin", + "gender": "Male", + "id": 4446, + "irc": "dustins", + "last_edited": 1518078970, + "last_name": "Schoenbrun", + "member_id": 45096, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4446", + "presentations": { + "2": 21126, + "3": 21637 + }, + "title": "OpenStack Quality Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1525038977, + "end_date": null, + "id": 156411, + "is_current": true, + "job_title": "Developer", + "last_edited": 1525038977, + "organization": { + "created": 1447697234, + "id": 12164, + "last_edited": 1447697234, + "name": "SAP Labs" + }, + "owner_id": 98714, + "start_date": 1489968000 + } + ], + "bio": "

Akshay is a Developer Specialist working with SAP Labs, India. Currently contributing on SAP Cloud Platform initiatives across various IaaS platforms like Openstack, AWS, GCP and Azure. In his previous roles, he has worked with Startups at various stages - leading initiatives in DevOps domain and eCommerce primarily.

\r\n

He completed his Masters in Computer Applications from Thapar University, India.

", + "created": 1518090404, + "first_name": "Akshay", + "gender": "Male", + "id": 14272, + "irc": null, + "last_edited": 1525039003, + "last_name": "Kapoor", + "member_id": 98714, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14272", + "presentations": { + "1": 21134 + }, + "title": "Mr", + "twitter": "akskap" + }, + { + "affiliations": [ + { + "created": 1499156721, + "end_date": null, + "id": 142250, + "is_current": true, + "job_title": "Quality Assurance", + "last_edited": 1499156721, + "organization": { + "created": 1499156721, + "id": 23634, + "last_edited": 1499156721, + "name": "Cloud & Heat Technologies GmbH" + }, + "owner_id": 89745, + "start_date": 1373846400 + } + ], + "bio": "

Dr. Anja Strunk received her PhD in 2010 and worked with OpenStack clouds since several years. Her main research topics are quality assurance and security in OpenStack.

\r\n

Dr. Anja Strunk and her team analyzed network traces, evaluated security mechanisms natively provided by OpenStack, reviewed source code, performed live and remote debugging of common OpenStack use cases, and evaluated user feedback. Based on theses results, Dr. Anja Strunk and her team developed an OpenStack extension to meet the stringent security requirements regarding user data sensitive applications like in financial institutions, healthcare organizations or government agencies.

\r\n

 

", + "created": 1499155444, + "first_name": "Anja", + "gender": null, + "id": 12601, + "irc": null, + "last_edited": 1521170503, + "last_name": "Strunk", + "member_id": 89745, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12601", + "presentations": { + "1": 21145 + }, + "title": "Dr.-Ing.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1522923375, + "end_date": null, + "id": 155768, + "is_current": true, + "job_title": "Senior Consultant", + "last_edited": 1522923375, + "organization": { + "created": 1522912621, + "id": 26429, + "last_edited": 1522912621, + "name": "secunet Security Networks AG" + }, + "owner_id": 100715, + "start_date": 1491004800 + } + ], + "bio": "

Matthias Votisky received his masters degree in computer science in 1998 and worked with cloud and container technologies since several years.

", + "created": 1522761630, + "first_name": "Matthias", + "gender": "Male", + "id": 14560, + "irc": null, + "last_edited": 1526348427, + "last_name": "Votisky", + "member_id": 100715, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14560", + "presentations": [ + 21145 + ], + "title": "Senior Consultant", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1502853160, + "end_date": null, + "id": 144325, + "is_current": true, + "job_title": "Principal Engineer", + "last_edited": 1502853160, + "organization": { + "created": 1500443707, + "id": 23816, + "last_edited": 1500443707, + "name": "StackHPC" + }, + "owner_id": 1331, + "start_date": 1502668800 + } + ], + "bio": "

John is a Principal Engineer working on the convergence of OpenStack and HPC with StackHPC. John has been involved with OpenStack since December 2010, and is currently a Nova core reviewer. Between April 2016 and April 2018 he served as a member of the OpenStack Technical committee. He was Nova PTL for the Liberty and Mitaka releases. After studying Computer Science at the University of Cambridge, he worked at Citrix as a Software Developer on a variety of user interfaces. In December 2010 he joined the Citrix team looking at better integration of Citrix products with OpenStack. He later moved to Rackspace working on both their public and private OpenStack based cloud products, including working with Intel through OSIC. As a Principal Engineer at StachHPC John now leads a variety of projects looking at the convergence of OpenStack and HPC. He has spoken at many events including the OpenStack Summit, RCUK Cloud Workshop, Xen Summit, FOSDEM IaaS Dev Room, CloudEast, London OpenStack Meetup Group. John works from his home near Cambridge, UK.

", + "created": 1435649205, + "first_name": "John", + "gender": "Male", + "id": 509, + "irc": "johnthetubaguy", + "last_edited": 1524214144, + "last_name": "Garbutt", + "member_id": 1331, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/509", + "presentations": { + "9": 21148 + }, + "title": "Principal Engineer", + "twitter": "johnthetubaguy" + }, + { + "affiliations": [], + "bio": "

A passionate system software developer, Huamin Chen contributes to open source projects spanning from A to Z: Apache BigTop, Ceph, fio, Gluster, Kubernetes, OpenStack, Tachyon, and ZFS.

\r\n

Huamin Chen is currently employed by Red Hat. Follow him at http://github.com/rootfs

", + "created": 1467079357, + "first_name": "Huamin", + "gender": null, + "id": 9334, + "irc": null, + "last_edited": 1518074515, + "last_name": "Chen", + "member_id": 65979, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9334", + "presentations": { + "2": 21151 + }, + "title": "Principal Software Engineer", + "twitter": "root_fs" + }, + { + "affiliations": [ + { + "created": 1476129185, + "end_date": null, + "id": 106860, + "is_current": true, + "job_title": "OpenStack Architect", + "last_edited": 1476129185, + "organization": { + "created": 1476129185, + "id": 19085, + "last_edited": 1476129185, + "name": "Interdynamix" + }, + "owner_id": 8895, + "start_date": 1451606400 + } + ], + "bio": "

Curtis is an OpenStack Architect at Interdynamix. In his career Curtis has deployed private clouds for educational institutions, implemented large object storage systems for digital archives, and designed and operated an advanced Canadian public cloud, all utilizing OpenStack. He is primarily interested in advanced datacenter technologies such as infrastructure as a service, automation, and software defined networking, as well as distributed systems and container orchestration engines.

\r\n

Currently he is designing and deploying OpenStack clouds for the purposes of Network Function Virtualization (NFV) in the telecommunications industry.

\r\n

Curtis is a co-organizer of the Toronto OpenStack Meetup.

", + "created": 1436910120, + "first_name": "Curtis", + "gender": "Male", + "id": 1939, + "irc": "serverascode", + "last_edited": 1518105366, + "last_name": "Collicutt", + "member_id": 8895, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1939", + "presentations": { + "11": 21163, + "12": 21300, + "13": 21887 + }, + "title": "OpenStack Architect", + "twitter": "ccollicutt" + }, + { + "affiliations": [ + { + "created": 1517934904, + "end_date": null, + "id": 153993, + "is_current": true, + "job_title": "Senior Network Engineer", + "last_edited": 1517934904, + "organization": { + "created": 1490214390, + "id": 22162, + "last_edited": 1490214390, + "name": "Interdynamix Systems" + }, + "owner_id": 98478, + "start_date": 1451865600 + } + ], + "bio": "

Rahul is Senior Network Engineer at Interdynamix Systems. In his career, he has mostly worked on network architecture ,design and implementation. He has also done proof-of-concept to automate networking using different Software defined networking (SDN) controlllers. Recently, he worked on service function chaining using BigSwitch (BMF) and PaloAlto firewall. 

\r\n

He is primarly interested in Software defined networking (SDN) and Network function virtualisation (NFV). 

\r\n

Currently he is looking into using software defined networking (SDN) for service function chaining in Openstack based cloud.

", + "created": 1518078439, + "first_name": "Rahul", + "gender": "Male", + "id": 14248, + "irc": null, + "last_edited": 1518100082, + "last_name": "Kumar", + "member_id": 98478, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14248", + "presentations": [ + 21163 + ], + "title": "Senior Network Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1395587276, + "end_date": null, + "id": 57419, + "is_current": true, + "job_title": null, + "last_edited": 1395587276, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 17777, + "start_date": 1395619200 + }, + { + "created": 1441716406, + "end_date": null, + "id": 79891, + "is_current": true, + "job_title": "Marketing Manager", + "last_edited": 1477308867, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 17777, + "start_date": 1441670400 + } + ], + "bio": "

Allison Price is a Senior Marketing Manager for the OpenStack Foundation, where she manages Marketing Content initiatives including case study development, advertising campaigns, the Superuser online publication and OpenStack User Survey. Her past roles have specialized in social strategy and execution for both B2B and B2C global companies in the technology and consumer industries. In her spare time, she enjoys finding new hiking trails and sharing her love with Celine Dion with anyone and everyone who will listen.

", + "created": 1434533636, + "first_name": "Allison", + "gender": "Female", + "id": 145, + "irc": "amprice88", + "last_edited": 1525956397, + "last_name": "Price", + "member_id": 17777, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/145", + "presentations": { + "3": 21166, + "4": 21899 + }, + "title": "Senior Marketing Manager, OpenStack Foundation", + "twitter": "aprice" + }, + { + "affiliations": [], + "bio": null, + "created": 1526465633, + "first_name": "Darcy", + "id": 14644, + "irc": null, + "last_edited": 1526465633, + "last_name": "Reno", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14644", + "presentations": [ + 21166 + ], + "title": "Program Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518135643, + "end_date": null, + "id": 154233, + "is_current": true, + "job_title": "QA Director", + "last_edited": 1518135643, + "organization": { + "created": 1481608762, + "id": 20446, + "last_edited": 1481608762, + "name": "EasyStack Inc." + }, + "owner_id": 36805, + "start_date": 1431129600 + } + ], + "bio": "

I am the QA director of EasyStack, I focused on the QA and DevOps in OpenStack area for almost 5 years. Currently, I am focusing on adopting Kubernetes related technology to make OpenStack CI/CD process more efficient.

", + "created": 1500018870, + "first_name": "BinBin", + "gender": "Male", + "id": 13033, + "irc": null, + "last_edited": 1522038338, + "last_name": "Cong", + "member_id": 36805, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13033", + "presentations": { + "1": 21177, + "2": 21805 + }, + "title": "QA Director", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1446510015, + "end_date": null, + "id": 82815, + "is_current": true, + "job_title": null, + "last_edited": 1446510015, + "organization": { + "created": 1393225179, + "id": 4384, + "last_edited": 1393225179, + "name": "EasyStack" + }, + "owner_id": 49224, + "start_date": 1437955200 + } + ], + "bio": "

LiuWei is Expert in Automation testing and DevOps development.

\r\n

I worked more than 10 years on software development and testing. Over 5 years on cloud computing and openstack.

\r\n

Now, I focus on devops development to improve the testing of openstack related software product.

\r\n

I also lead a team to build devops system for our customer to improve there development process.

", + "created": 1499928725, + "first_name": "Wei", + "gender": "Male", + "id": 12878, + "irc": null, + "last_edited": 1518080539, + "last_name": "Liu", + "member_id": 49224, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12878", + "presentations": { + "3": 21177 + }, + "title": "DevOps developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1453280432, + "end_date": null, + "id": 85945, + "is_current": true, + "job_title": "software engineer & community director", + "last_edited": 1484558189, + "organization": { + "created": 1393225179, + "id": 4384, + "last_edited": 1393225179, + "name": "EasyStack" + }, + "owner_id": 14945, + "start_date": 1393200000 + } + ], + "bio": "

 

\r\n

He serves as Individual Director of OpenStack Foundation in 2017 and Oslo PTL for Pike and Queens. He worked on Linux and AIX for several years. He is one of the earliest OpenStack contributors in China. He has been working on the OpenStack since 2012, when he worked on the PowerVM driver under Nova to support IBM Power Systems. He is Oslo core reviewer and have been contributing several projects like Nova, Neutron, Ironic, Oslo, etc. He is one of top contributors in China, has submitted 1000+ commits, with more than 45000 LOCs.  As founding engineer of EasyStack, he attended the earliest of large-scale OpenStack adoptions in China, such as Lenovo, Postal Savings Bank of China, China Telecom, State Grid, etc. He was involved in the whole adoption, including platform design,  implementation and solving key issues for these customers.

\r\n

ChangBo Guo is also an active OpenStack evangelists in China. He is organizer of China OpenStack user group, and promote OpenStack technologies in several meet-ups in China including Beijing, Xi'an, Chengdu, Shenzhen, etc. He is honored to be the host of Beijing OpenStack meet-up from November 2016 and on. He is also keen to help others learn how to contribute in upstream and delivered presentation about upstream contribution for several companies. He leads a upstream team to make OpenStack better and more popular. He attended several design summits and delivered presentations. He served as track chair of upstream development in Barcelona, Boston and Sydney design summit.

\r\n

 

\r\n

 

", + "created": 1435960611, + "first_name": "ChangBo", + "gender": "Male", + "id": 633, + "irc": "gcb", + "last_edited": 1518080627, + "last_name": "Guo", + "member_id": 14945, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/633", + "presentations": { + "7": 21177, + "8": 21805 + }, + "title": "Community Director at EasyStack", + "twitter": "ChangBoGuo" + }, + { + "affiliations": [ + { + "created": 1386555172, + "end_date": null, + "id": 54654, + "is_current": true, + "job_title": "CEO", + "last_edited": 1386555172, + "organization": { + "created": 1359485922, + "id": 749, + "last_edited": 1381734697, + "name": "Objectif Libre" + }, + "owner_id": 5107, + "start_date": 1239062400 + }, + { + "created": 1384269876, + "end_date": null, + "id": 45930, + "is_current": true, + "job_title": "", + "last_edited": 1384269876, + "organization": { + "created": 1359485922, + "id": 749, + "last_edited": 1381734697, + "name": "Objectif Libre" + }, + "owner_id": 5107, + "start_date": 1362960000 + } + ], + "bio": "

My Name is Christophe Sauthier, a french guy living in the nice city of Toulouse. Living with my wife and father of 2 beautiful small guys (of course), I am also CEO of a company that I have funded 7 years ago Objectif Libre that only deals with Cloud Infrastructure.

\r\n

I am cloudkitty's PTL for Ocata and Pike cycles.

\r\n


I have been really involved in the Ubuntu community, being a developper and in various boards, then my life crossed OpenStack... The results being that Objectif Libre became (many times) one of the Top20 contributor and developped a real expertise and lots of services around it.

", + "created": 1436773138, + "first_name": "Christophe", + "gender": null, + "id": 1233, + "irc": "huats", + "last_edited": 1518081142, + "last_name": "Sauthier", + "member_id": 5107, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1233", + "presentations": { + "12": 21180, + "13": 21591, + "14": 21626 + }, + "title": "CEO", + "twitter": "chrisssauthier" + }, + { + "affiliations": [ + { + "created": 1517991144, + "end_date": null, + "id": 154066, + "is_current": true, + "job_title": "Developper", + "last_edited": 1517991144, + "organization": { + "created": 1359485922, + "id": 749, + "last_edited": 1381734697, + "name": "Objectif Libre" + }, + "owner_id": 70404, + "start_date": 1508198400 + } + ], + "bio": "

CloudKitty core and DevOps working for Objectif Libre in Toulouse, France.

", + "created": 1517990795, + "first_name": "Luka", + "gender": "Male", + "id": 14162, + "irc": null, + "last_edited": 1518081160, + "last_name": "Peschke", + "member_id": 70404, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14162", + "presentations": { + "1": 21180, + "2": 21626 + }, + "title": "CloudKitty developper", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1515569367, + "end_date": null, + "id": 153087, + "is_current": true, + "job_title": null, + "last_edited": 1515569367, + "organization": { + "created": 1359485922, + "id": 749, + "last_edited": 1381734697, + "name": "Objectif Libre" + }, + "owner_id": 97715, + "start_date": 1491177600 + } + ], + "bio": "

Cloud Consultant @Objectif Libre

", + "created": 1518081169, + "first_name": "Ludovic", + "gender": "Male", + "id": 14251, + "irc": "krast", + "last_edited": 1527184660, + "last_name": "Logiou", + "member_id": 97715, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14251", + "presentations": [ + 21180 + ], + "title": "Cloud Consultant", + "twitter": "LudovicLogiou" + }, + { + "affiliations": [ + { + "created": 1413892382, + "end_date": null, + "id": 117526, + "is_current": true, + "job_title": null, + "last_edited": 1413892382, + "organization": { + "created": 1413892382, + "id": 6491, + "last_edited": 1413892382, + "name": "The Synaptic Group, Inc." + }, + "owner_id": 86895, + "start_date": 833587200 + }, + { + "created": 1493370361, + "end_date": null, + "id": 139666, + "is_current": true, + "job_title": null, + "last_edited": 1493370361, + "organization": { + "created": 1435673762, + "id": 9880, + "last_edited": 1435673762, + "name": "Target Corporation" + }, + "owner_id": 86895, + "start_date": 1436745600 + } + ], + "bio": "

Mark Christenson is Pricipal Engineer, Cloud and Compute at Target Corporation and is responsible for all aspects of OpenStack at Target.

\r\n

 

", + "created": 1493385066, + "first_name": "Mark", + "gender": "Male", + "id": 12427, + "irc": null, + "last_edited": 1518082329, + "last_name": "Christenson", + "member_id": 86895, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12427", + "presentations": { + "2": 21186 + }, + "title": "Principal Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1486488908, + "end_date": null, + "id": 135507, + "is_current": true, + "job_title": "Lead Engineer", + "last_edited": 1486488908, + "organization": { + "created": 1359485922, + "id": 63, + "last_edited": 1381738115, + "name": "Target" + }, + "owner_id": 38448, + "start_date": 1485129600 + } + ], + "bio": "

Ryan Tidwell is a contributor to the OpenStack Neutron project and has been deploying and tinkering with OpenStack in various roles since the Diablo release of OpenStack.  Ryan currently works on the OpenStack team at Target.  He is well-versed in developing manageability tools for systems administrators and OpenStack operators, building SDN controllers and applications, and contributes to OpenStack's Neutron project.  Raised in Northern Colorado, Ryan has a B.S. and M.S. in computer science from Colorado State University and the University of Colorado respectively.  He currently resides with his family in Minnesota in the Twin Cities area.

", + "created": 1436539571, + "first_name": "Ryan", + "gender": "Male", + "id": 1094, + "irc": "tidwellr", + "last_edited": 1518082357, + "last_name": "Tidwell", + "member_id": 38448, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1094", + "presentations": { + "5": 21186 + }, + "title": "Lead Engineer", + "twitter": "rktidwell85" + }, + { + "affiliations": [ + { + "created": 1455051656, + "end_date": null, + "id": 87314, + "is_current": true, + "job_title": null, + "last_edited": 1455051656, + "organization": { + "created": 1359485922, + "id": 863, + "last_edited": 1381703467, + "name": "INRIA" + }, + "owner_id": 52428, + "start_date": 1001894400 + }, + { + "created": 1517989891, + "end_date": null, + "id": 154064, + "is_current": true, + "job_title": "Associate Professor", + "last_edited": 1517989891, + "organization": { + "created": 1517989890, + "id": 25922, + "last_edited": 1517989890, + "name": "IMT Atlantique" + }, + "owner_id": 52428, + "start_date": 1222819200 + } + ], + "bio": "

Dr. Adrien Lebre is an Associate Professor at IMT Atlantique.  He received his Ph.D. from Grenoble Institute of Technologies in September 2006. His research interests are distributed and Internet computing. Since 2011, he is member of the Architect and Executive boards of Grid’5000. Dr. Adrien Lebre has taken part to several program committees of conferences and workshops (such as ICFEC 2017/2016, HPDC 2017, CCGRID 2018/2017/2016/2015/2013, SC 2016/2015/2013... ). He is the PI of the Discovery Initiative, an Open-Science Initiative aiming at implementing a fully decentralized IaaS manager  and the leader of the Stack Research Group, which focuses on software Stack for Massively Geo Distributed infrastuctures (further information respectively available at https://beyondtheclouds.github.io and http://stack.inria.fr).

\r\n

Adrien Lebre has been deeply involved in the OpenStack ecosystem since the Austin summit in 2016 where he created the OpenStack Fog/Edge/Massively Distributed Clouds WG.

", + "created": 1453735273, + "first_name": "Adrien", + "gender": "Male", + "id": 4192, + "irc": "ad_ri3n_", + "last_edited": 1518087637, + "last_name": "Lebre", + "member_id": 52428, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4192", + "presentations": { + "11": 21187, + "12": 21212 + }, + "title": "Discovery Project Leader", + "twitter": "BeyondClouds_io" + }, + { + "affiliations": [ + { + "created": 1384269883, + "end_date": null, + "id": 48634, + "is_current": true, + "job_title": "", + "last_edited": 1384269883, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 7701, + "start_date": null + } + ], + "bio": "

Fetahi Wuhib is a Senior Researcher at Ericsson Research in the area of Cloud Software and System Technologies since January 2013. His research focuses on orchestration of distributed OpenStack-based cloud environments with focus on scalability and manageability. Before joining Ericsson, Fetahi was working as a postdoctoral researcher at the Royal Institute of Technology, Sweden where he was leading research on scalable resource management techniques for large cloud environments

", + "created": 1499265601, + "first_name": "Fetahi", + "gender": null, + "id": 12617, + "irc": null, + "last_edited": 1518095501, + "last_name": "Wuhib", + "member_id": 7701, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12617", + "presentations": { + "1": 21187 + }, + "title": "Senior Researcher", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1476718173, + "end_date": null, + "id": 107346, + "is_current": true, + "job_title": "Researcher at Inria", + "last_edited": 1477263170, + "organization": { + "created": 1359485922, + "id": 863, + "last_edited": 1381703467, + "name": "INRIA" + }, + "owner_id": 75820, + "start_date": 1475452800 + } + ], + "bio": "

Dimitri Pertin is a Postdoc at Inria. He received his Ph.D. in 2016 from the University of Nantes. Passionate computer scientist interested in distributed computing.

", + "created": 1476718839, + "first_name": "Dimitri", + "gender": "Male", + "id": 10909, + "irc": "denaitre", + "last_edited": 1518104341, + "last_name": "Pertin", + "member_id": 75820, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10909", + "presentations": { + "5": 21187 + }, + "title": "Dr.", + "twitter": "denaitre" + }, + { + "affiliations": [ + { + "created": 1384269871, + "end_date": null, + "id": 43144, + "is_current": true, + "job_title": "", + "last_edited": 1468324458, + "organization": { + "created": 1359485922, + "id": 36, + "last_edited": 1364994160, + "name": "Dell" + }, + "owner_id": 2370, + "start_date": 1274054400 + } + ], + "bio": "

Surya Prabhakar Naredla is a Senior Principal software Engineer in Dell EMC, Ireland. He has over 15 years of experience in the IT industry working on Opensource. The first 9 years of his experience was spent as a developer on the Linux operating system and since 2011 he was working on Openstack. He has done numerous presentations on openstack and evangelized it. His current work involves in performance and bottleneck analysis of openstack.

", + "created": 1468322395, + "first_name": "Surya Prabhakar", + "gender": null, + "id": 9749, + "irc": "spn", + "last_edited": 1518108202, + "last_name": "Naredla", + "member_id": 2370, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9749", + "presentations": { + "5": 21193, + "6": 21210 + }, + "title": "Senior Principal Software Engineer", + "twitter": "VirtuousPal" + }, + { + "affiliations": [ + { + "created": 1442878027, + "end_date": null, + "id": 80701, + "is_current": true, + "job_title": null, + "last_edited": 1442878027, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 17498, + "start_date": 1442188800 + } + ], + "bio": "

Madhuri is a Cloud Software Engineer at Intel Technology India Pvt. Ltd. having an experience of approximately 5 years in the storage and cloud domain. She is currently serving as core reviewer in two Openstack projects, Magnum and Zun. She is mainly involved in projects related to containers technology. She has also contributed to Ironic, Swift, Murano etc.

", + "created": 1435542300, + "first_name": "Madhuri", + "gender": "Female", + "id": 447, + "irc": "mkrai", + "last_edited": 1518083508, + "last_name": "Kumari", + "member_id": 17498, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/447", + "presentations": { + "14": 21193 + }, + "title": "Cloud Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1489608177, + "end_date": null, + "id": 137347, + "is_current": true, + "job_title": null, + "last_edited": 1489608177, + "organization": { + "created": 1489608177, + "id": 22042, + "last_edited": 1489608177, + "name": "OnRamp Access LLC" + }, + "owner_id": 84447, + "start_date": 1487635200 + } + ], + "bio": "

Duncan Wannamaker is an OpenStack Engineer with OnRamp Access, a managed service provider based out of Austin, Texas.  He leads the volume encryption and key management implementation which allows OnRamp to provide enhanced security with per-volume transparent encryption.  Duncan has previous experience building large private cloud environments based on the VMware vCloud platform and has been a Stacker since the Icehouse release in 2014.

", + "created": 1489608854, + "first_name": "Duncan", + "gender": "Male", + "id": 12279, + "irc": "randomhack", + "last_edited": 1527069866, + "last_name": "Wannamaker", + "member_id": 84447, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12279", + "presentations": [ + 21196 + ], + "title": "OpenStack Engineer", + "twitter": "randomhack" + }, + { + "affiliations": [ + { + "created": 1483980068, + "end_date": null, + "id": 115626, + "is_current": true, + "job_title": null, + "last_edited": 1483980068, + "organization": { + "created": 1456499575, + "id": 13950, + "last_edited": 1456499575, + "name": "University of Messina, Italy" + }, + "owner_id": 80057, + "start_date": 1422748800 + } + ], + "bio": "

Giovanni Merlino earned an international PhD degree in Computer and Telecommunications Engineering from the Department of Engineering (DIEEI) at the University of Catania.

\r\n

He is research fellow at University of Messina (UniMe) under the EU H2020 BEACON project, including leadership of testbed management activities, as well as teaching assistant (courses in \"Computer Networks\" and \"Distributed Systems\"), UniMe node manager for FIWARE Lab, and a long-standing member of the Mobile and Distributed Systems Lab (MDSLab) at UniMe.

\r\n

His research activity is currently focused on mobile and distributed systems with particular emphasis on Cloud paradigms, Edge computing, Internet of Things, Network Virtualization, Smart sensors, and crowdsensing, co-leading the design of Stack4Things, an OpenStack-based Sensing-and-Actuation-as-a-Service framework for I/Oclouds, co-authoring over 40 papers in international journals and conferences, participating in technical program committees of international conferences, as well as spearheading efforts for an official and crowdfunded research initiative (#SmartME) to deploy and operate an experimental Smart City testbed in Messina.

\r\n

He is co-founder of the SmartMe.io (http://smartme.io) academic spin-off.

", + "created": 1485948428, + "first_name": "Giovanni", + "gender": "Male", + "id": 11319, + "irc": null, + "last_edited": 1518085369, + "last_name": "Merlino", + "member_id": 80057, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11319", + "presentations": { + "3": 21201 + }, + "title": "University of Messina, Research fellow", + "twitter": "giomerlino" + }, + { + "affiliations": [ + { + "created": 1471601715, + "end_date": null, + "id": 103624, + "is_current": true, + "job_title": null, + "last_edited": 1471601715, + "organization": { + "created": 1430792176, + "id": 8972, + "last_edited": 1430792176, + "name": "FUJITSU Enabling Software Technology GmbH" + }, + "owner_id": 68233, + "start_date": 1471564800 + } + ], + "bio": "\r\n

Cristiano is an IT technology professional who is passionate about innovation. He contributes to OpenStack with new features, ideas and cross-project collaborations. He develops relationships within the OpenStack community, gathers feedback from users and brings it back to the community to create a better platform. He evangelises OpenStack to foster innovation, standardisation and efficiency.  

\r\n

With an extensive academic background in engineering and business, he has over 15 years of experience. He worked on global projects with enterprises and start-ups, collaborating with customers and internal stakeholders to create and enhance successful products.

\r\n", + "created": 1476437891, + "first_name": "Cristiano", + "gender": "Male", + "id": 10903, + "irc": "cbellucci", + "last_edited": 1520934359, + "last_name": "Bellucci", + "member_id": 68233, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10903", + "presentations": { + "5": 21201 + }, + "title": "Product Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1409908809, + "end_date": null, + "id": 61455, + "is_current": true, + "job_title": null, + "last_edited": 1409908809, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 24834, + "start_date": 1407196800 + } + ], + "bio": "

Emma is a Software Engineer in the Network Platforms Group in Intel. She joined Intel after graduating from the University of Limerick where she studied Electronic and Computer Engineering with a major in Robotics. She is working in the area of Service Assurance contributing to the OPNFV Barometer project, working on making more statistics available for the OpenStack cloud, by enabling collectd stats and events to be used in OpenStack. Her latest adventures have brought her into testing, where her Service Assurance experience continues to come in handy for KPI collection.

", + "created": 1437540239, + "first_name": "Emma", + "gender": "Female", + "id": 2997, + "irc": "efoley", + "last_edited": 1519961515, + "last_name": "Foley", + "member_id": 24834, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2997", + "presentations": { + "5": 21205 + }, + "title": "Software Engineer, Intel", + "twitter": "EmmaLFoley" + }, + { + "affiliations": [ + { + "created": 1517869025, + "end_date": null, + "id": 153918, + "is_current": true, + "job_title": null, + "last_edited": 1517869025, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 98516, + "start_date": 1450742400 + } + ], + "bio": null, + "created": 1517869160, + "first_name": "Gabriel", + "gender": "Male", + "id": 14069, + "irc": null, + "last_edited": 1518086141, + "last_name": "Yu", + "member_id": 98516, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14069", + "presentations": [ + 21205 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518090584, + "end_date": null, + "id": 154178, + "is_current": true, + "job_title": "Senior Software Engineer", + "last_edited": 1518090584, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 98026, + "start_date": 1470096000 + } + ], + "bio": "

Abhijit is a Senior Software Engineer with Data Center Group at Intel Shannon, Ireland. He has over 8 years of experience in software development and has been using OpenStack for over 2 years. His interests include network function virtualization, machine learning, benchmarking VNFs, telemetry and orchestration. He has been currently contributing in OPNFV on the Yardstick project to extend the framework for Network Services Benchmarking. His previous work experience includes software development on x86 and embedded DSP platforms in the field of advanced driver assistance systems (ADAS), computer vision and video processing which includes software optimization. He holds a Bachelor of Engineering in Electronics and Communication.

", + "created": 1516349444, + "first_name": "Abhijit", + "gender": "Male", + "id": 13928, + "irc": null, + "last_edited": 1526531819, + "last_name": "Sinha", + "member_id": 98026, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13928", + "presentations": [ + 21205 + ], + "title": "Senior Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518080594, + "end_date": null, + "id": 154166, + "is_current": true, + "job_title": "SW System Sr. Principal Engineer", + "last_edited": 1518080594, + "organization": { + "created": 1473215426, + "id": 18605, + "last_edited": 1473215426, + "name": "Dell EMC" + }, + "owner_id": 48405, + "start_date": 1497225600 + } + ], + "bio": "

Paul is a member of the Service Provider OpenStack team at Dell EMC and works primarily with Ceph.  Paul has been actively engaged in software engineering for over 20 years and has experience in application development and systems programming.  His primary areas of software engineering are C, C++, and Python.  He has special interest in software engineering, software reliability, and performance tuning.

", + "created": 1454454894, + "first_name": "Paul", + "gender": "Male", + "id": 5270, + "irc": "pdardeau", + "last_edited": 1518127110, + "last_name": "Dardeau", + "member_id": 48405, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5270", + "presentations": { + "1": 21210 + }, + "title": "SW System Sr. Principal Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Student at University of Nantes, intern at Stack Team for the Discovery Initiative

", + "created": 1518083531, + "first_name": "Marie", + "gender": "Female", + "id": 14255, + "irc": null, + "last_edited": 1519184170, + "last_name": "Delavergne", + "member_id": 68561, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14255", + "presentations": [ + 21212 + ], + "title": "Intern -- Discovery Initiative", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1487161721, + "end_date": null, + "id": 135903, + "is_current": true, + "job_title": null, + "last_edited": 1487161721, + "organization": { + "created": 1359485922, + "id": 863, + "last_edited": 1381703467, + "name": "INRIA" + }, + "owner_id": 72666, + "start_date": 1487116800 + } + ], + "bio": "

Ronan-Alexandre Cherrueau is a Research Engineer at Inria.  He received his Ph.D. from Ecole des Mines de Nantes in November 2016. Passionate computer scientist interested in programming, software composition and distributed computing (further information at: https://rcherrueau.github.io)

", + "created": 1485439252, + "first_name": "Ronan-Alexandre", + "gender": "Male", + "id": 11238, + "irc": "rcherrueau", + "last_edited": 1518104373, + "last_name": "Cherrueau", + "member_id": 72666, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11238", + "presentations": { + "3": 21212 + }, + "title": "Research Engineer - Discovery Project", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Ryan is a Software Engineer who graduated from UC San Diego with a Computer Science degree in 2016 and now works for Oath Inc. He has become a key member of their OpenStack team which builds, deploys and maintains one of the largest OpenStack deployments in the world. He played a pivotal role in numerous large OpenStack related projects at Oath Inc. including upgrading 6 releases in one shot, automating firmware upgrades in OpenStack, keystone user management for ~20k users, and many more.

", + "created": 1515514494, + "first_name": "Ryan", + "gender": null, + "id": 13878, + "irc": null, + "last_edited": 1518097535, + "last_name": "Bridges", + "member_id": 97678, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13878", + "presentations": [ + 21213 + ], + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1426136309, + "end_date": null, + "id": 68528, + "is_current": true, + "job_title": null, + "last_edited": 1426136309, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 31745, + "start_date": 1228089600 + } + ], + "bio": "
Jianfeng Ding is engineering manager of Intel to lead OpenStack community development, as part of Intel Opensource Technology Center(OTC). His team and himself are foucsing on cloud software development, like OpenStack and Edge Computing projects.
", + "created": 1436949295, + "first_name": "Jianfeng JF", + "gender": "Male", + "id": 2117, + "irc": "jfding", + "last_edited": 1524247573, + "last_name": "Ding", + "member_id": 31745, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2117", + "presentations": { + "7": 21215, + "8": 21429 + }, + "title": "Intel China OpenStack Engineering Manager", + "twitter": "jfding" + }, + { + "affiliations": [ + { + "created": 1492616075, + "end_date": null, + "id": 139145, + "is_current": true, + "job_title": null, + "last_edited": 1492616090, + "organization": { + "created": 1431696602, + "id": 9165, + "last_edited": 1431696602, + "name": "CoreOS" + }, + "owner_id": 10989, + "start_date": 1483228800 + } + ], + "bio": "

Tony leads the Educational Services team at CoreOS and is on a mission to educate the world on Kubernetes and cloud native technology. He is the author of \u201cTroubleshooting OpenStack\u201d and a member of the OpenStack Speakers Bureau.\u00a0

Prior to joining CoreOS, Tony spent nearly fourteen years at Rackspace in various roles, including Software Developer, Architect, Manager and Director. As Director of Global Talent Development at Rackspace, Tony and his team were responsible for training, developing and mentoring OpenStack Developers and Operators.\u00a0
\u00a0
He is a native of California where he received his bachelor\u2019s degree in Communications from Notre Dame De Namur University in Belmont, California. Tony\u2019s passions include family, theater, and exercise.\u00a0

", + "created": 1459544097, + "first_name": "Tony", + "gender": null, + "id": 5751, + "irc": "cloudtrainme", + "last_edited": 1522253933, + "last_name": "Campbell", + "member_id": 10989, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5751", + "presentations": { + "8": 21218 + }, + "title": "Director of Field Engineering , CoreOS", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1453934232, + "end_date": null, + "id": 86342, + "is_current": true, + "job_title": null, + "last_edited": 1453934232, + "organization": { + "created": 1453934232, + "id": 12991, + "last_edited": 1453934232, + "name": "Kumulus Technologies" + }, + "owner_id": 52589, + "start_date": 1443657600 + } + ], + "bio": "

With over 20 years of experience as a systems reliability engineer, and a focus on automating not only application deployments but the underlying infrastructure as well, Robert brings a wealth of knowledge to the full application enablement stack. He has applied this knowledge in fields from high-performance computing to high-frequency trading environments, and everything in between. Robert also holds patents in network, data center, and application performance and scale enhancements. He is a Founder and the CTO at Kumulus Technologies, a DevOps, Systems Reliability Engineering and cloud computing consultancy. Additionally, Robert is an incurable photography nerd and has been known to stay up until dawn in remote locations to capture celestial time-lapses. 

", + "created": 1453934716, + "first_name": "Robert", + "gender": "Male", + "id": 4359, + "irc": "rstarmer", + "last_edited": 1518197956, + "last_name": "Starmer", + "member_id": 52589, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4359", + "presentations": { + "10": 21218, + "11": 21799 + }, + "title": "Kumulus Technologies", + "twitter": "rstarmer" + }, + { + "affiliations": [], + "bio": "

Goutham (Gou) Rao\u00a0is co-founder and CTO of Portworx, where he leads the company\u2019s technology, market and solution execution strategy. Previously, he was the CTO and executive director of data protection at Dell. Gou joined Dell through the acquisition of Ocarina Networks, where was the co-founder, CTO, and chief architect. Gou has a master\u2019s degree in Computer Science, graduating with a 4.0 GPA from the University of Pennsylvania. Gou has been awarded over 40 patents.

", + "created": 1518087891, + "first_name": "Gou", + "gender": null, + "id": 14265, + "irc": "@RaoGou", + "last_edited": 1527178757, + "last_name": "Rao", + "member_id": 98743, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14265", + "presentations": { + "0": 21218, + "2": 21799 + }, + "title": "CTO", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1468245012, + "end_date": null, + "id": 101021, + "is_current": true, + "job_title": null, + "last_edited": 1468245012, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 67208, + "start_date": 1446422400 + } + ], + "bio": "

Kevin Jones is a Cloud Architect for Red Hat. His mission is to bring OpenStack into public service for Government, Research, and Educational entities. Kevin spends his time working with customers to define use cases around cloud and devops. Kevin has significant experience working with research and scientific computing entities to determine best fit for OpenStack and other technologies.

\r\n

Kevin comes to Red Hat from NASA Langley Research Center where he was the Chief Technologist for IT. In his role at NASA, he helped evangelize the use of hybrid cloud computing. Kevin came up in his career as a developer first and via curiosity, migrated to a holistic approach focused on utilizing technology to deliver business results.

\r\n

Kevin has been in the IT industry in Public Sector space since 2001. He came up as a developer and evolved into a full bore cloud solution architect. He carries Red Hat certification in OpenStack and Solution Architect certification in Amazon Web Services.

", + "created": 1468245061, + "first_name": "Kevin", + "gender": "Male", + "id": 9635, + "irc": "kjw3", + "last_edited": 1518089465, + "last_name": "Jones", + "member_id": 67208, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9635", + "presentations": { + "5": 21220, + "6": 21886 + }, + "title": "Cloud Architect for Red Hat", + "twitter": "kjwthree" + }, + { + "affiliations": [], + "bio": "

Solution Engineering -  She holds Masters degree in Electrical Engineering and pursuing an MBA degree at Santa Clara University. She has been working in Openstack for the past 5 years.  She has a multidisciplinary background from software development to product management and has filed 3 Patents in Software Defined Networks.

\r\n

Opinions expressed are solely my own and do not express the views or opinions of my employer. 

", + "created": 1459630553, + "first_name": "Kumuthini", + "gender": "Female", + "id": 5762, + "irc": null, + "last_edited": 1518091226, + "last_name": "Ratnasingham", + "member_id": 59183, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5762", + "presentations": [ + 21224 + ], + "title": "Solution Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1437732222, + "end_date": null, + "id": 76709, + "is_current": true, + "job_title": null, + "last_edited": 1437732222, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 8323, + "start_date": 1433116800 + } + ], + "bio": "

 

\r\n

Brent Roskos is a Principal Architect with over 25 years of experience delivering technology strategy and business solutions to domestic and global Fortune 500 companies in the entertainment, medical, investment management, banking and telecom industries. As an Enterprise Architect, he has a successful track record of designing and deploying highly capacity and high availability data management solutions as well as leading and managing complex technical projects.

", + "created": 1437732445, + "first_name": "Brent", + "gender": "Male", + "id": 3047, + "irc": null, + "last_edited": 1522056607, + "last_name": "Roskos", + "member_id": 8323, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3047", + "presentations": { + "2": 21224 + }, + "title": "Principal Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454313389, + "end_date": null, + "id": 86573, + "is_current": true, + "job_title": null, + "last_edited": 1454313389, + "organization": { + "created": 1392924704, + "id": 4314, + "last_edited": 1392924704, + "name": "Juniper Networks" + }, + "owner_id": 52861, + "start_date": 1393632000 + } + ], + "bio": "

Prior to joining Juniper in 2014 Michael worked 16 years for HP. In HP he spent his last 2 years on doing research on\u00a0SDN and\u00a0writing applications unleashing the power of SDN.\u00a0Michael is\u00a0passionate about SDN and virtualization. As part of Junipers Contrail team he takes care for integrating OpenContrail into whatever kind of new and exciting technology comes along. Lately he started to enjoy the brave new world of Containers and their need for a robust networking infrastructure.

", + "created": 1467883072, + "first_name": "Michael", + "gender": "Male", + "id": 9489, + "irc": null, + "last_edited": 1521728646, + "last_name": "Henkel", + "member_id": 52861, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9489", + "presentations": { + "9": 21224 + }, + "title": "Principal SW Engineer", + "twitter": "mhenkel" + }, + { + "affiliations": [], + "bio": "

Joachim joined Red Hat at the beginning of 2016 to support the Tiger Team of OpenStack specialists. Since then he conducted many PoCs and Workshops for Red Hat customers and partners. He has many years experience with Linux, OpenStack, NFV and SDN as he was developing these subjects already for his former employer as a consultant.

\r\n

Joachim is hard core Linux user of the first hour and actively working in the the OpenSource area since more than 25 years - including his own desktop. If he is not in front of his computer he is probably dealing with a bunch of children and a wife who constantly try to conquer his time.

", + "created": 1468444309, + "first_name": "Joachim", + "gender": null, + "id": 10204, + "irc": null, + "last_edited": 1521657863, + "last_name": "von Thadden", + "member_id": 67557, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10204", + "presentations": { + "1": 21228 + }, + "title": "Red Hat Senior Specialist Solution Architect OpenStack", + "twitter": null + }, + { + "affiliations": [], + "bio": "

I am a senior engineer at H3C. From 2013 I have pay attention to OpenStack and became a contributor. My main work is to refine our company's private cloud solutions based on OpenStack. Currently I focus on nova, ironic and neutron.

", + "created": 1455692130, + "first_name": "James", + "gender": "Male", + "id": 5573, + "irc": "xhzhf", + "last_edited": 1520452413, + "last_name": "Guo", + "member_id": 19258, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5573", + "presentations": { + "8": 21229 + }, + "title": "Senior Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1460662135, + "end_date": null, + "id": 94193, + "is_current": true, + "job_title": null, + "last_edited": 1460662135, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 51476, + "start_date": 1459728000 + } + ], + "bio": "

Joe is a Specialist Solution Architect on the OpenStack Tiger Team at Red Hat, and has a mixed technology background with a strong focus on networking.   Joe started his career in information technology by starting an ISP in 1997.  Since then, Joe has been a part of several service provider and hosting startups, and has served in network, systems, and security architect roles at large service providers, utilities, professional services companies and technology resellers.  Joe currently holds RHCE, CCIE R/S, and CISSP-ISSAP certifications and has been involved in OpenStack since 2013.

", + "created": 1452142202, + "first_name": "Joe", + "gender": "Male", + "id": 3801, + "irc": null, + "last_edited": 1518138546, + "last_name": "Antkowiak", + "member_id": 51476, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3801", + "presentations": { + "2": 21249 + }, + "title": "Sr Specialist Solution Architect - OpenStack", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269885, + "end_date": null, + "id": 49505, + "is_current": true, + "job_title": "", + "last_edited": 1384269885, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 8568, + "start_date": 1362614400 + } + ], + "bio": "

I am an Openstack Development Engineer in the Office of the Cloud CTO at Cisco with interest in Neutron, Nova, Ironic, TripleO and Kolla. I am an active developer in Cisco's Neutron plugin repo (networking-cisco). I have a background in writing code for routers and switches. I have a Masters in Computer Engineering from Cornell University.

", + "created": 1484063369, + "first_name": "Sandhya", + "gender": "Female", + "id": 11085, + "irc": "sadasu", + "last_edited": 1521210345, + "last_name": "Dasu", + "member_id": 8568, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11085", + "presentations": { + "3": 21252 + }, + "title": "Senior Software Engineer", + "twitter": "SandhyaDasu" + }, + { + "affiliations": [ + { + "created": 1413383010, + "end_date": null, + "id": 62408, + "is_current": true, + "job_title": null, + "last_edited": 1413383010, + "organization": { + "created": 1391793373, + "id": 4160, + "last_edited": 1391793373, + "name": "Cisco Systems Inc." + }, + "owner_id": 25751, + "start_date": 1275350400 + } + ], + "bio": "
\r\n

Vikram is a Technical Leader in Cisco's cloud org working on OpenStack since 2013 delivering cloud products at Cisco.  He is currently working on neutron, kolla, kubernetes, docker, python programming, ansible, networking, Cisco UCS (Unified Computing System) and Nexus.  He has been working on software development and networking for over 13 years, and enjoys working on highly scalable production clouds, and self-healing containers.  He is a core-reviewer and a core-developer of the OpenStack Kolla and Kolla-ansible projects (deploying OpenStack in Docker containers).

\r\n

In the past at Cisco, he has worked on MediaCloud, multicast, HEAT, Magnum, Kuryr, and on many other technologies like SDN, OpenFlow, IOS, NXOS, MPLS, routing, NETCONF and YANG data modeling.

\r\n

Vikram is a Linux lover with a Masters in Computer Science from Syracuse University.

\r\n

His OpenStack blogs are at https://communities.cisco.com/people/vhosakot/content.

\r\n
", + "created": 1434672348, + "first_name": "Vikram", + "gender": "Male", + "id": 203, + "irc": "vhosakot", + "last_edited": 1526385024, + "last_name": "Hosakote", + "member_id": 25751, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/203", + "presentations": { + "10": 21252 + }, + "title": "Sr. Software Engineer, Cisco Systems", + "twitter": "slashboot" + }, + { + "affiliations": [ + { + "created": 1391581024, + "end_date": null, + "id": 55703, + "is_current": true, + "job_title": null, + "last_edited": 1391581024, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 15723, + "start_date": 1257120000 + } + ], + "bio": "

Lee is a software engineer at Red Hat hacking on OpenStack as part of the virtual compute team with a focus on storage, upgrades and general maintenance.

\r\n

Previous to this role he spent 2 years supporting customers with OpenStack environments as a Software Maintenance Engineer within the support organisation at Red Hat.

", + "created": 1466506312, + "first_name": "Lee", + "gender": "Male", + "id": 9277, + "irc": "lyarwood", + "last_edited": 1518097257, + "last_name": "Yarwood", + "member_id": 15723, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9277", + "presentations": { + "1": 21261, + "2": 21855 + }, + "title": "Software Engineer, Red Hat", + "twitter": "lyarwood_" + }, + { + "affiliations": [ + { + "created": 1527005512, + "end_date": null, + "id": 157257, + "is_current": true, + "job_title": "LMTS", + "last_edited": 1527005512, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 72836, + "start_date": 3637008000 + } + ], + "bio": "

John is Lead Member of Technical Staff in AT&T Technical Architecture area responsible for AT&T Edge Architecture. His recent experience is in overlay technology and performance optimization for platform and virtualized network functions, and he has held leading roles in definition of AT&T Cloud architectures for virtualized network functions.  He has more than 30 years experience in the industry  and in the past he has been architect and design for several of AT&Ts wireline service offerings, including both physical and virtualized service platforms.

", + "created": 1472846219, + "first_name": "John", + "gender": "Male", + "id": 10735, + "irc": null, + "last_edited": 1527008352, + "last_name": "Craig", + "member_id": 72836, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10735", + "presentations": { + "2": 21275 + }, + "title": "Lead Member of Technical Staff at AT&T", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1468358646, + "end_date": null, + "id": 101172, + "is_current": true, + "job_title": null, + "last_edited": 1468358646, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 67361, + "start_date": 891302400 + } + ], + "bio": "

Travis is a Product Marketing Engineer in Intel's Open Source Technology Center, focusing on Intel's upstream contributions to cloud and data center software.  He previously spent 15 years in Intel IT, where he was an architect working on OpenStack deployment, PaaS, and cloud-native application development practices.

", + "created": 1468240748, + "first_name": "Travis", + "gender": "Male", + "id": 9661, + "irc": null, + "last_edited": 1526559428, + "last_name": "Broughton", + "member_id": 67361, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9661", + "presentations": { + "2": 21866, + "3": 21275 + }, + "title": "Product Marketing Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1486157999, + "end_date": null, + "id": 135218, + "is_current": true, + "job_title": "Solution Architect", + "last_edited": 1486157999, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 71388, + "start_date": 1451606400 + } + ], + "bio": "

Milind Belhe is a Senior Solution Architect with Ericsson. He has been with Ericsson for more than 10 years and currently works with customers in designing Cloud Solutions on Openstack. He has been leading cutting edge CI/CD projects for Enterprise Customers in Telecom inductries on cloud and Virtualization technologies. He has a proven track record of driving design and implementation of private and public cloud solutions from concept to production. Prior to his opensource and cloud endeavours, Milind was developing telecom software with five  9s reliability for Ericsson. He has a Masters degree in Computer Science from University of North texas.

", + "created": 1486157361, + "first_name": "Milind", + "gender": "Male", + "id": 11440, + "irc": null, + "last_edited": 1518104671, + "last_name": "Belhe", + "member_id": 71388, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11440", + "presentations": { + "5": 21279 + }, + "title": "Openstack Cloud Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1412839834, + "end_date": null, + "id": 117269, + "is_current": true, + "job_title": null, + "last_edited": 1412839834, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 25520, + "start_date": 1334534400 + }, + { + "created": 1412839834, + "end_date": null, + "id": 62147, + "is_current": true, + "job_title": null, + "last_edited": 1412839834, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 25520, + "start_date": 1334534400 + } + ], + "bio": null, + "created": 1489590881, + "first_name": "Narendra", + "gender": "Male", + "id": 12275, + "irc": null, + "last_edited": 1518103621, + "last_name": "Choudhary", + "member_id": 25520, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12275", + "presentations": [ + 21279 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1439408815, + "end_date": null, + "id": 78647, + "is_current": true, + "job_title": null, + "last_edited": 1439408815, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 45390, + "start_date": 1390176000 + } + ], + "bio": "

Engineer on AT&T Integrated Cloud.

", + "created": 1468470499, + "first_name": "Rick", + "gender": "Male", + "id": 10323, + "irc": null, + "last_edited": 1518092331, + "last_name": "Bartra", + "member_id": 45390, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10323", + "presentations": { + "4": 21279 + }, + "title": "Engineer ATT Integrated Cloud", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1395694611, + "end_date": null, + "id": 57439, + "is_current": true, + "job_title": null, + "last_edited": 1395694611, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 17796, + "start_date": 1175385600 + } + ], + "bio": "

Sharath has over 15 years of experience in Technology,  Architecture, IT, Engineering, and Operations. He has played key role in design and deployment of various Telco Grade NFV solutions into multiple cloud instances. He has also worked on the architecture and deployment of Openstack across multiple customer locations. He is a certified OpenStack Administrator. His primary interests lie in openstack projects such as OpenStack-Helm, Kolla, Murano, Freezer, etc, He also works on translating Openstack into his Native Kannada Language.

", + "created": 1452098907, + "first_name": "Sharath", + "gender": "Male", + "id": 3791, + "irc": "esharao", + "last_edited": 1518103687, + "last_name": "Rao", + "member_id": 17796, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3791", + "presentations": { + "5": 21283 + }, + "title": "Cloud Solution Architect", + "twitter": "sharthegreat" + }, + { + "affiliations": [ + { + "created": 1415531032, + "end_date": null, + "id": 63071, + "is_current": true, + "job_title": null, + "last_edited": 1415531032, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 26306, + "start_date": 1388534400 + } + ], + "bio": "

Ganeshkumar Natarajan (ganeshkumar.natarajan@att.com) works at AT&T Inc. USA, as Director - Software Design and Development. He is one of the lead Cloud solution architect currently working on ATT Integrated Cloud (AIC). AIC is AT&T's largest enterprise cloud built on Openstack that serves all AT&T traffic for mobility, IT workloads and Network Functions. His broad experience includes solution architecture, design, and development of the product all the way to production deployment.  Before AIC work, he was lead developer for ATT CDN Cache and Streaming platforms and has also successfully developed and deployed many Enterprise Android Mobile Cloud based application products for AT&T.

", + "created": 1454348690, + "first_name": "Ganeshkumar", + "gender": "Male", + "id": 4927, + "irc": null, + "last_edited": 1518103703, + "last_name": "Natarajan", + "member_id": 26306, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4927", + "presentations": { + "9": 21283 + }, + "title": "Director - Technology", + "twitter": "ganiee" + }, + { + "affiliations": [ + { + "created": 1454445982, + "end_date": null, + "id": 118833, + "is_current": true, + "job_title": null, + "last_edited": 1454445982, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 27562, + "start_date": 1265587200 + }, + { + "created": 1454445982, + "end_date": null, + "id": 86767, + "is_current": true, + "job_title": null, + "last_edited": 1454445982, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 27562, + "start_date": 1265587200 + } + ], + "bio": "

Rony Haddad is a Cloud Solutions Architect at Ericsson, building Telco-grade clouds end-to-end, from the design through the delivery, leading geographically dispersed teams and promoting a high performance culture that delivers cutting-edge solutions in the most aggressive timelines. Rony has led several deliveries of large-scale system integrations.

\r\n

Currently working on designing new features and defining roadmaps for various parts of the Cloud, Rony has over 10 years of experience in the area of Web Services, Orchestration, and has been working with Openstack, NFV, and Cloud Orchestration for the past 5 years. Rony enjoys being close to customers, discussing their problems to help them develop practical and high quality solutions for their business. Rony is knowledgeable about entreprise architectures and large scale deployments.

", + "created": 1453937479, + "first_name": "Rony", + "gender": "Male", + "id": 4364, + "irc": null, + "last_edited": 1521470773, + "last_name": "Haddad", + "member_id": 27562, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4364", + "presentations": { + "6": 21283 + }, + "title": "Solutions Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269882, + "end_date": null, + "id": 48160, + "is_current": true, + "job_title": "", + "last_edited": 1384269882, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 7302, + "start_date": null + } + ], + "bio": "

Sridar Kandaswamy is a Technical Leader in the Openstack team at Cisco Systems Inc. In his past life, he used to work on Switching & L4 - L7 services (the physical kind). In the community, he has been working with FWaaS in OpenStack as a core contributor.

\r\n

 

", + "created": 1436964430, + "first_name": "Sridar", + "gender": null, + "id": 2266, + "irc": "SridarK", + "last_edited": 1518128696, + "last_name": "Kandaswamy", + "member_id": 7302, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2266", + "presentations": { + "4": 21284 + }, + "title": "Technical Leader, Cisco Systems", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269883, + "end_date": null, + "id": 48597, + "is_current": true, + "job_title": "", + "last_edited": 1384269883, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 7666, + "start_date": null + } + ], + "bio": "

Bob is a technical lead engineer at Cisco responsible for developing cloud infrastructure and solutions. As part of the Cloud CTO Office, Bob is an active contributor to OpenStack. 

", + "created": 1518103741, + "first_name": "Bob", + "gender": null, + "id": 14296, + "irc": "bobmel", + "last_edited": 1518114521, + "last_name": "Melander", + "member_id": 7666, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14296", + "presentations": [ + 21284 + ], + "title": "Technical Leader", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269878, + "end_date": null, + "id": 46433, + "is_current": true, + "job_title": "", + "last_edited": 1384269878, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 5611, + "start_date": null + } + ], + "bio": "

Shweta is a Sofware Engineeer in the Cisco Cloud CTO group. She has been involved in neutron related projects both in house and in the community.

\r\n

 

", + "created": 1500459066, + "first_name": "Shweta", + "gender": "Female", + "id": 13204, + "irc": null, + "last_edited": 1518114542, + "last_name": "Padubidri", + "member_id": 5611, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13204", + "presentations": [ + 21284 + ], + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1472691771, + "end_date": null, + "id": 104264, + "is_current": true, + "job_title": null, + "last_edited": 1472691788, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 43080, + "start_date": 1262908800 + } + ], + "bio": "

Jack Morgan is a Network Software Engineer in the Network Platform Group at Intel Corporation, managing the Intel OPNFV Pharos Lab. He is the PTL for the Pharos project within OPNFV and a member of the Technical Steering Committee. He has extensive Linux experience in various development, management and leadership positions. Prior to his current position, he led a Linux validation team focusing on Linux storage technologies (iSCSI/FCoE), protocol testing and automation.

", + "created": 1468427204, + "first_name": "Jack", + "gender": "Male", + "id": 10086, + "irc": "jmorgan1", + "last_edited": 1526310987, + "last_name": "Morgan", + "member_id": 43080, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10086", + "presentations": { + "2": 21290 + }, + "title": "Network Software Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Dr. Dhabaleswar K. (DK) Panda is a Professor and University Distinguished Scholar of Computer Science and Engineering at the Ohio State University. He has published over 400 papers in major journals and international conferences. Prof. Panda and his research group members have been doing extensive research on modern networking technologies including InfiniBand, Omni-Path, High-Speed Ethernet and RDMA over Converged Enhanced Ethernet (RoCE). The MVAPICH2 (High Performance MPI over InfiniBand, iWARP and RoCE) and MVAPICH2-X software libraries, developed by his research group (http://mvapich.cse.ohio-state.edu), are currently being used by more than 2,850 organizations worldwide (in 85 countries). This software has enabled several InfiniBand clusters (including #1) to get into the latest TOP500 ranking during the last decade. More than 443,000 downloads of this software have taken place from the project's website alone. RDMA-enabled Apache Hadoop, Spark, and Memcached libraries, and OSU HiBD benchmarks (OHB) are publicly available from the High-Performance Big Data (HiBD) project site (http://hibd.cse.ohio-state.edu). These libraries are being used by more than 275 organizations in 34 countries. More than 24, 900 downloads of these libraries have taken place from the project's website alone. Prof. Panda's research has been supported by funding from US National Science Foundation, US Department of Energy, and several industry including Intel, Cisco, Cray, SUN, Mellanox, QLogic, NVIDIA and NetApp. He is an IEEE Fellow and a member of ACM. More details about Prof. Panda are available at http://www.cse.ohio-state.edu/~panda

\r\n

 

", + "created": 1453696549, + "first_name": "Dhabaleswar K (DK)", + "gender": null, + "id": 4175, + "irc": null, + "last_edited": 1518108378, + "last_name": "Panda", + "member_id": 52396, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4175", + "presentations": { + "4": 21292 + }, + "title": "Professor and University Distinguished Scholar", + "twitter": "@dhabalkpanda" + }, + { + "affiliations": [ + { + "created": 1457409853, + "end_date": null, + "id": 91700, + "is_current": true, + "job_title": null, + "last_edited": 1457409853, + "organization": { + "created": 1455128499, + "id": 13303, + "last_edited": 1455128499, + "name": "The Ohio State University" + }, + "owner_id": 52394, + "start_date": 1341100800 + } + ], + "bio": "

Dr. Xiaoyi Lu is a Research Scientist of the Department of Computer Science and

\r\n

Engineering at the Ohio State University, USA. His current research interests

\r\n

include high performance interconnects and protocols, Big Data,

\r\n

Hadoop/Spark/Memcached Ecosystem, Parallel Computing Models (MPI/PGAS),

\r\n

Virtualization and Cloud Computing. He has published over 90 papers in

\r\n

International journals and conferences related to these research areas. He has

\r\n

been actively involved in various professional activities in academic journals

\r\n

and conferences.  Recently, Dr. Lu is leading the research and development of

\r\n

RDMA-based accelerations for Apache Hadoop, Spark, HBase, and Memcached, and

\r\n

OSU HiBD micro-benchmarks, which are publicly available from

\r\n

(http://hibd.cse.ohio-state.edu). These libraries are currently being used by

\r\n

more than 275 organizations from 34 countries. More than 24,900 downloads of

\r\n

these libraries have taken place from the project site. He is a core member of

\r\n

the MVAPICH2 (High-Performance MPI over InfiniBand, Omni-Path, Ethernet/iWARP,

\r\n

and RoCE) project and he is leading the research and development of

\r\n

MVAPICH2-Virt (high-performance and scalable MPI for hypervisor and container-based

\r\n

HPC cloud). He is a member of IEEE and ACM. More details about Dr. Lu are

\r\n

available at http://web.cse.ohio-state.edu/~luxi/.

", + "created": 1453695034, + "first_name": "Xiaoyi", + "gender": "Male", + "id": 4174, + "irc": "xiaoyi-lu-osu", + "last_edited": 1518106192, + "last_name": "Lu", + "member_id": 52394, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4174", + "presentations": { + "4": 21292 + }, + "title": "Research Scientist", + "twitter": "cherishlxy" + }, + { + "affiliations": [ + { + "created": 1384269879, + "end_date": null, + "id": 46751, + "is_current": true, + "job_title": "CEO", + "last_edited": 1489081613, + "organization": { + "created": 1405478313, + "id": 5599, + "last_edited": 1405478313, + "name": "Cloudbase Solutions" + }, + "owner_id": 5922, + "start_date": 1375315200 + } + ], + "bio": "

Alessandro Pilotti is the CEO of Cloudbase Solutions, a company focused on cloud computing interoperability and the main contributor of all the OpenStack Windows and Hyper-V components in Nova, Neutron, Cinder, Ceilometer and Heat since the Folsom release. Alessandro lives in Timisoara, Romania. When not hacking or travelling, he is flying with his paraglider into old fashioned clouds.

\r\n

 

", + "created": 1436885894, + "first_name": "Alessandro", + "gender": "Male", + "id": 1761, + "irc": "alexpilotti", + "last_edited": 1518114673, + "last_name": "Pilotti", + "member_id": 5922, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1761", + "presentations": { + "18": 21299 + }, + "title": "CEO", + "twitter": "cloudbaseit" + }, + { + "affiliations": [ + { + "created": 1517820123, + "end_date": null, + "id": 153868, + "is_current": true, + "job_title": "Senior Openstack Architect", + "last_edited": 1517820123, + "organization": { + "created": 1517820123, + "id": 25895, + "last_edited": 1517820123, + "name": "IDX" + }, + "owner_id": 14370, + "start_date": 1501545600 + } + ], + "bio": "

Corey Erickson is a Senior Openstack Cloud Architect with InterDynamix currently designing and deploying OpenStack clouds for the purposes of Network Function Virtualization (NFV) in the telecommunications industry. He has spent his career operating, architecting and developing complex highly available systems that span Government, Education, Telecom and Broadcast industries. As an early adopter of OpensStack, Corey is primarily interested in DevOps and automation, NFV, Openstack and cloud security.

", + "created": 1518105084, + "first_name": "Corey", + "gender": "Male", + "id": 14298, + "irc": null, + "last_edited": 1526994385, + "last_name": "Erickson", + "member_id": 14370, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14298", + "presentations": [ + 21300, + 21887 + ], + "title": "OpenStack Architect", + "twitter": null + }, + { + "affiliations": [], + "bio": "

John has been involved with Openstack since the Havana release.   He previously contributed to Neutron both directly as well as with 3rd party drivers from Cisco and SDN controllers (e.g. networking ODL).   He has dabbled a bit in Kolla and Ironic. 

\r\n

Currently John is focused on contributing to the Kubernetes & Istio communities. 

\r\n

John has a long history contributing to various Cisco virtual and physical networking products.

", + "created": 1468364259, + "first_name": "John", + "gender": "Male", + "id": 9868, + "irc": null, + "last_edited": 1518105406, + "last_name": "Joyce", + "member_id": 28125, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9868", + "presentations": { + "3": 21303 + }, + "title": "Cloud Network Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1421853673, + "end_date": null, + "id": 64922, + "is_current": true, + "job_title": null, + "last_edited": 1421853673, + "organization": { + "created": 1392971920, + "id": 4344, + "last_edited": 1392971920, + "name": "Cisco Systems, Inc." + }, + "owner_id": 27955, + "start_date": 1420416000 + } + ], + "bio": "

Tim is a technical lead engineer at Cisco responsible for developing cloud infrastructure and solutions. As part of the Cloud CTO Office, Tim currently focuses on contributing to the Kubernetes & Istio communities.  Previously, Tim was an active contributor to OpenStack.  Prior to open-source work, Tim was primarily involved in developing features for network-management of Cisco’s physical networking products.

", + "created": 1509902651, + "first_name": "Timothy", + "gender": "Male", + "id": 13850, + "irc": "tiswanso", + "last_edited": 1518132581, + "last_name": "Swanson", + "member_id": 27955, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13850", + "presentations": { + "1": 21303, + "2": 21449 + }, + "title": "Technical Leader", + "twitter": "@tiswanso" + }, + { + "affiliations": [ + { + "created": 1441720656, + "end_date": null, + "id": 79903, + "is_current": true, + "job_title": null, + "last_edited": 1441720656, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 46625, + "start_date": 1440979200 + } + ], + "bio": "

Jerome Brette is Principal Architect at Ericsson. Since 2015, he is part of the team in charge of creating the automation at the core of AT&T OpenStack deployments.

", + "created": 1486411779, + "first_name": "Jerome", + "gender": "Male", + "id": 11668, + "irc": null, + "last_edited": 1527071036, + "last_name": "Brette", + "member_id": 46625, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11668", + "presentations": { + "1": 21317 + }, + "title": "Mr", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1468430894, + "end_date": null, + "id": 101313, + "is_current": true, + "job_title": null, + "last_edited": 1468430894, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 2051, + "start_date": 1451606400 + } + ], + "bio": "

As Ansible's Community Architect, Robyn Bergeron focuses on building bridges between Ansible and other open source communities, as well as steadily scaling Ansible's framework for collaboration and contribution as the community continues to grow. Robyn has been a sysadmin, program manager, business analyst, and developer advocate in past lives, and started her career in open source at Red Hat, where she was the Fedora Project Leader -- and she continues to follow her passion of inspiring, enabling, and empowering contributors as part of the Ansible community team at Red Hat. 

", + "created": 1436949312, + "first_name": "Robyn", + "gender": "Female", + "id": 2118, + "irc": "rbergeron", + "last_edited": 1518108934, + "last_name": "Bergeron", + "member_id": 2051, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2118", + "presentations": { + "4": 21322, + "5": 21717 + }, + "title": "Ansible Community Architect", + "twitter": "robynbergeron" + }, + { + "affiliations": [], + "bio": "Stu is a software engineer at Red Hat, and has been a strong advocate of open source ever since he first started using Linux in the late '90s. After leaving the Navy in 2005, Stu has been a software engineer focused in various areas--some of which are virtualization/containerization and package management.", + "created": 1518100110, + "first_name": "Stu", + "gender": null, + "id": 14287, + "irc": null, + "last_edited": 1518109533, + "last_name": "Gott", + "member_id": 98759, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14287", + "presentations": [ + 21323 + ], + "title": "Principal Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269882, + "end_date": null, + "id": 48013, + "is_current": true, + "job_title": "", + "last_edited": 1384269882, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 7149, + "start_date": null + } + ], + "bio": "

Principal Product Manager at Red Hat focused on OpenStack and supporting virtualization, containerization, and bare-metal provisioning technologies. Previously Stephen was a technical writer producing documentation for Red Hat OpenStack Platform, Red Hat Enterprise Virtualization, and related open source projects.

", + "created": 1436358257, + "first_name": "Stephen", + "gender": "Male", + "id": 879, + "irc": "sgordon", + "last_edited": 1518097241, + "last_name": "Gordon", + "member_id": 7149, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/879", + "presentations": { + "19": 21323 + }, + "title": "Principal Product Manager", + "twitter": "xsgordon" + }, + { + "affiliations": [], + "bio": "

David is the Senior Director for Ethernet Switching at Mellanox Technologies.  Over the last 20 years, he has held leadership roles at 3COM, Cisco Systems, Nortel Networks, and IBM where he promoted advanced network technologies including High Speed Ethernet, Layer 4-7 switching, Virtual Machine-aware networking, and Software Defined Networking.  David’s entrepreneurial spirit led him to join two startups to build exceptional technical marketing teams at Alteon Web Systems and BLADE Network Technologies.

\r\n

 

\r\n

David’s current focus is on enabling the sales of Mellanox Ethernet Switches into the evolving landscape of data center networking, scale out storage, Open Networking, and cloud computing.

", + "created": 1518108093, + "first_name": "David", + "gender": "Male", + "id": 14302, + "irc": null, + "last_edited": 1521476622, + "last_name": "Iles", + "member_id": 98752, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14302", + "presentations": { + "1": 21328 + }, + "title": "Senior Director - Ethernet Switching at Mellanox", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517832631, + "end_date": null, + "id": 153879, + "is_current": true, + "job_title": "Technical Marketing Engineer", + "last_edited": 1517832631, + "organization": { + "created": 1376736947, + "id": 2600, + "last_edited": 1381678840, + "name": "Cumulus Networks" + }, + "owner_id": 69197, + "start_date": 1414800000 + } + ], + "bio": "

Pete is a Technical Marketing Engineer at Cumulus Networks. He helps customers design, build and automate next-generation private cloud data centers. Before Cumulus Pete was a member of the global support (TAC) escalation team at Cisco responsible for all Layer 3 technologies. Pete has been a speaker at Cisco Live, Interop and DevOpsDays Boston. Pete is CCIE Routing and Switching #28677 and Cisco Certified Design Expert (CCDE) 2012::3.

", + "created": 1517832252, + "first_name": "Pete", + "gender": null, + "id": 14058, + "irc": null, + "last_edited": 1518109679, + "last_name": "Lumbis", + "member_id": 69197, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14058", + "presentations": { + "2": 21328 + }, + "title": "Technical Marketing Engineer", + "twitter": "PeteCCDE" + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 40836, + "is_current": true, + "job_title": "CEO / Founder", + "last_edited": 1386340863, + "organization": { + "created": 1359485922, + "id": 50, + "last_edited": 1381737899, + "name": "SwiftStack" + }, + "owner_id": 117, + "start_date": 1319414400 + } + ], + "bio": "

Joe founded SwiftStack to solve large-scale data managment for data-intensive workflows. 

Joe managed the first public OpenStack launch of Swift independent of Rackspace deploying multiple large-scale cloud storage systems. He went on to co-found SwiftStack and serves as CPO. SwiftStack powers enterprises with a multi-cloud, software defined storage platform.

\r\n

SwiftStack contributes to and has built many open-source components as part of its commercial product to provide private cloud storage, a native filesystem and multi-cloud data management. 

\r\n

Joe is the author of OpenStack Swift, published by O'Reilly and has made dozens of presentations at OpenStack Summits from its beginnings in 2010. 

", + "created": 1434386309, + "first_name": "Joe", + "gender": null, + "id": 66, + "irc": "joearnold", + "last_edited": 1518176785, + "last_name": "Arnold", + "member_id": 117, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/66", + "presentations": { + "24": 21330 + }, + "title": "Founder / CPO SwiftStack", + "twitter": "joearnold" + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 40818, + "is_current": true, + "job_title": "", + "last_edited": 1426164568, + "organization": { + "created": 1359485922, + "id": 50, + "last_edited": 1381737899, + "name": "SwiftStack" + }, + "owner_id": 101, + "start_date": 1338508800 + } + ], + "bio": "

John Dickinson is Director of Technology at SwiftStack. SwiftStack is a technology innovator of private cloud storage for today’s applications, powered by OpenStack Object Storage. John serves as the Project Technical Lead for OpenStack Swift and has been involved in the development of Swift since 2009

", + "created": 1434372332, + "first_name": "John", + "gender": "Male", + "id": 37, + "irc": "notmyname", + "last_edited": 1486422401, + "last_name": "Dickinson", + "member_id": 101, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/37", + "presentations": { + "25": 21587, + "26": 21650, + "27": 21330 + }, + "title": "Director of Technology at SwiftStack and OpenStack", + "twitter": "notmyname" + }, + { + "affiliations": [ + { + "created": 1384269897, + "end_date": null, + "id": 54047, + "is_current": true, + "job_title": "", + "last_edited": 1384269897, + "organization": { + "created": 1382922749, + "id": 3126, + "last_edited": 1384866643, + "name": "Intellysys ASP" + }, + "owner_id": 13916, + "start_date": null + } + ], + "bio": "

Prof Gokhale has been involved in Microprocessor based Design and Automation in Embedded/IoT space for last 3 decades. With MS in CS for IIT Bombay in 81, and BE (Electronics & Communication) from Osmania university in 78, has been Tutoring  the Trainers on variety of subjetcs from Data Strucrure & algoritms to Neural Networks. His expertise in Machine Learning and practical applications is well recognized in the western and southern metro cities in India. He continues his dual role of working with Academics and Industry through BITS Pilani, Mumbai University & L&T. Has several innovative designs and deployments in Industry and a highly sought after speaker. He particpates in Openstack Users group with his students often when they have projects to demonstrate. Automation and ML both he has using in his Data Center work with VMware product lines. His students are leading the Electronics and Automation Industry world wide. He has worked with leading startups in Mumbai, Hyderabad, Chennai and Vadodra. He is prolific coder in Java, Lisp, Python, Sh, C++ and a Programming Language expert providing innovative sloutions to his clientbase.

", + "created": 1518110703, + "first_name": "JAYANTHI", + "gender": "Male", + "id": 14308, + "irc": null, + "last_edited": 1518133008, + "last_name": "GOKHALE", + "member_id": 13916, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14308", + "presentations": [ + 21331, + 21453 + ], + "title": "Prof. Jayanthi Gokahle", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269888, + "end_date": null, + "id": 50023, + "is_current": true, + "job_title": "", + "last_edited": 1384269888, + "organization": { + "created": 1359485922, + "id": 410, + "last_edited": 1381706345, + "name": "Mirantis" + }, + "owner_id": 9179, + "start_date": 1364774400 + } + ], + "bio": "

Nick is the Editor in Chief of Open Cloud Digest (formerly OpenStack:Now) and Head of Content for Mirantis. He is a former software developer, Oracle instructor, author of hundreds of tutorials, and author or co-author of more than a dozen books on various programming topics, including Understanding OPNFV, the OpenStack Architecture Guide and Machine Learning for Mere Mortals.

", + "created": 1450804849, + "first_name": "Nick", + "gender": null, + "id": 3668, + "irc": null, + "last_edited": 1518115246, + "last_name": "Chase", + "member_id": 9179, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3668", + "presentations": { + "9": 21334 + }, + "title": "Editor in Chief; Content Head, Mirantis; Author, Machine Learning for Mere Mortals", + "twitter": "NickChase" + }, + { + "affiliations": [ + { + "created": 1438004652, + "end_date": null, + "id": 77234, + "is_current": true, + "job_title": null, + "last_edited": 1438004652, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 42140, + "start_date": 1435536000 + } + ], + "bio": "

I'm currently involved in helping evolve AT&T's involvement in open source projects, particularly with OpenStack and Kubernetes.  My technical interests include:  infrastructure, various deployment methodologies, and aligning my skills and the skills of my peers with the DevOps lifestyle.  

\r\n

As a software engineer by trade, I look for opportunities for container technology to help my fellow software engineers produce better software, and I also look for opportunities to show software engineers why they need to be mindful of the operator experience.

\r\n

As a contributor to the openstack-helm project, I've worked with great engineers and operators who bring a breadth of experience to the OpenStack namespace.  I've learned different ways of approaching particular problems through my experience with the project's team, and I'm grateful for the opportunity to work with them to move the idea of OpenStack-on-Kubernetes forward.  I feel my experience working on multiple implementations of OpenStack-on-Kubernetes (OpenStack-Helm and Kolla-Kubernetes) gives me unique perspectives on some of the challenges associated with the two platforms working together.

\r\n

 

", + "created": 1454457562, + "first_name": "Steven", + "gender": "Male", + "id": 5277, + "irc": "srwilkers", + "last_edited": 1518111463, + "last_name": "Wilkerson", + "member_id": 42140, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5277", + "presentations": { + "6": 21337 + }, + "title": "Senior Member of Technical Staff", + "twitter": "@TheSwilker" + }, + { + "affiliations": [ + { + "created": 1441187071, + "end_date": null, + "id": 79620, + "is_current": true, + "job_title": null, + "last_edited": 1441187071, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 46354, + "start_date": 1401494400 + } + ], + "bio": "
I worked as a software engineer consultant for 12 years.  Started out as a C/C++ middleware developer on AIX platform, I migrated to the java platform and worked as a full stack engineer for 7 before stepping into mobile platform developer for Android and iOS.  In the past 2.5 years, I have moved into the area of python development in OpenStack with focus in keystone and other security related areas.
", + "created": 1467811362, + "first_name": "Tin", + "gender": "Male", + "id": 9460, + "irc": "lamt", + "last_edited": 1518111509, + "last_name": "Lam", + "member_id": 46354, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9460", + "presentations": { + "6": 21337 + }, + "title": "Software Engineer", + "twitter": "deltaprotocol" + }, + { + "affiliations": [ + { + "created": 1384269890, + "end_date": null, + "id": 50967, + "is_current": true, + "job_title": "", + "last_edited": 1384269890, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 10159, + "start_date": null + }, + { + "created": 1486064239, + "end_date": null, + "id": 135149, + "is_current": true, + "job_title": "LEAD-SYSTEM ARCHITECT", + "last_edited": 1486064239, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 10159, + "start_date": 1475280000 + } + ], + "bio": "

Alan Meadows works as an Cloud Platform Architect at AT&T, responsible for designing, maintaining, and scaling Cloud\u00a0infrastructure that spans hundreds of datacenters with mission critical telecom requirements.

", + "created": 1454100885, + "first_name": "Alan", + "gender": null, + "id": 4595, + "irc": "alanmeadows", + "last_edited": 1522846907, + "last_name": "Meadows", + "member_id": 10159, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4595", + "presentations": { + "10": 21339, + "11": 21866, + "12": 21868 + }, + "title": "Lead Cloud Architect, AT&T", + "twitter": "alan_meadows" + }, + { + "affiliations": [ + { + "created": 1515401790, + "end_date": null, + "id": 152974, + "is_current": true, + "job_title": "Solutions Architect ", + "last_edited": 1515401790, + "organization": { + "created": 1490203236, + "id": 22154, + "last_edited": 1490203236, + "name": "Juniper Network" + }, + "owner_id": 51020, + "start_date": 1514764800 + }, + { + "created": null, + "end_date": null, + "id": 148860, + "is_current": true, + "job_title": null, + "last_edited": null, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 51020, + "start_date": 1515283200 + } + ], + "bio": "

Vinay is currently working on building NFV clouds at Juniper Networks. Vinay has extensively worked on service provider high performance technologies (Like SDH, DWDM and Mobility) and is currently interested in next generation NFV application

", + "created": 1468457671, + "first_name": "Vinay", + "gender": "Male", + "id": 10265, + "irc": null, + "last_edited": 1526387590, + "last_name": "Rao", + "member_id": 51020, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10265", + "presentations": { + "7": 21339 + }, + "title": "Solution Architect SDN", + "twitter": "vinay_rao" + }, + { + "affiliations": [ + { + "created": 1428412731, + "end_date": null, + "id": 69970, + "is_current": true, + "job_title": null, + "last_edited": 1428412731, + "organization": { + "created": 1406717051, + "id": 5719, + "last_edited": 1406717051, + "name": "Canonical Group Ltd" + }, + "owner_id": 16146, + "start_date": 1428364800 + } + ], + "bio": "

Product Manager at Canonical where I've spent the last 5+ years helping shape Ubuntu server and Ubuntu OpenStack. Previously held positions MySQL and Red Hat helping them disrupt Billion dollar encumbant enterprise software companies. Seem to be on the same path with OpenStack and Ubuntu.

", + "created": 1435044982, + "first_name": "Mark", + "gender": "Male", + "id": 290, + "irc": "markbaker", + "last_edited": 1518112266, + "last_name": "Baker", + "member_id": 16146, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/290", + "presentations": { + "26": 21342 + }, + "title": "OpenStack Product manager", + "twitter": "markabaker" + }, + { + "affiliations": [ + { + "created": 1423486635, + "end_date": null, + "id": 65531, + "is_current": true, + "job_title": null, + "last_edited": 1423486635, + "organization": { + "created": 1359485922, + "id": 56, + "last_edited": 1365011280, + "name": "Canonical" + }, + "owner_id": 19835, + "start_date": 1391385600 + } + ], + "bio": "

Ryan is Engineering Manager on the Ubuntu OpenStack Engineering Team, a global open source software development team at Canonical, the company behind Ubuntu Linux.  He focuses on application modeling, cloud operations modeling and software engineering process automation.

\r\n

Ryan joined Canonical in 2014.  His background is in network engineering and open source system integration.  Previously, as Operations Director for a US ISP/telecom, he lead the private cloud engineering and deployment efforts for that carrier and its clients.

", + "created": 1435384749, + "first_name": "Ryan", + "gender": "Male", + "id": 418, + "irc": "beisner", + "last_edited": 1518120081, + "last_name": "Beisner", + "member_id": 19835, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/418", + "presentations": { + "19": 21342 + }, + "title": "OpenStack Engineering Mgr", + "twitter": "ryanbeisner" + }, + { + "affiliations": [ + { + "created": 1427103405, + "end_date": null, + "id": 69166, + "is_current": true, + "job_title": null, + "last_edited": 1427103405, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 28164, + "start_date": 1130803200 + } + ], + "bio": "

Chris Van Tuin, Chief Technologist, NA West at Red Hat, has over 20 years of experience in IT and Software.   Since joining Red Hat in 2005, Chris has been architecting solutions for strategic customers and partners and is a frequent speaker on DevOps, Security, and Containers.  He started his career at Intel in IT and Managed Hosting followed by leadership roles in services and sales engineering at Loudcloud and Linux startups. Chris holds a Bachelors of Electrical Engineering from Georgia Institute of Technology.

\r\n

 

\r\n

 

", + "created": 1435359119, + "first_name": "Chris", + "gender": "Male", + "id": 413, + "irc": null, + "last_edited": 1518112901, + "last_name": "Van Tuin", + "member_id": 28164, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/413", + "presentations": { + "12": 21347 + }, + "title": "Chief Technologist, NA West", + "twitter": "chrisvantuin" + }, + { + "affiliations": [ + { + "created": 1518019310, + "end_date": null, + "id": 154084, + "is_current": true, + "job_title": null, + "last_edited": 1518019310, + "organization": { + "created": 1428484245, + "id": 8492, + "last_edited": 1428484245, + "name": "University of Minnesota Supercomputing Institute" + }, + "owner_id": 98656, + "start_date": 1464739200 + } + ], + "bio": "

I am currently an HPC systems administrator at the Minnesota Supercomputing Institute, where I am part of the HPC and OpenStack teams.

\r\n

I started out studying Medical Science at the University of St Andrews, Scotland, before changing paths and graduating with a degree in Physics (also from St Andrews).

\r\n

Before joining the team at MSI, I worked at the School of Physics and Astronomy here in Minnesota, where among other things I built compute clusters and large scale storage for the High Energy Physics research groups.

", + "created": 1518076605, + "first_name": "Graham", + "gender": "Male", + "id": 14245, + "irc": null, + "last_edited": 1525976995, + "last_name": "Allan", + "member_id": 98656, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14245", + "presentations": { + "1": 21349 + }, + "title": "OpenStack Operator and System Admin", + "twitter": null + }, + { + "affiliations": [], + "bio": "

I am currently a systems administrator at the Minnesota Supercomputing Institute.  I am part of the infrastructure and OpenStack teams.

\r\n

I have a bachelor's degree in computer science from New Mexico Institute of Mining and Technology. 

\r\n

My interests are OpenStack, Containers, Security, and Puppet.

", + "created": 1518076165, + "first_name": "Edward", + "gender": null, + "id": 14242, + "irc": null, + "last_edited": 1526377874, + "last_name": "Munsell", + "member_id": 98655, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14242", + "presentations": { + "1": 21349 + }, + "title": "OpenStack Operator and System Admin", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1429009422, + "end_date": null, + "id": 70436, + "is_current": true, + "job_title": null, + "last_edited": 1429009422, + "organization": { + "created": 1368521326, + "id": 2210, + "last_edited": 1381739428, + "name": "Wind River" + }, + "owner_id": 14068, + "start_date": 1375315200 + } + ], + "bio": "

Ian has over 20 years of experience in Telecom and has been working with Openstack since 2013.  He guides upstream work in Nova, and Neutron and participates in the community on the Telco Working Group.  He is a frequent presenter on Cloud and NFV at customer events, conferences and webinars.  Ian is a committer on the OPNFV high availability project.  

", + "created": 1437014097, + "first_name": "Ian", + "gender": "Male", + "id": 2893, + "irc": "ian_ott", + "last_edited": 1518114112, + "last_name": "Jolliffe", + "member_id": 14068, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2893", + "presentations": { + "12": 21352, + "13": 21358, + "14": 21903 + }, + "title": "NFV Architect", + "twitter": "ian_jolliffe" + }, + { + "affiliations": [ + { + "created": 1458680415, + "end_date": null, + "id": 92566, + "is_current": true, + "job_title": null, + "last_edited": 1458680415, + "organization": { + "created": 1393923076, + "id": 4547, + "last_edited": 1393923076, + "name": "Wind River Systems" + }, + "owner_id": 58523, + "start_date": 1447632000 + } + ], + "bio": "

Kam is a senior developer with extensive security experience focused on OpenStack Keystone and adjacent open source projects primarily in the Platform and Guest security space. Kam is presently working as Lead Developer in Platform Security at Wind River, mostly around private, on-premise clouds. Kam has been working with Openstack since 2015; fell in love with the ecosystem and hasn't looked back.

", + "created": 1518113549, + "first_name": "Kam", + "gender": "Male", + "id": 14317, + "irc": null, + "last_edited": 1520555725, + "last_name": "Nasim", + "member_id": 58523, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14317", + "presentations": [ + 21352 + ], + "title": "OpenStack developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1486099017, + "end_date": null, + "id": 135168, + "is_current": true, + "job_title": null, + "last_edited": 1486099017, + "organization": { + "created": 1458080515, + "id": 14246, + "last_edited": 1458080515, + "name": "Whitestack" + }, + "owner_id": 81125, + "start_date": 1472688000 + } + ], + "bio": "

Networking solutions architect, with special interest on the latest software technologies to achieve efficient and innovative network operations.

\r\n

Around fifteen years of experience in SP networking, including Core, Carrier Ethernet, Data Center and Network Management technologies.  Previous positions include Planning and Operations roles at Impsat / Global Crossing, and pre- and post-sales roles at Cisco Systems.

\r\n

Currently working as a Solutions Architect at Whitestack, a new company with the mission to accelerate SDN, NFV, Cloud and related deployments all around the world.

", + "created": 1486099439, + "first_name": "Gianpietro", + "gender": "Male", + "id": 11399, + "irc": "gianpietro", + "last_edited": 1518114200, + "last_name": "Lavado", + "member_id": 81125, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11399", + "presentations": { + "2": 21357, + "3": 21492 + }, + "title": "Networking Specialist", + "twitter": "gianpietro_lc" + }, + { + "affiliations": [ + { + "created": 1458080516, + "end_date": null, + "id": 92232, + "is_current": true, + "job_title": null, + "last_edited": 1466087743, + "organization": { + "created": 1458080515, + "id": 14246, + "last_edited": 1458080515, + "name": "Whitestack" + }, + "owner_id": 58211, + "start_date": 1448755200 + } + ], + "bio": "

José Miguel (JM) is an Electrical Engineer from Universidad de Chile, who has been involved in Telecom and Software industry for the last 20 years.

\r\n

He started his career in ENTEL Chile, developing the F/R, ATM, IP and MPLS national networks, and later on in charge of Engineering and Operations, very motivated at introducing software automation in day-to-day operations.

\r\n

After ENTEL he funded software and telecom companies in Chile, that were successful at deploying hardware and software solutions for Telecom Operators in Latin America. Particularly he developed a “whitebox” traffic redirector in 2003, that was deployed in several operators.

\r\n

In 2007 he joined Google (Mountain View), in roles as Peering Coordinator, Strategic Negotiator, and Head of Content Distribution for Latin America.

\r\n

Currently, JM is a Senior Cloud Architect at Whitestack, aimed to build private and public clouds in Latin America, and integrating SDN and NFV in Telecom Operators.

", + "created": 1486165173, + "first_name": "Jos\u00e9 Miguel", + "gender": "Male", + "id": 11451, + "irc": "jmguzmanc", + "last_edited": 1518137705, + "last_name": "Guzm\u00e1n", + "member_id": 58211, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11451", + "presentations": { + "1": 21359, + "3": 21357 + }, + "title": "Senior Cloud Architect at Whitestack", + "twitter": "jmiguzmanc" + }, + { + "affiliations": [ + { + "created": 1493974732, + "end_date": null, + "id": 140112, + "is_current": true, + "job_title": null, + "last_edited": 1493974732, + "organization": { + "created": 1368521326, + "id": 2210, + "last_edited": 1381739428, + "name": "Wind River" + }, + "owner_id": 87348, + "start_date": 1406851200 + } + ], + "bio": "

Tyler has been working with openstack since 2014, with experience in many projects and a focus on Horizon and UI development

", + "created": 1518114128, + "first_name": "Tyler", + "gender": "Male", + "id": 14319, + "irc": "tsmith2", + "last_edited": 1521131644, + "last_name": "Smith", + "member_id": 87348, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14319", + "presentations": [ + 21358 + ], + "title": "Upstream Developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518098550, + "end_date": null, + "id": 154192, + "is_current": true, + "job_title": "Cloud Engineer", + "last_edited": 1518098550, + "organization": { + "created": 1458080515, + "id": 14246, + "last_edited": 1458080515, + "name": "Whitestack" + }, + "owner_id": 98756, + "start_date": 1496275200 + } + ], + "bio": "

Cloud Engineer and software developer. Currently working at Whitestack, dedicated to bring cloud technologies powered by OpenStack to Latin America.

", + "created": 1518098105, + "first_name": "Benjamin", + "gender": null, + "id": 14283, + "irc": null, + "last_edited": 1519125927, + "last_name": "Diaz", + "member_id": 98756, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14283", + "presentations": [ + 21359 + ], + "title": "Cloud Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1495026422, + "end_date": null, + "id": 140781, + "is_current": true, + "job_title": null, + "last_edited": 1495026422, + "organization": { + "created": 1393923076, + "id": 4547, + "last_edited": 1393923076, + "name": "Wind River Systems" + }, + "owner_id": 88256, + "start_date": 1374451200 + } + ], + "bio": "

Architect Titanium Cloud, Wind River Systems

", + "created": 1518090406, + "first_name": "Greg", + "gender": "Male", + "id": 14273, + "irc": null, + "last_edited": 1518115364, + "last_name": "Waines", + "member_id": 88256, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14273", + "presentations": [ + 21360, + 21365 + ], + "title": "Architect Titanium Cloud, Wind River Systems", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1493990662, + "end_date": null, + "id": 140144, + "is_current": true, + "job_title": null, + "last_edited": 1493990662, + "organization": { + "created": 1393923076, + "id": 4547, + "last_edited": 1393923076, + "name": "Wind River Systems" + }, + "owner_id": 87383, + "start_date": 1374451200 + } + ], + "bio": "

Principal Architect Titanium Cloud, Wind River Systems

", + "created": 1518114496, + "first_name": "Brent", + "gender": "Male", + "id": 14320, + "irc": null, + "last_edited": 1526730425, + "last_name": "Rowsell", + "member_id": 87383, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14320", + "presentations": [ + 21360, + 21903 + ], + "title": "Principal Architect Titanium Cloud, Wind River Systems", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269889, + "end_date": null, + "id": 50603, + "is_current": true, + "job_title": "", + "last_edited": 1468345822, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 9794, + "start_date": 1323907200 + } + ], + "bio": "

Tushar is a Pricipal Engineer - Software Architect with Intel's Data Center Group.  He has been working on the open-source networking and storage-related technologies for over a decade now – his recent contributions have been to Ceph, OpenStack Swift, Intel’s Storage Performance Dev Kit (SPDK) and networking in the Linux kernel. Prior to joining Intel, Tushar was a lead open-source/Linux kernel developer at Cavium Networks where his focus was packet processing acceleration, Linux namespaces/containers and Linux IPsec scalability improvements.  Tushar holds a Masters degree in Computer Science.

", + "created": 1453741245, + "first_name": "Tushar", + "gender": "Male", + "id": 4197, + "irc": "tsg", + "last_edited": 1522695909, + "last_name": "Gohad", + "member_id": 9794, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4197", + "presentations": { + "10": 21370, + "11": 21452, + "12": 21445, + "13": 21869 + }, + "title": "Principal Engineer, Intel", + "twitter": "tushargohad" + }, + { + "affiliations": [ + { + "created": 1480535858, + "end_date": null, + "id": 109815, + "is_current": true, + "job_title": null, + "last_edited": 1480535858, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 61389, + "start_date": 1480464000 + } + ], + "bio": "

Accomplished systems architect with over 15 years’ experience in high-end virtualized computing environments, Service Provider Mobility, Linux and opensource solutions, and complex software defined storage infrastructure. Highly developed comprehensive skill set with special emphasis on; Open Source Software Projects, Agile DevOps, CI/CD, Platform as a Service (PaaS), and automation.  Also extensive experience in data security, complex systems, server HW architecture, and data center best practices.

", + "created": 1518119472, + "first_name": "Karl", + "gender": "Male", + "id": 14331, + "irc": null, + "last_edited": 1527590713, + "last_name": "Vietmeier", + "member_id": 61389, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14331", + "presentations": [ + 21370, + 21452 + ], + "title": "Solutions Architect", + "twitter": "KarlVietmeier" + }, + { + "affiliations": [ + { + "created": 1421830808, + "end_date": null, + "id": 119078, + "is_current": true, + "job_title": null, + "last_edited": 1421830808, + "organization": { + "created": 1392922779, + "id": 4312, + "last_edited": 1392922779, + "name": "Intel Corp." + }, + "owner_id": 27947, + "start_date": 1342396800 + }, + { + "created": 1421830808, + "end_date": null, + "id": 64914, + "is_current": true, + "job_title": null, + "last_edited": 1421830808, + "organization": { + "created": 1392922779, + "id": 4312, + "last_edited": 1392922779, + "name": "Intel Corp." + }, + "owner_id": 27947, + "start_date": 1342396800 + } + ], + "bio": "

 

", + "created": 1522761160, + "first_name": "Dan", + "gender": "Male", + "id": 14559, + "irc": null, + "last_edited": 1526809655, + "last_name": "Ferber", + "member_id": 27947, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14559", + "presentations": [ + 21370 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [], + "bio": "

Hi,

\r\n

 

\r\n

I am Ananth. I have been coding bits for the last 20 years or so, primarily in Data Networking and protocol areas. I have worked in numerous groups in Juniper Inc, Cisco Inc, Force10 Networks, Procket Networks, Celox Networks, etc. Nothing excites me now a days more than get some thing to work seemlessly under a cloud environment!

", + "created": 1498697723, + "first_name": "Anantharamu", + "gender": null, + "id": 12565, + "irc": null, + "last_edited": 1525870404, + "last_name": "Suryanarayana", + "member_id": 89557, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12565", + "presentations": { + "1": 21375 + }, + "title": "Principal Engineer @ Juniper Networks Inc", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1438771405, + "end_date": null, + "id": 78231, + "is_current": true, + "job_title": null, + "last_edited": 1438771405, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 44865, + "start_date": 1438560000 + } + ], + "bio": "

Manage cloud development for the AT&T Integrated Cloud. Previous repsonibilities include development and support of AT&T SilverLining clouds on Havana and Grizzly, managed large data center upgrades from IceHouse to Juno, OpenStack custom development for internally required features, upstreaming of custom features, & OpenStack upgrade from Juno to Kilo.  Currently managing integration and upgrading of Contrail within AIC as well as advanced networking features for Network Cloud.

In my spare time I like to snowboard, cheer on the St. Louis Cardinals, and play soccer.

", + "created": 1458685656, + "first_name": "Kayla", + "gender": "Female", + "id": 5695, + "irc": null, + "last_edited": 1526317721, + "last_name": "Fromme", + "member_id": 44865, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5695", + "presentations": { + "8": 21375 + }, + "title": "Associate Director", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1441716956, + "end_date": null, + "id": 79895, + "is_current": true, + "job_title": null, + "last_edited": 1441716956, + "organization": { + "created": 1424426057, + "id": 7607, + "last_edited": 1424426057, + "name": "ATT" + }, + "owner_id": 46617, + "start_date": 1409702400 + } + ], + "bio": "

Munish Mehan works at AT&T as Prinicipal Technical Member of Tech Staff and has been working on AT&Ts Openstack Cloud platform. This platform is used by various AT&T applications and host NFVs for various business units. He works on multiple SDNs, Performance tuning of platform- SRIOV PCI-Numa aligment and work as lead developer with cloud platform team and also help VNF teams to move from HW to virtual environment on x86 hosts and guests. Prior to that, he was developer fot A&T Netbond service, CaaS cloud and worked on CDN Streaming.

", + "created": 1468464277, + "first_name": "Munish", + "gender": "Male", + "id": 10300, + "irc": null, + "last_edited": 1518117179, + "last_name": "Mehan", + "member_id": 46617, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10300", + "presentations": { + "5": 21375 + }, + "title": "Principal Technical Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1524086782, + "end_date": null, + "id": 156145, + "is_current": true, + "job_title": "Senior Solution Architect", + "last_edited": 1524086782, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 17316, + "start_date": 1523836800 + } + ], + "bio": "

Amol Chobe has 18 years of experience building various products and maintaining infrastructure for supporting products.Amol has works with Engineering and Development teams to design and build systems to support new services.  

", + "created": 1436774486, + "first_name": "Amol", + "gender": "Male", + "id": 1236, + "irc": "cheers4asc", + "last_edited": 1524086687, + "last_name": "Chobe", + "member_id": 17316, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1236", + "presentations": { + "13": 21394 + }, + "title": "Senior Solution Architect", + "twitter": "itweetrarely" + }, + { + "affiliations": [ + { + "created": 1492037586, + "end_date": null, + "id": 138811, + "is_current": true, + "job_title": "Director, Engineering", + "last_edited": 1492037586, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 28925, + "start_date": 1489017600 + } + ], + "bio": "

Jeff directs development of SUSE's Platform group, covering application deployment through containers and Cloud Foundry.

", + "created": 1436989361, + "first_name": "Jeff", + "gender": "Male", + "id": 2600, + "irc": null, + "last_edited": 1518121074, + "last_name": "Hobbs", + "member_id": 28925, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2600", + "presentations": { + "4": 21397, + "5": 21867 + }, + "title": "Director of Engineering", + "twitter": "metajeff" + }, + { + "affiliations": [ + { + "created": 1509638525, + "end_date": null, + "id": 146922, + "is_current": true, + "job_title": "Principal Software Engineer", + "last_edited": 1509638525, + "organization": { + "created": 1509638258, + "id": 25015, + "last_edited": 1509638258, + "name": "Ribbon communications" + }, + "owner_id": 71983, + "start_date": 1279065600 + } + ], + "bio": "

Hi, I am Souvik working as a Principal Software Engineer for Ribbon Communications in the Platform team responsible for design and implementation of the Virtualized Session Border Controller(SBC SWe)  mainly focusing on performance on Virtualized and Cloud platforms. I am having over 12+ years of experience in Telco carrier grade Products with expertise in Virtualization Platforms like VmWare, Openstack, Fast path development with DPDK and Linux kernel Programming concepts.

", + "created": 1485552100, + "first_name": "Souvik", + "gender": "Male", + "id": 11268, + "irc": null, + "last_edited": 1525961471, + "last_name": "Dey", + "member_id": 71983, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11268", + "presentations": { + "4": 21408 + }, + "title": "Ribbon Communications", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1509638754, + "end_date": null, + "id": 146926, + "is_current": true, + "job_title": "Principal Software Engineer", + "last_edited": 1509638754, + "organization": { + "created": 1509638258, + "id": 25015, + "last_edited": 1509638258, + "name": "Ribbon communications" + }, + "owner_id": 71982, + "start_date": 1277424000 + } + ], + "bio": "

Suyash  Karmarkar, Working as a Principal Software Engineer in Ribbon Communications, in the Platform team responsible for design and implementation of the Virtualized Session Border Controller Software Edition (SBC SWe) . 12+ years of experience in Telco carrier grade Products. Expertise in Virtualization platforms like VMware, OpenStack, AWS,  Fast path development with DPDK & Linux Kernel Programming.

", + "created": 1483414234, + "first_name": "SUYASH SUHAS", + "gender": "Male", + "id": 11044, + "irc": "SUYASH SUHAS KARMARKAR", + "last_edited": 1525961527, + "last_name": "KARMARKAR", + "member_id": 71982, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11044", + "presentations": { + "5": 21408 + }, + "title": "Principal Software Engineer, Ribbon Communications", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1452148833, + "end_date": null, + "id": 85226, + "is_current": true, + "job_title": null, + "last_edited": 1452182805, + "organization": { + "created": 1438731483, + "id": 10587, + "last_edited": 1438731483, + "name": "Ericsson Global India Pvt Ltd" + }, + "owner_id": 15942, + "start_date": 1445212800 + } + ], + "bio": "

Hemanth works with Ericsson Inc as an OpenStack contributor with focus on OpenStack feature enhancements and deployment automation. Prior to Ericsson, he has previously worked with TCS Cloud R&D labs designing solution accelerators on OpenStack/NFV platform.

", + "created": 1436955822, + "first_name": "Hemanth", + "gender": "Male", + "id": 2181, + "irc": null, + "last_edited": 1518123130, + "last_name": "Nakkina", + "member_id": 15942, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2181", + "presentations": { + "8": 21409 + }, + "title": "Solution Architect, Ericsson", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1486139440, + "end_date": null, + "id": 135204, + "is_current": true, + "job_title": "Lead System Engineer", + "last_edited": 1486139440, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 39446, + "start_date": 1156118400 + } + ], + "bio": "

Works for AT&T.

", + "created": 1437131152, + "first_name": "Abhijeet", + "gender": null, + "id": 2953, + "irc": null, + "last_edited": 1486398817, + "last_name": "Singh", + "member_id": 39446, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2953", + "presentations": { + "2": 21409 + }, + "title": "Cloud Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454084864, + "end_date": null, + "id": 86459, + "is_current": true, + "job_title": "Solution Architect", + "last_edited": 1476907396, + "organization": { + "created": 1438731483, + "id": 10587, + "last_edited": 1438731483, + "name": "Ericsson Global India Pvt Ltd" + }, + "owner_id": 52712, + "start_date": 1454025600 + } + ], + "bio": "

Currently work as an Openstack developer for Ericsson and through them for AT&T. Began my career managing and planning Telecom Radio networks in India. Later moved onto Automation testing, development of IT and telecom networks for nearly 8 years, for customers across the world. Eventually landed up learning and working on Openstack and had my 1st upstream contribution merged in just under a year after starting off, in Jan 2016. Its been 12 years of travelling the technology world as a tech nomad and learning stuff the best way, that is by getting ones hands dirty.

", + "created": 1500013974, + "first_name": "Uday T", + "gender": "Male", + "id": 13019, + "irc": null, + "last_edited": 1518075599, + "last_name": "Kumar", + "member_id": 52712, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13019", + "presentations": { + "6": 21475, + "7": 21409 + }, + "title": "Solution Architect, Ericsson India Global Services", + "twitter": "UdayTKumar" + }, + { + "affiliations": [ + { + "created": 1489613150, + "end_date": null, + "id": 137352, + "is_current": true, + "job_title": null, + "last_edited": 1489613150, + "organization": { + "created": 1472740659, + "id": 18536, + "last_edited": 1472740659, + "name": "Verizon Wireless - VCP" + }, + "owner_id": 84454, + "start_date": 1459468800 + } + ], + "bio": "

Jason has been developing and architecting cloud native applications, microservices and technologies for the past 8 years for companies such as Nice Systems, Cisco Systems, Inc and now Verizon Wireless on their Verizon Cloud Platform (VCP). Before this he was a full stack developer for 13 years. 

\r\n

Works with many amazing teams in deep collaboration to create a platform that has a place for any type of application.

\r\n

Currently direct focus is on automation and operations tools for tenants, operations and analytics. His team is a leading example for his company on how to properly create, maintain and CI/CD a large application in a Microservice environment adhering to the 12 factor methodology.

", + "created": 1518119283, + "first_name": "Jason", + "gender": "Male", + "id": 14330, + "irc": "JsonT", + "last_edited": 1526577067, + "last_name": "Thompson", + "member_id": 84454, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14330", + "presentations": [ + 21410 + ], + "title": "Distinguished Member of Technical Staff", + "twitter": "@OpenJson" + }, + { + "affiliations": [ + { + "created": 1474729616, + "end_date": null, + "id": 105471, + "is_current": true, + "job_title": null, + "last_edited": 1474729616, + "organization": { + "created": 1472740659, + "id": 18536, + "last_edited": 1472740659, + "name": "Verizon Wireless - VCP" + }, + "owner_id": 38225, + "start_date": 1420070400 + } + ], + "bio": "

Director Technology

\n
Verizon Wireless
\n

January 2015 \u2013 Present Greater New York City Area

\n

Manager Virtual Services Integration - Verizon Cloud Platform // VCP
within National Network Operations // Verizon Wireless.

\n

Distinguished Member of Technical Staff for National Network Operations within Verizon Wireless.

I work with Amazing people -- currently focused on...

Verizon Cloud Platform (VCP),\u00a0Virtual Infrastructure Management and Bare Metal Cloud
-OpenStack
-Architecture, Design, Deployment, and Operations
-all OpenStack services
-Infrastructure, Stack, and Application level orchestration
-Service Metering
VCP Software and API development
- Identity Management
- Software ingest/testing
- Monitoring as a Service
- Benchmark Platform
- GeoServices

\n

Solution Architect

\n
ESRI
\n

November 2008 \u2013 December 2014 (6 years 2 months)

\n

Since GIS has grown from the back office to the enterprise, many organizations, large and small, need assistance realizing the potential for what geospatial technologies can do for them. Andrew assists in this arena. He helped ESRI clients in the design, development, and deployment of their geo-enabled information systems.

\n

Manager, Spatial Data Analysis & Geographic Information Systems

\n
Verizon Wireless
\n

April 2000 \u2013 November 2008 (8 years 8 months)

\n

Andrew was responsible for the management, development, and support of Verizon Wireless's web-based Geographic Information System. He designed and built the system from the ground up, with no existing application in place prior. This system is utilized internally to map, model and solve complex spatial analysis issues as they relate to the Verizon Wireless network landscape including EOC operations. He also managed the directional Spatial Data Process which supports the flow of coverage information and other spatial data from Verizon's network RF Engineers to collateral available in a Verizon Wireless retail store. Lastly, Andrew was responsible for the management and scheduling of ad-hoc cartographic requests and complex spatial analysis that support all aspects of the Verizon enterprise.

", + "created": 1436196831, + "first_name": "Andrew", + "gender": "Male", + "id": 726, + "irc": "@geo_andy", + "last_edited": 1522254319, + "last_name": "Hendrickson", + "member_id": 38225, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/726", + "presentations": { + "6": 21410 + }, + "title": "Director - Technology, Verizon", + "twitter": "@andystack" + }, + { + "affiliations": [], + "bio": "

Dan Chen, Ph.D, Senior Engineer. She received the B.S. degree in information science and engineering from Shandong University, Shandong, China, in 2007 and the Ph.D. degree in information and communication engineering from Beijing University of Posts and Telecommunications\uff08BUPT\uff09, Beijing, China, in 2012. From 2010 to 2011, she was a Visiting Scholar at the University of British Columbia, Vancouver, BC, Canada. She is currently the MEC Project Manager in 5G Innovation Center, Network Technology Research Institute (NRTI) of China Unicom, responsible for the research of 5G Network Architecture\u3001Edge Computing\u3001C/U Split\u3001Common Service API and Network Capability Exposure Platform, etc. She has published over 20 papers in international journals and conferences indexed by SCI/EI, such as IEEE Journal on Selected Areas in Communications (JSAC)\u3001IEEE Trans. Vehicular Technology\u3001GLOBECOM\u3001ICC, etc. She has applied or granted over 20 technical patents in 4G/5G wireless communications.

", + "created": 1518127355, + "first_name": "Dan", + "gender": "Female", + "id": 14346, + "irc": null, + "last_edited": 1518136466, + "last_name": "Chen", + "member_id": 98778, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14346", + "presentations": [ + 21429 + ], + "title": "Senior Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Senior System Engineer - Cloud and Storage, Huawei

\r\n

Zhonghua has nearly 10 years of R&D and Product experience in multiple fields, such as Big Data Analytics, Storage, NAS, SAN, virtualization, cloud and so on. He is currently in charge of Open Source in Huawei, managing a research team of open source with several engineers, leading members to take part in several projects e.g. Cinder,Manila,Swift,Murano and so on, developing in Openstack and leading the open source especially in storage domain. .

\r\n

Prior to Huawei, Zhonghua worked in Big Data Analytics, dealing with Business Intelligence.

", + "created": 1435008991, + "first_name": "zhonghua", + "gender": "Male", + "id": 278, + "irc": "zhonghua-lee", + "last_edited": 1518139066, + "last_name": "li", + "member_id": 28637, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/278", + "presentations": { + "2": 21440 + }, + "title": "Senior System Engineer", + "twitter": "EdwardL0086" + }, + { + "affiliations": [ + { + "created": 1482382815, + "end_date": null, + "id": 110802, + "is_current": true, + "job_title": "Senior System Architect", + "last_edited": 1482382815, + "organization": { + "created": 1359485922, + "id": 287, + "last_edited": 1365000829, + "name": "ZTE" + }, + "owner_id": 28065, + "start_date": 1481846400 + } + ], + "bio": "

4 years openstack development experience, Now works for ZTE.

\r\n

Murano and Solum project PTL.

", + "created": 1468303745, + "first_name": "Rong", + "gender": "Male", + "id": 9722, + "irc": "zhurong", + "last_edited": 1520390440, + "last_name": "Zhu", + "member_id": 28065, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9722", + "presentations": { + "11": 21440 + }, + "title": "Senior System Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1499894342, + "end_date": null, + "id": 142587, + "is_current": true, + "job_title": "opensource software engineer", + "last_edited": 1499894342, + "organization": { + "created": 1437957615, + "id": 10389, + "last_edited": 1437957615, + "name": "Chengdu Research Institute UX,Huawei Chengdu Base" + }, + "owner_id": 45893, + "start_date": 1400544000 + } + ], + "bio": "

Zengchen is an opensource software engineer and works in Huawei Technologies. He worked on container related projects like Fuxi-Kubernetes, Kops etc, data protect project of Karbor, and Huawei Public Cloud opensource tookits.

", + "created": 1451961271, + "first_name": "zeng", + "gender": "Male", + "id": 3756, + "irc": null, + "last_edited": 1518133010, + "last_name": "chen", + "member_id": 45893, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3756", + "presentations": { + "1": 21450, + "2": 21440 + }, + "title": "Opensource Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1439203438, + "end_date": null, + "id": 78492, + "is_current": true, + "job_title": null, + "last_edited": 1439203438, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 19714, + "start_date": 1436140800 + } + ], + "bio": "

Mahati Chamarthy has been contributing to storage technologies for the past few years. She was a core developer for OpenStack Swift and now an active contributor to Ceph. She works as a Software Engineer with Intel's Open Source Technology Center focusing on storage software.

", + "created": 1451124791, + "first_name": "Mahati", + "gender": "Female", + "id": 3696, + "irc": "mahatic", + "last_edited": 1525675598, + "last_name": "Chamarthy", + "member_id": 19714, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3696", + "presentations": { + "3": 21445 + }, + "title": "Software Engineer at Intel", + "twitter": "MahatiChamarthy" + }, + { + "affiliations": [ + { + "created": 1454464677, + "end_date": null, + "id": 86777, + "is_current": true, + "job_title": null, + "last_edited": 1454464677, + "organization": { + "created": 1420821651, + "id": 7150, + "last_edited": 1420821651, + "name": "Platform9 Systems, Inc" + }, + "owner_id": 53092, + "start_date": 1447632000 + } + ], + "bio": "

Prior to joining Platform9, Cody was the Lead Cloud Architect at General Electric, where he built an enormous private cloud based on VMware vCloud Director spanning North America, Europe, and Asia. With more than 10 years of IT infrastructure experience across multiple industries, he brings a wealth of knowledge and expertise, particularly as an enterprise IT practitioner and strategist in one of the world’s largest technology shops.cod

", + "created": 1454461734, + "first_name": "Cody", + "gender": null, + "id": 5286, + "irc": "c0dyhi11", + "last_edited": 1518131757, + "last_name": "Hill", + "member_id": 53092, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5286", + "presentations": { + "6": 21446, + "7": 21911 + }, + "title": "Cloud Architect at Platform9 Systems", + "twitter": "EyeOnTheCloud" + }, + { + "affiliations": [ + { + "created": 1384269870, + "end_date": null, + "id": 42122, + "is_current": true, + "job_title": "", + "last_edited": 1384269870, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 1365, + "start_date": null + } + ], + "bio": "

Arvind is an active contributor to Openstack. He has been involved with Neutron since the essex timeframe where he added Horizon integration for Neutron/quantum. In addition to that he authored the first Cisco plugin for intelligent parallel orchestration of Cisco devices with Neutron. He has also driven key features in Neutron like dynamic segmentation.  Arvind's current focus is on Istio multicloud community participation.

", + "created": 1436896476, + "first_name": "Arvind", + "gender": "Male", + "id": 1841, + "irc": null, + "last_edited": 1518133036, + "last_name": "Somya", + "member_id": 1365, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1841", + "presentations": { + "2": 21449 + }, + "title": "Technical Lead", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1522663165, + "end_date": null, + "id": 155677, + "is_current": true, + "job_title": null, + "last_edited": 1522663165, + "organization": { + "created": 1421059101, + "id": 7166, + "last_edited": 1421059101, + "name": "AT&T Labs - Research" + }, + "owner_id": 100643, + "start_date": 1379030400 + } + ], + "bio": "

Moo-Ryong Ra joined AT&T Labs Research in 2013 and is now working as a Principal Inventive Scientist in Cloud Platform Software Research department. He is broadly interested in solving challenging problems related to cloud platforms and software-defined storage systems. His recent projects span across multiple areas – storage-centric hardware/software design for AT&T’s Integrated Cloud and Edge Cloud, high performance storage with RDMA networking, video storage and delivery, data deduplication for distributed storage systems and enabling faster recovery of erasure-coded storage, etc. He earned a PhD degree in the Computer Science Department at University of Southern California (USC). During his graduate study, he collaborated with other top-notch research labs such as Microsoft Research and Intel Labs in the area of mobile cloud computing. When opportunities arise, every now and then he teaches undergraduate/graduate courses in the ECE department at Rutgers University.

", + "created": 1522663684, + "first_name": "Moo-Ryong", + "gender": "Male", + "id": 14556, + "irc": null, + "last_edited": 1522664246, + "last_name": "Ra", + "member_id": 100643, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14556", + "presentations": [ + 21452 + ], + "title": "Principal Inventive Scientist", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1465578368, + "end_date": null, + "id": 98381, + "is_current": true, + "job_title": null, + "last_edited": 1465578368, + "organization": { + "created": 1438731483, + "id": 10587, + "last_edited": 1438731483, + "name": "Ericsson Global India Pvt Ltd" + }, + "owner_id": 64565, + "start_date": 1453334400 + } + ], + "bio": "

He is currently working in Ericsson Global services Ltd as a Solution Integrator and have been involved in various inhouse and upstream OpenStack projects. Nishant has been an active contributor for Tempest and Patrole projects upstream. His technological interests are primarily containers, orchestration engine, networking.While he is not programming, he spends his time playing cricket, foosball, soccer and several other sports. 

", + "created": 1499674850, + "first_name": "Nishant", + "gender": "Male", + "id": 12710, + "irc": null, + "last_edited": 1518135195, + "last_name": "Kumar", + "member_id": 64565, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12710", + "presentations": { + "3": 21475 + }, + "title": "Openstack developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1458071012, + "end_date": null, + "id": 92226, + "is_current": true, + "job_title": null, + "last_edited": 1458071012, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 23775, + "start_date": 841622400 + } + ], + "bio": "

20+ years of experience spanned across various roles within the research and product development of telecommunication systems, with a special concentration on wireless and packet based networks. In depth knowledge of IETF (TCP/UDP, IP, LDAP, SIP, SNMP, RTP/RTCP, IPSec, Mobile IP, Radius/Diameter etc.), wireless (TDMA, CDPD, CDMA, 1XRTT, GPRS, UMTS, WiMAX, LTE, 802.11x based WLAN etc.) and wireline (ANSI-41, ATM, ISUP, MEGACO/MGCP, PRI, SS7, TDM etc.) protocols. Always held key positions and led highly competent technical teams to come up with state-of-the art solution. Filed over 60 patents (to date, 36 of them have been granted by US, Australia and European patent authorities), authored several IETF documents (co-authored RFC 4283, contributed in RFCs 3344, 3588 and 3846 and co-authored other IETF drafts). Also authored conference papers and chapters in books on 3G/4G wireless networks.

Specialties: Application driven End-to-End Solution Architecture, Performance of Applications and Services, Translation of Business Drivers into Technical Requirements, Technical Validation and Development of Business Cases.

", + "created": 1453839874, + "first_name": "Haseeb", + "gender": "Male", + "id": 4264, + "irc": null, + "last_edited": 1518135637, + "last_name": "Akhtar", + "member_id": 23775, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4264", + "presentations": { + "11": 21482, + "12": 21857 + }, + "title": "Principal Solutions Consultant", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1406576013, + "end_date": null, + "id": 115826, + "is_current": true, + "job_title": null, + "last_edited": 1406576013, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 20868, + "start_date": 790905600 + }, + { + "created": 1406576013, + "end_date": null, + "id": 60108, + "is_current": true, + "job_title": null, + "last_edited": 1406576013, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 20868, + "start_date": 790905600 + } + ], + "bio": "

\u00a0

\n

Doug has been working in the field of data communication for over 30 years, developing the network generation mobile network architectures and designs at AT&T. Doug is one of AT&T\u2019s strategy and thought leaders in SDN, IoT and 5G System Architectures.\u00a0 Doug also is responsible for connecting worlds of Marketing and Network Architecture which often means translating new Marketing ideas into network design concepts and new network standards into new business opportunities.\u00a0\u00a0

\n

", + "created": 1526729928, + "first_name": "Doug", + "gender": "Male", + "id": 14653, + "irc": null, + "last_edited": 1526894864, + "last_name": "Eng", + "member_id": 20868, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14653", + "presentations": [ + 21482, + 21857 + ], + "title": "Distinguished-Technical Architect (Mobility Core and NFV Technology) at AT&T Labs, Inc.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1504022426, + "end_date": null, + "id": 144757, + "is_current": true, + "job_title": "SVP Technology", + "last_edited": 1504022426, + "organization": { + "created": 1504022426, + "id": 24392, + "last_edited": 1504022426, + "name": "B.Yond" + }, + "owner_id": 60111, + "start_date": 1495670400 + } + ], + "bio": "

SVP of Technology at B-Yond. Working on unleashing the potential of connectivity.

", + "created": 1499943231, + "first_name": "Paul-Andr\u00e9", + "gender": "Male", + "id": 12899, + "irc": "parus", + "last_edited": 1518180833, + "last_name": "Raymond", + "member_id": 60111, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12899", + "presentations": { + "4": 21483 + }, + "title": "Mr.", + "twitter": "parnexius" + }, + { + "affiliations": [], + "bio": "

Sivan is VP Product Management at Cloudify, working on an open source and open standard cloud orchestration platform that automates and manages complex services throughout their entire lifecycle for telcos and enterprises.

\r\n

Prior to Cloudify Sivan was a Product Line Manager at Alcatel Lucent, building an NFV MANO solution.

\r\n

Sivan is an active contributor to the TOSCA standard, and is an expert at the areas of networking, cloud, and service management.

\r\n

Read her posts at the Cloudify blog.

", + "created": 1454332445, + "first_name": "Sivan", + "gender": "Female", + "id": 4845, + "irc": null, + "last_edited": 1526475941, + "last_name": "Barzily", + "member_id": 52787, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4845", + "presentations": { + "10": 21491, + "8": 21496 + }, + "title": "VP Product Management, Cloudify", + "twitter": "sivanbarzily" + }, + { + "affiliations": [ + { + "created": 1526448109, + "end_date": null, + "id": 156922, + "is_current": true, + "job_title": null, + "last_edited": 1526448109, + "organization": { + "created": 1493773694, + "id": 22865, + "last_edited": 1493773694, + "name": "Cloudify" + }, + "owner_id": 101879, + "start_date": 1414800000 + } + ], + "bio": null, + "created": 1526469266, + "first_name": "Isaac", + "gender": "Male", + "id": 14645, + "irc": null, + "last_edited": 1526469266, + "last_name": "Shabtay", + "member_id": 101879, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14645", + "presentations": [ + 21491 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1403858159, + "end_date": null, + "id": 59354, + "is_current": true, + "job_title": null, + "last_edited": 1435564336, + "organization": { + "created": 1359485922, + "id": 1079, + "last_edited": 1381735164, + "name": "Orange" + }, + "owner_id": 19585, + "start_date": 1403827200 + } + ], + "bio": "

Thomas is at Orange Labs, mainly involved on SDN and network virtualization for IaaS platforms with activities ranging from architecture/ engineering studies, to lab and software development. Thomas is also active in the IETF, where he contributes to RFCs and has during a few years co-chaired BESS, the working group defining the evolutions of BGP VPN specifications.

\r\n

He has been focusing on network virtualization for IaaS, SDN and NFV in the past 5 years and contributes to related opensource projects, in particular in Openstack, where he co-leads Neutron stadium projects: BGP VPN (networking-bgpvpn) and BaGPipe (networking-bagpipe).

", + "created": 1436948030, + "first_name": "Thomas", + "gender": "Male", + "id": 2103, + "irc": "tmorin", + "last_edited": 1527188408, + "last_name": "Morin", + "member_id": 19585, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2103", + "presentations": { + "14": 21494 + }, + "title": "NetworkSoftware Engineer Orange", + "twitter": "netpeeker" + }, + { + "affiliations": [ + { + "created": 1486436314, + "end_date": null, + "id": 135452, + "is_current": true, + "job_title": "Distinguished Member Technical Staff", + "last_edited": 1486436314, + "organization": { + "created": 1411172932, + "id": 6168, + "last_edited": 1411172932, + "name": "Verizon Wireless" + }, + "owner_id": 61813, + "start_date": 1404086400 + } + ], + "bio": "

With an extensive background in emerging network technologies, as well as network analysis, algorithms and design, Susan Coombs currently serves as an architect focused on monitoring Virtualized Network Functions (VNFs) and OpenStack infrastructure for Verizon Wireless. Previously, Susan also contributed as a Data Scientist, and as a lead software developer for an artificial intelligence fault isolation system for Verizon.

", + "created": 1483643136, + "first_name": "Susan", + "gender": null, + "id": 11065, + "irc": null, + "last_edited": 1518139216, + "last_name": "Coombs", + "member_id": 61813, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11065", + "presentations": { + "1": 21507 + }, + "title": "Distinguished Member of Technical Staff, Verizon Wireless", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1435323779, + "end_date": null, + "id": 73993, + "is_current": true, + "job_title": null, + "last_edited": 1435323779, + "organization": { + "created": 1424527979, + "id": 7642, + "last_edited": 1424527979, + "name": "VMware, Inc" + }, + "owner_id": 36898, + "start_date": 1194220800 + } + ], + "bio": "

Giridhar Jayavelu is a Staff-2 Engineer from the NFV Business Unit at VMware. Giridhar works
on OpenStack NFV architecture, enabling design and features to meet the carrier grade requirements for network functions. He has been involved in various automation initiatives within VMware.
Prior to joining OpenStack team, Giridhar worked on vSphere networking and NSX team for about 8 years.
Giridhar holds a Master's degree in Computer Engineering from the University of Arizona, Tucson.

", + "created": 1435343310, + "first_name": "Giridhar", + "gender": "Male", + "id": 408, + "irc": "gjayavelu", + "last_edited": 1518139596, + "last_name": "Jayavelu", + "member_id": 36898, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/408", + "presentations": { + "6": 21508 + }, + "title": "Software Developer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Software engineer at Red Hat, FOSS passionate and tech in general enthusiast. Former Zaqar and Trove core reviewer. Currently working on Manila. Outreachy and Google Summer of Code coordinator. Eager to learn about new technologies, to contribute to different open-source projects and to get new people involved with open-source philosophy.

", + "created": 1499968334, + "first_name": "Victoria", + "id": 12938, + "irc": "vkmc", + "last_edited": 1518139218, + "last_name": "Martinez de la Cruz", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12938", + "presentations": [ + 21510, + 21637 + ], + "title": "Software Engineer", + "twitter": "@vkmc" + }, + { + "affiliations": [ + { + "created": 1468426585, + "end_date": null, + "id": 101298, + "is_current": true, + "job_title": null, + "last_edited": 1468426585, + "organization": { + "created": 1359485922, + "id": 403, + "last_edited": 1365012100, + "name": "EMC, VMWare" + }, + "owner_id": 67505, + "start_date": 1451865600 + }, + { + "created": 1518075744, + "end_date": null, + "id": 154156, + "is_current": true, + "job_title": "Member", + "last_edited": 1518075744, + "organization": { + "created": 1518075744, + "id": 25940, + "last_edited": 1518075744, + "name": "Women of Openstack" + }, + "owner_id": 67505, + "start_date": 1483228800 + }, + { + "created": 1518075888, + "end_date": null, + "id": 154158, + "is_current": true, + "job_title": "Chair", + "last_edited": 1518075888, + "organization": { + "created": 1518075888, + "id": 25941, + "last_edited": 1518075888, + "name": "VNF Onboarding" + }, + "owner_id": 67505, + "start_date": 1483228800 + }, + { + "created": 1518075715, + "end_date": null, + "id": 154155, + "is_current": true, + "job_title": "Member", + "last_edited": 1518075715, + "organization": { + "created": 1518075715, + "id": 25939, + "last_edited": 1518075715, + "name": "Women In Comms" + }, + "owner_id": 67505, + "start_date": 1491004800 + }, + { + "created": 1518075953, + "end_date": null, + "id": 154159, + "is_current": true, + "job_title": "Technical Steering Committee ", + "last_edited": 1518075953, + "organization": { + "created": 1518075952, + "id": 25942, + "last_edited": 1518075952, + "name": "ETSI Open Source Mano" + }, + "owner_id": 67505, + "start_date": 1493596800 + }, + { + "created": 1518075614, + "end_date": null, + "id": 154153, + "is_current": true, + "job_title": "Technical Steering Commitee Member", + "last_edited": 1518075614, + "organization": { + "created": 1518075614, + "id": 25937, + "last_edited": 1518075614, + "name": "Open Source Mano" + }, + "owner_id": 67505, + "start_date": 1496275200 + }, + { + "created": 1518075688, + "end_date": null, + "id": 154154, + "is_current": true, + "job_title": "Committee Member", + "last_edited": 1518075688, + "organization": { + "created": 1518075688, + "id": 25938, + "last_edited": 1518075688, + "name": "Layer123 NFV Advisory Panel" + }, + "owner_id": 67505, + "start_date": 1506816000 + } + ], + "bio": "

With over 25 years experience in various roles in network and system architecture, mobile video system architecture and governance in both telco and  retail sectors, Van has developed a diverse toolset.  Van spent much of her career as a contractor, working for every telco as well as major retailers in Canada over the years.  Having worked as everything from unix sysadmin to Chief Technical Officer with a number of leadership roles in between, Van has contributed to technologies from mobile, enterprise data centre, multi-national networks and beyond. 

\r\n

Now at VMware as the Director - Global NFV Ecosystem Architecutre Van is focused on leading integrated architectures that integrate all of the NFV partners across the globe in useful NFV solutions that solve for specific problems.  This role has her speaking at conferences around the world, and spreading the word about the strength of the NFV Ecosystem.

\r\n

A member of Women of Openstack, and Women in Comms, Van is active in showcasing and championing women in tech fields.   Currently splitting her time in various open source communities, Van sits on the Technical Steering Committee of Open Source Mano, is a member of the Layer 123 NFV advisory board, and spear headed the VNF Onboarding open source community.

\r\n

Van attended the University of Toronto where she majored in Computer Science and Astro-Physics.  Van currently makes her home in Toronto Canada, where she enjoys spending her free time playing hockey, tennis and fishing.

", + "created": 1468426661, + "first_name": "Vanessa", + "gender": "Female", + "id": 10083, + "irc": "JadeF8", + "last_edited": 1518139519, + "last_name": "Little", + "member_id": 67505, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10083", + "presentations": { + "7": 21511, + "8": 21827, + "9": 21828 + }, + "title": "Director - Global NFV Ecosystem Architecture", + "twitter": "@girlgoaler" + }, + { + "affiliations": [ + { + "created": 1459272794, + "end_date": null, + "id": 92947, + "is_current": true, + "job_title": null, + "last_edited": 1459272794, + "organization": { + "created": 1459272794, + "id": 14433, + "last_edited": 1459272794, + "name": "Netrounds" + }, + "owner_id": 58886, + "start_date": 1459468800 + }, + { + "created": 1518095118, + "end_date": null, + "id": 154186, + "is_current": true, + "job_title": "Marketing Task Force", + "last_edited": 1518095118, + "organization": { + "created": 1518075952, + "id": 25942, + "last_edited": 1518075952, + "name": "ETSI Open Source Mano" + }, + "owner_id": 58886, + "start_date": 1476921600 + } + ], + "bio": "

Kaela is the VP of Channels & Marketing for Netrounds and is responsible for driving engaging external communications and branding strategies, as well as translating market expectations to sales engagement support. Prior to Netrounds, Kaela held roles within business development, marketing, and program management, focusing on OEM and technology alliances. She has also assisted with the Women in Comms initiative as an advisor and is currently active on the ETSI Open Source MANO Marketing Task Force. Kaela holds a Master of Business Management degree from the University of British Columbia in Canada.

", + "created": 1518095012, + "first_name": "Kaela", + "gender": "Female", + "id": 14279, + "irc": null, + "last_edited": 1522052995, + "last_name": "Loffler", + "member_id": 58886, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14279", + "presentations": [ + 21511 + ], + "title": "VP Channels & Marketing", + "twitter": "kaelaloffler" + }, + { + "affiliations": [ + { + "created": 1423482720, + "end_date": null, + "id": 65527, + "is_current": true, + "job_title": null, + "last_edited": 1423482720, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 10900, + "start_date": 1262304000 + } + ], + "bio": "

Adrian Hoban is a Principal Engineer in Intel's Data Center Solutions Group and the Technical Steering Committee chair for the Open Source MANO project. In Intel he is the system architect responsible for orchestration of Software Defined Networking and Network Function Virtualisation and leads the Intel team on OpenStack contributions in this area. He specialises in open source software such as OpenStack, Linux, Open vSwitch, KVM, QEMU and libvirt. Adrian is also active in standards initiatives such as ETSI-NFV. 

\r\n

In OpenStack Adrian set the architectural direction for the Intel contributors on areas such as PCIe passthrough, SR-IOV, Enhanced Platform Awareness for NUMA, Huge Pages, CPU pinning, and thread policy, OVS with DPDK enablement, and Security Groups. He has a particular interest in extensions that relate to using OpenStack to facilitate high performance application deployments and infrastructure utilisation. 

", + "created": 1436358326, + "first_name": "Adrian", + "gender": "Male", + "id": 880, + "irc": "adrian-hoban", + "last_edited": 1518139555, + "last_name": "Hoban", + "member_id": 10900, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/880", + "presentations": { + "21": 21511 + }, + "title": "Principal Engineer, SDN/NFV Orchestration, Intel", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1392827563, + "end_date": null, + "id": 55992, + "is_current": true, + "job_title": null, + "last_edited": 1392827563, + "organization": { + "created": 1390658502, + "id": 4069, + "last_edited": 1390658502, + "name": "Juniper Networks Inc." + }, + "owner_id": 16368, + "start_date": 1298851200 + } + ], + "bio": "

Sr. Product Manager (Cloud Networking and Security, Contrail) @ Juniper Networks Inc.
Started as a Software Engineer writing protocol code, CLI, device drivers and online diagnostic software for various networking equipment vendors - Allied Telesyn, Force10 Networks, Cisco Systems.

\r\n

Then began a journey into network programmability, APIs and SDK at Juniper Networks.

\r\n

Evolved from programmability into platforms for NFV and SDN.

\r\n

In this journey evolved from being a Software Engineer to a Technical Marketing Engineer to a Solutions Engineer to a Product Manager.

\r\n

Education:

\r\n

A Bachelors degree in Computer Science from Mumbai, India.

\r\n

A Masters degree in Computer Science from University of Southern California.

\r\n

And a graduate certificate in Management Science and Engineering from Stanford University.

", + "created": 1436936937, + "first_name": "Aniket", + "gender": "Male", + "id": 2067, + "irc": null, + "last_edited": 1518141534, + "last_name": "Daptari", + "member_id": 16368, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2067", + "presentations": { + "12": 21518 + }, + "title": "Sr. Product Manager Cloud Network Automation", + "twitter": "_aniket_" + }, + { + "affiliations": [], + "bio": "

I am currently working as a lead Cloud Solution Architect working in the office of the CTO organization in Juniper Networks.

\r\n

I work with some of the largest Telco & Enterprise customers to embrace the clound enabled architectures to offer next-gen cloud/IOT and Edge services. My area of interest and expertise is cloud and software defined networking. More specifically I help our customers to solve some of the interesting use csaes in the area of cloud security, network functions virtualization, openstack edge computing and IOT applications, underlay network design for massively scalable data-centers, integration of openstack with public cloud infrastructures, openstack operations & monitoring.

\r\n

My domain of expertise prior to openstack is design , implementation of networking and security solutions for enterprise and telco service providers. I am a dual CCIE (RS & SP) and JNCIE also Openstack Certified.

\r\n

 

", + "created": 1486439424, + "first_name": "Vivekananda", + "gender": "Male", + "id": 11774, + "irc": null, + "last_edited": 1521832108, + "last_name": "Shenoy", + "member_id": 81414, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11774", + "presentations": { + "4": 21518 + }, + "title": "Lead CloudNFV Solutions Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1423058792, + "end_date": null, + "id": 65329, + "is_current": true, + "job_title": null, + "last_edited": 1423058792, + "organization": { + "created": 1406624136, + "id": 5708, + "last_edited": 1406624136, + "name": "Cisco Systems, Inc" + }, + "owner_id": 360, + "start_date": 1422835200 + } + ], + "bio": "

Steven Dake currently serves as an elected Individual Director of the OpenStack Foundation.  Steve is focused on making multicloud computing a reality.  Steve is also actively involved in bridging communities between the OpenStack community and adjacent communities.

\r\n

Steve currently serves as a reviewer of some parts of Istio, in addition to contributing significant portions of the Istio multicloud implementation.

\r\n

Steve currently serves as a core reviewer of OpenStack Kolla.  Steve previously served as Kolla PTL for Newton, Mitaka, Liberty, Kilo and Juno cycles.  Steve was also a Magnum core reviewer at the same time as serving the Kolla community as PTL, and contributed to the definition and implementation of the initial Magnum architecture.

\r\n

Prior to gaining an interest in container technology, Steve initiated and served as PTL of OpenStack Heat with a small development team while at Red Hat, Inc.  During this period, Steve served as Heat PTL for Essex, Folsom, and Grizzly.

\r\n

Prior to Steve's involvement in OpenStack, Steve was primarily focused on the development of open source high availability technology leading the design and implementation of Corosync, a group communication system, which combined with Pacemaker is the de-facto standard high availability stack for Linux.  During this period of his career, Steve also served as a technical community leader for the modern Linux high availability stack.

\r\n

Steve enjoys Hi-Fidelity analog tube audio, electric RC car racing, and hiking with his wife, daughter, and son.

", + "created": 1436798612, + "first_name": "Steven", + "gender": "Male", + "id": 1354, + "irc": "sdake", + "last_edited": 1524487210, + "last_name": "Dake", + "member_id": 360, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1354", + "presentations": { + "9": 21521 + }, + "title": "Principal Engineer", + "twitter": "steven_dake" + }, + { + "affiliations": [], + "bio": "

Lin is a core contributor and maintainer on Istio. She is passionate about new technologies and love to play with them. She is a master inventor, currently, holds 100+ patents filed or pending with USPTO along with hundreds of articles published at IP.com.

", + "created": 1518142137, + "first_name": "Lin", + "gender": null, + "id": 14382, + "irc": null, + "last_edited": 1522253980, + "last_name": "Sun", + "member_id": 98829, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14382", + "presentations": [ + 21521 + ], + "title": "Core Contributor, Istio", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Costin is a Google engineer working on Istio. In the past he worked on Android authentication, cloud messaging and webpush. Long ago he also worked on Apache Tomcat/Ant 

", + "created": 1518142590, + "first_name": "Costin", + "id": 14384, + "irc": null, + "last_edited": 1518166425, + "last_name": "Monolanche", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14384", + "presentations": [ + 21521 + ], + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526416197, + "end_date": null, + "id": 156904, + "is_current": true, + "job_title": null, + "last_edited": 1526416197, + "organization": { + "created": 1526416197, + "id": 26807, + "last_edited": 1526416197, + "name": "Tetrate" + }, + "owner_id": 101861, + "start_date": 1526860800 + } + ], + "bio": "

Zack is a core contributor to Istio and a founding engineer at Tetrate. He previously worked on Istio at Google, and before that on a variety of teams across Google Cloud Platform.

", + "created": 1526455026, + "first_name": "Zachary", + "gender": "Male", + "id": 14643, + "irc": null, + "last_edited": 1526573447, + "last_name": "Butcher", + "member_id": 101861, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14643", + "presentations": [ + 21521 + ], + "title": "Engineer", + "twitter": "ZackButcher" + }, + { + "affiliations": [ + { + "created": 1525340423, + "end_date": null, + "id": 156521, + "is_current": true, + "job_title": "CTO", + "last_edited": 1525340423, + "organization": { + "created": 1504229591, + "id": 24423, + "last_edited": 1504229591, + "name": "Beijing SinoRail Technology Co., Ltd" + }, + "owner_id": 95380, + "start_date": 1304121600 + } + ], + "bio": null, + "created": 1509310260, + "first_name": "Guangqian", + "gender": "Male", + "id": 13828, + "irc": null, + "last_edited": 1525340444, + "last_name": "Li", + "member_id": 95380, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13828", + "presentations": { + "1": 21525 + }, + "title": "Technical Support Manager, Beijing SinoRail Information Technology Co. Ltd", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1525421543, + "first_name": "Weikang", + "id": 14613, + "irc": null, + "last_edited": 1525421543, + "last_name": "Lu", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14613", + "presentations": [ + 21525 + ], + "title": "China Railway", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1525421513, + "first_name": "Jia", + "id": 14612, + "irc": null, + "last_edited": 1525421513, + "last_name": "Liu", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14612", + "presentations": [ + 21525 + ], + "title": "China Railway", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Marc is the manager of OpenStack skill center who in charge of the whole OpenStack product line inside Orange.

", + "created": 1518159557, + "first_name": "marc", + "gender": null, + "id": 14390, + "irc": null, + "last_edited": 1518159755, + "last_name": "bailly", + "member_id": 93270, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14390", + "presentations": [ + 21536 + ], + "title": "Orange OpenStack Skillcenter Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1521179908, + "end_date": null, + "id": 155207, + "is_current": true, + "job_title": "NFV Engineering Partner Manager", + "last_edited": 1521179908, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 57380, + "start_date": 1454284800 + } + ], + "bio": "

Bertrand is Engineering Partner Manager at Red Hat with a focus on NFV.  

\r\n

He collaborates closely with NEPs and communications service providers to deliver additional features supporting NFV into OpenStack

\r\n

and other open source communities.

", + "created": 1501752870, + "first_name": "Bertrand", + "gender": "Male", + "id": 13713, + "irc": "brault", + "last_edited": 1521200052, + "last_name": "Rault", + "member_id": 57380, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13713", + "presentations": [ + 21536 + ], + "title": "Engineering Partner Manager at Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1404898504, + "end_date": null, + "id": 59572, + "is_current": true, + "job_title": null, + "last_edited": 1404898954, + "organization": { + "created": 1359485922, + "id": 1079, + "last_edited": 1381735164, + "name": "Orange" + }, + "owner_id": 19831, + "start_date": 1288569600 + } + ], + "bio": "

Ruan HE is chief architect of Tencent Cloud TStack

", + "created": 1518071013, + "first_name": "Ruan", + "gender": "Male", + "id": 14230, + "irc": null, + "last_edited": 1525862909, + "last_name": "HE", + "member_id": 19831, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14230", + "presentations": [ + 21536 + ], + "title": "Chief Architect", + "twitter": "ruan_he" + }, + { + "affiliations": [ + { + "created": 1518149615, + "end_date": null, + "id": 154266, + "is_current": true, + "job_title": null, + "last_edited": 1518149615, + "organization": { + "created": 1508277695, + "id": 24845, + "last_edited": 1508277695, + "name": "Reliance Jio Infocomm Ltd." + }, + "owner_id": 98815, + "start_date": 1486512000 + } + ], + "bio": "

Have been working in the Site Reliability Engineering (SRE) Center of Excellence, Reliance Jio Infocomm Ltd. (RJIL), Bangalore. Previously worked as a cloud infrastructure architect in the IBM Global Cloud Center of Excellence (CoE), IBM India Bangalore for four years. Prior to that, I had a long stint as TOGAF-certified enterprise architecture (EA) consultant in Wipro Consulting Services (WCS) Division. Also worked as a lead architect in the corporate research (CR) division of Robert Bosch, Bangalore. In total, I have gained more than 17 years of IT industry experience and 8 years of research experience.

\r\n

Finished the CSIR-sponsored PhD degree at Anna University, Chennai and continued with the UGC-sponsored postdoctoral research in the Department of Computer Science and Automation, Indian Institute of Science, Bangalore. Thereafter, I was granted a couple of international research fellowships (JSPS and JST) to work as a research scientist for 3.5 years in two leading Japanese universities. Published more than 30 research papers in peer-reviewed journals such as IEEE, ACM, Springer-Verlag, Inderscience, etc. Have authored 8 books thus far and focus on some of the emerging technologies such as IoT, Cognitive Analytics, Blockchain, Digital Twin, Docker Containerization, Data Science, Microservices Architecture, fog / edge computing, etc. Have contributed 30 book chapters thus far for various technology books edited by highly acclaimed and accomplished professors and professionals. 

\r\n

https://www.linkedin.com/in/peterindia/

", + "created": 1518150090, + "first_name": "Pethuru Raj", + "gender": "Male", + "id": 14389, + "irc": null, + "last_edited": 1518225856, + "last_name": "Chelliah", + "member_id": 98815, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14389", + "presentations": [ + 21538 + ], + "title": "Chief Architect", + "twitter": "https://twitter.com/peterindia" + }, + { + "affiliations": [], + "bio": "

Overall, ~17 years of industry experience managing large teams to drive innovative products, services, platforms and applications. Key areas of expertise – Cloud, Middleware, Databases and Appliances.

\r\n

Currently serving as Associate Vice President, owing Site Reliability Engineering charter at Reliance Jio, India. Prior to this, served as a Director of Engineering at Oracle Corporation for over 16 years. Earned my Engineering graduation in Computer Science and Engineering from Amrita University and did Executive MBA from Indian Institute of Management, Bangalore.

\r\n

Senior level management and development experience in Cloud Services delivery with emphasis on Performance, Scalability, Reliability, Availability, Resiliency and Serviceability.

\r\n

Supported delivery of High Performance Cloud infrastructure (IaaS), Platform (PaaS), and Services (SaaS) at Oracle, focussing on OnDemand Self Service, Resource pooling, Rapid Elasticity and Metered Services.

\r\n

Extensive knowledge of Xen Virtualization stack, Infiniband RDMA Network fabric, ZFSSA Storage arrays and latest Intel IvyBridge/Haswell processors, Fusion Middleware (Hotspot/JRockit JVMs, Apache/Weblogic HTTP/J2EE Servers, distributed coherence cache), Business Intelligence (Hyperion, OBIEE, BI Publisher), Data Integration (Golden Gate, ODI/ELT, DQ), Monitoring and Diagnostic tools (Enterprise manager, RUEI, Graphite, Logstash, ElasticSearch, Kibana), and Fusion Applications.

\r\n

https://www.linkedin.com/in/senthil-arunachalam/

", + "created": 1518149378, + "first_name": "Senthil kumar", + "gender": "Male", + "id": 14387, + "irc": null, + "last_edited": 1521504800, + "last_name": "Arunachalam", + "member_id": 98813, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14387", + "presentations": [ + 21538 + ], + "title": "Associate Vice President, Reliance Jio Infocomm Ltd, India", + "twitter": null + }, + { + "affiliations": [], + "bio": "

A passionate technologist and a product leader with extensive experience (~16 years) in building highly scalable, resilient E-commerce and enterprise applications that are SaaS, IaaS and PaaS based. After having graduated with Master’s Degree from San Jose State University (SJSU, CA) with Major in Client Server Computing, worked in United States for large size tech company Sun Microsystems on Identity Access Management, mid-size product based company Intuit on flagship products - TurboTax, QuickBooks, and startup company Software Tree on object-relational mapping software. In pursuit of paying it forward, worked on AgriNova project at Intuit, IDC Bangalore, an SMS based solution to help farmers sell their produce at a fair market price that gave an immense satisfaction of having put principles of Design Thinking into practice from ground-up.

\r\n

As an Innovation catalyst, I have coached several startups at NSRCEL, IIM Bangalore in partnership with Pensaar Inc and at GHC on Design for Delight and Customer Driven Innovation. As a leader of Tech Women community at Intuit, lead 150+ women engineers, was invited as tech panelist by Cisco, Ericsson. Have contributed as Agile Advisory Board member, won best manager award at Intuit. Currently, I am part of digital transformation journey of India through Reliance, driving Jio Cloud platform and Site Reliability Engineering that entails design through deployment, post-production and also leading the charter of Tech Women at Reliance Jio.

\r\n

https://www.linkedin.com/in/vidyahungud/

", + "created": 1518149876, + "first_name": "Vidya", + "gender": null, + "id": 14388, + "irc": null, + "last_edited": 1526522795, + "last_name": "Hungud", + "member_id": 98814, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14388", + "presentations": { + "1": 21538 + }, + "title": "Associate Vice President, Reliance Jio Infocomm Ltd.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1472263855, + "end_date": null, + "id": 103999, + "is_current": true, + "job_title": null, + "last_edited": 1472263855, + "organization": { + "created": 1471579332, + "id": 18356, + "last_edited": 1471579332, + "name": "*independent" + }, + "owner_id": 51460, + "start_date": 1375315200 + } + ], + "bio": "

Noura Daadaa : Telecom Engineer , OpenStack Canada - Ottawa User Group Leader

\r\n

Solution Architect & Cloud Subject Matter Expert - Nokia Canada

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

", + "created": 1453130901, + "first_name": "Noura", + "gender": "Female", + "id": 4010, + "irc": null, + "last_edited": 1526253065, + "last_name": "Daadaa", + "member_id": 51460, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4010", + "presentations": { + "1": 21541 + }, + "title": "Solution Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1478216675, + "end_date": null, + "id": 108508, + "is_current": true, + "job_title": null, + "last_edited": 1478216675, + "organization": { + "created": 1389852333, + "id": 3983, + "last_edited": 1389852333, + "name": "Self" + }, + "owner_id": 77040, + "start_date": 1451606400 + } + ], + "bio": "

OpenStack Canada - Ottawa User Group Leader

\r\n

Cloud NFV Subject Matter Expert at Nokia focusing on Network Service Orchestration

\r\n

 

", + "created": 1518261768, + "first_name": "Jason", + "gender": "Male", + "id": 14403, + "irc": null, + "last_edited": 1526253243, + "last_name": "Sones", + "member_id": 77040, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14403", + "presentations": [ + 21541 + ], + "title": "Cloud NFV Subject Matter Expert", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1423467356, + "end_date": null, + "id": 65502, + "is_current": true, + "job_title": null, + "last_edited": 1454585715, + "organization": { + "created": 1423467356, + "id": 7370, + "last_edited": 1423467356, + "name": "sectoor GmbH" + }, + "owner_id": 17826, + "start_date": 1080777600 + }, + { + "created": 1518178087, + "end_date": null, + "id": 154279, + "is_current": true, + "job_title": "Senior Architect", + "last_edited": 1518178087, + "organization": { + "created": 1472106176, + "id": 18426, + "last_edited": 1472106176, + "name": "Red Hat GmbH" + }, + "owner_id": 17826, + "start_date": 1517443200 + } + ], + "bio": "

More than 18 years of working experience in the IT business, owning a small consulting company (me! ;) and recently joined team Red Hat as a Senior Architect.

\r\n

My heart is beating OpenStack since 2013 and the last 5 years where full of it. No matter if a telco, a bank, some hosting company or what so ever, i love to help everyone to get on their OpenStack journey.

", + "created": 1454318906, + "first_name": "Sven", + "gender": "Male", + "id": 4817, + "irc": null, + "last_edited": 1518178332, + "last_name": "Michels", + "member_id": 17826, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4817", + "presentations": { + "4": 21543 + }, + "title": "Senior Architect @ Red Hat, CEO sectoor GmbH", + "twitter": "geektoor" + }, + { + "affiliations": [ + { + "created": 1464026243, + "end_date": null, + "id": 97381, + "is_current": true, + "job_title": null, + "last_edited": 1464026243, + "organization": { + "created": 1433243202, + "id": 9435, + "last_edited": 1433243202, + "name": "OnX Enterprise Solutions" + }, + "owner_id": 26406, + "start_date": 1463356800 + }, + { + "created": 1526871720, + "end_date": null, + "id": 157148, + "is_current": true, + "job_title": "Chief Cloud Officer", + "last_edited": 1526871720, + "organization": { + "created": 1526871719, + "id": 26862, + "last_edited": 1526871719, + "name": "OnX - A CBTS Company" + }, + "owner_id": 26406, + "start_date": 1509494400 + } + ], + "bio": "

Ben is currently the Chief Cloud Officer for the Service Provider/Telco team at OnX. He is also the co-author of the book \"OpenStack for Architects\" \"Mastering OpenStack\" and was the Technical Reviewer for \"Learning OpenStack\" (Packt Publishing).

\r\n

When Ben is not writing books he is an active technical contributor to the OpenStack Foundation Documentation Team (Architecture Guide) and leads the Phoenix, AZ OpenStack User Group. He often speaks about cloud adoption, implementation and cultural impact at OpenStack conferences, meetups, and special vendor events.

Prior to OnX, Ben was a Senior Cloud/System Architect at Mirantis, a top OpenStack distribution, where he was responsible for creating enterprise OpenStack architectures for some of the most prominent telecommunications and Fortune 100 companies worldwide.

Before joining Mirantis, Ben was the Lead Technical Architect and Engineer for the OpenStack cloud at American Express and was directly responsible for the architecture and deployment of the largest U.S. financial services cloud in production at the time. Today, this same cloud supports over 10,000 workloads.

Ben holds a degree in English communications and Masters degree in Information Management from Arizona State University. When he's not out evangelizing more people into the cloud lifestyle he likes to spend time with his beautiful wife and two crazy boys in Phoenix, Arizona.

", + "created": 1445824173, + "first_name": "Ben", + "gender": "Male", + "id": 3607, + "irc": "bsilverman", + "last_edited": 1526490739, + "last_name": "Silverman", + "member_id": 26406, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3607", + "presentations": { + "10": 21547 + }, + "title": "Chief Cloud Officer, Author, and OpenStack Activist", + "twitter": "bensilverm" + }, + { + "affiliations": [], + "bio": "

Miha has over 20 years of technical experience ranging from modern NFV technology to classical compute landscapes and utilising them to deliver state of the art custom and off the shelf applications.  He has Networking knowledge and is CISCO certified, allowing him to understand not only fundamental networking but get involved in detailed discussion when building and maintaining technology.

\r\n

On top of his grass roots Hardware, Software development and networking knowledge, he is also a PMI certified senior project manager. This mix of experience and knowhow put him in a special position in his current working environment as a ‘Special Complex Projects’ owner where he is able to take concept to production with a mix of technology, people and practice.

\r\n

He is a passionate person that fully believes in what he does.

\r\n


", + "created": 1508423769, + "first_name": "Mihajlo", + "gender": "Male", + "id": 13807, + "irc": null, + "last_edited": 1522893602, + "last_name": "Zivkovic", + "member_id": 84631, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13807", + "presentations": { + "1": 21550, + "2": 21888 + }, + "title": "Swisscom Ltd., Product Owner", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1423498439, + "end_date": null, + "id": 65549, + "is_current": true, + "job_title": null, + "last_edited": 1423498439, + "organization": { + "created": 1423498439, + "id": 7377, + "last_edited": 1423498439, + "name": "Avi Networks Inc" + }, + "owner_id": 23070, + "start_date": 1356998400 + } + ], + "bio": "

Ranga Rajagopalan is the CTO at Avi Networks where he is responsible for architecting Avi's Cloud Application Delivery Platform (CADP) solution on OpenStack.  Ranga is also responsible for Avi's overall CADP architecture and the technology vision. Prior to Avi Networks, Ranga worked in the Data Center Business Unit at Cisco Systems, where he architected the Nexus 7000 systems/platforms software, the NX-OS distributed operating system, the SAN-OS operating system, and the MDS systems/platform software. At Cisco Systems, Ranga worked in various technical roles from Software Engineer to Sr. Director of Engineering. Ranga has over 20 years of technology industry experience in architecting and developing high performance distributed systems, datacenter networking/storage and IT analytics.  

", + "created": 1436989388, + "first_name": "Ranga", + "gender": "Male", + "id": 2601, + "irc": null, + "last_edited": 1518203355, + "last_name": "Rajagopalan", + "member_id": 23070, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2601", + "presentations": { + "1": 21550, + "2": 21888 + }, + "title": "CTO & Co-founder, Avi Networks", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1490602060, + "end_date": null, + "id": 137959, + "is_current": true, + "job_title": null, + "last_edited": 1490602060, + "organization": { + "created": 1359485922, + "id": 33, + "last_edited": 1365013136, + "name": "Hewlett Packard Enterprise" + }, + "owner_id": 85092, + "start_date": 1448928000 + } + ], + "bio": "

Marco works for HPE since Septmember 2012. From 2012 until 2014 he has been working as Cloud Architect, designing and implementing private cloud IaaS projects. End of 2014 he moved into the telco cloud group and has been responsible for the implementation of an OpenStack based NFV Solution (vCPE) at a Tier 1 Telco in Switzerland.

\n

Since beginning of 2017, he is now working as a lead Architect in HPE's Digital Video Solutions team, where he is making use of the experience in OpenStack based cloud and telco cloud for media processing at telcos and TV broadcasters.

", + "created": 1499687650, + "first_name": "Marco", + "gender": "Male", + "id": 12713, + "irc": null, + "last_edited": 1527470121, + "last_name": "Loetscher", + "member_id": 85092, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12713", + "presentations": { + "1": 21550, + "2": 21888 + }, + "title": "Lead Architect HPE WW Digital Video Solutions", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Andrew is a member of the Spinnaker community and a frequent contributor to the Continuous Delivery and Devops space. He's been a software engineer, team lead, infrastructure builder and community evangelist and now works on product management and strategy. Andrew contributes to a number of open-source projects, is a regular speaker and author and co-organizer of ContainerDays Boston and NYC.

", + "created": 1518255814, + "first_name": "Andrew", + "gender": null, + "id": 14402, + "irc": null, + "last_edited": 1518258824, + "last_name": "Phillips", + "member_id": 98849, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14402", + "presentations": [ + 21553 + ], + "title": "Spinnaker", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1486597816, + "end_date": null, + "id": 135570, + "is_current": true, + "job_title": "Cloud Domain Architect & SME", + "last_edited": 1486597816, + "organization": { + "created": 1486597816, + "id": 21390, + "last_edited": 1486597816, + "name": "Gap, Inc." + }, + "owner_id": 81519, + "start_date": 1388966400 + } + ], + "bio": "

Eli Elliott is the infrastructure architect responsible for private cloud\u00a0at Gap, Inc. Gap's private cloud infrastructure hosts nearly all aspects of the companies omni sales pipeline.

", + "created": 1486597570, + "first_name": "Elijah", + "gender": null, + "id": 11855, + "irc": "@elielliott", + "last_edited": 1522254397, + "last_name": "Elliott", + "member_id": 81519, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11855", + "presentations": { + "1": 21556 + }, + "title": "Domain Architect, Gap Inc.", + "twitter": "GrayWolf" + }, + { + "affiliations": [ + { + "created": 1493985075, + "end_date": null, + "id": 140133, + "is_current": true, + "job_title": null, + "last_edited": 1493985075, + "organization": { + "created": 1486597816, + "id": 21390, + "last_edited": 1486597816, + "name": "Gap, Inc." + }, + "owner_id": 87370, + "start_date": 1433116800 + } + ], + "bio": "

Tige Chastain is the Platform-as-a-Service Technical lead for Gap, Inc.  Starting with the pilot of OpenStack for private cloud, Tige helped build and deploy OpenStack at Gap as the primary preferred IaaS platform for the Online divison of Gap.  Tige's daily duties now are administrating PCF as well as looking for strategic solves for CaaS and generic containers.

", + "created": 1520953016, + "first_name": "Tige", + "gender": "Male", + "id": 14524, + "irc": null, + "last_edited": 1521570333, + "last_name": "Chastain", + "member_id": 87370, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14524", + "presentations": [ + 21556 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [], + "bio": "

Senior Engineer at Alibaba Group, is currently responsible for the open source construction of the Pouch container project at Alibaba. He has been involved in cloud computing for over 5 years, and is one of the first batch of researchers and practitioners of container technology. Allen played a central role in the evangelism of container technology. He is the author of the book The Source Code Analysis of Docker and a personal advocate of the open source spirit, as well as a Maintainer of the Docker Swarm Project.

", + "created": 1520953183, + "first_name": "Allen", + "gender": null, + "id": 14526, + "irc": null, + "last_edited": 1521079459, + "last_name": "Sun", + "member_id": 100134, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14526", + "presentations": [ + 21557 + ], + "title": "Senior Engineer at Alibaba Group", + "twitter": "shlallen" + }, + { + "affiliations": [ + { + "created": 1384269867, + "end_date": null, + "id": 40746, + "is_current": true, + "job_title": "COO", + "last_edited": 1384269867, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 31, + "start_date": 1382918400 + } + ], + "bio": "

Prior to working on OpenStack, I worked at Yahoo! as Sr. Director of Business Development focused on strategic partnerships in the music business (via Yahoo's acquisition of Musicmatch), and previously at Dell in product, marketing, and technical roles.

\r\n

I joined Rackspace in 2009, in the role of Vice President of Business Development & Corporate Development, and began working on a plan (with Jim Curry, Rick Clark, Bret Piatt, Jonathan Bryce, Jason Seats, Lauren Sell and countless others) to fully embrace open source in the cloud, seeking Rackspace board approval and building alliances with NASA and 25 other organizations. This led to the launch of OpenStack in July 2010.   

\r\n

After launching OpenStack, my focus shifted full time to community building activitites to grow OpenStack, as Vice President of Business Development and Marketing for OpenStack.  

\r\n

The ecosystem and the brand have grown in concert, as new organizations that we've attracted have helped spread the word and improve the OpenStack software by hiring dozens of OpenStack developers, delivering solutions that meet the needs of users such as Cisco Webex, eBay, Mercado Libre, and Paypal.

\r\n

In 2011, I began the work of establishing the independent OpenStack Foundation, along with Jonathan Bryce (now Executive Director) and many others throughout the community.  This open process included writing and revising the basic structure, principles, and ultimately the bylaws in an open manner, until we launched the new independent foundation in the Fall of 2012.  The establishment of a User Committee is one of the most vital components of the new structure, IMHO, as in the end the software is for the users, and that is who we must fight for.

\r\n

I'm now the Chief Operating Officer of the OpenStack Foundation, and work full time to achieve the OpenStack Foundation Mission focused on \"Protecting, Empowering, and Promoting OpenStack software and the community around it, including users, developers and the entire ecosystem.\"

\r\n

Outside of OpenStack, I love music, Austin, BBQ, wakeboarding on Lake Austin, and basketball (Rockets & Longhorns fan). I sometimes make angel investments but I mostly juggle working on OpenStack and spending time with my family. I usually go by \"sparkycollier\" on the interwebs, which is my way of honoring my late, great, Great Dane Sparky.

\r\n

More Links: 

\r\n

http://www.linkedin.com/in/markcollier

\r\n

http://markcollier.me/

", + "created": 1450479913, + "first_name": "Mark", + "gender": "Male", + "id": 3660, + "irc": "sparkycollier", + "last_edited": 1485273286, + "last_name": "Collier", + "member_id": 31, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3660", + "presentations": { + "18": 21558 + }, + "title": "COO", + "twitter": "sparkycollier" + }, + { + "affiliations": [ + { + "created": 1526638998, + "end_date": null, + "id": 157031, + "is_current": true, + "job_title": "CEO", + "last_edited": 1526638998, + "organization": { + "created": 1521216962, + "id": 26253, + "last_edited": 1521216962, + "name": "Netlify" + }, + "owner_id": 101989, + "start_date": 1391126400 + } + ], + "bio": "

Matt Biilmann is regarded as one of the driving forces behind the growth of the JAMstack and is a founder and CEO of Netlify, the fastest growing automation platform for modern websites. 

\r\n

Netlify operates a globally distributed multi cloud infrastructure across a large number of different cloud providers, purpose-built to support a JAMstack architecture where a static frontend delivered from multiple points of origin talks to dynamic microservices.

\r\n

 

\r\n

 

", + "created": 1521113533, + "first_name": "Matt", + "gender": null, + "id": 14531, + "irc": null, + "last_edited": 1526639075, + "last_name": "Biilmann", + "member_id": 101989, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14531", + "presentations": [ + 21581 + ], + "title": "CEO", + "twitter": "biilmann" + }, + { + "affiliations": [], + "bio": "

Netlify operates a globally distributed multi cloud infrastructure across a large number of different cloud providers, purpose-built to support a JAMstack architecture where a static frontend delivered from multiple points of origin talks to dynamic microservices.

", + "created": 1521113491, + "first_name": "Chris", + "id": 14530, + "irc": null, + "last_edited": 1521113556, + "last_name": "Bach", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14530", + "presentations": [ + 21581 + ], + "title": "Co-founder", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1474904321, + "end_date": null, + "id": 105551, + "is_current": true, + "job_title": null, + "last_edited": 1474904321, + "organization": { + "created": 1359485922, + "id": 1, + "last_edited": 1364994786, + "name": "Rackspace" + }, + "owner_id": 19175, + "start_date": 1466380800 + } + ], + "bio": "

Michael is the PTL for OpenStack Octavia and a core reviewer in the Kosmos (GSLB) project. Over his fifteen year career at HP he has worked on data center automation, distributed network systems, embedded system design, and big data. Recently Michael join the cloud load balancing team at Rackspace. Michael lives in Corvallis, Oregon.

", + "created": 1434374217, + "first_name": "Michael", + "gender": "Male", + "id": 48, + "irc": "johnsom", + "last_edited": 1501772673, + "last_name": "Johnson", + "member_id": 19175, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/48", + "presentations": { + "5": 21582, + "6": 21642 + }, + "title": "Sr. Software Developer, Rackspace", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1400664504, + "end_date": null, + "id": 58718, + "is_current": true, + "job_title": null, + "last_edited": 1400664504, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 18994, + "start_date": 1400457600 + } + ], + "bio": null, + "created": 1517991857, + "first_name": "Harry", + "gender": "Male", + "id": 14163, + "irc": null, + "last_edited": 1517991857, + "last_name": "Rybacki", + "member_id": 18994, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14163", + "presentations": [ + 21584 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1486391045, + "end_date": null, + "id": 135381, + "is_current": true, + "job_title": "Developer Advocate", + "last_edited": 1486391045, + "organization": { + "created": 1359485922, + "id": 27, + "last_edited": 1365013136, + "name": "IBM" + }, + "owner_id": 1211, + "start_date": 1479081600 + } + ], + "bio": "

Andrea Frittoli is the PTL of the QA Program in OpenStack.

\r\n

He started working with OpenStack in 2011 - he has been focussing mostly on Quality Engineering and CI/CD. 

\r\n

He is a Developer Advocate at IBM. 

\r\n

Before joining IBM he was QA Technical Lead at HP/HPE for the Helion Public Cloud and OpenStack Distribution. 

\r\n

Earlier he worked as integration engineer and architect, delivering IT projects for Telcos for several years.

\r\n

He's a hacker and OpenSource enthusiast.

\r\n

 

", + "created": 1434380197, + "first_name": "Andrea", + "gender": "Male", + "id": 61, + "irc": "andreaf", + "last_edited": 1518104243, + "last_name": "Frittoli", + "member_id": 1211, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/61", + "presentations": { + "10": 21585 + }, + "title": "Developer Advocate", + "twitter": "blackchip76" + }, + { + "affiliations": [ + { + "created": 1443188252, + "end_date": null, + "id": 81089, + "is_current": true, + "job_title": null, + "last_edited": 1486599895, + "organization": { + "created": 1435576786, + "id": 9866, + "last_edited": 1435576786, + "name": "OpenStack Infrastructure" + }, + "owner_id": 72, + "start_date": 1278374400 + }, + { + "created": 1465998486, + "end_date": null, + "id": 98618, + "is_current": true, + "job_title": null, + "last_edited": 1465998486, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 72, + "start_date": 1465776000 + } + ], + "bio": "

Monty currently leads the team that works on the Zuul project for CI/CD in Red Hat's CTO Office. He's the founder, core member and past PTL of the OpenStack Infra team which runs CI and developer tooling for OpenStack. He's a past member of both the OpenStack Technical Committee and the OpenStack Foundation Board of Directors. Monty is the PTL of the shade/python-openstacksdk project and is the maintainer of the Ansible modules for consuming OpenStack. Before his OpenStack days he was a core developer on Drizzle and was a Senior Consultant for MySQL, Inc.

\r\n

Monty has a degree in Theatre Directing and went to grad school at CalArts in lighting design. The intersection of fields has led him to start more than one business around developing technology for and related to live performance. Recently Monty served as an Adjunct Professor at NYU's Tisch School of the Arts teaching a class on programming related to lighting design. If you let him, he'll talk to you WAY too much about Scuba Diving.

", + "created": 1436867394, + "first_name": "Monty", + "gender": "Male", + "id": 1604, + "irc": "mordred", + "last_edited": 1518054757, + "last_name": "Taylor", + "member_id": 72, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1604", + "presentations": { + "25": 21590, + "26": 21663 + }, + "title": "OpenStack Hacker", + "twitter": "e_monty" + }, + { + "affiliations": [ + { + "created": 1501587175, + "end_date": null, + "id": 143729, + "is_current": true, + "job_title": null, + "last_edited": 1501587175, + "organization": { + "created": 1411172932, + "id": 6168, + "last_edited": 1411172932, + "name": "Verizon Wireless" + }, + "owner_id": 1778, + "start_date": 1501459200 + } + ], + "bio": "

Brian Rosmaita was the Glance PTL for the Pike release. He's a Distinguished Member of the Technical Staff at Verizon Wireless, and is serving as Glance PTL for the Queens release.

\r\n

Brian formerly worked as part of the now defunct OpenStack Innovation Center.  He's been an active technical contributor to OpenStack since the Folsom release and was a software developer on the Rackspace first generation cloud.  He's also spent some time in product management, where among other things, he was instrumental in the launch of Cloud Images, the Rackspace Public Cloud offering built on OpenStack Glance.  He's currently a core contributor to Glance and Searchlight, and is a Certified OpenStack Administrator.  Brian is a recovering philosopher who spends his spare time reading, walking the dog, and doing family-type stuff with his family.

", + "created": 1436966341, + "first_name": "Brian", + "gender": "Male", + "id": 2290, + "irc": "rosmaita", + "last_edited": 1508495724, + "last_name": "Rosmaita", + "member_id": 1778, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2290", + "presentations": { + "15": 21628, + "16": 21592 + }, + "title": "Distinguished Member of the Technical Staff", + "twitter": "br14nr" + }, + { + "affiliations": [ + { + "created": 1486378552, + "end_date": null, + "id": 135370, + "is_current": true, + "job_title": "Principal Engineer", + "last_edited": 1486378565, + "organization": { + "created": 1399725551, + "id": 5106, + "last_edited": 1399725551, + "name": "nokia" + }, + "owner_id": 81313, + "start_date": 1455494400 + } + ], + "bio": "

Cloud platform developer focused on CI, installation and deployment. 

\r\n

Current manager of the Vitrage insight team at Nokia

", + "created": 1486378473, + "first_name": "Yuval", + "gender": "Male", + "id": 11581, + "irc": "adary", + "last_edited": 1517972655, + "last_name": "Adar", + "member_id": 81313, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11581", + "presentations": { + "3": 21653, + "4": 21593 + }, + "title": "R&D Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1430792177, + "end_date": null, + "id": 71400, + "is_current": true, + "job_title": null, + "last_edited": 1430792177, + "organization": { + "created": 1430792176, + "id": 8972, + "last_edited": 1430792176, + "name": "FUJITSU Enabling Software Technology GmbH" + }, + "owner_id": 34392, + "start_date": 1430438400 + } + ], + "bio": "

Witek Bedyk is senior software developer at Fujitsu EST (Munich, Germany) and Project Team Lead of OpenStack Monitoring Service (Monasca). He holds an MSc in Computational Physics from the Lodz University of Technology. He has also studied Computer Science at FernUniversität Hagen. Prior to working with OpenStack he was a developer of GIS software. Witek has spoken about Monasca at OpenStack Summits in Tokyo, Austin, Barcelona and Boston.

", + "created": 1453216109, + "first_name": "Witek", + "gender": "Male", + "id": 4037, + "irc": "witek", + "last_edited": 1518069936, + "last_name": "Bedyk", + "member_id": 34392, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4037", + "presentations": { + "12": 21594, + "13": 21639 + }, + "title": "Senior Software Developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1494143691, + "end_date": null, + "id": 140233, + "is_current": true, + "job_title": "Technical Lead", + "last_edited": 1494143691, + "organization": { + "created": 1413245877, + "id": 6429, + "last_edited": 1413245877, + "name": "NTT Communications Corporation" + }, + "owner_id": 79807, + "start_date": 1143849600 + } + ], + "bio": "

Kazunori Shinohara (Kaz) is a technical lead of Cloud Service development team at NTT Communications.

\r\n

Recently he forcus on design and implementation of orchestration services in \"Enterprise Cloud\" which is a OpenStack based Publc Cloud services.

\r\n

Also he is engaged in OpenStack upstream as a head-dashboard core.

", + "created": 1483591271, + "first_name": "Kazunori", + "gender": "Male", + "id": 11059, + "irc": "kazsh", + "last_edited": 1524003772, + "last_name": "Shinohara", + "member_id": 79807, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11059", + "presentations": { + "6": 21595, + "7": 21629 + }, + "title": "Technical Lead", + "twitter": "kazshinohara" + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 41009, + "is_current": true, + "job_title": "", + "last_edited": 1384269868, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 277, + "start_date": 1375315200 + } + ], + "bio": "

I am one of the original developers of the OpenStack Orchestration (Heat) project and still a member of the core team. I served as the Heat PTL for the Juno cycle. I work full time on OpenStack for Red Hat, mostly on Heat and TripleO. Lately I've been thinking a lot about how we make make sure that OpenStack succeeds at providing a full cloud feature set, not just a better way to launch virtual machines.

", + "created": 1436904819, + "first_name": "Zane", + "gender": "Male", + "id": 1905, + "irc": "zerobanana", + "last_edited": 1492615160, + "last_name": "Bitter", + "member_id": 277, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1905", + "presentations": { + "5": 21595, + "6": 21629, + "7": 21713 + }, + "title": "Heat Core Developer", + "twitter": "zaneb" + }, + { + "affiliations": [ + { + "created": 1438825984, + "end_date": null, + "id": 78274, + "is_current": true, + "job_title": null, + "last_edited": 1438825984, + "organization": { + "created": 1392862022, + "id": 4281, + "last_edited": 1392862022, + "name": "Deutsche Telekom AG" + }, + "owner_id": 45058, + "start_date": 1343779200 + } + ], + "bio": "

Frank Kloeker works at Deutsche Telekom as a Technology Manager for cloud applications. He is experienced in Cloud for 7 years, IT for 21 years and 31 years for Operations.

\r\n

His active time in OpenStack Community began in 2015. He is one of active German translators in OpenStack I18n team, and also he contributes I18n toolings with puppet scripts for translation platform upgrade and translation checksite. Frank is currently PTL.

\r\n

The Enterprise Working Group is his second workstream in the OpenStack Community. Target of this working group is to identify and remove barriers to Enterprise adoption and deployments of OpenStack because Frank worked in application operation for internet platforms for many years.

\r\n

Third thing, he invented the Cloud-Kindergarten of Deutsche Telekom 2016. Young people like apprentices and students are trained on production platforms in OpenStack Operations and learning modern Cloud technologies  and working in global teams.

", + "created": 1438826113, + "first_name": "Frank", + "gender": "Male", + "id": 3383, + "irc": "eumel8", + "last_edited": 1516196005, + "last_name": "Kloeker", + "member_id": 45058, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3383", + "presentations": { + "6": 21596, + "7": 21627 + }, + "title": "German translator & Technology Manager Cloud Applications at Deutsche Telekom", + "twitter": "eumel_8" + }, + { + "affiliations": [ + { + "created": 1521748614, + "end_date": null, + "id": 155417, + "is_current": true, + "job_title": "Engineer", + "last_edited": 1521748614, + "organization": { + "created": 1521748614, + "id": 26313, + "last_edited": 1521748614, + "name": "Fusetools Korea" + }, + "owner_id": 28546, + "start_date": 1492992000 + }, + { + "created": 1523335915, + "end_date": null, + "id": 155846, + "is_current": true, + "job_title": "Open Frontier", + "last_edited": 1523335915, + "organization": { + "created": 1523335915, + "id": 26467, + "last_edited": 1523335915, + "name": "KOSSLAB" + }, + "owner_id": 28546, + "start_date": 1522540800 + } + ], + "bio": "
Ian Y. Choi has development backgrounds with Computer Science and he is now involved in KOSSLAB (Korea Open Source Developer Center), as an open frontier (developer with open sources). He started his contributions in OpenStack Internationalization (I18n) in 2014, and he is now mainly interested in evolving OpenStack with I18n, documentation, and many OpenStack projects. He is a core reviewer in I18n and training-guides (Documentation specialty team). He did a PTL role in I18n team during Ocata & Pike cycle, and he is a community leader in OpenStack Korea user group from January 2017 for 2 years. He has been awarded as Microsoft MVP - Cloud and Datacenter Management (July 2016 - Jun 2018).
\r\n
 
", + "created": 1436738976, + "first_name": "Ian Y.", + "gender": "Male", + "id": 1188, + "irc": "ianychoi", + "last_edited": 1523336037, + "last_name": "Choi", + "member_id": 28546, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1188", + "presentations": { + "6": 21596, + "7": 21627 + }, + "title": "Korea User Group Leader", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1455230906, + "end_date": null, + "id": 88260, + "is_current": true, + "job_title": null, + "last_edited": 1468362448, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 7318, + "start_date": 1459728000 + } + ], + "bio": "

Melanie is a core reviewer on the OpenStack Nova project.

", + "created": 1506947836, + "first_name": "Melanie", + "gender": "Female", + "id": 13774, + "irc": "melwitt", + "last_edited": 1525976763, + "last_name": "Witt", + "member_id": 7318, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13774", + "presentations": { + "2": 21598, + "3": 21641, + "4": 21891 + }, + "title": "Principal Software Engineer, Red Hat", + "twitter": "melwitt_" + }, + { + "affiliations": [ + { + "created": 1473133661, + "end_date": null, + "id": 104539, + "is_current": true, + "job_title": null, + "last_edited": 1473133661, + "organization": { + "created": 1399840218, + "id": 5112, + "last_edited": 1399840218, + "name": "ZTE Corporation" + }, + "owner_id": 72980, + "start_date": 1443657600 + } + ], + "bio": null, + "created": 1521476088, + "first_name": "Feng", + "gender": "Female", + "id": 14540, + "irc": null, + "last_edited": 1521476088, + "last_name": "Shengqin", + "member_id": 72980, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14540", + "presentations": [ + 21599 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1432588211, + "end_date": null, + "id": 72461, + "is_current": true, + "job_title": null, + "last_edited": 1432588211, + "organization": { + "created": 1415172013, + "id": 6662, + "last_edited": 1415172013, + "name": "NEC Solution Innovators, Ltd." + }, + "owner_id": 35369, + "start_date": 1430438400 + } + ], + "bio": "

Shu Muto is a system engineer at NEC Solution Innovators, Ltd. He has contributed to OpenStack since September in 2015. He is Web developer, so he has contributed to Dashboard and plugins. Now, he is core reviewer for Magnum-UI, Zaqar-UI, Zun-UI, Senlin-Dashboard and UI-Cookiecutter, also i18n liaison for Magnum-UI.

", + "created": 1453437100, + "first_name": "Shu", + "gender": "Male", + "id": 4122, + "irc": "shu-mutou", + "last_edited": 1520986627, + "last_name": "Muto", + "member_id": 35369, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4122", + "presentations": { + "7": 21599 + }, + "title": "Leader", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1408572699, + "end_date": null, + "id": 61158, + "is_current": true, + "job_title": null, + "last_edited": 1408572699, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 24551, + "start_date": 1405900800 + } + ], + "bio": "

Zhipeng Huang currently serve as open source operation manager for Huawei. Zhipeng have been involved with various major open source communities and is now the PTL of OpenStack Cyborg project, co-chair of OpenStack Public Cloud WG, and co-lead of the Kubernetes Policy WG

", + "created": 1436922408, + "first_name": "Zhipeng", + "gender": "Male", + "id": 1994, + "irc": "nopainkiller", + "last_edited": 1523524779, + "last_name": "Huang", + "member_id": 24551, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1994", + "presentations": { + "16": 21604 + }, + "title": "Standard Manager", + "twitter": "zhipeng" + }, + { + "affiliations": [ + { + "created": 1518069479, + "end_date": null, + "id": 154145, + "is_current": true, + "job_title": "Technical Architect", + "last_edited": 1518069479, + "organization": { + "created": 1359485922, + "id": 56, + "last_edited": 1365011280, + "name": "Canonical" + }, + "owner_id": 3097, + "start_date": 1283299200 + } + ], + "bio": "

James as been involved in Open Source software since 2000, evangelising and delivering the use of Free and Open Source technologies in a major UK bank.

\r\n

In 2010, James discovered Ubuntu and became involved in both the development of Ubuntu and shortly afterwards OpenStack.

\r\n

James is part of the team responsible for delivering and supporting OpenStack as part of every Ubuntu release and for the Juju Charms for OpenStack, the best way for deploying and managing OpenStack deployments on Ubuntu at any scale.

", + "created": 1436782644, + "first_name": "James", + "gender": null, + "id": 1263, + "irc": "jamespage", + "last_edited": 1518087248, + "last_name": "Page", + "member_id": 3097, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1263", + "presentations": { + "22": 21607, + "23": 21855 + }, + "title": "Technical Architect", + "twitter": "javacruft" + }, + { + "affiliations": [ + { + "created": 1384269891, + "end_date": null, + "id": 51427, + "is_current": true, + "job_title": "", + "last_edited": 1384269891, + "organization": { + "created": 1359485922, + "id": 125, + "last_edited": 1381706362, + "name": "Midokura" + }, + "owner_id": 10696, + "start_date": 1376956800 + } + ], + "bio": "

Based in Barcelona, Pino de Candia joined Midokura as a Software Engineer in late 2010. He helped build early versions of MidoNet and in 2011 started and managed the Barcelona-based Network Controller team. Over the next 3 years Pino helped grow Midokura's Barcelona office to nearly 20 engineers. From early 2013 through August 2014, Pino was VP of Engineering after which he transitioned to his current role of Chief Architect, responsible for MidoNet's overall architecture as well as the design of Midokura's Enterprise MidoNet (MEM). In late 2015, Pino also assumed the role of CTO.

\r\n

Prior to Midokura, Pino was in a number of software development roles. The most recent was at Amazon.com: first leading the team that developed Dynamo, a NoSQL data store; then managing an internal infrastructure software team focused on caching tools and systems.

\r\n

Pino did his B.S. and M.Eng. degrees in Computer Science at Cornell University.

", + "created": 1436484596, + "first_name": "Giuseppe", + "gender": null, + "id": 1015, + "irc": null, + "last_edited": 1485465419, + "last_name": "de Candia", + "member_id": 10696, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1015", + "presentations": { + "9": 21608 + }, + "title": "CTO, Midokura", + "twitter": "pino_midokura" + }, + { + "affiliations": [], + "bio": null, + "created": 1436356392, + "first_name": "Russell", + "id": 875, + "irc": null, + "last_edited": 1436899443, + "last_name": "Bryant", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/875", + "presentations": [ + 21612 + ], + "title": "Core OpenStack Developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1520369226, + "end_date": null, + "id": 154932, + "is_current": true, + "job_title": null, + "last_edited": 1520369226, + "organization": { + "created": 1429420154, + "id": 8724, + "last_edited": 1429420154, + "name": "*independent user - Unaffiliated" + }, + "owner_id": 99935, + "start_date": 1520294400 + } + ], + "bio": "

Maysa is a software engineer at the Federal University of Campina Grande, Brazil. She is currently researching on secure edge computing solutions in the cloud (using Kubernetes). She spent the last winter working as an Intern for Kuryr-Kubernetes, where she could add health checks to Kuryr components and enable them to be probed by the orchestration layer. 

", + "created": 1525354411, + "first_name": "Maysa", + "gender": "Female", + "id": 14611, + "irc": null, + "last_edited": 1525354560, + "last_name": "de Macedo Souza", + "member_id": 99935, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14611", + "presentations": [ + 21612 + ], + "title": "Ms.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1400572159, + "end_date": null, + "id": 58677, + "is_current": true, + "job_title": null, + "last_edited": 1400572159, + "organization": { + "created": 1389560323, + "id": 3938, + "last_edited": 1389560323, + "name": "Cisco Systems" + }, + "owner_id": 18954, + "start_date": 757555200 + } + ], + "bio": "

Dave McCowan leads security initiatives for the Cloud Solutions Group at Cisco. He is PTL for the Barbican project and an active contributor to the Security and Kolla projects.

\r\n

 

", + "created": 1434692531, + "first_name": "Dave", + "gender": "Male", + "id": 210, + "irc": "dave-mccowan", + "last_edited": 1518108422, + "last_name": "McCowan", + "member_id": 18954, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/210", + "presentations": { + "19": 21613, + "20": 21623, + "22": 21844 + }, + "title": "Principal Engineer, Cisco", + "twitter": "davemccowan" + }, + { + "affiliations": [], + "bio": null, + "created": 1477470174, + "first_name": "Ade", + "gender": null, + "id": 10948, + "irc": null, + "last_edited": 1477470174, + "last_name": "Lee", + "member_id": 20842, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10948", + "presentations": [ + 21613, + 21623 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1443025995, + "end_date": null, + "id": 80919, + "is_current": true, + "job_title": null, + "last_edited": 1443025995, + "organization": { + "created": 1359485922, + "id": 45, + "last_edited": 1359485922, + "name": "VMware " + }, + "owner_id": 47484, + "start_date": 1442793600 + } + ], + "bio": "

Eric Kao is PTL of OpenStack Congress and a software engineer at VMware, where he designs and implements policy-based management solutions. He holds a PhD in declarative methods from Stanford University and has served on program committees for AAAI, KR, and RuleML.

", + "created": 1468356527, + "first_name": "Eric", + "gender": "Male", + "id": 9844, + "irc": null, + "last_edited": 1518090862, + "last_name": "Kao", + "member_id": 47484, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9844", + "presentations": { + "4": 21615, + "5": 21830 + }, + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1460408535, + "end_date": null, + "id": 93892, + "is_current": true, + "job_title": null, + "last_edited": 1460408535, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 39001, + "start_date": 1446508800 + } + ], + "bio": "

Telles Nobrega has an MSc in Computer Science/Distributed Systems by the Federal University of Campina Grande - Brazil. Currently working as a software engineer at Red Hat, upstream contributor, Project Technical Lead of Sahara. Telles Nobrega has been contributing to OpenStack since IceHouse release with a special focus on the Sahara project but also worked on Keystone, Trove, and Nova.

", + "created": 1436880403, + "first_name": "Telles", + "gender": "Male", + "id": 1695, + "irc": "tellesnobrega", + "last_edited": 1526905745, + "last_name": "Nobrega", + "member_id": 39001, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1695", + "presentations": { + "5": 21616, + "6": 21648 + }, + "title": "Sahara PTL, Software Engineer", + "twitter": "tellesnobrega" + }, + { + "affiliations": [ + { + "created": 1384269888, + "end_date": null, + "id": 50020, + "is_current": true, + "job_title": "", + "last_edited": 1384269888, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 9177, + "start_date": 1381968000 + } + ], + "bio": "

 Ben has been a believer in open source since before he knew open source was a thing.  He previously spent 7 years at IBM in various roles, and now is at Red Hat working on TripleO (using OpenStack to deploy OpenStack).  When not traveling to exotic locales for OpenStack events, he can be found in Rochester, MN.

", + "created": 1467925865, + "first_name": "Ben", + "gender": "Male", + "id": 9513, + "irc": "bnemec", + "last_edited": 1517484073, + "last_name": "Nemec", + "member_id": 9177, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9513", + "presentations": { + "3": 21617, + "4": 21645 + }, + "title": "Senior Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1523348030, + "end_date": null, + "id": 155850, + "is_current": true, + "job_title": "Principal Software Engineer", + "last_edited": 1523348030, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 8721, + "start_date": 1319414400 + } + ], + "bio": "

I am a Principal Software Engineer at Red Hat. I currently work on the TripleO project, specializing in Mistral and workflows. 

", + "created": 1521545950, + "first_name": "Brad", + "gender": "Male", + "id": 14544, + "irc": "thrash", + "last_edited": 1525941082, + "last_name": "Crochet", + "member_id": 8721, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14544", + "presentations": [ + 21638, + 21620 + ], + "title": "Principal Software Engineer, Red Hat", + "twitter": "bradcrochet" + }, + { + "affiliations": [ + { + "created": 1476341719, + "end_date": null, + "id": 107059, + "is_current": true, + "job_title": null, + "last_edited": 1476341719, + "organization": { + "created": 1359485922, + "id": 285, + "last_edited": 1381734470, + "name": "NTT" + }, + "owner_id": 75546, + "start_date": 1364774400 + } + ], + "bio": "

Hiroaki Kobayashi is a software engineer at NTT, specialized in a distributed computing, telco network and NFV. He is a core reviewer of OpenStack Blazar project.

", + "created": 1484016620, + "first_name": "Hiroaki", + "gender": "Male", + "id": 11080, + "irc": "hiro-kobayashi", + "last_edited": 1518031018, + "last_name": "Kobayashi", + "member_id": 75546, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11080", + "presentations": { + "6": 21624 + }, + "title": "Software engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1442934434, + "end_date": null, + "id": 80776, + "is_current": true, + "job_title": null, + "last_edited": 1442934434, + "organization": { + "created": 1359485922, + "id": 410, + "last_edited": 1381706345, + "name": "Mirantis" + }, + "owner_id": 3706, + "start_date": 1442880000 + } + ], + "bio": "

Ivan is a Senior Software Engineer with Mirantis.

\r\n

He is an active contributor and core member of the Cinder project. He works with OpenStack since Diablo release.

", + "created": 1435764993, + "first_name": "Ivan", + "gender": "Male", + "id": 555, + "irc": "e0ne", + "last_edited": 1499950440, + "last_name": "Kolodyazhny", + "member_id": 3706, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/555", + "presentations": { + "10": 21869, + "8": 21630, + "9": 21659 + }, + "title": "Senior Software Engineer", + "twitter": "e0ne" + }, + { + "affiliations": [ + { + "created": 1526467768, + "end_date": null, + "id": 156938, + "is_current": true, + "job_title": null, + "last_edited": 1526467768, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 100972, + "start_date": 1456790400 + } + ], + "bio": "

Roberto is a Senior Cloud Consultant at Red Hat working with Openstack since 2012. He's passionate about virtualization, storage, development, and basketball! He holds a MSc Degree in Telecommunications from Universidad Politecnica of Valencia and several cloud certifications.

\r\n

 

", + "created": 1524476824, + "first_name": "Roberto", + "gender": "Male", + "id": 14581, + "irc": null, + "last_edited": 1526468063, + "last_name": "Carratala", + "member_id": 100972, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14581", + "presentations": [ + 21635 + ], + "title": "Sr", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1489057005, + "end_date": null, + "id": 137097, + "is_current": true, + "job_title": "Senior Software Engineer ", + "last_edited": 1489088935, + "organization": { + "created": 1489088935, + "id": 21959, + "last_edited": 1489088935, + "name": "SUSE, SUSE Japan" + }, + "owner_id": 8508, + "start_date": 1489017600 + } + ], + "bio": "

Masayuki Igawa is a software engineer for over 15 years on a wide range of software projects, and woking at SUSE, developing open source software related to Linux kernel and virtualization. He's been an active technical contributor to OpenStack since the Grizzly release. He is an OpenStack Tempest, subunit2sql, openstack-health core member.

", + "created": 1434707797, + "first_name": "Masayuki", + "gender": "Male", + "id": 214, + "irc": "masayukig", + "last_edited": 1521567014, + "last_name": "Igawa", + "member_id": 8508, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/214", + "presentations": { + "11": 21646 + }, + "title": "Senior Software Engineer", + "twitter": "masayukig" + }, + { + "affiliations": [ + { + "created": 1483911084, + "end_date": null, + "id": 112286, + "is_current": true, + "job_title": null, + "last_edited": null, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 45687, + "start_date": 1483833600 + } + ], + "bio": null, + "created": 1521546741, + "first_name": "xue", + "gender": "Male", + "id": 14545, + "irc": null, + "last_edited": 1521546741, + "last_name": "feng", + "member_id": 45687, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14545", + "presentations": [ + 21649 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1521546938, + "first_name": "Hoang", + "id": 14546, + "irc": null, + "last_edited": 1521546938, + "last_name": "Cong Phuoc", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14546", + "presentations": [ + 21651 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1484167509, + "end_date": null, + "id": 134190, + "is_current": true, + "job_title": "Sr. Software Engineer", + "last_edited": 1484167509, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 28425, + "start_date": 1472428800 + } + ], + "bio": "

Alex is a certified professional Linux Systems Engineer (RHCE) with 12+ years of development and operations experience. Most recently, he has been working at Mirantis performing software development on the Fuel Library component of Fuel. He is a core reviewer for the Fuel Library and Puppet OpenStack projects.  Alex has experience in software development roles and operations roles within both small startups and large multinational corporations.

", + "created": 1454101152, + "first_name": "Alex", + "gender": "Male", + "id": 4596, + "irc": "mwhahaha", + "last_edited": 1454428799, + "last_name": "Schultz", + "member_id": 28425, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4596", + "presentations": { + "1": 21652 + }, + "title": "Senior DevOps Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1437776569, + "end_date": null, + "id": 76825, + "is_current": true, + "job_title": null, + "last_edited": 1437776569, + "organization": { + "created": 1424257086, + "id": 7501, + "last_edited": 1424257086, + "name": "Red Hat" + }, + "owner_id": 53, + "start_date": 1349049600 + } + ], + "bio": "

Emilien is a Principal Software Engineer at Red Hat, who has contributed to several OpenStack projects but mostly to TripleO and Puppet OpenStack projects. When he isn't working to make OpenStack deployement simpler, faster, stronger, he's improving his running stats, doing some winter sports, traveling or flying a plane.

", + "created": 1437727044, + "first_name": "Emilien", + "gender": "Male", + "id": 3042, + "irc": "EmilienM", + "last_edited": 1522889722, + "last_name": "Macchi", + "member_id": 53, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3042", + "presentations": { + "16": 21652, + "17": 21797 + }, + "title": "Principal Software Engineer", + "twitter": "EmilienMacchi" + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 41005, + "is_current": true, + "job_title": "", + "last_edited": 1384269868, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 273, + "start_date": null + } + ], + "bio": "

Dan has been involved with OpenStack since Bexar and been involved with many OpenStack projects over the years including Nova, Glance, TripleO and others.

", + "created": 1436896642, + "first_name": "Dan", + "gender": null, + "id": 1844, + "irc": "dprince", + "last_edited": 1518069497, + "last_name": "Prince", + "member_id": 273, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1844", + "presentations": { + "6": 21652 + }, + "title": "Principal Software Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1521562789, + "first_name": "Wei", + "id": 14549, + "irc": null, + "last_edited": 1521562789, + "last_name": "Zhang", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14549", + "presentations": [ + 21655 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1435958279, + "end_date": null, + "id": 74867, + "is_current": true, + "job_title": null, + "last_edited": 1435958279, + "organization": { + "created": 1435958279, + "id": 9934, + "last_edited": 1435958279, + "name": "HyperHQ" + }, + "owner_id": 37833, + "start_date": 1425168000 + } + ], + "bio": "

Xu Wang is the CTO and Cofounder of Hyper HQ, and\u00a0an initial member of\u00a0Kata Containers Architecture\u00a0Committee. HyperHQ created\u00a0hypervisor-based\u00a0open source container runtime runV (secure as VM, fast as\u00a0container). runV merged\u00a0with\u00a0clear containers\u00a0from Intel, and become Kata Containers project in\u00a0Dec\u00a02017.

\n

Hyper HQ provides hyper.sh, a runV/kata based container native Cloud.\u00a0Before founded HyperHQ, Xu worked in a public cloud in China since 2011 and was working for China Mobile cloud team during 2007 to 2011.

\n

Xu had experiences on Linux Kernel,\u00a0virtualization,\u00a0\u00a0container, and distributed storage system. And he is also a technical writer and translator on Linux, virtualization, NoSQL etc.

", + "created": 1435958439, + "first_name": "Xu", + "gender": "Male", + "id": 632, + "irc": "gnawux", + "last_edited": 1525955793, + "last_name": "Wang", + "member_id": 37833, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/632", + "presentations": { + "4": 21655, + "5": 21893 + }, + "title": "CTO & Co-founder, HyperHQ", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Jessie is an engineer at Microsoft and is on the\u00a0Kata Architecture Committee.\u00a0

", + "created": 1521562858, + "first_name": "Jessie", + "id": 14550, + "irc": null, + "last_edited": 1526753650, + "last_name": "Frazelle", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14550", + "presentations": [ + 21655, + 21896 + ], + "title": "Engineer, Microsoft", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1522319296, + "end_date": null, + "id": 155599, + "is_current": true, + "job_title": "Software Engineer", + "last_edited": 1522319296, + "organization": { + "created": 1359485922, + "id": 572, + "last_edited": 1365013136, + "name": "google" + }, + "owner_id": 100557, + "start_date": 1363305600 + } + ], + "bio": "

Jon is a Googler contributing to the hypervisor powering Google Compute Engine.

", + "created": 1521562905, + "first_name": "Jon", + "gender": null, + "id": 14551, + "irc": "jon", + "last_edited": 1522319485, + "last_name": "Olson", + "member_id": 100557, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14551", + "presentations": [ + 21655 + ], + "title": "Software Engineer", + "twitter": "jonolson" + }, + { + "affiliations": [], + "bio": "

Developer on Intel® Clear Containers, a project utilizing hardware virtualization to improve the security of containers. Getting the chance to learn about and play with virtualization, CNM/CNI container networking, docker, kubernetes, and CRIO while working on an OCI compatible container runtime

", + "created": 1522767291, + "first_name": "Eric", + "gender": null, + "id": 14561, + "irc": null, + "last_edited": 1523466061, + "last_name": "Ernst", + "member_id": 100867, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14561", + "presentations": [ + 21655, + 21793 + ], + "title": "Software Engineer at Intel Corporation", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1494115013, + "end_date": null, + "id": 140217, + "is_current": true, + "job_title": "Community and Developer Advocate", + "last_edited": 1494115013, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 52755, + "start_date": 1312156800 + } + ], + "bio": "

For 17 years, Nicole Huesman has applied her aptitude in storytelling to the technology industry—helping shine a light on the importance and impact of the incredible feats of her engineering colleagues. She dove into the world of open source six years ago, and quickly became a strong advocate—from the embedded market (Yocto Project) to the cloud (OpenStack, KVM, Xen).

\r\n

She is particularly passionate about cultivating inclusive communities that welcome diverse perspectives and invite intelligent, thoughtful debate to create the foundation for a better world for all of us. She has been an active member of the Women of OpenStack, helping to showcase amazing individuals across its diverse community, bringing together mentors and mentees through Speed Mentoring activities, and participating in OpenStack Summit panel discussions focused on diversity- and mentor-related efforts. She is also an active member of the Women in Open Source, helping to drive the creation of a cross-community diversity advisory council.

\r\n

Prior to her work as an open source advocate, Nicole held senior marketing positions in both software and hardware at companies such as Intel, Tektronix and hawkeye, translating business objectives into global, strategic marketing plans that achieved exceptional results. She graduated from the University of Oregon's School of Journalism, and holds a Master's degree in Marketing from Marylhurst University. She resides in the Pacific Northwest, where she is a proud mother of a young son who keeps her on her toes.

", + "created": 1454116213, + "first_name": "Nicole", + "gender": "Female", + "id": 4639, + "irc": null, + "last_edited": 1518138922, + "last_name": "Huesman", + "member_id": 52755, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4639", + "presentations": { + "3": 21657 + }, + "title": "Community and Developer Advocate", + "twitter": "uoduckswtd" + }, + { + "affiliations": [ + { + "created": 1498753543, + "end_date": null, + "id": 142082, + "is_current": true, + "job_title": null, + "last_edited": 1498753543, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 20683, + "start_date": 1498694400 + } + ], + "bio": "

Razique Mahroua, Red Hat services content architect, has been part of the Red Hat cloud curriculum since its inception in 2014. His expertise includes the majority of Red Hat\u00ae cloud products, including Red Hat OpenStack\u00ae Platform, Red Hat Virtualization, and Red Hat OpenShift Container Platform. Before joining Red Hat, Razique published a couple of whitepapers for IBM, and helped many companies deploy highly available infrastructures.

", + "created": 1436872009, + "first_name": "Razique", + "gender": null, + "id": 1628, + "irc": null, + "last_edited": 1522060166, + "last_name": "Mahroua", + "member_id": 20683, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1628", + "presentations": [ + 21658 + ], + "title": "Services Content Architect, Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1516871901, + "end_date": null, + "id": 153572, + "is_current": true, + "job_title": "Senior Software Engineer", + "last_edited": 1516871901, + "organization": { + "created": 1359485922, + "id": 537, + "last_edited": 1381707064, + "name": "NEC" + }, + "owner_id": 4417, + "start_date": 1333238400 + } + ], + "bio": "

Akihiro is working with OpenStack community from Folsom and is a core developer of Neutron and Horizon. He is also an cloud architect and running OpenStack clouds with several regions. He spends his spare time on I18N related activities. Before joining OpenStack community, he worked on developmen of network virtualization testbed in Japan using OpenFlow. He has been involved in research and development of networking technologies in various areas including router architecture, high-speed packet processing, and network security.

", + "created": 1436935351, + "first_name": "Akihiro", + "gender": "Male", + "id": 2063, + "irc": "amotoki", + "last_edited": 1500127569, + "last_name": "Motoki", + "member_id": 4417, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2063", + "presentations": { + "8": 21659 + }, + "title": "Senior research developer, NEC", + "twitter": "ritchey98" + }, + { + "affiliations": [], + "bio": "

As an Advanced Technical Training Engineer, responsible for interfacing directly with software developers and developing and delivering technical training at SUSE. Also responsible for aiding in the scoping and creation of technical certification exams.

", + "created": 1453845059, + "first_name": "Ron", + "id": 4268, + "irc": null, + "last_edited": 1453845306, + "last_name": "Terry", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4268", + "presentations": { + "10": 21660, + "11": 21661 + }, + "title": "Senior Training Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Ryan Jarvinen is an Open Source Evangelist working with RedHat's OpenShift team.  He lives in Oakland, California and is passionate about open source, open standards, open government, and digital rights.  You can reach him as ryanj on twitter, github, and IRC.

", + "created": 1436886433, + "first_name": "Ryan", + "gender": null, + "id": 1764, + "irc": "ryanj", + "last_edited": 1485320982, + "last_name": "Jarvinen", + "member_id": 39012, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1764", + "presentations": { + "2": 21662 + }, + "title": "Open Source Evangelist", + "twitter": "ryanj" + }, + { + "affiliations": [ + { + "created": 1522838600, + "end_date": null, + "id": 155734, + "is_current": true, + "job_title": "Developer Advocate", + "last_edited": 1522838600, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 100696, + "start_date": 1517788800 + } + ], + "bio": "

Josh Wood is an OpenShift and Kubernetes Developer Advocate at Red Hat. When procrastinating, he enjoys photographing polydactyl cats and writing short autobiographies.

", + "created": 1522666580, + "first_name": "Josh", + "gender": null, + "id": 14557, + "irc": null, + "last_edited": 1522839986, + "last_name": "Wood", + "member_id": 100696, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14557", + "presentations": [ + 21662 + ], + "title": "Developer Advocate, OpenShift and Kubernetes", + "twitter": "@joshixisjosh9" + }, + { + "affiliations": [ + { + "created": 1455052235, + "end_date": null, + "id": 87327, + "is_current": true, + "job_title": null, + "last_edited": 1455052235, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 52493, + "start_date": 1434326400 + } + ], + "bio": "

A 20-year tech industry veteran, Margaret is a frequent author and speaker on cloud computing, big data, open source, women in tech, and the intersection of business and technology. She is a proven entrepreneur and intrapreneur, having led successful initiatives and teams at several startups and Fortune 500 companies, including Amazon, Microsoft and HP.  Currently, Margaret leads global product marketing for the Infrastructure Business Group at Red Hat, the world’s leading open source solution company. Prior to Red Hat, she was Vice President of Product Marketing and Cloud Evangelist for HP Helion, the cloud computing division of Hewlett-Packard.

", + "created": 1453831386, + "first_name": "Margaret", + "gender": "Female", + "id": 4252, + "irc": "seattledawson", + "last_edited": 1486418971, + "last_name": "Dawson", + "member_id": 52493, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4252", + "presentations": { + "2": 21667, + "3": 21817 + }, + "title": "Global Product Marketing", + "twitter": "seattledawson" + }, + { + "affiliations": [], + "bio": "

I believe in open source software and writing software to manage infrastructure.

Creator of kubicorn and the amazing community around it.

Kris Nova is a Kubernetes maintainer, and is a maintainer of Kubernetes kops. She also created Kubicorn. Kris is an active participant in the community. She dreams that one day she can help make Kubernetes easy to install and manage on any cloud platform. She is looking forward to defining and solving day 3 management concerns for Kubernetes.

Kris began using Go in 2014, and is an active member in the community. Her passion for Go began with it's unmatched concurrency models, and she is just now realizing the full potential of the language with her never ending work on the kops project. She has a background in C programming, but has completely fallen in love with Go.

Kris has worked on sophisticated SaaS applications, and has helped guide teams to success in agile and kanban environments. She has built out stable and reliable applications running large amounts of data in Lambda environments with scala. She has also built out reliable containerized applications using Go. She has been intimately involved with virtualization since dogfooding SolidFire storage arrays on premise with VMware and Xen, to switching over to cloud based containerized applications with Docker and Kubernetes.

If there is one thing Kris knows, it's how to design, and run a rock solid web application.

Kris is openly transgender as well as a lesbian in the public. LGBTQ rights and equality is something deeply important to her. She thinks it's important to be out and be yourself, and hopes she has an opportunity to inspire others to do the same.

", + "created": 1524061781, + "first_name": "Kris", + "gender": null, + "id": 14577, + "irc": null, + "last_edited": 1524067446, + "last_name": "Nova", + "member_id": 101083, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14577", + "presentations": [ + 21686 + ], + "title": "Senior Developer Advocate, Heptio", + "twitter": "@krisnova" + }, + { + "affiliations": [ + { + "created": 1426084196, + "end_date": null, + "id": 68495, + "is_current": true, + "job_title": null, + "last_edited": 1454173472, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 14119, + "start_date": 1382313600 + } + ], + "bio": "

OpenStack Vulnerability Management Team (VMT) member working at Red Hat.

", + "created": 1453901757, + "first_name": "Tristan", + "gender": "Male", + "id": 4307, + "irc": "tristanC", + "last_edited": 1518030085, + "last_name": "Cacqueray", + "member_id": 14119, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4307", + "presentations": { + "4": 21692, + "6": 21844 + }, + "title": "Software Engineering", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1430732835, + "end_date": null, + "id": 71361, + "is_current": true, + "job_title": null, + "last_edited": 1430732835, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 9711, + "start_date": 1429488000 + } + ], + "bio": "

Paul has been an active contributor to OpenStack since September 2012. Paul is a full time contributor to the OpenStack Infrastructure Project; responsible for of the systems that are used in the day to day operation of the OpenStack project as a whole. Prior to joining Red Hat in April 2015, Paul worked as an Asterisk consultant specializing in call centers and automated deployments. Paul currently resides in Ottawa, Ontario, Canada with his lovely wife and 2 daughters.

", + "created": 1436188887, + "first_name": "Paul", + "gender": "Male", + "id": 719, + "irc": "pabelanger", + "last_edited": 1518078774, + "last_name": "Belanger", + "member_id": 9711, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/719", + "presentations": { + "13": 21693 + }, + "title": "Senior Software Engineer", + "twitter": "pabelanger" + }, + { + "affiliations": [ + { + "created": 1384269887, + "end_date": null, + "id": 49803, + "is_current": true, + "job_title": "", + "last_edited": 1399455099, + "organization": { + "created": 1363955884, + "id": 1855, + "last_edited": 1381739201, + "name": "VEXXHOST, Inc." + }, + "owner_id": 8899, + "start_date": 1153267200 + } + ], + "bio": "

Mohammed has been involved in OpenStack since early 2011 in many different ways. \u00a0With code contributions in OpenStack since that time as well as operational experience in deploying, running and managing OpenStack clouds for that same period of time. \u00a0With a long history in hosting infrastructure, he had lead VEXXHOST to building out one of the first OpenStack Public Cloud's which continues to run today as well as many private cloud deployments for industries that have strong compliance requirements such as financial and insurance industries.

", + "created": 1467118996, + "first_name": "Mohammed", + "gender": "Male", + "id": 9341, + "irc": "_mnaser", + "last_edited": 1525956237, + "last_name": "Naser", + "member_id": 8899, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9341", + "presentations": { + "3": 21693, + "4": 21897 + }, + "title": "CEO, vexxhost", + "twitter": "mnaser" + }, + { + "affiliations": [], + "bio": null, + "created": 1522924742, + "first_name": "Lee", + "gender": null, + "id": 14564, + "irc": null, + "last_edited": 1522924742, + "last_name": "Xie", + "member_id": 3668, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14564", + "presentations": { + "1": 21699 + }, + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": null, + "end_date": null, + "id": 132683, + "is_current": true, + "job_title": null, + "last_edited": null, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 29777, + "start_date": 1483920000 + } + ], + "bio": "

Daniel Farrell is a Software Engineer on Red Hat’s SDN Team, where he contributes to upstream OpenDaylight and OPNFV. He has been involved in SDN’s development since it emerged from Stanford, including early OpenFlow and OpenStack work. During ODL’s Helium release cycle he bootstrapped ODL’s performance efforts. In Lithium, he focused on building ODL’s upstream delivery pipeline, including RPMs, Vagrant base boxes, containers, an Ansible role and a Puppet module. He’s now the PTL of ODL Integration/Packaging and OPNFV CPerf, as well as a committer to ODL Integration/Test and an ODL TSC member.

\r\n

Daniel has given talks at LinuxCon North America 2014+15, LinuxCon Europe 2015, LinuxCon Japan 2016, Open Networking Summit 2015+16, OpenDaylight Summit 2015+16, OPNFV Summit 2015+16, All Things Open 2015 and numerous small FOSS conferences.

", + "created": 1467907071, + "first_name": "Daniel", + "gender": "Male", + "id": 9501, + "irc": "dfarrell07", + "last_edited": 1518054774, + "last_name": "Farrell", + "member_id": 29777, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9501", + "presentations": { + "3": 21702 + }, + "title": "Software Engineer", + "twitter": "dfarrell07" + }, + { + "affiliations": [], + "bio": "

Boris is responsible for helping define Mirantis\u2019 strategic vision and executing on it in the marketplace across the OpenStack ecosystem and beyond. Boris\u2019s influence was instrumental in Mirantis\u2019 current focus on OpenStack. He also serves on the Board of Directors of the OpenStack Foundation.

\n

During the last 15 years, Boris held several executive positions with the companies he helped establish. He was a founder and CEO of Selectosa Systems\u2014an IT consulting company that was subsequently acquired in 2006\u2014and a co-founder and angel investor at AGroup\u2014now a venture backed enterprise software company headquartered in Europe.

\n

Boris holds a BSc in Information Systems from Santa Clara University. He likes technical scuba diving, motorcycles, and RC helicopters.

", + "created": 1436956896, + "first_name": "Boris", + "gender": null, + "id": 2192, + "irc": "zer0tweets", + "last_edited": 1525892580, + "last_name": "Renski", + "member_id": 15694, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2192", + "presentations": { + "19": 21703 + }, + "title": "Co-Founder and CMO at Mirantis", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Senior engineering manager with a strong product background.

\n
  • Software design patterns and architecture that statistically scale in real-time, near real-time, transactional/batch across tangible, synchronous and asynchronous protocols
  • \n
  • Developer workflow / release management (code repo strategy, CI/CD, runway environments), project management (Agile/Scrum)
  • \n
  • Building teams, defining staff plan, hiring, mentoring and actively managing direct reports. Strong emphasis on ethics, professional integrity, and motivation through fairness and transparency.
  • \n
", + "created": 1524148414, + "first_name": "Steven", + "gender": null, + "id": 14578, + "irc": null, + "last_edited": 1524243353, + "last_name": "Kim", + "member_id": 101153, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14578", + "presentations": [ + 21705 + ], + "title": "Software Engineering Manager, Google", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1524253438, + "end_date": null, + "id": 156208, + "is_current": true, + "job_title": "Assistant Professor", + "last_edited": 1524253438, + "organization": { + "created": 1431167667, + "id": 9057, + "last_edited": 1431167667, + "name": "University of Washington" + }, + "owner_id": 101157, + "start_date": 1377993600 + } + ], + "bio": "

I am a scholar, technologist and activist. In all three roles, I am passionate about understanding why, and when peer production succeeds. As a social scientist, my research aims to explain why some attempts to create free culture and free software result in large volunteer communities like Wikipedia and Linux — while the vast majority never attract even a second contributor. For most of my life, I have also participated in a number of these communities. I spend most of my time consuming, and increasingly often producing, academic articles, software, blog posts, essays, books and talks.

\r\n

You can follow my latest musings and projects on my weblog Copyrighteous. I microblog infrequently as @makoshark on Twitter.

", + "created": 1524149095, + "first_name": "Benj Mako", + "gender": null, + "id": 14579, + "irc": "mako", + "last_edited": 1524253468, + "last_name": "Hill", + "member_id": 101157, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14579", + "presentations": [ + 21706 + ], + "title": "Assistant Professor in the Department of Communication at the University of Washington", + "twitter": "makoshark" + }, + { + "affiliations": [ + { + "created": 1525321312, + "end_date": null, + "id": 156506, + "is_current": true, + "job_title": null, + "last_edited": 1525321312, + "organization": { + "created": 1518077163, + "id": 25943, + "last_edited": 1518077163, + "name": "Nokia Bell Labs" + }, + "owner_id": 101461, + "start_date": 1438387200 + } + ], + "bio": null, + "created": 1525949226, + "first_name": "Yaniv", + "gender": "Male", + "id": 14627, + "irc": null, + "last_edited": 1525949226, + "last_name": "Saar", + "member_id": 101461, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14627", + "presentations": [ + 21708 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526377287, + "end_date": null, + "id": 156885, + "is_current": true, + "job_title": "Head of Open Source Practice ", + "last_edited": 1526377287, + "organization": { + "created": 1498141258, + "id": 23482, + "last_edited": 1498141258, + "name": "Comcast Corp." + }, + "owner_id": 37356, + "start_date": 1485129600 + } + ], + "bio": "

Nithya A. Ruff is the Head of Comcast’s Open Source Practice.  She is responsible for growing Open Source culture inside of Comcast and engagement with external communities.  Prior to this, she started and grew the Western Digital’s Open Source Strategy Office. She first glimpsed the power of open source while at SGI in the 90s and has been building bridges between companies and the open source community ever since.     She’s also held leadership positions at Wind River (an Intel Company), Synopsys, Avaya, Tripwire and Eastman Kodak.   At Wind River, she led a team of product managers in managing a world class embedded Linux distribution and was a key member of the Yocto Project advocacy team on the board. Nithya is a Director at Large on the Linux Foundation Board and represents community interests on the board.

\r\n

Nithya has been a passionate advocate and a speaker for opening doors to new people inOpen Source for many years. She has also been a promoter of valuing diverse ways of contributing to open source such as in marketing, legal and community.  You can often find her on social media promoting dialogue on diversity and open source.  She has spoken at multiple conferences such as OSSummit, OSCON, All Things Open, SCALE, Grace Hopper, OpenStack, VMWorld, OS Strategy Summit and Red Hat Summit on the business and community of open source.   In recognition of her work in open source both on the business and community side, she was named to CIO magazine’s most influential women in open source list. She was recently one of 4 people to win the 2017 O’Reilly Open Source Award for exceptional contribution to open source.  

\r\n

 Nithya graduated with an MS in Computer Science from NDSU and an MBA from the University of Rochester, Simon Business School.  She lives in the San Francisco Bay Area and is a proud mother of two daughters.  You can follow her on twitter @nithyaruff

\r\n

 

", + "created": 1469477320, + "first_name": "Nithya", + "gender": "Female", + "id": 10441, + "irc": null, + "last_edited": 1526378252, + "last_name": "Ruff", + "member_id": 37356, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10441", + "presentations": [ + 21710 + ], + "title": "Sr.Director", + "twitter": "nithyaruff" + }, + { + "affiliations": [ + { + "created": 1486428694, + "end_date": null, + "id": 135432, + "is_current": true, + "job_title": "Manager, Cloud Platform", + "last_edited": 1486428694, + "organization": { + "created": 1410251659, + "id": 6099, + "last_edited": 1410251659, + "name": "Adobe Systems" + }, + "owner_id": 81392, + "start_date": 1484265600 + } + ], + "bio": "

Managing the cloud platform team running production OpenStack across 3 continents. 

", + "created": 1486428944, + "first_name": "Joseph", + "gender": "Male", + "id": 11742, + "irc": "jrsfifo", + "last_edited": 1525277774, + "last_name": "Sandoval", + "member_id": 81392, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11742", + "presentations": { + "4": 21710, + "5": 21792 + }, + "title": "Manager, Cloud Platform", + "twitter": "josephrsandoval" + }, + { + "affiliations": [], + "bio": "

As an accomplished tech professional and highly ambitious community leader, my career has amalgamated into non-profit utilizing the foundation of key management principles gained in the Technology industry, blended with my corporate experience in Project Management as the Founding Director of Black Boys Code.

Black Boys Code is a non-profit organization committed to expanding opportunities for young men of colour in the field of STEM (Science, Technology, Engineering and Mathematics), by reshaping the infrastructure for Black youth as a whole in order to expand on the existing diversity gap.

As Founding Director, I have been given unparalleled opportunities to utilize my passion for economic change to attain goals in educational curriculum development, people management, securing corporate sponsorships, spearheading marketing and fundraising, establishing community reach and awareness as an organization devoted to diversifying the tech industry for Black youth. Interested in learning more? If you are a likeminded individual or organization dedicated to joining Black Boys Code in giving back to the local community, please feel free to connect.

", + "created": 1524590637, + "first_name": "Bryan", + "id": 14586, + "irc": null, + "last_edited": 1524753052, + "last_name": "Johnson", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14586", + "presentations": [ + 21710 + ], + "title": "Founding Director, Black Boys Code", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Jennifer\u2019s career has been dedicated to telling the stories that have defined a generation of technology developers, from Linux creator Linus Torvalds to the men and women who started Creative Commons and Google\u2019s first I/O Conference. For more than 15 years, Jennifer has been a woman in tech and has been recognized for her storytelling acumen by BusinessInsider, who ranked her among the best PR people in tech for her video storytelling works. She is co-founder of Wicked Flicks, a film/video production house working with companies and individuals to affect change through original content. She is also founder and lead consultant at reTHINKit PR.\u00a0 She was most recently VP of communications at The Linux Foundation, where she oversaw brand storytelling and team of PR, social media and video production professionals. Prior to that, she was vice president at Page One PR and held posts both in house and at agency in communications. In addition to her BusinessInsider recognition, CIO.com identified her as one of the most influential women in open source.

", + "created": 1524587863, + "first_name": "Jennifer", + "gender": null, + "id": 14584, + "irc": null, + "last_edited": 1524588025, + "last_name": "Cloer", + "member_id": 101231, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14584", + "presentations": [ + 21710, + 21782 + ], + "title": "Executive Producer/Director, Chasing Grace Project", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1427715922, + "end_date": null, + "id": 69532, + "is_current": true, + "job_title": null, + "last_edited": 1427715922, + "organization": { + "created": 1359485922, + "id": 572, + "last_edited": 1365013136, + "name": "google" + }, + "owner_id": 32677, + "start_date": 1427673600 + } + ], + "bio": "

Craig is the founder and CEO of Heptio, a startup focused on making Kubernetes accessible to the enterprise living in a multi-cloud world. Prior to starting Heptio, Craig was a product manager at Google where he founded the Kubernetes project and worked with the industry to create the Cloud Native Computing Foundation that he also chaired. He was also responsible for initiating and delivering several commercial cloud computing products including Google Compute Engine, Google Container Engine and Google Deployment Manager. Prior to Google Craig work on enterprise technologies at Microsoft for almost a decade.

", + "created": 1468461315, + "first_name": "Craig", + "gender": null, + "id": 10286, + "irc": null, + "last_edited": 1526488268, + "last_name": "McLuckie", + "member_id": 32677, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10286", + "presentations": [ + 21733 + ], + "title": "Founder and CEO, Heptio", + "twitter": "cmcluck" + }, + { + "affiliations": [ + { + "created": 1524710850, + "end_date": null, + "id": 156316, + "is_current": true, + "job_title": "Product Manager", + "last_edited": 1524710850, + "organization": { + "created": 1359485922, + "id": 572, + "last_edited": 1365013136, + "name": "google" + }, + "owner_id": 101269, + "start_date": 1441065600 + } + ], + "bio": "

Maya Kaczorowski is a Product Manager in Security & Privacy at Google, focused on container security. She previously worked on encryption at Google. Prior to Google, she worked at McKinsey in IT security for large enterprises, and, before that, completed her Master's in mathematics, focusing on cryptography and game theory.

", + "created": 1524661083, + "first_name": "Maya", + "gender": null, + "id": 14591, + "irc": null, + "last_edited": 1524711081, + "last_name": "Kaczorowski", + "member_id": 101269, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14591", + "presentations": [ + 21735, + 21799 + ], + "title": "Google Cloud Product Manager, Security & Privacy", + "twitter": "@MayaKaczorowski" + }, + { + "affiliations": [ + { + "created": 1404038534, + "end_date": null, + "id": 59373, + "is_current": true, + "job_title": null, + "last_edited": 1404038534, + "organization": { + "created": 1362565319, + "id": 1708, + "last_edited": 1381706227, + "name": "Mellanox" + }, + "owner_id": 19603, + "start_date": 1403568000 + } + ], + "bio": "

Moshe Levi acts as a Cloud Solutions Engineer at Mellanox Technologies. Leading the Mellanox integration with OpenStack, in which puts contribution to OpenStack projects, including Neutron and Nova, at the field of Single Root I/O Virtualization (SR-IOV) and Openstack high performance features deployments.

\r\n

Before his current position at the Cloud solutions team, Mr. Levi worked at Mellanox SW management teams, with developing large scale networking projects and SDN oriented POCs.

", + "created": 1436875331, + "first_name": "Moshe", + "gender": "Male", + "id": 1654, + "irc": "moshele", + "last_edited": 1518098121, + "last_name": "Levi", + "member_id": 19603, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1654", + "presentations": { + "6": 21781, + "7": 21869 + }, + "title": "Senior Software Engineer, Mellanox Technologies", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269885, + "end_date": null, + "id": 49424, + "is_current": true, + "job_title": "", + "last_edited": 1384269885, + "organization": { + "created": 1359485922, + "id": 1, + "last_edited": 1364994786, + "name": "Rackspace" + }, + "owner_id": 8490, + "start_date": 1362441600 + } + ], + "bio": "

I serve an amazingly talented group responsible for running the Rackspace public cloud. I have been with the company in various roles for over 13 years.  My primary task is helping my teams of engineers and developers build the software that manages our constantly growing fleet of servers, enables easier day to day operations for our 24X7 Ops teams and facilitates smoother deployments by our software teams working on upstream OpenStack and other projects relative to our public cloud offering.

\r\n

We have been growing our OpenStack based cloud since its launch in August, 2012.  It began in 3 regions with a few hundred hosts and is now in 6 separate geographic locations, has 10's of 1000's of hypervisors and contains well over 1 Petabyte of RAM under Nova management.  This cloud provides resources to an ever growing spectrum of users from all types industries, sectors and organizations.

\r\n

Since late 2014, I've had the pleasure of working with several in the community in elevating the voice and role of \"Operators\" within OpenStack.  I've helped with planning mini-summits, Ops meetup sessions in Atlanta and working closely with the Large Deployment team that met in Paris, Vancouver and beyond.

", + "created": 1436949761, + "first_name": "Matt", + "gender": "Male", + "id": 2126, + "irc": "VW", + "last_edited": 1486439153, + "last_name": "Van Winkle", + "member_id": 8490, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2126", + "presentations": { + "12": 21783, + "13": 21862 + }, + "title": "Senior Manager, Operations", + "twitter": "mvanwink" + }, + { + "affiliations": [ + { + "created": 1483911084, + "end_date": null, + "id": 113770, + "is_current": true, + "job_title": null, + "last_edited": null, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 59489, + "start_date": 1483833600 + } + ], + "bio": "

Experienced executive level consulting, business development and strategic planning for research & education institutions and advising technology companies and service providers supporting the research community, teaching and learning at the higher education and the education vertical.

", + "created": 1499806604, + "first_name": "Khalil", + "gender": "Male", + "id": 12773, + "irc": null, + "last_edited": 1499886852, + "last_name": "Yazdi", + "member_id": 59489, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12773", + "presentations": { + "4": 21845, + "5": 21786 + }, + "title": "ORCD Co-Chair & Principal at Yazdi and Associates", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Dr. Bohn serves as Program Manager for the NIST Cloud Computing Program. In this role, he manages and coordinates the goals and strategy of the program. Through collaborations with industrial, academic and other government stakeholders, NIST published the US Government Cloud Computing Technology Roadmap (NIST SP 500-293). The requirements in the roadmap focus on the issues of security, interoperability and portability to ensure a safe & secure adoption of cloud computing for the USG.

\r\n

Currently, the NCCP pays significant attention to the creation of a conceptual architecture and vocabulary for federating clouds. Bob also serves as the chair of IEEE/P2302 Standard for Intercloud Interoperability and Federation to create an economy amongst cloud providers.

\r\n

Previously, he served as the Technical Coordinator for the High End Computing Interagency Working Group (HEC-IWG) at National Coordination Office of the Networking and Information Technology Research and Development (NITRD) under the Office of Science and Technology Policy (OSTP). He now serves as a co-chair for the FASTER Community of Practice under the NITRD Program.

", + "created": 1525785068, + "first_name": "Robert", + "gender": null, + "id": 14620, + "irc": null, + "last_edited": 1526656329, + "last_name": "Bohn", + "member_id": 40663, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14620", + "presentations": [ + 21845, + 21786 + ], + "title": "NIST Cloud Computing Program Manager", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Jay Sil joined atmail as their Sales Director for Europe in 2017. He has 20 years of experience in the industry, with a focus on messaging security.

", + "created": 1524774098, + "first_name": "Jay", + "gender": null, + "id": 14596, + "irc": null, + "last_edited": 1525091044, + "last_name": "Sil", + "member_id": 101321, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14596", + "presentations": [ + 21790 + ], + "title": "Sales Director, atmail", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Jason Brown joined atmail in 2005 and is their highly experienced, US-based, Solutions Architect. Jason understands everything there is to know about email and helps customers worldwide to migrate and configure their email systems successfully.

", + "created": 1524774067, + "first_name": "Jason", + "gender": null, + "id": 14595, + "irc": null, + "last_edited": 1525090689, + "last_name": "Brown", + "member_id": 101302, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14595", + "presentations": [ + 21790 + ], + "title": "Solutions Architect, atmail", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Frederic has spent more than five years covering news and providing analysis about technology, the industry and consumer tech related to the Internet with potential to influence industry direction. At TechCrunch, his focus spans from emerging technologies and niche startups to major product advances by industry titans \u2013 all innovation focused. Before he joined TechCrunch in 2012, he founded Silicon Filter and wrote for ReadWriteWeb (now ReadWrite).

", + "created": 1458269457, + "first_name": "Frederic", + "id": 5679, + "irc": null, + "last_edited": 1508750900, + "last_name": "Lardinois", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5679", + "presentations": { + "5": 21792 + }, + "title": "TechCrunch", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1462840341, + "end_date": null, + "id": 96308, + "is_current": true, + "job_title": null, + "last_edited": 1462840341, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 83, + "start_date": 1462406400 + } + ], + "bio": "

James is a core member of the OpenStack project infrastructure team. As a sysadmin and hacker he gets to write elegant code and then try to make it work in the real world. He has been active in free software for quite some time, and has previously worked for UC Berkeley and the Free Software Foundation.

\r\n

 

", + "created": 1437137390, + "first_name": "James", + "gender": "Prefer not to say", + "id": 2957, + "irc": "corvus", + "last_edited": 1527709142, + "last_name": "Blair", + "member_id": 83, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2957", + "presentations": { + "3": 21795, + "4": 21892 + }, + "title": "Principal Software Engineer, Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1396906762, + "end_date": null, + "id": 57774, + "is_current": true, + "job_title": null, + "last_edited": 1396906762, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 18131, + "start_date": 1268092800 + } + ], + "bio": null, + "created": 1499986540, + "first_name": "Gilles", + "gender": "Male", + "id": 12963, + "irc": "gildub", + "last_edited": 1526628692, + "last_name": "Dubreuil", + "member_id": 18131, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12963", + "presentations": [ + 21798 + ], + "title": "Senior Software Engineer - Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1460047720, + "end_date": null, + "id": 93582, + "is_current": true, + "job_title": null, + "last_edited": 1460047720, + "organization": { + "created": 1454102673, + "id": 13026, + "last_edited": 1454102673, + "name": "Nokia - Nuage Networks" + }, + "owner_id": 59471, + "start_date": 1439769600 + } + ], + "bio": "

Mark Iskra is a technical marketing expert for Nokia’s Nuage Networks with a core focus on virtual network performance and NFV for OpenStack. Mark’s vision is to broaden the horizon of SDN at Nuage Networks by working closely with strategic partners bringing disruptive technology to OpenStack.  In addition to his background in SDN and virtual networking, Mark draws from broad technical experience ranging from HPC computation physics to embedded Java in which he has been a frequent presenter.  He holds a Master of Science degree in Nuclear Engineering from Virginia Tech and has done doctoral work on applied Plasma Physics at the University of Michigan.

", + "created": 1486018458, + "first_name": "Mark", + "gender": "Male", + "id": 11351, + "irc": null, + "last_edited": 1518098140, + "last_name": "Iskra", + "member_id": 59471, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11351", + "presentations": { + "5": 21801 + }, + "title": "TME", + "twitter": "@markiskra99" + }, + { + "affiliations": [ + { + "created": 1460135822, + "end_date": null, + "id": 93672, + "is_current": true, + "job_title": null, + "last_edited": 1486122084, + "organization": { + "created": 1455130875, + "id": 13305, + "last_edited": 1455130875, + "name": "Red Hat Inc" + }, + "owner_id": 59556, + "start_date": 1453075200 + } + ], + "bio": "

Anita Tragler is Technical Product Manager for Networking and NFV at Red Hat.

\r\n

She has over 15 years experience in the networking industry designing solutions for Telco/Service Providers and large scale Enterprises. After graduating with a Masters degree in Computer Engineering, she has worked on multiple technologies including VoIP, MPLS VPNs, Multicast VPNs, SDN with ODL/PCE and accelerating the datapath for NFV. Her passion lies in driving open source networking to provide reliable, scalable and high performance solutions for SDN/NFV  needed by Telcos and Cloud Service Providers.

", + "created": 1486060668, + "first_name": "Anita", + "gender": "Female", + "id": 11371, + "irc": null, + "last_edited": 1518099418, + "last_name": "Tragler", + "member_id": 59556, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11371", + "presentations": { + "10": 21801 + }, + "title": "Technical Product Manager at Red Hat", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Ash is a Senior Director of Cloud Marketing at Mellanox. He leads market strategy, product/solutions marketing and ecosystem engagements for cloud service provider and telco cloud markets.

\r\n

Ash is an accomplished hi-tech industry leader focused on the intersection of technology, products and markets. He has deep experience in building and marketing high impact, fast revenue growth technology products and solutions at large, mid-size and startup companies (Cisco, Mellanox, Polycom and Hapoose), across diverse technology domains including Cloud Services, Software Defined Networking, Network Function Virtualization, Routing, Switching, Wi-Fi, Unified Communication and Collaboration, Network Management, Mobile Apps and End User Devices.

\r\n

Ash graduated summa cum laude with a B.E. is Electrical Engineering from University of Pune (India), M.S. in Computer Engineering from University of Cincinnati and M.B.A. from Santa Clara University.

\r\n

Connect with Ash on LinkedIn or Twitter

\r\n

 

", + "created": 1499959033, + "first_name": "Ash", + "gender": null, + "id": 12927, + "irc": null, + "last_edited": 1526823313, + "last_name": "Bhalgat", + "member_id": 90151, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12927", + "presentations": { + "2": 21801 + }, + "title": "Senior Director, Cloud Marketing", + "twitter": "@ashbhalgat" + }, + { + "affiliations": [ + { + "created": 1523890137, + "end_date": null, + "id": 156052, + "is_current": true, + "job_title": "Principal Storage Solutions Engineer", + "last_edited": 1523890137, + "organization": { + "created": 1477884961, + "id": 19526, + "last_edited": 1477884961, + "name": "Micron Technology Inc" + }, + "owner_id": 81744, + "start_date": 1421020800 + } + ], + "bio": "

Ryan Meredith is a storage guy with Micron Technology. He's worked in storage since 2007 for big time companies like US Bank, IBM, and Gemalto. His current focus is architecting Ceph storage solutions using Micron's DRAM and NVMe / SSD / 3D XPoint technologies. He likes dogs, video games, travel, and scuba diving.

\r\n

Ryan has a Master of Science degree in Management Information Systems from the University of South Florida.

", + "created": 1487014841, + "first_name": "Ryan", + "gender": "Male", + "id": 11892, + "irc": null, + "last_edited": 1523890424, + "last_name": "Meredith", + "member_id": 81744, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11892", + "presentations": { + "1": 21803 + }, + "title": "PRINCIPAL STORAGE SOLUTIONS ENGINEER", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Having a long career in technology starting in his teenage years as customer support at his childhood homes cable co. Philip has been called an eclectic [Li,U]n[u,i]x/network/security geek who, on his best days, can be found thousands of ft above sea level 2 planking through waiste deep snow; or riding and motoring along the roads and waters of life.  (usually with a camera and laptop in tow)

", + "created": 1486047236, + "first_name": "Philip", + "gender": null, + "id": 11361, + "irc": null, + "last_edited": 1492439155, + "last_name": "Miller", + "member_id": 61183, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11361", + "presentations": { + "2": 21804 + }, + "title": "Principal SE", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1455051063, + "end_date": null, + "id": 87308, + "is_current": true, + "job_title": null, + "last_edited": 1455051063, + "organization": { + "created": 1391694314, + "id": 4154, + "last_edited": 1391694314, + "name": "Infoblox" + }, + "owner_id": 53541, + "start_date": 1429574400 + } + ], + "bio": "

Matt Gowarty is a senior product marketing manager for Infoblox focused on security, compliance, network automation, and cloud/virtualization solutions.  With over 20 years of experience in telecommunications and networking, Matt leads initiatives with security, private/hybrid clouds, NFV/SDN and data center automation.  Prior to joining Infoblox, Matt worked with leading organizations including Fluke Networks, Visual Networks and GTE/Verizon. 

\r\n

Matt has been a guest speaker at numerous events including CiscoLive, VMworld, Network World, OpenStack Summit, and FutureNet on topics including security, automation, network transformation, cloud, and IoT. 

", + "created": 1524824536, + "first_name": "Matt", + "gender": "Male", + "id": 14597, + "irc": null, + "last_edited": 1524824536, + "last_name": "Gowarty", + "member_id": 53541, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14597", + "presentations": [ + 21804 + ], + "title": "Mr.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1524065281, + "end_date": null, + "id": 156131, + "is_current": true, + "job_title": null, + "last_edited": 1524065281, + "organization": { + "created": 1455182699, + "id": 13336, + "last_edited": 1455182699, + "name": "op5" + }, + "owner_id": 101078, + "start_date": 1456790400 + } + ], + "bio": "
For over 20yrs Jon applied a pragmatic approach to problem-solving, supporting and implementing variations of web-facing technology stacks. As a Monitoring Technical Engineer, today Jon works with Global customers to architect monitoring solutions which reduce costly outages and the time for troubleshooting - helping engineers/users have more time to enjoy life.
\r\n
 
\r\n
His biggest accomplishments are working with people to achieve exceptional outcomes. Jon has had the joy to manage support and technical teams responsible for a combined effort of building, monitoring and improving virtualized infrastructures. 
\r\n
 
\r\n
As the son of pilot/entrepreneur, Jon has traveled to several continents and plans to continue traveling with his family. As a licensed US Soccer Assn. and certified LaLiga coach, he enjoys coaching youth soccer.
", + "created": 1525273377, + "first_name": "Jon", + "gender": "Male", + "id": 14603, + "irc": null, + "last_edited": 1525340938, + "last_name": "Cavanaugh", + "member_id": 101078, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14603", + "presentations": [ + 21806 + ], + "title": "Mr", + "twitter": "joncavanaugh" + }, + { + "affiliations": [ + { + "created": 1515561831, + "end_date": null, + "id": 153079, + "is_current": true, + "job_title": null, + "last_edited": 1515561831, + "organization": { + "created": 1455206131, + "id": 13350, + "last_edited": 1455206131, + "name": "op5 AB" + }, + "owner_id": 97708, + "start_date": 1511740800 + } + ], + "bio": "

Casey has over 20 years of software industry experience with sales, product design, management, networking, cloud computing and process optimization. He has worked with customers, partners, and internal stakeholders building transactional, analytic, and customer facing platforms. Casey has extensive international experience having developed customers and partners in the Americas, EMEA, and APAC. 

", + "created": 1525093085, + "first_name": "Casey", + "gender": "Male", + "id": 14600, + "irc": null, + "last_edited": 1525340865, + "last_name": "Zandbergen", + "member_id": 97708, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14600", + "presentations": [ + 21806 + ], + "title": "PMM", + "twitter": "@caseyz" + }, + { + "affiliations": [], + "bio": null, + "created": 1454087654, + "first_name": "Jim", + "gender": null, + "id": 4554, + "irc": null, + "last_edited": 1454087654, + "last_name": "Liddle", + "member_id": 27453, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4554", + "presentations": [ + 21807 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1508331741, + "first_name": "Douglas", + "id": 13801, + "irc": null, + "last_edited": 1508331741, + "last_name": "Soltesz", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13801", + "presentations": { + "2": 21807 + }, + "title": "Director Product Solutions", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Mark works with OpenStack, merging the SUSE and HPE OpenStack offerings, and SDN/NFV at SUSE and is passionate about using technology to make peoples’ lives easier. He has worked from entry level through C-level, worked in engineering, IT, sales, services, support and marketing roles and across verticals including space flight, telecommunications, virtualization, storage, and ERP. OpenStack is sufficiently broad and deep to have kept Mark’s ADD in check for several years now.

", + "created": 1500042949, + "first_name": "Mark", + "gender": null, + "id": 13098, + "irc": null, + "last_edited": 1525195898, + "last_name": "Darnell", + "member_id": 61370, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13098", + "presentations": { + "2": 21808 + }, + "title": "Product Manager", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1508332125, + "first_name": "T.R.", + "id": 13802, + "irc": null, + "last_edited": 1508332125, + "last_name": "Bosworth", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13802", + "presentations": { + "1": 21808 + }, + "title": "Senior Product Manager, OpenStack Cloud", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1438056672, + "end_date": null, + "id": 77381, + "is_current": true, + "job_title": null, + "last_edited": 1438056672, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 42678, + "start_date": 1420070400 + } + ], + "bio": "

Having nearly 20 years experience in the IT industry after starting out as a junior Unix system admin's and then into software support. Initially focused on Windows and Unix/Linux systems management and ITSM.

Though, as I enjoy presenting and meeting people the lions share of my career has been in Pre-Sales roles, this background then affording me the opportunity to join SUSE over 7 years ago.  Initially working as UK SUSE Solutions Architect but have now happily become the full time EMEA Lead Solutions Architect for SUSE OpenStack Cloud for a couple of years (which I had been doing part time for nearly two years before).

I am a keen advocate of Open Source and standards for what this offers to society as a whole and I am frequently involved in Meetups on related subjects, having presented at the London, Netherlands and Oslo OpenStack Meetup's and more general Linux sessions.  I was also able to speak at the Openstack Benilux, Paris/Austin/Barcelona/Boston conferences in 2014/17 and at many OpenStack days such as Benelux, Nordics, Hungry and Ireland.

As a family man I also feel passionate that we need to help educate our next generations and have spoken on these topics at some UK universities, hoping to keep the momentum Open Source has achieved going.

", + "created": 1453895541, + "first_name": "Simon", + "gender": "Male", + "id": 4304, + "irc": null, + "last_edited": 1518093670, + "last_name": "Briggs", + "member_id": 42678, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4304", + "presentations": { + "16": 21809 + }, + "title": "Mr", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1397057438, + "end_date": null, + "id": 115656, + "is_current": true, + "job_title": null, + "last_edited": 1454096337, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 15341, + "start_date": 1109635200 + } + ], + "bio": "

Cameron is currently a Sr. Technology Strategist with an emphasis on Enterprise Cloud Computing environments; has a diverse background that includes technical sales, solutions architecture, consulting, and engineering. With over a decade of experience at companies such as Hewlett Packard, Micron, Interland (now Web.com) and Idaho Power, he excels in specific areas of data center design, specializing in system solutions on mainframes to high performance clusters. Cameron has also authored and published documentation and guides for several leading products and emerging technology concepts. As a Certified Linux Engineer he is a trusted adviser to SUSE's most strategic customers.

", + "created": 1454096244, + "first_name": "Cameron", + "gender": "Male", + "id": 4584, + "irc": "FL1SK", + "last_edited": 1500052891, + "last_name": "Seader", + "member_id": 15341, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4584", + "presentations": { + "18": 21809 + }, + "title": "Technology Strategist", + "twitter": "cseader" + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 40874, + "is_current": true, + "job_title": "", + "last_edited": 1384269868, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 151, + "start_date": null + } + ], + "bio": "

Pete Chadwick is Director of Product Management, Cloud and Systems Management for SUSE. Chadwick has more than 20 years of experience at global technology organizations such as IBM, US Robotics, 3Com and Novell. At SUSE, his responsibilities include comprehensive market and business analysis required to deliver go-to-market strategies for one of SUSE’s priority business areas – cloud. Chadwick is responsible for bringing SUSE Linux Enterprise Server to Amazon EC2. Most recently he championed the company’s work with and significant contributions to OpenStack, an open source cloud computing project. Chadwick is a member of the OpenStack Product Working Group and has presented on OpenStack at many industry events including Gartner Data Center, LinuxCon, CloudOpen, Brainshare, SUSEcon, Open Source Business Conference and Cloud Computing Expo. He is a published author including the 2012 Forbes article “Why Cloud Computing Needs To – And Will – Go Open Source”.

", + "created": 1436875697, + "first_name": "Pete", + "gender": "Male", + "id": 1656, + "irc": "pchadwick", + "last_edited": 1486228512, + "last_name": "Chadwick", + "member_id": 151, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1656", + "presentations": { + "18": 21810 + }, + "title": "Product Manager, SUSE", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Amit is a reference architect with Converged Infrastructure Solutions at NetApp. At NetApp, he focusses on OpenStack reference architectures on FlexPod, container orchestration frameworks like Kubernetes and infrastructure automation across the stack with tools like Puppet and Ansible.  He also has a Masters degree in Computer Science from North Carolina State Univeristy.While at NC State, his research interests included distributed systems and cloud computing.

", + "created": 1468189433, + "first_name": "Amit", + "gender": null, + "id": 9589, + "irc": "#amit", + "last_edited": 1518126602, + "last_name": "Borulkar", + "member_id": 67158, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9589", + "presentations": { + "4": 21811 + }, + "title": "Reference architect", + "twitter": "@amit_borulkar" + }, + { + "affiliations": [ + { + "created": 1456261930, + "end_date": null, + "id": 90950, + "is_current": true, + "job_title": null, + "last_edited": 1456261930, + "organization": { + "created": 1456261930, + "id": 13899, + "last_edited": 1456261930, + "name": "Juniper Networks Inc" + }, + "owner_id": 39580, + "start_date": 1456185600 + } + ], + "bio": "

Product Marketing Manager at Juniper Networks.

", + "created": 1437403710, + "first_name": "Chaitanya", + "gender": null, + "id": 2977, + "irc": null, + "last_edited": 1518124998, + "last_name": "Kadiyala", + "member_id": 39580, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2977", + "presentations": { + "3": 21812 + }, + "title": "Product Marketing Manager", + "twitter": "ckadiyala" + }, + { + "affiliations": [ + { + "created": 1467997788, + "end_date": null, + "id": 100917, + "is_current": true, + "job_title": null, + "last_edited": 1467997788, + "organization": { + "created": 1392924704, + "id": 4314, + "last_edited": 1392924704, + "name": "Juniper Networks" + }, + "owner_id": 42211, + "start_date": 1354665600 + } + ], + "bio": null, + "created": 1468451745, + "first_name": "Rudra", + "gender": "Male", + "id": 10245, + "irc": null, + "last_edited": 1468451745, + "last_name": "Rugge", + "member_id": 42211, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10245", + "presentations": [ + 21812 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1424187486, + "end_date": null, + "id": 65992, + "is_current": true, + "job_title": null, + "last_edited": 1424187486, + "organization": { + "created": 1359485922, + "id": 289, + "last_edited": 1381705563, + "name": "Juniper" + }, + "owner_id": 29393, + "start_date": 993945600 + }, + { + "created": 1424187486, + "end_date": null, + "id": 119765, + "is_current": true, + "job_title": null, + "last_edited": 1424187486, + "organization": { + "created": 1359485922, + "id": 289, + "last_edited": 1381705563, + "name": "Juniper" + }, + "owner_id": 29393, + "start_date": 993945600 + } + ], + "bio": "

Edge and Cloud Computing Enthusiat

", + "created": 1454193178, + "first_name": "Sree", + "gender": "Female", + "id": 4681, + "irc": null, + "last_edited": 1518014206, + "last_name": "Sarva", + "member_id": 29393, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4681", + "presentations": { + "5": 21812 + }, + "title": "Cloud Solution Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1474061407, + "end_date": null, + "id": 105074, + "is_current": true, + "job_title": null, + "last_edited": 1486756103, + "organization": { + "created": 1473215426, + "id": 18605, + "last_edited": 1473215426, + "name": "Dell EMC" + }, + "owner_id": 7713, + "start_date": 1485907200 + } + ], + "bio": "

Arkady has been a member of OpenStack since Grizzly. He is director of engineering leading a team of developers responsible for development of DellEMC OpenStack solutions.  Arkady has PhD. in CS from UIUC.  He straddled academic, research, architect, developer, and product owner roles.  Arkady roles included  but not limited to, research publications and Program committee member for various conferences like FAST (https://www.usenix.org/legacy/events/fast11/organizers.html), Chair or board member  of several standard activities, like DAT (http://www.datcollaborative.org),  OpenFabric (https://www.openfabrics.org/index.php) and MPI-RT (http://www.cse.msstate.edu/~yogi/dandass-mpirt-2004.pdf) to product delivery, like EMC Atmos, Dell OpenStack solutions among others.

\r\n

 

\r\n

Arkady is passionate advocate of OpenStack and making its usage easier for users and administrators. He concentrates efforts of his team on extending OpenStack capabilities for enterprise use cases, from automatic deployment, and robustness, to HA, upgrade, extensibility and validation, to workload optimizations.

", + "created": 1436903903, + "first_name": "Arkady", + "gender": "Male", + "id": 1903, + "irc": "arkady_kanevsky", + "last_edited": 1486441915, + "last_name": "kanevsky", + "member_id": 7713, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1903", + "presentations": { + "11": 21814 + }, + "title": "director of development", + "twitter": "arkady_kanevsky" + }, + { + "affiliations": [ + { + "created": 1526816781, + "end_date": null, + "id": 157109, + "is_current": true, + "job_title": "Sr.Product Line Manager", + "last_edited": 1526816781, + "organization": { + "created": 1435696723, + "id": 9884, + "last_edited": 1435696723, + "name": "HPE" + }, + "owner_id": 87631, + "start_date": 1483228800 + } + ], + "bio": "

 

\r\n

Mushtaq Ahmed is currently a WW Product Line Manager for HPE and part of their Hybrid IT Telco NFV Infrastructure team doing the full life cycle management of the NFV Blueprints and Go-To-Market activities for NFV solutions.  Manages sales  of HPE Red Hat OpenStack and HPE Red Hat Ceph Storage.  Mushtaq attained his Bachelor of Electrical Engineer degree from Ottawa, Canada and has over 22 years of combined experience in product support, software development and product management having worked at Bell Northern Research (BNR), Nortel Networks, Mitel Corporation, 3Com Corporation and HPE. Mushtaq also holds a US Patent for an innovative SIP Cloud Based Conference Management Feature.  Mushtaq is currently based in Boston’s metro west area where he lives with his wife Asma and 3 kids and enjoys swimming, hiking and cooking.

\r\n

 

\r\n

Mushtaq Ahmed

\r\n

 

\r\n

 

\r\n

Hybrid IT group, Telco NFV Solutions WW Product Manager

\r\n

Hewlett-Packard Enterprise

\r\n

+1.781.526.5513\"\"

\r\n

mushtaq.ahmed@hpe.com

\r\n

\"Adobe

\r\n

165 Dascomb Rd, Andover, MA 01810  USA

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

", + "created": 1525274249, + "first_name": "Mushtaq", + "gender": "Male", + "id": 14605, + "irc": null, + "last_edited": 1526816813, + "last_name": "Ahmed", + "member_id": 87631, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14605", + "presentations": [ + 21815 + ], + "title": "Mr", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1436982648, + "first_name": "Keith", + "gender": null, + "id": 2516, + "irc": null, + "last_edited": 1485355990, + "last_name": "Basil", + "member_id": 20573, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2516", + "presentations": { + "5": 21816 + }, + "title": "Deployment Product Manager - OpenStack", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518085100, + "end_date": null, + "id": 154173, + "is_current": true, + "job_title": null, + "last_edited": 1518085100, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 98738, + "start_date": 1401580800 + } + ], + "bio": "

Ramon works at Red Hat as a Product Manager in the OpenStack team. He has had the opportunity to work on OpenStack projects with customers world-wide, while observing the evolution of OpenStack with its strengths and weaknesses. As a Product Manager he focuses on relevant work needed to make OpenStack an even better platform.

", + "created": 1525274453, + "first_name": "Ramon", + "gender": "Male", + "id": 14606, + "irc": null, + "last_edited": 1526391814, + "last_name": "Acedo Rodriguez", + "member_id": 98738, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14606", + "presentations": [ + 21818 + ], + "title": "Product Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1468270438, + "end_date": null, + "id": 101052, + "is_current": true, + "job_title": null, + "last_edited": 1468270438, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 67234, + "start_date": 1448841600 + } + ], + "bio": "

High impact, results oriented professional with excellent technical and communications skills, business acumen, and team leadership.

Experience in product and business strategy, global product launches, economic analysis, solutions marketing, and systems engineering.  Led the development and delivery of multiple software and hardware solutions, each of them generating market share growth and hundreds of millions to billions in revenue. Deep technical and business knowledge of Video, Mobile Internet, Carrier Ethernet, and Cloud-based networking architectures that span both Service Provider and Enterprise markets. Led many global product launches driving billions in incremental revenues.

Comprehensive hardware and software technology depth across many domains including Carrier Ethernet, Mobile / Wireless, Security, Video, Software Defined Networks (SDN), Virtualization, Cloud-Based / Managed Services, Routing, and Optical Transport.

", + "created": 1468260774, + "first_name": "Ian", + "gender": "Male", + "id": 9663, + "irc": null, + "last_edited": 1526980227, + "last_name": "Hood", + "member_id": 67234, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9663", + "presentations": { + "6": 21819 + }, + "title": "Chief Architect, Red Hat", + "twitter": "IHood_Ian" + }, + { + "affiliations": [ + { + "created": 1461608760, + "end_date": null, + "id": 95431, + "is_current": true, + "job_title": null, + "last_edited": 1461608760, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 61545, + "start_date": 1454284800 + } + ], + "bio": "

Azhar is currently at Red Hat Inc., as a Chief Architect driving their Service Provider Architectures and solutions with Openstack, Containers, SDN, NFV and DC orchestration. Azhar has more than 25 years of experience in the networking and communications industry that includes development, design, installation and management of complex networks involving multiple technologies and products and building solutions. Prior to Red Hat, Azhar is a 17 year veteran of Cisco Systems Inc. His last responsibility there was a Sr. Director of Solutions Engineering. Azhar was responsible for developing System Architectures, developing and delivering Cloud based solutions.

\r\n

Azhar has also actively contributed to the industry adoption of cutting edge technologies. He is an active participant and a contributor to industry forums and standards bodies. His interests are in the area of Cloud Architectures, Kubernetes, Openstack, SDN, virtualization, Data Center Networking and Mobile Networks. 

\r\n

Azhar is the co-author of a book “MPLS and Next-Generation Networks: Foundations for NGN and Enterprise Virtualization” with Monique Morrow. Azhar has 9 patents in the space of Network protocols and several published papers.

", + "created": 1466013869, + "first_name": "Azhar", + "gender": "Male", + "id": 9233, + "irc": null, + "last_edited": 1518086677, + "last_name": "Sayeed", + "member_id": 61545, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9233", + "presentations": { + "14": 21820 + }, + "title": "Chief Architect - Telecommunications", + "twitter": "sayeed_azhar" + }, + { + "affiliations": [ + { + "created": 1477030100, + "end_date": null, + "id": 107654, + "is_current": true, + "job_title": null, + "last_edited": 1477030100, + "organization": { + "created": 1474495954, + "id": 18770, + "last_edited": 1474495954, + "name": "Affirmed Networks" + }, + "owner_id": 76111, + "start_date": 1422835200 + } + ], + "bio": "

Dejan Leskaroski, Senior Product Manager, is responsible for Affirmed\u2019s Virtual Probe and Analytics portfolio.\u00a0 Dejan is a telecom veteran with over 15 years of experience in the wireless industry.\u00a0 He has worked for industry leaders Airvana and Nortel where he lead cross-functional teams and managed\u00a0 the delivery of a variety of software solutions currently deployed across some of the world\u2019s largest service providers.

", + "created": 1526305069, + "first_name": "Dejan", + "gender": "Male", + "id": 14633, + "irc": null, + "last_edited": 1526305323, + "last_name": "Leskaroski", + "member_id": 76111, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14633", + "presentations": [ + 21820 + ], + "title": "Director of Product Management & Marketing", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1507725132, + "end_date": null, + "id": 146126, + "is_current": true, + "job_title": "Self", + "last_edited": 1507725132, + "organization": { + "created": 1429420154, + "id": 8724, + "last_edited": 1429420154, + "name": "*independent user - Unaffiliated" + }, + "owner_id": 87788, + "start_date": 1506816000 + } + ], + "bio": "

Ram Venketaramani is currently the Director of Product Management at the Telco NFV Business Unit at Vmware. Here he helped the launch of VMware’s flagship vCloud NFV offering on OpenStack. Prior to VMware, he was the Sr. Director of Product Management at Ciena Corporation managing their Blue Planet NFV/Service Orchestration and Network Analytics product lines. At Juniper Networks, he led the company’s entry into NFV Orchestration space. In his illustrious career, he has conceived and created new carrier grade products and grew them into successful offerings multiple times. Having worked in the Telecom industry for more than a decade he succinctly understands operator’s business needs and considerations as well as their operational model and concerns in their quest to virtualize their entire networking infrastructure.

", + "created": 1500060449, + "first_name": "Ramkumar", + "gender": "Prefer not to say", + "id": 13130, + "irc": null, + "last_edited": 1518105472, + "last_name": "Venketaramani", + "member_id": 87788, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13130", + "presentations": { + "3": 21822 + }, + "title": "Mr.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1505400310, + "end_date": null, + "id": 145285, + "is_current": true, + "job_title": null, + "last_edited": 1505400310, + "organization": { + "created": 1505400310, + "id": 24546, + "last_edited": 1505400310, + "name": "Network Appliance" + }, + "owner_id": 93985, + "start_date": 1504569600 + } + ], + "bio": null, + "created": 1517936263, + "first_name": "Pete", + "gender": "Male", + "id": 14103, + "irc": null, + "last_edited": 1517936263, + "last_name": "Brey", + "member_id": 93985, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14103", + "presentations": [ + 21825, + 21824 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1520257973, + "end_date": null, + "id": 154906, + "is_current": true, + "job_title": null, + "last_edited": 1520257973, + "organization": { + "created": 1490214390, + "id": 22162, + "last_edited": 1490214390, + "name": "Interdynamix Systems" + }, + "owner_id": 99909, + "start_date": 1484524800 + } + ], + "bio": null, + "created": 1526928334, + "first_name": "Kevin", + "gender": "Male", + "id": 14660, + "irc": null, + "last_edited": 1526928334, + "last_name": "Smeltz", + "member_id": 99909, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14660", + "presentations": [ + 21824 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1525275235, + "first_name": "David", + "gender": null, + "id": 14610, + "irc": null, + "last_edited": 1525275371, + "last_name": "Blackwell", + "member_id": 101446, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14610", + "presentations": [ + 21825, + 21826 + ], + "title": "NetApp", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1525274961, + "first_name": "Xiao", + "id": 14608, + "irc": null, + "last_edited": 1525274961, + "last_name": "Gao", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14608", + "presentations": { + "1": 21828, + "2": 21879 + }, + "title": "VMware", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 40873, + "is_current": true, + "job_title": "", + "last_edited": 1392913338, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 150, + "start_date": 1326067200 + } + ], + "bio": "

Adam Spiers is a Senior Software Engineer at SUSE, focusing on OpenStack, Pacemaker, Chef and Crowbar.  He was architectural lead for the projects to make SUSE OpenStack Cloud capable of deploying highly available control and compute planes, and helped SUSE win the Ruler Of The Stack competitions at the OpenStack summits in Vancouver and Paris.  He set up the #openstack-ha sub-community, and more recently the Self-Healing SIG which he currently chairs.

\r\n

Adam has been a passionate supporter and developer of F/OSS since 1995, with a particular interest in automation and orchestration.  For the last 13 years his professional focus has been on Linux-oriented enterprise technologies in the data center. He holds a degree in Mathematics and Computation from Oxford University, and currently lives and works in London, UK.

\r\n

Adam juggles his IT career with a long-running parallel career as a musician, a (less successful) pre-occupation with marathons and triathlons, and occasionally also juggles balls, clubs, and fire.

", + "created": 1436871349, + "first_name": "Adam", + "gender": "Male", + "id": 1620, + "irc": "aspiers", + "last_edited": 1518090818, + "last_name": "Spiers", + "member_id": 150, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1620", + "presentations": { + "19": 21830 + }, + "title": "Senior Engineer, Cloud & High Availability", + "twitter": "adamspiers" + }, + { + "affiliations": [], + "bio": "

Roman Alekseenkov is co-founder of Aptomi and former VP Engineering at Mirantis, with extensive experience in OpenStack and Kubernetes. Before cloud infrastructure, he's been helping build various products for Mirantis' customers - from networking to social media analytics. ACM ICPC, TopCoder and Google Code Jam finalist. MS in Applied Math & Computer Science.

\r\n

https://github.com/ralekseenkov/
https://www.linkedin.com/in/ralekseenkov/

", + "created": 1525441488, + "first_name": "Roman", + "gender": null, + "id": 14614, + "irc": null, + "last_edited": 1525967374, + "last_name": "Alekseenkov", + "member_id": 101682, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14614", + "presentations": [ + 21832 + ], + "title": "Co-Founder of Aptomi and former VP Engineering at Mirantis", + "twitter": "ralekseenkov" + }, + { + "affiliations": [], + "bio": "

Liam started his software career as a tester, which might explain why he's such a fan of CI/CD and Pipeline as Code. He has spent the majority of his software engineering career implementing Continuous Integration systems at companies big and small. He is a Jenkins project contributor and an expert in Jenkins Pipeline, both Scripted and Declarative. Liam currently works as a Jenkins Evangelist at CloudBees. When not at work, he enjoys testing gravity by doing Aikido.

", + "created": 1525687065, + "first_name": "Liam", + "gender": null, + "id": 14618, + "irc": "bitwiseman", + "last_edited": 1525700143, + "last_name": "Newman", + "member_id": 101564, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14618", + "presentations": [ + 21835 + ], + "title": "Technical Evangelist at CloudBees", + "twitter": "@bitwiseman" + }, + { + "affiliations": [], + "bio": null, + "created": 1525687002, + "first_name": "Jenn", + "id": 14617, + "irc": null, + "last_edited": 1525687002, + "last_name": "Briden", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14617", + "presentations": [ + 21835 + ], + "title": "Senior Product Manager at CloudBees", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454429956, + "end_date": null, + "id": 86744, + "is_current": true, + "job_title": null, + "last_edited": 1454429956, + "organization": { + "created": 1441374922, + "id": 11016, + "last_edited": 1441374922, + "name": "Fujitsu America" + }, + "owner_id": 53049, + "start_date": 623203200 + } + ], + "bio": "
\n

Jeff is a Pre-Sales Software Engineer in Fujitsu\u2019s Global Software Center helping customers to successfully deploy cloud solutions in their enterprise. Jeff has been with Fujitsu for 28 years. Prior to working in the cloud space, he worked as a kernel developer working in a wide variety of areas including server clustering and as a performance analyst benchmarking customer solutions. His home is in Arizona and spends as much time as possible in the Outdoors with his family.

", + "created": 1454430092, + "first_name": "Jeff", + "gender": "Male", + "id": 5180, + "irc": null, + "last_edited": 1526469557, + "last_name": "Cathey", + "member_id": 53049, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5180", + "presentations": [ + 21846 + ], + "title": "Pre-Sales Software Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1525862741, + "first_name": "Ruibin", + "id": 14625, + "irc": null, + "last_edited": 1525862741, + "last_name": "Lu", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14625", + "presentations": [ + 21848 + ], + "title": "Huawei", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1525862877, + "first_name": "Ruan", + "gender": null, + "id": 14626, + "irc": null, + "last_edited": 1525862877, + "last_name": "HE", + "member_id": 19791, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14626", + "presentations": [ + 21849, + 21899 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1437598929, + "end_date": null, + "id": 76503, + "is_current": true, + "job_title": null, + "last_edited": 1437619640, + "organization": { + "created": 1359485922, + "id": 226, + "last_edited": 1365013136, + "name": "Fujitsu" + }, + "owner_id": 39719, + "start_date": 1427846400 + } + ], + "bio": "

Lujin joined OpenStack development in 2015. Now she is working on developing rolling upgrade features across many projects. 

", + "created": 1452558262, + "first_name": "Lujin", + "gender": "Female", + "id": 3874, + "irc": "lujinluo", + "last_edited": 1518132460, + "last_name": "Luo", + "member_id": 39719, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3874", + "presentations": { + "6": 21855 + }, + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1436855009, + "first_name": "Adam", + "id": 1560, + "irc": null, + "last_edited": 1440596951, + "last_name": "Spiers", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1560", + "presentations": { + "1": 21858 + }, + "title": "Senior Engineer, High Availability / Cloud Enginee", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Sean Rickerd has been a Systems Engineer for SUSE since 2013, operating primarily in Eastern Canada. A Linux user since his teen years, he focused his career in the field of infrastructure, architecture, and security of Linux environments. Since joining SUSE, he has spoken and given technical presentations and demos to governments, corporate clients, and at large industry events including SAP TechEd && D-code in Las Vegas, SUSEcon in Orlando and Amsterdam, and iTech in Toronto, and the Salon du Logiciel Libre du Québec in Québec City. A buff and a fan of Linux technology, he has Tux (and Geeko) tattooed on his heart.

", + "created": 1453748103, + "first_name": "Sean", + "id": 4203, + "irc": null, + "last_edited": 1485331190, + "last_name": "Rickerd", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4203", + "presentations": { + "2": 21859 + }, + "title": "Systems Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1436816475, + "first_name": "Masayuki", + "id": 1436, + "irc": "masayukig", + "last_edited": 1436816598, + "last_name": "Igawa", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1436", + "presentations": [ + 21861 + ], + "title": "Software Design & Production Specialist", + "twitter": "masayukig" + }, + { + "affiliations": [ + { + "created": 1500027095, + "end_date": null, + "id": 142742, + "is_current": true, + "job_title": null, + "last_edited": 1500027095, + "organization": { + "created": 1421268689, + "id": 7213, + "last_edited": 1421268689, + "name": "inspur" + }, + "owner_id": 72283, + "start_date": 1415577600 + } + ], + "bio": "

Walker works with OpenStack\uff0chaving nearly 15 years experience in the IT industry after starting out as a junior Linux software developer and then into product manager. He is currently a senior product manager with an emphasis on Enterprise Cloud computing services; With experience at companies such as Oracle, IBM and Inspur. His main responsibility is product planning for enterprise cloud platform based on openstack. 

\r\n

 

", + "created": 1472621747, + "first_name": "Walker", + "gender": "Male", + "id": 10728, + "irc": null, + "last_edited": 1525341767, + "last_name": "Liu", + "member_id": 72283, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10728", + "presentations": { + "4": 21863 + }, + "title": "Senior Technical Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1467226298, + "end_date": null, + "id": 100076, + "is_current": true, + "job_title": null, + "last_edited": 1467226298, + "organization": { + "created": 1392196141, + "id": 4192, + "last_edited": 1392196141, + "name": "kontron" + }, + "owner_id": 42766, + "start_date": 1462752000 + } + ], + "bio": "

Eric Sarault, B. Eng. is the product manager for Kontron’s (KCI) software and services portfolio including the development of a software platform powered by OpenStack to deliver fully integrated OpenStack solutions suitable for customers looking to adopt OpenStack as their on-premise cloud platform.

\r\n

Before Kontron, Eric was the lead product manager for Internap's AgileSERVER and AgileCLOUD product offering which has brought to market the first multi-region OpenStack bare metal service with a wide variety of compute options allowing customers to leverage the flexibility of the cloud with a true bare metal catalog closer to traditionnal dedicated server lineups from legacy operators.

\r\n

Prior to his role at Kontron, Eric played multiples roles in product management, engineering, software development, sales and operations at Internap and iWeb Technologies Inc.

", + "created": 1453815200, + "first_name": "Eric", + "gender": "Male", + "id": 4240, + "irc": null, + "last_edited": 1526308779, + "last_name": "Sarault", + "member_id": 42766, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4240", + "presentations": { + "2": 21864 + }, + "title": "Mr.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1452263634, + "end_date": null, + "id": 85313, + "is_current": true, + "job_title": null, + "last_edited": 1452263982, + "organization": { + "created": 1429420154, + "id": 8724, + "last_edited": 1429420154, + "name": "*independent user - Unaffiliated" + }, + "owner_id": 51561, + "start_date": 1371168000 + } + ], + "bio": "

Serial Intrapreneur and experienced technologist with demonstrated history bringing emerging software and hardware together to deliver repeatable and consumable solutions. Proven record catalyzing ecosystems with new business and technology initiatives through open source influence and integration.

", + "created": 1525091164, + "first_name": "Jennifer", + "gender": "Female", + "id": 14599, + "irc": null, + "last_edited": 1525091589, + "last_name": "Koerv", + "member_id": 51561, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14599", + "presentations": [ + 21866 + ], + "title": "Senior Director, Ecosystem Strategy and Technology Integration", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526322338, + "end_date": null, + "id": 156851, + "is_current": true, + "job_title": "Program Manager", + "last_edited": 1526322338, + "organization": { + "created": 1416519597, + "id": 6798, + "last_edited": 1416519597, + "name": "The Linux Foundation" + }, + "owner_id": 101802, + "start_date": 1483315200 + } + ], + "bio": "

Annie is an award-winning Learning & Development Director and Community Project Manager, focusing on getting more from individuals and teams while consistently achieving identified objectives.

\r\n

She's worked with a variety of companies and agencies (from non-profits like The Linux Foundation and Head Start to corporations like IAC Publishing) over a range of industries (including educationcommunity growthgovernmentweb development, and business intelligence).

\r\n

She is also a volunteer community education trainer for WOMAN Inc,who regularly speaks at conferences and events throughout the Bay Area and beyond.

", + "created": 1526317328, + "first_name": "Annie", + "gender": "Female", + "id": 14635, + "irc": null, + "last_edited": 1526322409, + "last_name": "Fisher", + "member_id": 101802, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14635", + "presentations": [ + 21866 + ], + "title": "Program Manager at The Linux Foundation", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1424429393, + "end_date": null, + "id": 67177, + "is_current": true, + "job_title": null, + "last_edited": 1424429393, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 30502, + "start_date": 1391385600 + } + ], + "bio": "

Rodolfo Pacheco works at AT&T as the Leader of the AIC Design Team , and as a \u00a0\u00a0Cloud Architect helping build the AT&T AIC OpenStack Cloud. The foundational platform for AT&T\u2019s Network On Demand platform. \u00a0Prior to that, he was the code Developer and Architect for the AT&T Netbond service. Currently Architecting the AIC CP platform , an undercloud control plane, which enables the use of services to run on it. Such as \u00a0openstack delivered with openstack-helm\u00a0

\n

Architecting AT&T's AIC UCP , undercloud control plane .\u00a0Its a\u00a0reference architecture for automated cloud provisioning and management, leveraging a collection of interoperable open-source tools.

\n

Architecting AT&T Edge Cloud (AEC)

", + "created": 1461273688, + "first_name": "Rodolfo", + "gender": "Male", + "id": 5934, + "irc": "#jezogwza", + "last_edited": 1526380668, + "last_name": "Pacheco", + "member_id": 30502, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5934", + "presentations": { + "6": 21868, + "7": 21866 + }, + "title": "Lead Member Tech Staff", + "twitter": "@jezogwza" + }, + { + "affiliations": [ + { + "created": 1405023822, + "end_date": null, + "id": 59619, + "is_current": true, + "job_title": null, + "last_edited": 1405023822, + "organization": { + "created": 1405023822, + "id": 5563, + "last_edited": 1405023822, + "name": "Cisco Systems Inc" + }, + "owner_id": 19889, + "start_date": 1404691200 + } + ], + "bio": "

Naren Narendra is a Senior Product Line Manager in Cisco’s Cloud Platform and Solutions Group. He has held various engineering and product management roles at Cisco. He is responsible for strategy and roadmap for Cisco Network Function Virtualization Infrastructure (NFVI) & SP/Telco Multicloud at Cisco. Naren works closely with customers worldwide enabling them to successfully transform to Network Function Virtualization (NFV) and Cloud Native.

", + "created": 1436894451, + "first_name": "Naren", + "gender": "Male", + "id": 1823, + "irc": null, + "last_edited": 1526257002, + "last_name": "Narendra", + "member_id": 19889, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1823", + "presentations": { + "5": 21870 + }, + "title": "Senior Product Line Manager", + "twitter": "@narenhn" + }, + { + "affiliations": [ + { + "created": 1526298768, + "end_date": null, + "id": 156830, + "is_current": true, + "job_title": "Principal Engineer", + "last_edited": 1526298768, + "organization": { + "created": 1417515403, + "id": 6917, + "last_edited": 1417515403, + "name": "Charter Communications" + }, + "owner_id": 69425, + "start_date": 1525046400 + } + ], + "bio": "

Jeffrey Saelens is a Principal Engineer on Charter Communications’ Advanced Commercial Engineering team. He currently focuses on Platform and Cloud design and development. Starting his career in the US Army, Jeffrey was a Green Beret focused on communications and systems engineering. After leaving the military, he dove into the service provider world with experience on both the vendor and corporate side of the isle.

", + "created": 1525103299, + "first_name": "Jeffrey", + "gender": "Male", + "id": 14601, + "irc": null, + "last_edited": 1526299462, + "last_name": "Saelens", + "member_id": 69425, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14601", + "presentations": [ + 21870 + ], + "title": "Moving to the Edge with NFV", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1458096903, + "end_date": null, + "id": 92235, + "is_current": true, + "job_title": null, + "last_edited": 1458096903, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 58214, + "start_date": 1444867200 + } + ], + "bio": "

Iftikhar Rathore is a TME for Openstack Support on ACI. He specializes in Free/Opensource technologies and has been working in this industry for more that 25 years.

", + "created": 1461522114, + "first_name": "Iftikhar", + "gender": "Male", + "id": 6675, + "irc": null, + "last_edited": 1525969108, + "last_name": "Rathore", + "member_id": 58214, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/6675", + "presentations": { + "2": 21871 + }, + "title": "Engineer Technical Marketing", + "twitter": null + }, + { + "affiliations": [], + "bio": "
\r\n

Rafi Khardalian is Directory of Engineering & Operations for Cisco OpenStack Privage Cloud at Cisco and was a member of the founding team at Metacloud.

\r\n

Prior to joining Metacloud, Rafi was the Director of Systems Architecture at Ticketmaster Entertainment. He was responsible for driving innovation while designing highly scalable, globally distributed infrastructure to meet the unique business requirements of consumers worldwide. This meant he led a number of transformational projects, including building the company s private cloud. Before that, Rafi managed Ticketmaster’s Web Systems Engineering team, whose infrastructure footprint of several thousand nodes worldwide was the largest in the organization. Under his leadership, that team facilitated the growth of this infrastructure by over 3x. Rafi was also the chief architect and initial developer of Spine, a configuration management system which was deployed company-wide, open-sourced, and remains in use today.

\r\n

 

\r\n
", + "created": 1437003484, + "first_name": "Rafi", + "id": 2790, + "irc": "rmk", + "last_edited": 1485290554, + "last_name": "Khardalian", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2790", + "presentations": { + "4": 21872 + }, + "title": "Director, Engineering & Operations", + "twitter": "rmk40" + }, + { + "affiliations": [ + { + "created": 1424287595, + "end_date": null, + "id": 66488, + "is_current": true, + "job_title": null, + "last_edited": 1424287595, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 29858, + "start_date": 991180800 + } + ], + "bio": "

Director of Platform Engineering for Openstack/NFVi

\r\n

Working on Fully automated deployment with integrated reliability, performance tests

", + "created": 1454459297, + "first_name": "Chandra", + "gender": "Male", + "id": 5280, + "irc": null, + "last_edited": 1526065023, + "last_name": "Ganguly", + "member_id": 29858, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5280", + "presentations": { + "2": 21873 + }, + "title": "Director", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1508265182, + "end_date": null, + "id": 146380, + "is_current": true, + "job_title": null, + "last_edited": 1508265182, + "organization": { + "created": 1457324395, + "id": 14104, + "last_edited": 1457324395, + "name": "Vault Systems Pty Ltd" + }, + "owner_id": 95002, + "start_date": 1458518400 + } + ], + "bio": null, + "created": 1526306256, + "first_name": "Roland", + "gender": "Male", + "id": 14634, + "irc": null, + "last_edited": 1526306256, + "last_name": "Cabana", + "member_id": 95002, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14634", + "presentations": [ + 21874 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1494005339, + "end_date": null, + "id": 140168, + "is_current": true, + "job_title": null, + "last_edited": 1494005339, + "organization": { + "created": 1492710859, + "id": 22651, + "last_edited": 1492710859, + "name": "T-Mobile USA" + }, + "owner_id": 87407, + "start_date": 1243814400 + } + ], + "bio": "

Associated with Mobile Industry and the Technology around it for the past 20 or so years, in various capacities,with Prime focus on Packet Core elements. The journey has been incredible with various generations ( 2G,4G/LTE etc..) of Mobility,with current focus on planning activities for 5G rollouts and excited about the opportunities and challenges it brings to Mobile Service Provider.

", + "created": 1526384028, + "first_name": "Senthil", + "gender": "Male", + "id": 14640, + "irc": null, + "last_edited": 1526551763, + "last_name": "Kaliappan", + "member_id": 87407, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14640", + "presentations": [ + 21875 + ], + "title": "MTS, Systems Architecture Engineering, Technology, T-Mobile", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526521568, + "end_date": null, + "id": 156967, + "is_current": true, + "job_title": null, + "last_edited": 1526521568, + "organization": { + "created": 1492710859, + "id": 22651, + "last_edited": 1492710859, + "name": "T-Mobile USA" + }, + "owner_id": 101924, + "start_date": 1483488000 + } + ], + "bio": "

Highly skilled telecom solutions & systems architect with extensive experience in telecom industry, full understating of the telecom business, and specialized in designing, integrating, supporting, and validating telecom solutions for LTE & 5G core networks. Leading NFV solution design, validation and deployment for vEPC based on Openstack Infrastructure. I have several granted and published patents in the telecom industry domain.

", + "created": 1526522384, + "first_name": "Suliman", + "gender": "Male", + "id": 14649, + "irc": null, + "last_edited": 1526785684, + "last_name": "Albasheir", + "member_id": 101924, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14649", + "presentations": [ + 21875 + ], + "title": "Sr. Engineer, Systems Architecture, Data Mobility and Gateway", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526987582, + "end_date": null, + "id": 157243, + "is_current": true, + "job_title": null, + "last_edited": 1526987582, + "organization": { + "created": 1359485922, + "id": 56, + "last_edited": 1365011280, + "name": "Canonical" + }, + "owner_id": 5882, + "start_date": 1505433600 + } + ], + "bio": "

OpenStack Ambassador, founder of Hungarian OpenStack user group, co-organizer of OpenStack CEE Day event and active contributor of multiple OpenStack projects. Marton have a background in the telecommunication sector, he was a CTO for a Telenor owned company and managed the operation and development areas in Central Europe and Asia. Actually he is working at Aptira as a GM for the EU region.

", + "created": 1434380339, + "first_name": "Marton", + "gender": "Male", + "id": 63, + "irc": "mrmartin", + "last_edited": 1486139339, + "last_name": "Kiss", + "member_id": 5882, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/63", + "presentations": { + "13": 21876 + }, + "title": "GM of Europe, Aptira", + "twitter": "marton_kiss" + }, + { + "affiliations": [], + "bio": "

- OpenStack I18n Russian coordinator

\r\n

OpenStack Russian User Group leader

\r\n

- OpenStack Ambassador

\r\n

 

\r\n

 

", + "created": 1439286503, + "first_name": "Ilya", + "gender": "Male", + "id": 3418, + "irc": "adiantum", + "last_edited": 1506584103, + "last_name": "Alekseyev", + "member_id": 2755, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3418", + "presentations": { + "3": 21876 + }, + "title": "I18n Russian coordinator amp Russian user group leader", + "twitter": "ilyaalekseyev" + }, + { + "affiliations": [ + { + "created": 1526758243, + "end_date": null, + "id": 157088, + "is_current": true, + "job_title": "IT Security Manager", + "last_edited": 1526758243, + "organization": { + "created": 1443225275, + "id": 11478, + "last_edited": 1443225275, + "name": "Santander Getnet" + }, + "owner_id": 8772, + "start_date": 1462060800 + } + ], + "bio": "

Marcelo Dieder works with Openstack since 2011. He is a founding member of the OpenStack Brazil user group and coordinates the translation team of OpenStack Brazil. He is an OpenStack Ambassador and has helped in the growth of the users groups through his organizing of events, lectures, and local surveys to attract new users and contributors to the project. Currently I work as IT Security Manager, as a Cloud Computing Consultant and training people about Openstack. 

\r\n
\r\n
\r\n
\r\n
 
\r\n
\r\n
\r\n
\r\n

Activities:

\r\n

Consulting companies to use the Openstack 

\r\n

Help people to learn more about the Openstack

\r\n

Work with the translation of Openstack to pt_BR

\r\n

Manage Brazil Openstack Meetups

\r\n

Respond questions on ask.openstack.org

", + "created": 1436850268, + "first_name": "Marcelo", + "gender": "Male", + "id": 1539, + "irc": "marcelodieder", + "last_edited": 1526758345, + "last_name": "Dieder", + "member_id": 8772, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1539", + "presentations": { + "5": 21876, + "6": 21882 + }, + "title": "IT Security Manager and Openstack Ambassador a", + "twitter": "marcelodieder" + }, + { + "affiliations": [ + { + "created": 1442341062, + "end_date": null, + "id": 80327, + "is_current": true, + "job_title": null, + "last_edited": 1442341062, + "organization": { + "created": 1377934804, + "id": 2775, + "last_edited": 1381738883, + "name": "University of Melbourne, NeCTAR" + }, + "owner_id": 46979, + "start_date": 1368403200 + } + ], + "bio": "

Andy is a Systems Engineer working at the University of Melbourne on the Nectar Research Cloud.

", + "created": 1500247780, + "first_name": "Andy", + "gender": "Male", + "id": 13190, + "irc": "andybotting", + "last_edited": 1500249828, + "last_name": "Botting", + "member_id": 46979, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13190", + "presentations": { + "2": 21876 + }, + "title": "Systems Engineer", + "twitter": "andybotting" + }, + { + "affiliations": [], + "bio": null, + "created": 1526395786, + "first_name": "Jason", + "id": 14641, + "irc": null, + "last_edited": 1526395786, + "last_name": "Collier", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14641", + "presentations": [ + 21877 + ], + "title": "Co-Founder and Motivational Speaker", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1459633455, + "first_name": "Nicolas", + "gender": null, + "id": 5770, + "irc": null, + "last_edited": 1485289005, + "last_name": "Trangez", + "member_id": 28639, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5770", + "presentations": { + "1": 21878 + }, + "title": null, + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1526558829, + "first_name": "Marcos", + "gender": null, + "id": 14651, + "irc": null, + "last_edited": 1526558829, + "last_name": "Hernandez", + "member_id": 81586, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14651", + "presentations": [ + 21879 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1526491038, + "first_name": "Phil", + "gender": null, + "id": 14648, + "irc": null, + "last_edited": 1526570304, + "last_name": "White", + "member_id": 101954, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14648", + "presentations": [ + 21880 + ], + "title": "CTO", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1491494081, + "end_date": null, + "id": 138453, + "is_current": true, + "job_title": null, + "last_edited": 1491494081, + "organization": { + "created": 1490187951, + "id": 22147, + "last_edited": 1490187951, + "name": "Kontron Canada Inc." + }, + "owner_id": 85618, + "start_date": 1401667200 + } + ], + "bio": "

Software Team Leader and OpenStack developer at Kontron. Passionate about software development ranging from embedded to cloud and mobile; from C++ to JavaScript and Python; from databases to concurrent and multi-tier applications. Today Bertin works as a Software Team Leader at Kontron Canada, a recognized OEM manufacturer in the telecommunication industry, which today delivers to the SDN NFV and Computer virtualization markets its high density & carrier grade servers.

", + "created": 1499959538, + "first_name": "Bertin", + "gender": "Male", + "id": 12928, + "irc": null, + "last_edited": 1518075160, + "last_name": "Colpron", + "member_id": 85618, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12928", + "presentations": { + "2": 21882 + }, + "title": "Software developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526665907, + "end_date": null, + "id": 157052, + "is_current": true, + "job_title": "CTO", + "last_edited": 1526665907, + "organization": { + "created": 1526665907, + "id": 26839, + "last_edited": 1526665907, + "name": "INOVAX Engenharia de Sistemas Ltda" + }, + "owner_id": 75724, + "start_date": 618796800 + } + ], + "bio": "

Joao C.D. Freire Ribeiro is CTO and co-founder of INOVAX, a Brazilian company with several OpenStack projects in the Brazilian telecom industry, partnered with Canonical and Kontron. He is also director of the Cloud Computing Committee at the Brazilian IT Companies Association - ASSESPRO-RJ and has been an OpenStack evangelist at INOVAX, ASSESPRO and at the Technology Park of the Federal University of Rio de Janeiro - UFRJ, where is established NEOPATH, an INOVAX spin off, delivering VNF components specialized for decision rooms and financial market communication.

\r\n

As CEO of NEOPATH and director of ASSESPRO-RJ he leaded the \"Smart City Cloud Hackathon OpenStack Rio de Janeiro organization with the success of the ALIROU Team.

\r\n

 

", + "created": 1526651787, + "first_name": "Jo\u00e3o C D", + "gender": "Male", + "id": 14652, + "irc": "joaodemier", + "last_edited": 1526665365, + "last_name": "Freire Ribeiro", + "member_id": 75724, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14652", + "presentations": [ + 21882 + ], + "title": "INOVAX,CTO", + "twitter": "jcdFRibeiro" + }, + { + "affiliations": [ + { + "created": 1508170403, + "end_date": null, + "id": 146324, + "is_current": true, + "job_title": null, + "last_edited": 1508170403, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 94957, + "start_date": 1061164800 + } + ], + "bio": "

Melissa Evers-Hood is the Sr. Director of Cloud Software Engineering within the Open Source Technology Center in the Software and Services Group at Intel Corp.  She has managed Chrome OS, Android development, Graphics, Media, Audio amongst other responsibilities.  Joining Intel 14 yrs ago, Melissa has worked in Finance, Product and Program management, as well as Engineering management.  Passionate advocate for diversity and inclusion, Melissa has engaged in program development and individual mentoring since the beginning of her career.  Prior to Intel, Melissa worked at Dell in planning and at ExxonMobil in engineering in New Jersey and Texas. 

\r\n

 

\r\n

Melissa resides in Portland, Oregon with husband and three kids.  She has her MBA and BS in Civil Engineering from the University of Texas at Austin.  

", + "created": 1508170935, + "first_name": "Melissa", + "gender": "Female", + "id": 13791, + "irc": null, + "last_edited": 1518101913, + "last_name": "Evers-Hood", + "member_id": 94957, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13791", + "presentations": { + "1": 21885 + }, + "title": "Mrs.", + "twitter": "evershood" + }, + { + "affiliations": [ + { + "created": 1469749557, + "end_date": null, + "id": 102274, + "is_current": true, + "job_title": null, + "last_edited": 1469749557, + "organization": { + "created": 1424350875, + "id": 7569, + "last_edited": 1424350875, + "name": "Intel Corp" + }, + "owner_id": 69232, + "start_date": 1196640000 + } + ], + "bio": "

Product Marketing Engineer, Intel Corporation

", + "created": 1469750156, + "first_name": "Amy", + "gender": "Female", + "id": 10568, + "irc": null, + "last_edited": 1525955935, + "last_name": "Leeland", + "member_id": 69232, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10568", + "presentations": [ + 21893 + ], + "title": "Product Marketing Engineer, Intel Corporation", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1386948647, + "end_date": null, + "id": 54806, + "is_current": true, + "job_title": "Vice President and General Manager of the Intel Open Source Technology Center", + "last_edited": 1386948647, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 14812, + "start_date": 764812800 + } + ], + "bio": "

Imad Sousou is vice president in the Software and Services Group at Intel Corporation and general manager of the Intel Open Source Technology Center, a position he's held since its founding in 2003. Sousou is responsible for Intel's efforts in open source software across a wide range of technologies and market segments, including enterprise Linux and related technologies such as virtualization, data center, and cloud software; embedded market segments; and client Linux programs. The Center also focuses on operating system (OS) stacks, including Android and Chrome OS for Intel architecture and Yocto, in addition to Linux kernel and related projects, user experience, and Web and HTML5 technologies on top of client operating systems. He sits on the board of directors at the OpenStack Foundation and is on the advisory board for the Core Infrastructure Initiative at The Linux Foundation.

\n

Sousou joined Intel in 1994 as a senior software engineer. Before moving into his current role, he was director of telecom software programs in the Intel Communications Group and director of client software engineering in the Home Products Group. He began his career as a software engineer at Central Point Software working on system utilities for the Apple Mac OS.

\n

Sousou holds a bachelor degree in computer science and mathematics from Portland State University.

", + "created": 1436956333, + "first_name": "Imad", + "gender": null, + "id": 2186, + "irc": null, + "last_edited": 1525956195, + "last_name": "Sousou", + "member_id": 14812, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2186", + "presentations": { + "5": 21896 + }, + "title": "Corporate Vice President & General Manager, Intel Open Source Technology Center", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1457455571, + "end_date": null, + "id": 91743, + "is_current": true, + "job_title": null, + "last_edited": 1457455571, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 57767, + "start_date": 1420588800 + } + ], + "bio": "

A journalist, she works with the OpenStack Foundation marketing team and is responsible for the Superuser publication online and in print. Whether you're solving the mysteries of the universe, building a pet adoption engine or ending storage headaches with OpenStack, she wants to tell your story.

\n

Other things to know: she cares enough about open source to have donned (more than once!) a plushy penguin costume. She never turns down a visit to a data center. A lover of half-baked ideas, half-empty glasses and Half Moon Bay, on good days she thinks like an artist but works like an accountant. Californitaliana.

", + "created": 1465247243, + "first_name": "Nicole", + "gender": "Female", + "id": 9177, + "irc": null, + "last_edited": 1525956424, + "last_name": "Martinelli", + "member_id": 57767, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9177", + "presentations": { + "2": 21899 + }, + "title": "Superuser Editor, OpenStack Foundation", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1414925187, + "end_date": null, + "id": 62862, + "is_current": true, + "job_title": null, + "last_edited": 1414925187, + "organization": { + "created": 1359485922, + "id": 56, + "last_edited": 1365011280, + "name": "Canonical" + }, + "owner_id": 26129, + "start_date": 1080864000 + }, + { + "created": 1414925187, + "end_date": null, + "id": 117740, + "is_current": true, + "job_title": null, + "last_edited": 1414925187, + "organization": { + "created": 1359485922, + "id": 56, + "last_edited": 1365011280, + "name": "Canonical" + }, + "owner_id": 26129, + "start_date": 1080864000 + } + ], + "bio": "

Mark founded security specialist Thawte before selling the company to VeriSign in 1999. In 2004, he founded Ubuntu and Canonical, combining responsibility for strategy and user experience at Canonical with roles on the Ubuntu Technical Board and Community Council.

\n

\u00a0

", + "created": 1436980841, + "first_name": "Mark", + "gender": "Male", + "id": 2496, + "irc": "sabdfl", + "last_edited": 1525956275, + "last_name": "Shuttleworth", + "member_id": 26129, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2496", + "presentations": { + "16": 21900 + }, + "title": "Founder and CEO, Canonical", + "twitter": "sabdfl" + }, + { + "affiliations": [ + { + "created": 1493209314, + "end_date": null, + "id": 139505, + "is_current": true, + "job_title": "Principal Architect", + "last_edited": 1493209314, + "organization": { + "created": 1376965705, + "id": 2648, + "last_edited": 1381698659, + "name": "Futurewei Technologies Inc." + }, + "owner_id": 6115, + "start_date": 1492992000 + } + ], + "bio": "

Davanum Srinivas (a.k.a Dims) is a Principal Architect with Huawei working on OpenStack Nova, Oslo, KeyStone, Magnum and related projects. Dims is actively helping with Requirements and Release Teams in OpenStack as well.

\r\n

 Previously at Mirantis, he led a team working on improving KeyStone project and infrastructure components like RabbitMQ, MySQL Galera through Oslo projects like Oslo.Messaging and Oslo.DB. He previously worked on IBM PureApplication product as an Architect and lead a team working on Web Services support in WebSphere. Dims has a long track record in open source projects including Apache Cocoon, Axis2, Geronimo at the Apache Software foundation and co-founded WSO2 based on the open source business model.

", + "created": 1437011126, + "first_name": "Davanum", + "gender": "Male", + "id": 2887, + "irc": "dims", + "last_edited": 1499949970, + "last_name": "Srinivas", + "member_id": 6115, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2887", + "presentations": { + "8": 21901, + "9": 21902 + }, + "title": "Software Architect", + "twitter": "dims" + }, + { + "affiliations": [ + { + "created": 1431446371, + "end_date": null, + "id": 71800, + "is_current": true, + "job_title": null, + "last_edited": 1431446371, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 1346, + "start_date": 1430092800 + } + ], + "bio": "

Dean Troyer is a full-time OpenStack developer, currently working with Intel's Open Source Technology Center.  His focus is on client-side projects such as OpenStackClient, Python and Go SDKs and OpenStack REST APIs.

\r\n

Dean is currently a member of the OpenStack Technical Committee and the PTL for OpenStackClient.  He is a core reviewer for OpenStackClient, DevStack, Grenade and the librariy projects cliff and os-client-config.

\r\n

Previous to his OpenStack work for Nebula, Rackspace and NASA, Dean has been a developer and UNIX system administrator at Perot Systems, Sprint and Honeywell.  His prior Open Source activities include contributions to Samba, the Linux kernel and the Perl 4 and 5 ports for Win32.

", + "created": 1436795286, + "first_name": "Dean", + "gender": "Male", + "id": 1341, + "irc": "dtroyer", + "last_edited": 1491413447, + "last_name": "Troyer", + "member_id": 1346, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1341", + "presentations": { + "5": 21903 + }, + "title": "PTL for OpenStackClient, Senior Cloud Software Eng", + "twitter": "dtroyer" + }, + { + "affiliations": [ + { + "created": 1526486891, + "end_date": null, + "id": 156958, + "is_current": true, + "job_title": "Field CTO, Platform", + "last_edited": 1526486891, + "organization": { + "created": 1389924545, + "id": 3990, + "last_edited": 1389924545, + "name": "Mirantis, Inc" + }, + "owner_id": 32574, + "start_date": 1446336000 + } + ], + "bio": "

Ryan Day moved to Silicon Valley from Nebraska at nineteen-years-old. With his passion for technology, the locale immediately felt like home. And, with a constant hunger to learn and acquire a 'very particular set of skills', Ryan has since held a variety of technical and leadership roles leading up to his joining Mirantis in 2015. In his role as Field CTO of Platform, Ryan works globally with Mirantis' customers and partners, guiding and informing adoption of emerging technologies and open-source-software, while at the same time learning first-hand from customers in order to inform and influence Mirantis' products and services. In his spare time, Ryan loves playing around with home automation projects with his two young daughters, riding his motorcycle in the Santa Cruz Mountains and plotting what skills to acquire next.

", + "created": 1468366293, + "first_name": "Ryan", + "gender": "Male", + "id": 9872, + "irc": null, + "last_edited": 1526487202, + "last_name": "Day", + "member_id": 32574, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9872", + "presentations": { + "2": 21904 + }, + "title": "Sr. Solutions Architect", + "twitter": "ryanocerosday" + }, + { + "affiliations": [ + { + "created": 1525200977, + "end_date": null, + "id": 156466, + "is_current": true, + "job_title": null, + "last_edited": 1525200977, + "organization": { + "created": 1509403288, + "id": 24971, + "last_edited": 1509403288, + "name": "Supermicro, Inc." + }, + "owner_id": 101420, + "start_date": 1396310400 + } + ], + "bio": null, + "created": 1525273938, + "first_name": "Sim", + "gender": "Male", + "id": 14604, + "irc": null, + "last_edited": 1525273938, + "last_name": "Upadhyayula", + "member_id": 101420, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14604", + "presentations": { + "1": 21906 + }, + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269892, + "end_date": null, + "id": 52119, + "is_current": true, + "job_title": "", + "last_edited": 1384269892, + "organization": { + "created": 1359485922, + "id": 1, + "last_edited": 1364994786, + "name": "Rackspace" + }, + "owner_id": 11877, + "start_date": null + } + ], + "bio": "

Bryan Thompson is a Sr. Director of Product Management at Rackspace and leads the product team for Rackspace Private Cloud.  Prior to joining Rackspace, Bryan served as VP of Product management at Tier 3 and held product and technology leadership roles at Limelight Networks and Amazon.com.  He brings over fifteen years of experience in technology building, deploying and operating solutions for the enterprise.

", + "created": 1436183510, + "first_name": "Bryan", + "gender": "Male", + "id": 704, + "irc": "bogeyon18", + "last_edited": 1485368566, + "last_name": "Thompson", + "member_id": 11877, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/704", + "presentations": { + "3": 21912 + }, + "title": "Sr. Director of Product Management", + "twitter": "bryanjthompson" + }, + { + "affiliations": [ + { + "created": 1500066872, + "end_date": null, + "id": 142796, + "is_current": true, + "job_title": "President", + "last_edited": 1500066872, + "organization": { + "created": 1500066872, + "id": 23769, + "last_edited": 1500066872, + "name": "Luth Computer Specialists" + }, + "owner_id": 3083, + "start_date": 1109635200 + }, + { + "created": 1500066954, + "end_date": null, + "id": 142797, + "is_current": true, + "job_title": "Advanced Networking Product Manager", + "last_edited": 1500066954, + "organization": { + "created": 1361972966, + "id": 1566, + "last_edited": 1381739137, + "name": "Verizon" + }, + "owner_id": 3083, + "start_date": 1372636800 + } + ], + "bio": "

Beth is a Cloud Networking Product Manager\u00a0at Verizon, working on developing new cloud based networking products and services. She is also President, Luth Computer Specialists, an independent consultancy specializing in cloud focused solutions to help enterprises leverage the efficiencies of cloud architectures and technologies. Previously, Ms. Cohen was a Senior Cloud Architect with Cloud Technology Partners and the Director of Engineering IT for BBN Corporation, where she was involved with the initial development of the Internet, working on some of the hottest networking and web technology protocols in their infancy.

\n

She has been involved in the OpenStack community since the 2010 Boston Summit, when she took the first OpenStack training class ever delivered. \u00a0She then helped architect some of the earliest large deployments in the world, writing the documentation and designing the architectures as she went. \u00a0That is how she came to help write the OpenStack Architecture Design Guide, to smooth the path for others so they would not break their heads on the rocks along the path. \u00a0She continues to be active in the OpenStack Community with the Telco Working Group and Women of OpenStack.

\n

Most recently she has been working on Massively Distributed Cloud architectures both from the development and building one within Verizon, but also as a program chair of the upcoming OpenDev Symposium on Massively Distributed Clouds.\u00a0 She is also a member of the the Edge Computing Work Group, developing the use cases and requirements for building the tools required to support this exciting new architecture.

", + "created": 1435398622, + "first_name": "Beth", + "gender": "Prefer not to say", + "id": 424, + "irc": "bfcohen", + "last_edited": 1525956149, + "last_name": "Cohen", + "member_id": 3083, + "moderated_presentations": { + "1": 20651, + "2": 20804 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/424", + "presentations": { + "16": 21866, + "17": 21895 + }, + "title": "Distinguished Member of Technical Staff, Verizon", + "twitter": "#bfcohen_1" + }, + { + "affiliations": [ + { + "created": 1506503468, + "end_date": null, + "id": 145721, + "is_current": true, + "job_title": "Director of Scientific Computing", + "last_edited": 1506503468, + "organization": { + "created": 1506503468, + "id": 24669, + "last_edited": 1506503468, + "name": "Data Machines Corp." + }, + "owner_id": 38238, + "start_date": 1502755200 + } + ], + "bio": "

Martial has worked in the distributed computing field for 20 years, starting with designing data serialization algorithms for MPI  (his PhD subject), making multimedia network streams to be used on commercial off the shelf hardware time synchronized, implementing a job scheduling software, architecting data-driven research evaluation platforms, and lead the team the NIST team using OpenStack to build an evaluation agnostic benchmarking model to allow researchers to bring their algorithms to specialized datasets. 

\r\n

He is Director of Scientific Computing at Data Machines Corp.[*1], a Docker Mentor, co-chair of the Open Research Cloud[*2] and the North American co-chair for the OpenStack Scientific SIG.

\r\n

 

\r\n

Martial is also an avid technology enthusiast and hacker, a researcher, program manager and team lead, an Open Source developer since 1999, an infrastructure & solutions architect...

\r\n

 

\r\n

*1: http://datamachines.io/

\r\n

*2: http://www.openresearchcloud.org/

", + "created": 1436366943, + "first_name": "Martial", + "gender": "Male", + "id": 894, + "irc": "martial", + "last_edited": 1516287831, + "last_name": "Michel", + "member_id": 38238, + "moderated_presentations": { + "4": 20656 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/894", + "presentations": { + "10": 21786, + "11": 21681, + "12": 21680, + "9": 21845 + }, + "title": "Director of Scientific Computing at Data Machines Corp.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1485804742, + "end_date": null, + "id": 134898, + "is_current": true, + "job_title": "Upstream Developer Advocate", + "last_edited": 1485804742, + "organization": { + "created": 1469639299, + "id": 18027, + "last_edited": 1469639299, + "name": "The OpenStack Foundation" + }, + "owner_id": 35859, + "start_date": 1471824000 + } + ], + "bio": "
\r\n

Kendall is an Upstream Developer Advocate at the OpenStack Foundation based in Seattle, WA. She first started working on Cinder and os-brick in the Liberty release and since then gotten involved in StoryBoard, the Women of OpenStack (WoO), the First Contact SIG, the Contributor Guide, and OpenStack Upstream Institute. She has also worked as an election official for TC and PTL elections (Pike-Rocky) and served as a track chair for the Barcelona, Boston, Sydney, and Vancouver summits.

\r\n

When she is not evangelizing about the awesomeness of OpenStack, bringing people into the community, or working to make upstream development a friendlier place, she can be found reading Harry Potter, watching Doctor Who, or out on a photo taking adventure.

\r\n
", + "created": 1453149717, + "first_name": "Kendall", + "gender": "Female", + "id": 4019, + "irc": "diablo_rojo", + "last_edited": 1521825461, + "last_name": "Nelson", + "member_id": 35859, + "moderated_presentations": [ + 20815, + 21712, + 21714, + 21736, + 21783 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4019", + "presentations": { + "14": 21510, + "15": 21579, + "16": 21580, + "17": 21847 + }, + "title": "Upstream Developer Advocate", + "twitter": "knelson92" + }, + { + "affiliations": [ + { + "created": 1499837993, + "end_date": null, + "id": 142544, + "is_current": true, + "job_title": "Ecosystem Technical Lead", + "last_edited": 1499837993, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 14820, + "start_date": 1470009600 + } + ], + "bio": "

Ildikó started her journey with virtualization during the university years and has been in connection with this technology different ways since then. She started her career at a small research and development company in Budapest, where she was focusing on areas like system management and business process modelling and optimization. Ildikó got in touch with OpenStack when she started to work in the cloud project at Ericsson in 2013. She drives NFV related feature development activities in projects like Nova and Cinder and beyond code and documentation contributions she is also very passionate about on boarding and training activities, which is one of her focus areas within the OpenStack Foundation.

", + "created": 1435045385, + "first_name": "Ildiko", + "gender": "Female", + "id": 292, + "irc": "ildikov", + "last_edited": 1517921102, + "last_name": "Vancsa", + "member_id": 14820, + "moderated_presentations": { + "3": 20850 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/292", + "presentations": { + "23": 20823, + "24": 20804, + "26": 21579, + "27": 21580, + "28": 21866, + "29": 21559, + "30": 21895 + }, + "title": "Ecosystem Technical Lead @ OpenStack Foundation", + "twitter": "IldikoVancsa" + }, + { + "affiliations": [ + { + "created": 1438788467, + "end_date": null, + "id": 78248, + "is_current": true, + "job_title": "Head of Global Business Development VP, Huawei IT Product Line, BD Strategy", + "last_edited": 1438788467, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 38639, + "start_date": 1335830400 + } + ], + "bio": "

am an IT technology professional with a passion for community and partnership building.

\r\n

I'm very fortunate to live in the Silicon Valley area where I obtained a graduate degree in Computer Science, and extensive training in both engineering and business from successful companies such as Sun Microsystems, Oracle, Salesforce.com, Savvis/Centurylink, and now Huawei. For the last 10+ years, I've chosen technology evangelism, partner enablement, and developer empowerment to be the focus of my career.  Over the last 5+ years, I've traveled to 30+ countries visiting telco and enterprise partners and customers in EMEA, APAC, and Latin America to discuss ICT and Cloud initiatives, evangelized OpenStack to both enterprise and telco communities, and presented the latest Cloud/OpenStack technologies and business trends at various industry conferences and forums

\r\n

I formally joined the OpenStack community in July 2015 and I've been a regular speaker for the last 3 summits (Tokyo, Austin, and Barcelona). I have conducted one sponsored keynote, several session presentations, and hosted various panels in the area of telco trends, containers, and community. In 2016, I served as an OpenStack Board Director, participated in various OpenStack work groups, helped organize the 1st OpenStack Days: China event with 3500+ registrants, 2400+ attendees and multiple hackathons/bug smash events in China.  With my engineering and business background and training in Enterprise IT and Telco, I would like to continue contributing to the OpenStack community in the following areas:

\r\n

1. Generate mindshare and increase telco and service provider adoption in OpenStack

\r\n

2. Bring enterprise and telco customer requirements/perspectives to OpenStack community

\r\n

3. Enable the global developer and ISV communities to build interesting apps for OpenStack

\r\n

4. Help woman developers and engineers grow using OpenStack as a platform

\r\n

5. Help OpenStack embrace diversity and make OpenStack a true global movement 

\r\n

6. Foster more collaboration and partnerships among OpenStack members and various regional communities

", + "created": 1436757772, + "first_name": "Anni", + "gender": "Female", + "id": 1215, + "irc": "annilai", + "last_edited": 1517928484, + "last_name": "Lai", + "member_id": 38639, + "moderated_presentations": { + "4": 20861 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1215", + "presentations": { + "10": 21896 + }, + "title": "Head of Global Business Development and Open Source Development Team Operations, Cloud BU", + "twitter": "annilai" + }, + { + "affiliations": [ + { + "created": 1486420821, + "end_date": null, + "id": 135417, + "is_current": true, + "job_title": "SF Bay OpenStack User Group Community Architect", + "last_edited": 1486420821, + "organization": { + "created": 1486420821, + "id": 21349, + "last_edited": 1486420821, + "name": "SF Bay OpenStack" + }, + "owner_id": 11306, + "start_date": 1398902400 + }, + { + "created": 1486420929, + "end_date": null, + "id": 135418, + "is_current": true, + "job_title": "West Coast OpenStack Ambassador", + "last_edited": 1486420929, + "organization": { + "created": 1486420929, + "id": 21350, + "last_edited": 1486420929, + "name": "OpenStack Ambassador" + }, + "owner_id": 11306, + "start_date": 1480550400 + }, + { + "created": 1521122503, + "end_date": null, + "id": 155161, + "is_current": true, + "job_title": "Director, Developer Marketing, Community Architect", + "last_edited": 1521122503, + "organization": { + "created": 1518101831, + "id": 25947, + "last_edited": 1518101831, + "name": "Portworx" + }, + "owner_id": 11306, + "start_date": 1517356800 + } + ], + "bio": "

Lisa-Marie is the OpenStack Ambassador for the USA. Lisa also currently organizes and runs the SF Bay OpenStack User Group, personally hosting the bi-weekly meetup. Lisa is the Director of Developer Marketing at Portworx, providing cloud native storage and solving the problem of running stateful containerized applications in production. For 7 years prior Lisa led the global developer community solutions team focused on OpenStack and open source across HPE. Lisa brings more than 20 years of product and technical marketing as well as community architecting experience in the Silicon Valley. Lisa is an avid sports fan, loves to play tennis and basketball, and loves wine and dogs. Her hobbies include tutoring kids, teaching viticulture and winemaking, reading literature, training dogs, and of course architecting developer communities. Follow Lisa on Twitter @SWDevAngel.

", + "created": 1454029700, + "first_name": "Lisa-Marie", + "gender": "Female", + "id": 4458, + "irc": "SWDevAngel", + "last_edited": 1521123151, + "last_name": "Namphy", + "member_id": 11306, + "moderated_presentations": { + "3": 21218 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/4458", + "presentations": [], + "title": "Developer Advocate & Community Architect", + "twitter": "SWDevAngel" + }, + { + "affiliations": [ + { + "created": 1410963786, + "end_date": null, + "id": 61629, + "is_current": true, + "job_title": null, + "last_edited": 1410963786, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 10331, + "start_date": 1410739200 + } + ], + "bio": "

Chris Hoge is a Senior Strategic Program Manager for the OpenStack Foundation. He's been an active contributor to the Interop Working Group (formerly DefCore), and helps run the trademark program for the OpenStack Foundation. He also works on collaborations between the OpenStack and Kubernetes communities. Previously he worked as an OpenStack community manager and developer at Puppet Labs, and operated a research cloud for the College of Arts and Sciences at The University of Oregon. When not cloud computing, he enjoys long-distance running, dancing, and throwing a ball for his Border Collie.

", + "created": 1436883802, + "first_name": "Chris", + "gender": "Male", + "id": 1734, + "irc": "hogepdoge", + "last_edited": 1518142056, + "last_name": "Hoge", + "member_id": 10331, + "moderated_presentations": { + "10": 21758, + "8": 21521, + "9": 21757 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1734", + "presentations": { + "26": 21901 + }, + "title": "Interop Engineer, OpenStack Foundation", + "twitter": "hogepodge" + }, + { + "affiliations": [ + { + "created": 1384269883, + "end_date": null, + "id": 48434, + "is_current": true, + "job_title": "", + "last_edited": 1414940351, + "organization": { + "created": 1359485922, + "id": 33, + "last_edited": 1365013136, + "name": "Hewlett Packard Enterprise" + }, + "owner_id": 7509, + "start_date": 1357516800 + }, + { + "created": 1519240745, + "end_date": null, + "id": 154549, + "is_current": true, + "job_title": "Developer Advocate", + "last_edited": 1519240745, + "organization": { + "created": 1455051769, + "id": 13233, + "last_edited": 1455051769, + "name": "mesosphere" + }, + "owner_id": 7509, + "start_date": 1483401600 + } + ], + "bio": "

Elizabeth K. Joseph is a Senior Automation & Tools Engineer at HPE focused on the OpenStack Infrastructure project. With a history of working in open source since 2002 and heavy involvement with the Ubuntu project, she's been working with OpenStack since the beginning of 2013. In addition to Infrastructure, she's the author of the book Common OpenStack Deployments and routinely speaks about Infrastructure and Quality Assurance tools used by the OpenStack project to insure high code quality.

", + "created": 1453732486, + "first_name": "Elizabeth K.", + "gender": "Female", + "id": 4189, + "irc": "pleia2", + "last_edited": 1485280765, + "last_name": "Joseph", + "member_id": 7509, + "moderated_presentations": [ + 21687 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4189", + "presentations": { + "7": 21704 + }, + "title": "Senior Automation & Tools Engineer", + "twitter": "pleia2" + }, + { + "affiliations": [ + { + "created": 1384269870, + "end_date": null, + "id": 41840, + "is_current": true, + "job_title": "", + "last_edited": 1384269870, + "organization": { + "created": 1359485922, + "id": 33, + "last_edited": 1365013136, + "name": "Hewlett Packard Enterprise" + }, + "owner_id": 1092, + "start_date": null + }, + { + "created": 1442960079, + "end_date": null, + "id": 80823, + "is_current": true, + "job_title": null, + "last_edited": 1442960079, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 1092, + "start_date": 1442880000 + } + ], + "bio": "

Clark currently runs the developer infrastructure for the OpenStack project. Clark has previously operated networks for large data centers and built software for aircraft radios. When not sitting in front of a computer or caring for his twin daughters he can be found brewing beer, smoking brisket, or fishing for steelhead.

", + "created": 1468430671, + "first_name": "Clark", + "gender": "Male", + "id": 10101, + "irc": "clarkb", + "last_edited": 1484771916, + "last_name": "Boylan", + "member_id": 1092, + "moderated_presentations": { + "2": 21688 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/10101", + "presentations": { + "3": 21610, + "4": 21631, + "6": 21844 + }, + "title": "Infrastructure Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1433158600, + "end_date": null, + "id": 72771, + "is_current": true, + "job_title": null, + "last_edited": 1433158600, + "organization": { + "created": 1393229686, + "id": 4388, + "last_edited": 1393229686, + "name": "Orange Labs" + }, + "owner_id": 35654, + "start_date": 1433116800 + }, + { + "created": 1433158600, + "end_date": null, + "id": 124794, + "is_current": true, + "job_title": null, + "last_edited": 1433158600, + "organization": { + "created": 1393229686, + "id": 4388, + "last_edited": 1393229686, + "name": "Orange Labs" + }, + "owner_id": 35654, + "start_date": 1433116800 + } + ], + "bio": "

Morgan works as Network architect for innovative services in Orange. He is Orange Network open source evangelist and OPNFV representative.
Primarily involved in IMS deployment for Orange affiliates, he managed the project Emerginov (OW2), an open source PHP PaaS that has been deployed in Africa.
He has 10 years' experience in managing open source solutions.
He is engaged in OPNFV testing group, as Functest Project Leader.

", + "created": 1454332302, + "first_name": "Morgan", + "gender": "Male", + "id": 4841, + "irc": null, + "last_edited": 1485340793, + "last_name": "Richomme", + "member_id": 35654, + "moderated_presentations": { + "1": 21689 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/4841", + "presentations": { + "2": 20851 + }, + "title": "Network Architect", + "twitter": "morganrichomme" + }, + { + "affiliations": [ + { + "created": 1443104800, + "end_date": null, + "id": 81005, + "is_current": true, + "job_title": null, + "last_edited": 1443104800, + "organization": { + "created": 1359485922, + "id": 27, + "last_edited": 1365013136, + "name": "IBM" + }, + "owner_id": 2233, + "start_date": 1442793600 + }, + { + "created": 1506084369, + "end_date": null, + "id": 145549, + "is_current": true, + "job_title": "Cloud Software Engineer", + "last_edited": 1506084369, + "organization": { + "created": 1393497581, + "id": 4456, + "last_edited": 1393497581, + "name": "GoDaddy" + }, + "owner_id": 2233, + "start_date": 1504569600 + } + ], + "bio": "

Clint Byrum is a Cloud Architect for IBM. His focus is on free and open source software; lately continuous integration and continuous delivery systems. Clint is also an Ubuntu core developer and Debian developer, bringing years of experience working in open source and high scale operations to the table. When he's not fine tuning MySQL, building disk images, or breaking stuff in general, Clint enjoys playing hockey and experiencing the outdoors in Los Angeles with his wife, three sons, and daughter.

", + "created": 1436311779, + "first_name": "Clint", + "gender": "Male", + "id": 851, + "irc": "SpamapS", + "last_edited": 1492115887, + "last_name": "Byrum", + "member_id": 2233, + "moderated_presentations": [ + 21690, + 21695 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/851", + "presentations": [], + "title": "OpenStack Developer extraordinare", + "twitter": "SpamapS" + }, + { + "affiliations": [ + { + "created": 1500287376, + "end_date": null, + "id": 142880, + "is_current": true, + "job_title": "Senior Product Manager", + "last_edited": 1500287376, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 55331, + "start_date": 1454284800 + }, + { + "created": 1455571569, + "end_date": null, + "id": 89146, + "is_current": true, + "job_title": null, + "last_edited": 1455571569, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 55331, + "start_date": 1454284800 + } + ], + "bio": "

Principal Product Manager at Red Hat focused on OpenStack, Distributed Continuous Integration, and Software Factory. 

\r\n

Previously, Maria worked as Product Manager at Dell and Tata Communications. Always involved with delivering innovative solutions for leading companies across multiple industries. A trusted partner who engages both technical and business officers to define needs and align technology initiatives with broader organizational goals. Holds an Electronics Engineering degree from University Simon Bolivar in Caracas, Venezuela and a Masters in Electrical and Computer Engineering from University of Maryland.

\r\n

She blogs at redhatstackblog.redhat.com

", + "created": 1467012432, + "first_name": "Maria Angelica", + "gender": "Female", + "id": 9324, + "irc": "@maeca", + "last_edited": 1521131240, + "last_name": "Bracho", + "member_id": 55331, + "moderated_presentations": { + "2": 21691 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/9324", + "presentations": { + "9": 21261 + }, + "title": "Principal Product Manager, Red Hat OpenStack Platform", + "twitter": "mariabracho" + }, + { + "affiliations": [ + { + "created": 1416519597, + "end_date": null, + "id": 118047, + "is_current": true, + "job_title": null, + "last_edited": 1416519597, + "organization": { + "created": 1416519597, + "id": 6798, + "last_edited": 1416519597, + "name": "The Linux Foundation" + }, + "owner_id": 26553, + "start_date": 1411344000 + }, + { + "created": 1416519597, + "end_date": null, + "id": 63351, + "is_current": true, + "job_title": null, + "last_edited": 1416519597, + "organization": { + "created": 1416519597, + "id": 6798, + "last_edited": 1416519597, + "name": "The Linux Foundation" + }, + "owner_id": 26553, + "start_date": 1411344000 + } + ], + "bio": "

Thanh Ha is a Release Manager at the Linux Foundation (LF). His focus is Release Engineering for the OpenDaylight project. Since 2016 he is a member of OpenDaylight’s Technical Steering Committee (TSC) where he provides release engineering expertise to the project. His area of focus is in build automation and tooling to support LF’s Continuous Integration (CI) platform. He received his Bachelor of Information Technology - Network Technology degree from Carleton University & Algonquin College in 2009 with distinction. Outside of work he enjoys hiking in Gatineau park and rollerblading around the city. He is currently working on improving cross project tooling and documentation for LF projects.

", + "created": 1525453078, + "first_name": "Thanh", + "gender": "Male", + "id": 14615, + "irc": "zxiiro", + "last_edited": 1525554106, + "last_name": "Ha", + "member_id": 26553, + "moderated_presentations": [ + 21694 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14615", + "presentations": [], + "title": "Release Manager, The Linux Foundation", + "twitter": "zxiiro" + }, + { + "affiliations": [], + "bio": "

Mike Bursell joined Red Hat in August 2016, following previous roles at Intel and Citrix working on security, virtualisation and networking. After training in software engineering, he specialised in distributed systems and security, and has worked in architecture and technical strategy for the past few years.  His responsibilities at Red Hat include forming security and blockchain strategy, external and internal visibility and thought leadership. He regularly speaks at industry events in Europe, North America and APAC.

Professional interests include: Linux, Open Source Software, security, distributed systems, blockchain, NFV, SDN, virtualisation (including Linux Containers and hypervisors).

Mike has an MA from the University of Cambridge and an MBA from the Open University.

", + "created": 1516459409, + "first_name": "Mike", + "gender": null, + "id": 13931, + "irc": "MikeCamel", + "last_edited": 1517981103, + "last_name": "Bursell", + "member_id": 98044, + "moderated_presentations": [ + 21696 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13931", + "presentations": [ + 20685 + ], + "title": "Chief Security Architect", + "twitter": "@MikeCamel" + }, + { + "affiliations": [ + { + "created": 1518096559, + "end_date": null, + "id": 154190, + "is_current": true, + "job_title": null, + "last_edited": 1518096559, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 98754, + "start_date": 1465776000 + } + ], + "bio": "

Gildas Lanilis serves as the ONAP Release Manager and is based in Santa Clara, CA, USA. He previously hold the OPEN-O Release Manager. In his role Gildas is running the delicate art of getting things done without formal authority.

\r\n

Gildas is  coming from Virtual Hold Technology, where he served as Director of Release Management and DevOps Manager for Cloud Applications.

\r\n

Gildas is a vivid Agile supporter and served at Genesys to lead the introduction of modern development practices and inspired R&D teams to deliver great software.

\r\n

Gildas started his career as a software developer, and hold different positions as Project Manager and Director Quality & Process.

\r\n

Gildas received a Master’s degree in computer science from “Ecole Nationale Supérieure des Télécommunications de Bretagne”, France and is a Certified Scrum Master and Product Owner.

\r\n

When he is not running, Gildas enjoys life with his family in the San Francisco Bay Area.

", + "created": 1518054807, + "first_name": "Gildas", + "gender": "Male", + "id": 14200, + "irc": null, + "last_edited": 1518054891, + "last_name": "Lanilis", + "member_id": 98754, + "moderated_presentations": [ + 21697 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14200", + "presentations": [], + "title": "ONAP Release Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1451943115, + "end_date": null, + "id": 85106, + "is_current": true, + "job_title": null, + "last_edited": 1451943115, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 13730, + "start_date": 1441065600 + } + ], + "bio": "

David is a Senior Software Engineer at Red Hat.

His efforts are focused around the tooling and infrastructure required to develop, build, package, test and distribute RDO: a community OpenStack distribution for Red Hat based operating systems.
He is also a core contributor and system administrator for the OpenStack CI and hosting infrastructure.

\r\n

Previously, he was at iWeb and Internap, a server and datacenter infrastructure provider where he held various technical and leadership roles in the span of a decade. In the last years, his focus was around deploying, supporting and operating a highly available multi-region OpenStack public cloud in different datacenters around the world.

", + "created": 1451944782, + "first_name": "David", + "gender": "Male", + "id": 3745, + "irc": "dmsimard", + "last_edited": 1521662368, + "last_name": "Moreau-Simard", + "member_id": 13730, + "moderated_presentations": [ + 21698, + 21724 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3745", + "presentations": { + "5": 21631 + }, + "title": null, + "twitter": "dmsimard" + }, + { + "affiliations": [ + { + "created": 1460372440, + "end_date": null, + "id": 93809, + "is_current": true, + "job_title": null, + "last_edited": 1460372440, + "organization": { + "created": 1421798436, + "id": 7259, + "last_edited": 1421798436, + "name": "Nokia Networks" + }, + "owner_id": 59689, + "start_date": 962409600 + } + ], + "bio": "

Working in the telecom industry in the last one and half decade It was possible for me to see the evolution from vendor specific hardware to virtualisation and cloud and a bit beyond. Currently I'm working in a team of Nokia CTO which is reponsible for open source and standardisation. I'm working in ETSI NFV as the rapporteur of TST003, the gap analyzis between IFA005/006 and OpenStack API-s, contributing to some OPNFV projects and some to OpenStack.

", + "created": 1483704319, + "first_name": "Gergely", + "gender": "Male", + "id": 11068, + "irc": "csatari", + "last_edited": 1518008617, + "last_name": "Csatari", + "member_id": 59689, + "moderated_presentations": { + "1": 21711, + "2": 21737 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/11068", + "presentations": { + "5": 20955, + "6": 20985 + }, + "title": "Enginer", + "twitter": "GergelyCsatari" + }, + { + "affiliations": [ + { + "created": 1488185172, + "end_date": null, + "id": 136672, + "is_current": true, + "job_title": "Software Engineer", + "last_edited": 1488185172, + "organization": { + "created": 1393225179, + "id": 4384, + "last_edited": 1393225179, + "name": "EasyStack" + }, + "owner_id": 33346, + "start_date": 1488153600 + } + ], + "bio": "

Rico Lin,  Heat PTL in Rocky, Pike and Queens cycle Heat core member since Liberty, software engineer, EasyStack. co-rganizer for Taiwan OpenStack User Group. Experienced on OpenStack develop(infra and app), Cloud architect, Container(docker and k8s), community(contribute and event host), and customer tech consults and supports.

\r\n

Goals in OpenStack:
* Leverage the community differences across global (Include let Asia community get more actively join to others).
* Improve experiences of Cloud native application on top of OpenStack(by improving infra and user experiences).
* Blending OpenStack with other cloud solutions to make it become one indispensable layer.

", + "created": 1434407572, + "first_name": "Rico", + "gender": "Male", + "id": 76, + "irc": "ricolin", + "last_edited": 1523401944, + "last_name": "Lin", + "member_id": 33346, + "moderated_presentations": { + "2": 21713 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/76", + "presentations": { + "11": 21595, + "12": 21629 + }, + "title": "Software Engineer, EasyStack", + "twitter": "ricolintw" + }, + { + "affiliations": [ + { + "created": 1526290432, + "end_date": null, + "id": 156826, + "is_current": true, + "job_title": "SUSE OpenStack Cloud Senior Engineer", + "last_edited": 1526290432, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 37952, + "start_date": 1525219200 + } + ], + "bio": "

Jean-Philippe Evrard is a a designer of solutions, and a problem solver.

\r\n

He is the PTL of OpenStack-Ansible for the Rocky cycle, and  was PTL of Openstack-Ansible during Queens cycle.

", + "created": 1438221307, + "first_name": "Jean-Philippe", + "gender": "Male", + "id": 3240, + "irc": "evrardjp", + "last_edited": 1526290491, + "last_name": "Evrard", + "member_id": 37952, + "moderated_presentations": { + "1": 21715 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/3240", + "presentations": { + "5": 21583, + "6": 21643 + }, + "title": "OpenStack solutions architect, deployer and contributor", + "twitter": "evrardjp" + }, + { + "affiliations": [ + { + "created": 1499226306, + "end_date": null, + "id": 142277, + "is_current": true, + "job_title": "MTS", + "last_edited": 1499226306, + "organization": { + "created": 1359485922, + "id": 45, + "last_edited": 1359485922, + "name": "VMware " + }, + "owner_id": 18956, + "start_date": 1499212800 + } + ], + "bio": "

Chris has been working with and developing various forms of distributed systems for around 25 years. When he landed in the world of OpenStack, Chris started with the Telemetry project and has since moved into improving the scheduler in Nova and helping to create the new Placement service. Chris is primarily interested in the ways groups of people use networked technology to collaborate, exploring the problem space of information sharing and reuse. He hopes to help make himself and everyone else less dumb. He is a member of the Technical Committee, a core reviewer in the API working group, and is the author of Gabbi, an HTTP testing tool, and a large suite of diverse experiments for enhancing asynchronous collaboration on the internet. In OpenStack, Chris is striving to bring about some semblance of maturity, composability and accessibility to the services while also increasing the degree of communication and transparency among the many people and organizations involved with OpenStack.

", + "created": 1436776132, + "first_name": "Chris", + "gender": "Prefer not to say", + "id": 1240, + "irc": "cdent", + "last_edited": 1512385851, + "last_name": "Dent", + "member_id": 18956, + "moderated_presentations": { + "1": 21716, + "2": 21718, + "3": 21739 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1240", + "presentations": { + "9": 21783 + }, + "title": "OpenStack Engineer", + "twitter": "anticdent" + }, + { + "affiliations": [ + { + "created": 1516556609, + "end_date": null, + "id": 153464, + "is_current": true, + "job_title": null, + "last_edited": 1516556609, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 98064, + "start_date": 1451606400 + } + ], + "bio": null, + "created": 1524654083, + "first_name": "Sundar", + "gender": "Male", + "id": 14589, + "irc": null, + "last_edited": 1524654083, + "last_name": "Nadathur", + "member_id": 98064, + "moderated_presentations": [ + 21720 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14589", + "presentations": [], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1501354501, + "end_date": null, + "id": 143523, + "is_current": true, + "job_title": null, + "last_edited": 1501354501, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 24399, + "start_date": 1496620800 + } + ], + "bio": null, + "created": 1450827502, + "first_name": "Tony", + "gender": "Male", + "id": 3676, + "irc": null, + "last_edited": 1518389566, + "last_name": "Breeds", + "member_id": 24399, + "moderated_presentations": { + "1": 21721 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/3676", + "presentations": [], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1436967593, + "end_date": null, + "id": 76036, + "is_current": true, + "job_title": null, + "last_edited": 1436967593, + "organization": { + "created": 1417387506, + "id": 6897, + "last_edited": 1417387506, + "name": "Bloomberg L.P" + }, + "owner_id": 39196, + "start_date": 922924800 + } + ], + "bio": "

I helped build and debug Bloomberg's first OpenStack clusters to enter production. I enjoy working on our OpenStack distro https://github.com/bloomberg/chef-bcpc and the challenge of adapting OpenStack for Bloomberg's private cloud project.

Prior to working on Openstack, I spent many years developing, optimising and supporting the Bloomberg terminal software.

", + "created": 1436968026, + "first_name": "Chris", + "gender": "Male", + "id": 2320, + "irc": null, + "last_edited": 1440597384, + "last_name": "Morgan", + "member_id": 39196, + "moderated_presentations": { + "2": 21725, + "3": 21788 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/2320", + "presentations": [], + "title": "Cloud Builder at Bloomberg L.P.", + "twitter": "mihalis68" + }, + { + "affiliations": [ + { + "created": 1484235077, + "end_date": null, + "id": 134220, + "is_current": true, + "job_title": "OpenStack Course Author", + "last_edited": 1485831935, + "organization": { + "created": 1485831935, + "id": 21175, + "last_edited": 1485831935, + "name": "Linux Academy" + }, + "owner_id": 33567, + "start_date": 1484524800 + } + ], + "bio": "

Amy Marrich is an Instructor at Linux Academy and was previously a Linux System Engineer on the Platform Engineering Cloud Operations team at Rackspace and is an active member of the Openstack Ansible project and currently servers as a member of the User Committe, Chair for the Diversity Working Group and is one of the leaders for the Women of OpenStack. She has been working in various positions in the IT world for over 20 years, her experience ranges from management and engineering in regards to software development, linux operations, and cloud computing. She lives in New Braunfels, TX with her spouse, two dogs and 2 horses. 

", + "created": 1453161103, + "first_name": "Amy", + "gender": "Female", + "id": 4024, + "irc": "spotz", + "last_edited": 1521553053, + "last_name": "Marrich", + "member_id": 33567, + "moderated_presentations": { + "1": 21726 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/4024", + "presentations": { + "10": 20783, + "13": 21492, + "14": 21657, + "15": 21710 + }, + "title": "OpenStack Course Author", + "twitter": "spotzz_" + }, + { + "affiliations": [ + { + "created": 1437892284, + "end_date": null, + "id": 76919, + "is_current": true, + "job_title": "System Architect", + "last_edited": 1491719454, + "organization": { + "created": 1453015419, + "id": 12865, + "last_edited": 1453015419, + "name": "Nokia Cloudband" + }, + "owner_id": 41036, + "start_date": 1343779200 + } + ], + "bio": "

Ifat Afek is a System Architect in Nokia CloudBand, and the PTL of the Vitrage project - OpenStack RCA service for organizing, analyzing and visualizing OpenStack Alarms and Events.

\r\n

In her role, she has lead the Vitrage effort from day one towards its acceptance into the Big Tent six months later. She now focuses on Vitrage productization and the design of new features for Rocky.

\r\n

 

", + "created": 1438860456, + "first_name": "Ifat", + "gender": "Female", + "id": 3386, + "irc": "ifat_afek", + "last_edited": 1517989702, + "last_name": "Afek", + "member_id": 41036, + "moderated_presentations": { + "1": 21727 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/3386", + "presentations": { + "15": 21593, + "16": 21653 + }, + "title": "System Architect, Nokia CloudBand", + "twitter": null + }, + { + "affiliations": [], + "bio": "

I am a software engineer and an algorithm developer in Nokia. I have a Ph.D. in computational physical chemistry from the Hebrew University. I'm Interested in openstack & Kubernetes and architecture.

\r\n

 

\r\n

 

", + "created": 1517969042, + "first_name": "Liat", + "gender": null, + "id": 14143, + "irc": null, + "last_edited": 1517975744, + "last_name": "Pele", + "member_id": 98557, + "moderated_presentations": [ + 21729 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14143", + "presentations": { + "0": 20918, + "3": 20964 + }, + "title": "Developer\u00a0at Nokia", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1436968991, + "first_name": "Jay", + "id": 2339, + "irc": "jungleboyj", + "last_edited": 1440597384, + "last_name": "Bryant", + "moderated_presentations": { + "2": 21730, + "3": 21731, + "4": 21732 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/2339", + "presentations": [], + "title": "", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1491770791, + "end_date": null, + "id": 138576, + "is_current": true, + "job_title": "Principal Architect", + "last_edited": 1491770791, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 19313, + "start_date": 1491782400 + } + ], + "bio": "

Sean McGinnis is a principal architect with Huawei in the cloud computing group. He was the Cinder block storage project Project Team Lead for Mitaka through Pike, a member of the Technical Committee since 2017, and currently serves as the Release Management PTL.

", + "created": 1434720954, + "first_name": "Sean", + "gender": "Male", + "id": 219, + "irc": "smcginnis", + "last_edited": 1517412089, + "last_name": "McGinnis", + "member_id": 19313, + "moderated_presentations": [ + 21738 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/219", + "presentations": { + "17": 20740 + }, + "title": "Principal Architect", + "twitter": "SeanTMcGinnis" + }, + { + "affiliations": [ + { + "created": 1525022430, + "end_date": null, + "id": 156410, + "is_current": true, + "job_title": "Senior Principal Software Engineer", + "last_edited": 1525022430, + "organization": { + "created": 1422355350, + "id": 7297, + "last_edited": 1422355350, + "name": "Red Hat, Inc" + }, + "owner_id": 359, + "start_date": 1458518400 + } + ], + "bio": "

Doug Hellmann is employed by Red Hat to work on OpenStack. He is currently serving on the Release Management and Oslo teams and is a member of the Technical Committee.

\n

He started contributing to OpenStack in 2012, just before the Folsom summit. He has contributed to the Oslo project, is part of the team working on the Python 3 transition, and has contributed to several of the infrastructure projects. Doug has served on\u00a0the release management\u00a0team since\u00a0the Mitaka\u00a0development cycle.

\n

\u00a0

", + "created": 1436527452, + "first_name": "Doug", + "gender": "Male", + "id": 1072, + "irc": "doughellmann", + "last_edited": 1525955595, + "last_name": "Hellmann", + "member_id": 359, + "moderated_presentations": [ + 21740, + 21741 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1072", + "presentations": { + "5": 21891 + }, + "title": "Senior Principal Software Engineer, Red Hat", + "twitter": "dhellmann" + }, + { + "affiliations": [ + { + "created": 1397346396, + "end_date": null, + "id": 57896, + "is_current": true, + "job_title": null, + "last_edited": 1401051462, + "organization": { + "created": 1359485922, + "id": 537, + "last_edited": 1381707064, + "name": "NEC" + }, + "owner_id": 6461, + "start_date": 1319414400 + } + ], + "bio": "

Ghanshyam is currently serving as PTL of OpenStack QA and full time Open Source developer in OpenStack. He is active contributor in OpenStack development in many projects mainly in Nova, OpenStack QA and Core Reviewer in several OpenStack projects. He has worked in different domains like Avionics, Storage, Cloud and Virtualization etc. He started his Software career as software developer in Avionic domain with C++ for around 4 years and then started working as OpenStack upstream developer since 2012. 

\r\n

He is also a frequent speaker in OpenStack summits and LinuxCon and presented talks in LinuxCon 2015, OpenStack Summit, 2015, 2016, 2017 on various topics like RESTful API, QA , Cloud Backup, Open Source Community Building etc.. He has been actively involved on various PoC and solutions design around OpenStack.

\r\n

More Details: https://ghanshyammann.com/

", + "created": 1451396047, + "first_name": "Ghanshyam", + "gender": "Male", + "id": 3711, + "irc": "gmann", + "last_edited": 1523570085, + "last_name": "Mann", + "member_id": 6461, + "moderated_presentations": [ + 21742 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3711", + "presentations": { + "12": 21646, + "13": 21585 + }, + "title": "Software Developer", + "twitter": "ghanshyammann" + }, + { + "affiliations": [ + { + "created": 1384269895, + "end_date": null, + "id": 53607, + "is_current": true, + "job_title": "", + "last_edited": 1384269895, + "organization": { + "created": 1359485922, + "id": 285, + "last_edited": 1381734470, + "name": "NTT" + }, + "owner_id": 13438, + "start_date": 1380499200 + } + ], + "bio": "

Masahito Muroi is a software enginer in NTT. He is now working as a cloud architect for NTT's public/private cloud. He is also one of core developer in OpenStack Congress Project and PTL in Blazar Project.  He's started to join OpenStack Community and develop NTT's cloud with OpenStack since Diablo release.

", + "created": 1434397957, + "first_name": "masahito", + "gender": "Male", + "id": 70, + "irc": "masahito", + "last_edited": 1499912696, + "last_name": "muroi", + "member_id": 13438, + "moderated_presentations": { + "1": 21743 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/70", + "presentations": { + "15": 21600, + "16": 21624 + }, + "title": "software enginer, cloud architect, NTT", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1444168167, + "end_date": null, + "id": 81568, + "is_current": true, + "job_title": null, + "last_edited": 1476864796, + "organization": { + "created": 1476864796, + "id": 19293, + "last_edited": 1476864796, + "name": "KDDI Research" + }, + "owner_id": 48070, + "start_date": 1444089600 + } + ], + "bio": "

Yuki Kasuya has been engaged in research on infrastructure management in KDDI Research. He is currently investigating the infrastructure operation for NFV, especially, virtual switch acceleration, VIM and NFVI. He also works as a technical advisor for KDDI’s cloud platform with OpenStack.

", + "created": 1453255720, + "first_name": "Yuki", + "gender": "Male", + "id": 4057, + "irc": null, + "last_edited": 1526001579, + "last_name": "Kasuya", + "member_id": 48070, + "moderated_presentations": [ + 21744 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4057", + "presentations": [], + "title": "Research Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 40877, + "is_current": true, + "job_title": " Vice President of Engineering", + "last_edited": 1384269868, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 154, + "start_date": null + } + ], + "bio": "

Thierry Carrez is the Vice-President of Engineering at the OpenStack Foundation, in charge of the long-term health of the open source projects under the Foundation. A long-time elected member of the OpenStack Technical Committee, he has been a Release Manager for the OpenStack project since its inception, coordinating the effort and facilitating collaboration between contributors.

\r\n

Thierry spoke about OpenStack, open innovation and open source project management at various conferences around the world, including OSCON, LinuxCon, and FOSDEM. A Python Software Foundation fellow, he was previously the Technical lead for Ubuntu Server at Canonical, an operational manager for the Gentoo Linux Security Team, and an IT manager in various companies.

", + "created": 1436527307, + "first_name": "Thierry", + "gender": "Male", + "id": 1071, + "irc": "ttx", + "last_edited": 1525431756, + "last_name": "Carrez", + "member_id": 154, + "moderated_presentations": { + "7": 21745, + "8": 21747 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1071", + "presentations": { + "13": 20968 + }, + "title": "VP of Engineering, OpenStack Foundation", + "twitter": "tcarrez" + }, + { + "affiliations": [ + { + "created": 1384269877, + "end_date": null, + "id": 46292, + "is_current": true, + "job_title": "Infrastructure Engineer", + "last_edited": 1386581930, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 5479, + "start_date": 1365379200 + } + ], + "bio": "

A long-time computer hobbyist and technology generalist, Jeremy's worked as a Unix and GNU/Linux sysadmin for more than two decades focusing on information security, Internet services and data center automation. He's a core member of the OpenStack project infrastructure team and serves on both the technical committee and vulnerability management team. In his spare time he writes free software, hacks on open hardware projects and embedded platforms, restores old video game systems and enjoys articles on math theory and cosmology

", + "created": 1434380284, + "first_name": "Jeremy", + "gender": "Male", + "id": 62, + "irc": "fungi", + "last_edited": 1485895827, + "last_name": "Stanley", + "member_id": 5479, + "moderated_presentations": [ + 21746, + 21834 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/62", + "presentations": { + "3": 21847 + }, + "title": ".", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269894, + "end_date": null, + "id": 53208, + "is_current": true, + "job_title": "", + "last_edited": 1456801007, + "organization": { + "created": 1359485922, + "id": 285, + "last_edited": 1381734470, + "name": "NTT" + }, + "owner_id": 13007, + "start_date": 1317427200 + } + ], + "bio": "

He has been working on OpenStack development project in NTT R&D since 2011 and is currently a manager of OpenStack community team within NTT Software Innovation Center.

\r\n

He has been the chairman of the Japan OpenStack Users Group (JOSUG) since March 2016.

\r\n

 

", + "created": 1434335853, + "first_name": "Shintaro", + "gender": "Male", + "id": 19, + "irc": "shintaro", + "last_edited": 1485353729, + "last_name": "Mizuno", + "member_id": 13007, + "moderated_presentations": { + "2": 21748 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/19", + "presentations": [], + "title": "Senior Research Engineer, Supervisor, NTT Corporat", + "twitter": "shintaro" + }, + { + "affiliations": [ + { + "created": 1426697454, + "end_date": null, + "id": 68929, + "is_current": true, + "job_title": null, + "last_edited": 1426697454, + "organization": { + "created": 1417485096, + "id": 6910, + "last_edited": 1417485096, + "name": "City Network Hosting AB" + }, + "owner_id": 32122, + "start_date": 1406851200 + } + ], + "bio": "

Senior software developer at the OpenStack based public cloud City Network, based in Sweden but with locations around the globe. More than 10 years of industry experience.

\r\n

Tobias main focus is developing City Networks cloud management platform - used for all our OpenStack installations - and other cool complementary features. Also spending some good time maintaining our installations.

\r\n

Big fan of OpenStack, been around it for a couple of years now. Proud to have been given the opportunity to co-chair the Public Cloud Working group.

", + "created": 1436793565, + "first_name": "Tobias", + "gender": "Male", + "id": 1334, + "irc": "tobberydberg", + "last_edited": 1500026223, + "last_name": "Rydberg", + "member_id": 32122, + "moderated_presentations": { + "2": 21749, + "3": 21751 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1334", + "presentations": { + "12": 21166 + }, + "title": "Senior Developer", + "twitter": "tobberydberg" + }, + { + "affiliations": [ + { + "created": 1418792607, + "end_date": null, + "id": 63983, + "is_current": true, + "job_title": "Senior SW Architect", + "last_edited": 1484734189, + "organization": { + "created": 1399725551, + "id": 5106, + "last_edited": 1399725551, + "name": "nokia" + }, + "owner_id": 27104, + "start_date": 1126483200 + }, + { + "created": 1487925970, + "end_date": null, + "id": 136602, + "is_current": true, + "job_title": null, + "last_edited": 1487925970, + "organization": { + "created": 1421798436, + "id": 7259, + "last_edited": 1421798436, + "name": "Nokia Networks" + }, + "owner_id": 27104, + "start_date": 1487894400 + } + ], + "bio": "

I have been working in the Telco industry since 1998. Watching the industry to evolve and being part of making it happen.

\r\n

2014 I started to work in the OPNFV to make Telco/NFV features to open source. My main focus is to drive changes into OpenStack . Figure out with developers, operators and OPNFV community of how things can be done to satisfy Telco and other users needs. Discuss, communicate, make design and do the code.

\r\n

Currently I am PTL of The OPNFV Doctor project and infrastructure maintenance in interaction with application on top of it is currently our first priority.

", + "created": 1437010254, + "first_name": "Tomi", + "gender": "Male", + "id": 2875, + "irc": "tojuvone", + "last_edited": 1522906285, + "last_name": "Juvonen", + "member_id": 27104, + "moderated_presentations": [ + 21750 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2875", + "presentations": { + "8": 21109 + }, + "title": "Technical Leader", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1508317864, + "end_date": null, + "id": 146396, + "is_current": true, + "job_title": "Distinguished Member of Technical Staff", + "last_edited": 1508317864, + "organization": { + "created": 1489759781, + "id": 22066, + "last_edited": 1489759781, + "name": "Verizon Cloud Platform VCP - Verizon Wireless" + }, + "owner_id": 12766, + "start_date": 1504224000 + } + ], + "bio": "

Graham is the PTL of Designate.

\r\n

Graham worked previously as part of the DNSaaS team in HP Helion, and the DNSaaS team in HP Public Cloud before that. As part of this team he was responsible for operating a publicly accessible deployment of Designate, while working on new features for Designate, and developing a Designate in a box product for private cloud use.

\r\n

Graham then worked on the Kubernetes HA, Scale and Performance Team at SUSE.

\r\n

He is now working for Verizon Wireless as a DMTS, working on upstream projects.

\r\n

He has been working on Designate for over four years, and previously has experience in both startup and enterprise software development.

", + "created": 1436891209, + "first_name": "Graham", + "gender": "Male", + "id": 1794, + "irc": "mugsie", + "last_edited": 1518079712, + "last_name": "Hayes", + "member_id": 12766, + "moderated_presentations": { + "1": 21752, + "2": 21778 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1794", + "presentations": { + "15": 21172, + "16": 21611 + }, + "title": "Distinguished Member of Technical Staff", + "twitter": "grahamhayes" + }, + { + "affiliations": [], + "bio": "

Julia is an Expert Systems Engineer with over fifteen years of experience engineering, building, managing, and troubleshooting customized solutions ranging from specific items such as power, HVAC, and storage, to inter-facility connectivity and cloud infrastructures.

She has a proven track record in researching and deploying appropriate technologies to meet evolving needs in a cost-effective fashion, management of an information technology group and associated resources required to effectively offer service, and management of common information technology projects running the entire gamut from data center expansions and moves to simple hardware swap.

Specialties: OpenStack, Cloud Computing, Network Operations, Datacenter networking, Datacenter Facilities, IT Consulting, Linux Systems Administration, Data center operations management, Testing, evaluation, Process development, Technical writing and documentation

", + "created": 1454477163, + "first_name": "Julia", + "id": 5345, + "irc": "TheJulia", + "last_edited": 1454477355, + "last_name": "Kreger", + "moderated_presentations": { + "2": 21753 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/5345", + "presentations": { + "3": 21614, + "4": 21632 + }, + "title": "Cloud Automation and Distribution Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1489709599, + "end_date": null, + "id": 137426, + "is_current": true, + "job_title": "Principal Architect", + "last_edited": 1489709619, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 9604, + "start_date": 1489363200 + } + ], + "bio": "

Matt Riedemann works for Huawei in the cloud unit. He has been involved with OpenStack since the Grizzly release primarily doing upstream development. He was the Nova PTL for the Newton, Ocata, Pike and Queens releases and was the first stable branch maintenance team PTL. He continues to be active on the Nova and stable maintenance core teams. He can be found on freenode IRC as mriedem.

", + "created": 1455807449, + "first_name": "Matt", + "gender": "Male", + "id": 5590, + "irc": "mriedem", + "last_edited": 1524076589, + "last_name": "Riedemann", + "member_id": 9604, + "moderated_presentations": { + "7": 21754 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/5590", + "presentations": { + "6": 20850, + "8": 21598 + }, + "title": "Principal Architect - OpenStack", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269877, + "end_date": null, + "id": 46288, + "is_current": true, + "job_title": "", + "last_edited": 1489076808, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 5478, + "start_date": 1377993600 + } + ], + "bio": "

Dan works on Nova at Red Hat, and has been contributing to the Nova project since 2012. He has been working on virtualization for over ten years, with previous significant contributions to Xen, libvirt, and the libvirt CIM providers.

", + "created": 1436259352, + "first_name": "Dan", + "gender": "Male", + "id": 798, + "irc": "dansmith", + "last_edited": 1499678475, + "last_name": "Smith", + "member_id": 5478, + "moderated_presentations": { + "1": 21755 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/798", + "presentations": [], + "title": "Senior Principal Software Engineer", + "twitter": "get_offmylawn" + }, + { + "affiliations": [ + { + "created": 1384269888, + "end_date": null, + "id": 49930, + "is_current": true, + "job_title": "", + "last_edited": 1485890803, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 9061, + "start_date": 1364342400 + } + ], + "bio": "

James Slagle is a Principal Software Engineer at Red Hat. He's been working on OpenStack since the Havana release in 2013. His focus has been on OpenStack deployment and particularly the TripleO project, where he is a former PTL. Recently, his efforts have been around migrating TripleO to a more Ansible driven architecture and better integration with existing data center tools. At Red Hat, he was heavily involved with the initial productization of OpenStack Platform Director which is a downstream of TripleO.

", + "created": 1436989891, + "first_name": "James", + "gender": "Male", + "id": 2611, + "irc": "slagle", + "last_edited": 1518107898, + "last_name": "Slagle", + "member_id": 9061, + "moderated_presentations": [ + 21756, + 21765 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2611", + "presentations": [], + "title": "Principal Software Engineer", + "twitter": "slagle" + }, + { + "affiliations": [ + { + "created": 1500055980, + "end_date": null, + "id": 142778, + "is_current": true, + "job_title": "Sr Staff Opensource Process Architect", + "last_edited": 1500055980, + "organization": { + "created": 1376965705, + "id": 2648, + "last_edited": 1381698659, + "name": "Futurewei Technologies Inc." + }, + "owner_id": 10273, + "start_date": 1370822400 + } + ], + "bio": "

I am an industry veteran, with experience spanning computer bring up to AI, networks, mobile compute, and embedded systems. But my attention always seems to return to close to the metal, large infrastructure. Starting out in EE as a systems engineer, I migrated to SW development then on to QA and SW Process. During the journey, I have analysed Space Shuttle launch communications, modelled complex space systems. I have tested compilers, debuggers and visualization tools for a SIMD system and done software bringup for a SPARC based, multiprocessor mainframe. I have managed teams supporting software release, compute farms for chip design, and QA and escalation for mobile embedded compute systems and location based apps on mobile phones.  Ensuring all of these were successes is why I am a champion for operations, interoperability, quality, reliability and usability.  They all go hand-in-hand in creating success.

\r\n

As for Open Source, I have been aware and peripherally involved in Open Source since the original creation of Copy Left, but am finally fully immersed in it now, as an OpenStack resource within OpenStack and Huawei. I have learned through my endeavors that my skillset is best applied once a certain level of maturity has been achieved in a project. My abilities are a great fit for where OpennStack is now and where we can take it. 

\r\n

Most importantly, I meld a passion for quality performance with a pragmatism gained in the real world.

\r\n

Projects/Work Groups: DefCore, Refstack, Product Work Group, Logging Work Group, Women of OpenStack, Diversity Work Group ,and (soon to be) Stable project(plus I hang out in Infra, collaborate with Oslo, follow the TC, Ops and Dev MLs)

", + "created": 1435596000, + "first_name": "Rochelle", + "gender": "Female", + "id": 491, + "irc": "rockyg", + "last_edited": 1500056020, + "last_name": "Grober", + "member_id": 10273, + "moderated_presentations": { + "4": 21759 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/491", + "presentations": [], + "title": "Architect, Quality and Operations for Open Source", + "twitter": "GroberRocky" + }, + { + "affiliations": [ + { + "created": 1500294703, + "end_date": null, + "id": 142888, + "is_current": true, + "job_title": "Architect", + "last_edited": 1500294703, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 15164, + "start_date": 1499644800 + } + ], + "bio": "

I am a software developer focused on OpenStack's Identity program. I am passionate about open-source software and sharing knowledge. I constantly look for ways to improve the performance and scalability of whatever project I'm work on. When I'm not writing or reviewing code I enjoy cooking and tackling restoration projects with my wife.

", + "created": 1435575496, + "first_name": "Lance", + "gender": "Male", + "id": 473, + "irc": "lbragstad", + "last_edited": 1523443781, + "last_name": "Bragstad", + "member_id": 15164, + "moderated_presentations": { + "6": 21760, + "7": 21761, + "8": 21762 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/473", + "presentations": { + "8": 21584, + "9": 21633 + }, + "title": "Engineer", + "twitter": "LanceBragstad" + }, + { + "affiliations": [ + { + "created": 1485889769, + "end_date": null, + "id": 134953, + "is_current": true, + "job_title": null, + "last_edited": 1485889769, + "organization": { + "created": 1359485922, + "id": 27, + "last_edited": 1365013136, + "name": "IBM" + }, + "owner_id": 5714, + "start_date": 1481760000 + }, + { + "created": 1498496126, + "end_date": null, + "id": 141932, + "is_current": true, + "job_title": null, + "last_edited": 1498496126, + "organization": { + "created": 1408395644, + "id": 5952, + "last_edited": 1408395644, + "name": "Personal user" + }, + "owner_id": 5714, + "start_date": 1498435200 + } + ], + "bio": "

Matthew has been working on and contributing to Open Source software for most of his career. He has been primarily contributing to OpenStack since 2012 and is a former member of the OpenStack TC (Technical Committee) and was previously the PTL (project technical lead) of the OpenStack community's QA program from OpenStack's Juno development cycle in 2014  through the Mitaka development cycle in 2016. He is a core contributor for several OpenStack projects and a member of the OpenStack Stable Maintenance Team. Matthew currently works for IBM's Developer Advocacy team working to make Open Source software better for everyone. He has  previously been a speaker at OpenStack summits, LinuxCons Japan, China,  and North America, OpenWest, FOSSASIA, SeaGL, and linux.conf.au.

", + "created": 1434447887, + "first_name": "Matthew", + "gender": "Male", + "id": 108, + "irc": "mtreinish", + "last_edited": 1518118151, + "last_name": "Treinish", + "member_id": 5714, + "moderated_presentations": { + "2": 21763, + "3": 21764 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/108", + "presentations": { + "14": 21278, + "15": 21646 + }, + "title": "Open Source Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1506598278, + "end_date": null, + "id": 145772, + "is_current": true, + "job_title": "Senior Software Architect ", + "last_edited": 1506598278, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 6057, + "start_date": 1503273600 + } + ], + "bio": "

Miguel Lavalle is a core team member of the Openstack Neutron project and has been the PTL during the Queens and Rocky cycles. Over the past 5 years, he has made contributions to the L3 agent, Tempest testing of Neutron, integration of Neutron, Nova and Designate, Routed Networks and more recently, participated in the development and testing of multiple port bindings. At Huawei, he is a member of the OpenStack Upstream Development team, focused on contributing code to the Neutron project.

\r\n

Miguel lives in Pflugerville, TX, with his wife Beatriz and their Beagle Toto. He is an avid gliders pilot, having accumulated more than 700 hours of flight time, most of them in cross country tasks in his Jantar Standard 3. When not coding or flying, he enjoys swimming and yoga.

", + "created": 1436373293, + "first_name": "Miguel", + "gender": "Male", + "id": 904, + "irc": "mlavalle", + "last_edited": 1518022749, + "last_name": "Lavalle", + "member_id": 6057, + "moderated_presentations": { + "1": 21766 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/904", + "presentations": { + "8": 21010, + "9": 21597 + }, + "title": "Senior Software Architect , Huawei", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1468422830, + "end_date": null, + "id": 101293, + "is_current": true, + "job_title": null, + "last_edited": 1468422830, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 17596, + "start_date": 1456790400 + } + ], + "bio": "

During working hours Erno is mainly hacking OpenStack Glance as full time upstream developer and serves as Glance PTL for Rocky cycle. Stationed near Galway, Ireland Erno is one of the remotees in Red Hat's fleet. Before joining Red Hat, he used to work for HP(E) on multiple roles involving support, training and OpenStack development.

\r\n

Erno is very Enterprise minded focusing his efforts to stability, security, supportability and usability.

\r\n

Outside of the work the hacking turns bit more free formed and hw related involving car and automation electronics. Not to be only nerd within the four walls Erno also enjoys to play Disc Golf or taking hikes around the beautiful areas of Connemara or backwoods of Finland.

", + "created": 1435911179, + "first_name": "Erno", + "gender": "Male", + "id": 624, + "irc": "jokke_", + "last_edited": 1518073783, + "last_name": "Kuvaja", + "member_id": 17596, + "moderated_presentations": [ + 21767, + 21768, + 21769, + 21770 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/624", + "presentations": { + "10": 21592, + "11": 21628, + "9": 20956 + }, + "title": "Senior Software Engineer", + "twitter": "epkuva" + }, + { + "affiliations": [ + { + "created": 1395323528, + "end_date": null, + "id": 57383, + "is_current": true, + "job_title": null, + "last_edited": 1395323528, + "organization": { + "created": 1395323528, + "id": 4676, + "last_edited": 1395323528, + "name": "Cirrus Seven, Inc." + }, + "owner_id": 17742, + "start_date": 1351728000 + } + ], + "bio": null, + "created": 1507818969, + "first_name": "Erik", + "gender": "Male", + "id": 13785, + "irc": null, + "last_edited": 1507818969, + "last_name": "McCormick", + "member_id": 17742, + "moderated_presentations": [ + 21771, + 21772 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13785", + "presentations": [], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1426025508, + "end_date": null, + "id": 68462, + "is_current": true, + "job_title": null, + "last_edited": 1426025508, + "organization": { + "created": 1359485922, + "id": 226, + "last_edited": 1365013136, + "name": "Fujitsu" + }, + "owner_id": 31683, + "start_date": 1425254400 + } + ], + "bio": "

Nguyen Phuong An

\r\n

Software engineer at Fujitsu Limited.

\r\n

He is an upstream developer for openstack-neutron project. He has been working in security group logging &  firewall as a service v2 features.

", + "created": 1436955337, + "first_name": "Phuong An", + "gender": "Male", + "id": 2173, + "irc": "annp", + "last_edited": 1519172846, + "last_name": "Nguyen", + "member_id": 31683, + "moderated_presentations": [ + 21773, + 21774 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2173", + "presentations": [], + "title": "Software Engineer", + "twitter": "annp87" + }, + { + "affiliations": [ + { + "created": 1470666219, + "end_date": null, + "id": 103077, + "is_current": true, + "job_title": null, + "last_edited": 1470666219, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 31476, + "start_date": 1468800000 + } + ], + "bio": "

I'm a software developer working in the OpenStack team at Red Hat. I predominantly work with Nova, where I'm a core reviewer, though I've also been known to tinker with projects all over the OpenStack ecosystem. I previously worked at Intel, where I contributed to OpenStack (Nova and Neutron also) and Open vSwitch (led internal testing and validation efforts).

", + "created": 1454088593, + "first_name": "Stephen", + "gender": "Male", + "id": 4556, + "irc": "stephenfin", + "last_edited": 1517891338, + "last_name": "Finucane", + "member_id": 31476, + "moderated_presentations": { + "1": 21776 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/4556", + "presentations": { + "6": 20831, + "7": 21627 + }, + "title": "Software Engineer", + "twitter": "stephenfin" + }, + { + "affiliations": [ + { + "created": 1521198028, + "end_date": null, + "id": 155218, + "is_current": true, + "job_title": "Sr Solutions Architect", + "last_edited": 1521198028, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 15351, + "start_date": 1518998400 + } + ], + "bio": "

Open source advocate for 15+ years.

\r\n

OpenStack developer, deployer since 2011...

\r\n

Frisbee thrower as long as I can remember... OpenStack Community leader for 6+ years.

\r\n

Formerly doing cloud and open source for Canonical (Ubuntu) and HP, currently doing OpenStack at Charter Communications.

", + "created": 1435909502, + "first_name": "David", + "gender": "Male", + "id": 623, + "irc": "med_", + "last_edited": 1517586228, + "last_name": "Medberry", + "member_id": 15351, + "moderated_presentations": [ + 21777 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/623", + "presentations": { + "15": 20769 + }, + "title": "Lead Engineer, OpenStack DevOps", + "twitter": "davidmedberry" + }, + { + "affiliations": [ + { + "created": 1450043596, + "end_date": null, + "id": 84442, + "is_current": true, + "job_title": null, + "last_edited": 1474485993, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 13661, + "start_date": 1450051200 + } + ], + "bio": "

Tom serves as PTL for the OpenStack Manila project and is employed by Red Hat.

\r\n

He started late in the Juno release, working at first on NetApp Cinder drivers, and then moving on to work on core Cinder code, especially the Cinder backup service.  Starting around the mitaka cycle, he began working primarily on Manila but he maintains a keen interest in sharing solutions between the two projects.

\r\n

Tom has worked as a developer and as a deployer of a variety of storage and network technologies over the course of his career and really enjoys the chance to apply this experience working on open source, especially a project with the reach and impact of OpenStack.

", + "created": 1454084000, + "first_name": "Tom", + "gender": "Male", + "id": 4538, + "irc": "tbarron", + "last_edited": 1521454071, + "last_name": "Barron", + "member_id": 13661, + "moderated_presentations": [ + 21780 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4538", + "presentations": { + "6": 20989, + "7": 21619, + "8": 21637 + }, + "title": "OpenStack Developer at Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1417060090, + "end_date": null, + "id": 63533, + "is_current": true, + "job_title": null, + "last_edited": 1477372488, + "organization": { + "created": 1359485922, + "id": 33, + "last_edited": 1365013136, + "name": "Hewlett Packard Enterprise" + }, + "owner_id": 26705, + "start_date": 1446336000 + } + ], + "bio": "

Stefano is a sort of programmer and system administrator who likes networking, too. He started his careers, while still at University, as network administrator and developer in one of the first Internet service providers established in Italy. Stefano spends most of his time typing on a keyboard and looking at an LCD screen. While not in front of a computer you can find him riding his bicycle, swimming or walking around.

", + "created": 1486244361, + "first_name": "Stefano", + "gender": "Male", + "id": 11490, + "irc": "sc", + "last_edited": 1509357159, + "last_name": "Canepa", + "member_id": 26705, + "moderated_presentations": { + "1": 21784 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/11490", + "presentations": [], + "title": "OpenStack Cloud Solution Engineer", + "twitter": "scanepa" + }, + { + "affiliations": [ + { + "created": 1455548920, + "end_date": null, + "id": 89068, + "is_current": true, + "job_title": null, + "last_edited": 1455548920, + "organization": { + "created": 1433237264, + "id": 9434, + "last_edited": 1433237264, + "name": "OVH Group" + }, + "owner_id": 55256, + "start_date": 1310428800 + } + ], + "bio": "

DevOps at OVH working on large cloud deployments.

", + "created": 1467987709, + "first_name": "Adam", + "gender": "Male", + "id": 9547, + "irc": "akijak", + "last_edited": 1486402426, + "last_name": "Kijak", + "member_id": 55256, + "moderated_presentations": [ + 21785 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9547", + "presentations": [], + "title": "DevOps", + "twitter": "AdamAtOVH" + }, + { + "affiliations": [], + "bio": "

Dr. Craig A. Lee is a Senior Scientist in the Computer Systems Research Department of the Aerospace Corporation. He has worked in high-performance parallel and distributed computing for the last thirty years. This work has led to Dr. Lee's involvement in the Open Grid Forum (OGF) where he served as President from 2007 to 2010, and facilitated the global federation of “big science” computing grids. Dr. Lee served as the main liaison between OGF and the DMTF, SNIA, TMF, the Open Cloud Consortium, Cloud Security Alliance, OMG, and OASIS. Dr. Lee is now on the OGF Board of Directors and heavily involved with NIST, having contributed significantly to the NIST Cloud Standards Roadmap, the NIST Cloud Technology Roadmap, and now sits on the NIST Federated Cloud WG. He has served on the program committee for many conferences and workshops, as a panelist for the NSF, NASA, DOE, and as an international evaluator for INRIA. He is an associate editor of Future Generation Computing Systems (Elsevier) and on the editorial board of the International Journal of Cloud Computing (Inderscience). Dr. Lee has published over 75 technical works, including four book chapters and seven edited volumes and issues. He holds a Ph.D. in Computer Science from the University of California, Irvine.

\r\n

Selected Recent Publications, Reports and Presentations

\r\n

Lee, C., (Cloud) Federation Management, Invited presentation and KeyVOMS demonstration, 8th NIST Cloud Forum and Workshop, Gaithersburg, MD, July 8-10, 2015.

\r\n

Lee, C., Bridging Silos: Federation Management, Invited presentations:

\r\n
    \r\n
  • DoD OCIO/DISA CTO, Arlington VA, March 20, 2015
  • \r\n
  • DoDIN (GIG) Cloud Computing Services Guidance WG, April 15, 2015
  • \r\n
\r\n

Lee, C., N. Desai and A. Brethorst, A Keystone-based Virtual Organization Management System, 6th IEEE CloudCom, December 15-18, 2014.

\r\n

Lee, C., A Design Space Review for General Federation Management Using Keystone, First IEEE Cloud Federation Management Workshop, 7th IEEE UCC, December 8-11, 2014.

\r\n

Lee, C., D. Bernstein, Federation Management Using Keystone, The OpenStack Kilo Design Summit, Paris, France, Nov. 5, 2014.

\r\n

Lee, C.A. and N. Desai, Approaches for Virtual Organization Support in OpenStack, IEEE Third International Workshop on Cloud Computing Interclouds, Multiclouds, Federations, and Interoperability (Intercloud 2014), March 11, 2014.

\r\n

Demchenko, Y., C. Ngo, C. Lee, C. de Laat, Federated Access Control in Heterogeneous Intercloud Environment: Basic Models and Architecture Patterns, IEEE Third International Workshop on Cloud Computing Interclouds, Multiclouds, Federations, and Interoperability (Intercloud 2014), March 11, 2014.

\r\n

Chadwick, D.W., K. Siu, C. Lee, Y. Fouillat, D. Germonville, Adding Federated Identity Management to OpenStack, Journal of Grid Computing, V12n1, pp. 3-27, March 2014.

\r\n

Lee, C. A. and D. W. Chadwick. The Virtual Organization Concept for Authorization Management in Federated Clouds, The OpenStack Icehouse Design Summit, Hong Kong, Nov. 8. 2013.

", + "created": 1436900330, + "first_name": "Craig", + "gender": null, + "id": 1884, + "irc": null, + "last_edited": 1440595833, + "last_name": "Lee", + "member_id": 10691, + "moderated_presentations": { + "1": 21786 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1884", + "presentations": { + "3": 21845 + }, + "title": "Senior Scientist", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269867, + "end_date": null, + "id": 40804, + "is_current": true, + "job_title": "", + "last_edited": 1417068507, + "organization": { + "created": 1359485922, + "id": 42, + "last_edited": 1365005113, + "name": "CERN" + }, + "owner_id": 88, + "start_date": 1117584000 + } + ], + "bio": "

Tim is responsible for the group at CERN, the European Laboratory for Particle Physics, which manages the compute infrastructure for 13,000 physicists around the world to support fundamental research. He previously worked as a Unix kernel developer at IBM along with managing large scale Unix production deployments and services for Deutsche Bank in Europe.

\r\n

His team is running the CERN OpenStack cloud which has been in production since July 2013 and is currently around 280,000 cores. This cloud provides processing power to analyse the data from the Large Hadron Collider and other experiments which produce around 60PB a year. The practical experiences are shared on the blog at http://openstack-in-production.blogspot.fr/

\r\n

 

", + "created": 1436858673, + "first_name": "Tim", + "gender": "Male", + "id": 1570, + "irc": "noggin143", + "last_edited": 1515062912, + "last_name": "Bell", + "member_id": 88, + "moderated_presentations": [ + 21787 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1570", + "presentations": [], + "title": "IT Infrastructure Manager, CERN", + "twitter": "noggin143" + }, + { + "affiliations": [ + { + "created": 1509925067, + "end_date": null, + "id": 147069, + "is_current": true, + "job_title": "Vice President and Principal Analyst", + "last_edited": 1509925067, + "organization": { + "created": 1509925067, + "id": 25056, + "last_edited": 1509925067, + "name": "Hurwitz & Associates" + }, + "owner_id": 90948, + "start_date": 1454284800 + } + ], + "bio": null, + "created": 1501072554, + "first_name": "Jean", + "gender": null, + "id": 13281, + "irc": null, + "last_edited": 1501072554, + "last_name": "Bozman", + "member_id": 90948, + "moderated_presentations": [ + 21799 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13281", + "presentations": [], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1425114477, + "end_date": null, + "id": 68151, + "is_current": true, + "job_title": null, + "last_edited": 1473287626, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 31400, + "start_date": 1162252800 + } + ], + "bio": "

Fatih Degirmenci is a Principal Developer at Ericsson Product Development Unit Cloud. He is specialized in automation, CI/CD, DevOps, and Software Development Infrastructure  and currently involved in several large scale CI/CD activities across Ericsson. He is a member of the OPNFV Technical Steering Committee and Project Team Lead of OPNFV Release Engineering Project. Before moving to his current role, Fatih worked in WCDMA MS RAN and took active part in CI Transformation, paving the way for Continuous Deployment. Prior to Ericsson, he worked for Havelsan Inc and provided expertise to its customers such as BOEING and BAE Systems.

", + "created": 1434607626, + "first_name": "Fatih", + "gender": "Male", + "id": 184, + "irc": "fdegir", + "last_edited": 1518108897, + "last_name": "Degirmenci", + "member_id": 31400, + "moderated_presentations": [ + 21829 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/184", + "presentations": { + "10": 21702, + "7": 21290, + "8": 21322 + }, + "title": "Principal Developer", + "twitter": "fdegir" + }, + { + "affiliations": [ + { + "created": 1384269867, + "end_date": null, + "id": 40745, + "is_current": true, + "job_title": "Executive Director", + "last_edited": 1384971007, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 28, + "start_date": 1348012800 + } + ], + "bio": "

Jonathan Bryce, who has spent his career building the cloud, is Executive Director of the OpenStack Foundation. Previously he was a founder of The Rackspace Cloud.

\r\n

He started his career working as a web developer for Rackspace, and during his tenure, he and co-worker Todd Morey had a vision to build a sophisticated web hosting environment where users and businesses alike could turn to design, develop and deploy their ideal web site – all without being responsible for procuring the technology, installing it or making sure it is built to be always available. This vision became The Rackspace Cloud. Since then he has been a major driver of OpenStack, the open source cloud software initiative.

", + "created": 1436885848, + "first_name": "Jonathan", + "gender": "Male", + "id": 1759, + "irc": "jbryce", + "last_edited": 1485273784, + "last_name": "Bryce", + "member_id": 28, + "moderated_presentations": { + "9": 21831 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1759", + "presentations": { + "15": 21701, + "16": 21707 + }, + "title": "Executive Director, OpenStack Foundation", + "twitter": "jbryce" + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 40881, + "is_current": true, + "job_title": "", + "last_edited": 1384269868, + "organization": { + "created": 1359485922, + "id": 71, + "last_edited": 1381736021, + "name": "eWEEK/InternetNews" + }, + "owner_id": 158, + "start_date": null + } + ], + "bio": "

.

", + "created": 1458269216, + "first_name": "Sean", + "gender": null, + "id": 5678, + "irc": null, + "last_edited": 1485346767, + "last_name": "Kerner", + "member_id": 158, + "moderated_presentations": { + "2": 21844 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/5678", + "presentations": [], + "title": "eWEEK/InternetNews", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1464878786, + "end_date": null, + "id": 97903, + "is_current": true, + "job_title": null, + "last_edited": 1464878786, + "organization": { + "created": 1405485650, + "id": 5600, + "last_edited": 1405485650, + "name": "Openstack" + }, + "owner_id": 64085, + "start_date": 1460678400 + } + ], + "bio": "

Ashlee Ferguson joined the OpenStack Foundation as a Marketing Associate after interning with the Marketing Team for a year. She graduated from the University of Texas at Austin with a Bachelor's degree in Corporate Communication and a Business Minor. Prior to joining the OpenStack Foundation, she worked in event coordination for SXSW Interactive. Outside of work, Ashlee enjoys Austin’s live music scene, coffee shops, and breakfast taco joints.

", + "created": 1464878877, + "first_name": "Ashlee", + "gender": "Female", + "id": 9152, + "irc": "ashferg", + "last_edited": 1525780295, + "last_name": "Ferguson", + "member_id": 64085, + "moderated_presentations": [ + 21876 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9152", + "presentations": [ + 21789 + ], + "title": "Marketing Associate", + "twitter": "ashlee_ferg" + } + ], + "speakers_count": 575, + "sponsors": [ + { + "created": 1306277769, + "id": 26, + "last_edited": 1486760714, + "name": "Intel" + }, + { + "created": 1318341917, + "id": 159, + "last_edited": 1525076566, + "name": "SUSE" + }, + { + "created": 1338815303, + "id": 227, + "last_edited": 1513274463, + "name": "Red Hat, Inc." + }, + { + "created": 1422877474, + "id": 720, + "last_edited": 1506087789, + "name": "Lenovo" + }, + { + "created": 1404918791, + "id": 604, + "last_edited": 1521622032, + "name": "QCT (Quanta Cloud Technology)" + }, + { + "created": 1336741413, + "id": 222, + "last_edited": 1507201652, + "name": "Nuage Networks" + }, + { + "created": 1489765387, + "id": 1048, + "last_edited": 1491926644, + "name": "Cloudvisory" + }, + { + "created": 1485292224, + "id": 1028, + "last_edited": 1485292810, + "name": "Micron Technology" + }, + { + "created": 1408530329, + "id": 628, + "last_edited": 1483645596, + "name": "Infoblox" + }, + { + "created": 1392719498, + "id": 506, + "last_edited": 1525262912, + "name": "EasyStack" + }, + { + "created": 1480695589, + "id": 1018, + "last_edited": 1496887458, + "name": "OP5" + }, + { + "created": 1409768588, + "id": 643, + "last_edited": 1461105354, + "name": "Storage Made Easy" + }, + { + "created": 1321890261, + "id": 80, + "last_edited": 1492528160, + "name": "NetApp" + }, + { + "created": 1336390442, + "id": 220, + "last_edited": 1485276474, + "name": "Juniper Networks" + }, + { + "created": 1355239456, + "id": 260, + "last_edited": 1509379258, + "name": "Dell EMC" + }, + { + "created": 1347920975, + "id": 243, + "last_edited": 1520522800, + "name": "VMware" + }, + { + "created": 1378911316, + "id": 403, + "last_edited": 1505403401, + "name": "Fujitsu" + }, + { + "created": 1347921928, + "id": 248, + "last_edited": 1499936228, + "name": "Huawei" + }, + { + "created": 1503659732, + "id": 1074, + "last_edited": 1525257899, + "name": "Tencent Cloud" + }, + { + "created": 1404919467, + "id": 605, + "last_edited": 1506370540, + "name": "Inspur" + }, + { + "created": 1392220181, + "id": 502, + "last_edited": 1519223811, + "name": "Kontron" + }, + { + "created": 1306324449, + "id": 59, + "last_edited": 1516128442, + "name": "Cisco" + }, + { + "created": 1378467461, + "id": 397, + "last_edited": 1517226764, + "name": "Cumulus Networks" + }, + { + "created": 1524504234, + "id": 1095, + "last_edited": 1524504234, + "name": "Zenko" + }, + { + "created": 1524838214, + "id": 1099, + "last_edited": 1524838214, + "name": "Scale Computing" + }, + { + "created": 1307114147, + "id": 105, + "last_edited": 1526482511, + "name": "Mirantis" + }, + { + "created": 1429016900, + "id": 772, + "last_edited": 1472050026, + "name": "Supermicro" + }, + { + "created": 1421168587, + "id": 718, + "last_edited": 1494008833, + "name": "Platform9 Systems, Inc" + }, + { + "created": 1306268501, + "id": 1, + "last_edited": 1521632430, + "name": "Rackspace" + }, + { + "created": 1413284029, + "id": 675, + "last_edited": 1493824966, + "name": "Avi Networks" + }, + { + "created": 1392719120, + "id": 504, + "last_edited": 1520347611, + "name": "TrilioData" + } + ], + "start_date": 1526738400, + "start_showing_venues_date": 1522695600, + "ticket_types": [ + { + "created": 1513065734, + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243163", + "id": 66, + "last_edited": 1513065734, + "name": "Early Bird Full Access Pass", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Save on the Certified OpenStack Administrator exam when you buy a Full Access Pass to the Vancouver Summit. Note: This purchase is an ONLINE exam that you can take at any time; there will be *NO* in-person exams given at the Sydney Summit. Upon purchase, your COA code will be sent in a separate email within 2-3 business days.", + "external_id": "77243164", + "id": 67, + "last_edited": 1516842003, + "name": "Full Access Pass + online COA exam \u2014Save on your COA exam!", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243165", + "id": 68, + "last_edited": 1513065734, + "name": "AUC/ATC Full Access Pass", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243166", + "id": 69, + "last_edited": 1513065734, + "name": "Student Full Access Pass", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243167", + "id": 70, + "last_edited": 1513065734, + "name": "Discounted Full Access Pass", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243168", + "id": 71, + "last_edited": 1513065734, + "name": "Full Access Pass", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Save on the Certified OpenStack Administrator exam when you buy a Full Access Pass to the Vancouver Summit. Note: This purchase is an ONLINE exam that you can take at any time; there will be *NO* in-person exams given at the Sydney Summit. Upon purchase, your COA code will be sent in a separate email within 2-3 business days.", + "external_id": "77243169", + "id": 72, + "last_edited": 1516842003, + "name": "Full Access Pass + online COA exam \u2014Save on your COA exam!", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243170", + "id": 73, + "last_edited": 1513065734, + "name": "WEEK LONG Full Access Pass", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Save on the Certified OpenStack Administrator exam when you buy a Full Access Pass to the Vancouver Summit. Note: This purchase is an ONLINE exam that you can take at any time; there will be *NO* in-person exams given at the Sydney Summit. Upon purchase, your COA code will be sent in a separate email within 2-3 business days.", + "external_id": "77243171", + "id": 74, + "last_edited": 1516842003, + "name": "Full Access Pass + online COA exam \u2014Save on your COA exam!", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": null, + "external_id": "77243172", + "id": 75, + "last_edited": 1517446803, + "name": "MONDAY Day Pass - Full Access", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": null, + "external_id": "77243173", + "id": 76, + "last_edited": 1517446803, + "name": "TUESDAY Day Pass - Full Access", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": null, + "external_id": "77243174", + "id": 77, + "last_edited": 1517446803, + "name": "WEDNESDAY Day Pass - Full Access", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Want your name to be featured on a slide during keynotes? Then donate to the Travel Support Program! \r\n***This is a donation to the Travel Support Fund. It is NOT a pass to the Summit.*** The Travel Support Program is based on the promise of Open Design and facilitates participation of key contributors to the OpenStack Summit by covering travel and accommodation costs.", + "external_id": "77243176", + "id": 78, + "last_edited": 1515027602, + "name": "Donation to Travel Support Program Fund", + "summit_id": 24 + }, + { + "created": 1515027602, + "description": "Grants access to the Marketplace Mixer on Monday from 6-8pm. **This ticket type DOES NOT grant access to any other Summit activities or facilities before or after the above time. **", + "external_id": "78873729", + "id": 79, + "last_edited": 1515027602, + "name": "Marketplace Mixer ONLY (Note: Full Access pass holders already have access to this event)", + "summit_id": 24 + } + ], + "time_zone": { + "comments": "Pacific - BC (most areas)", + "country_code": "CA", + "latitude": 49.26667, + "longitude": -123.11667, + "name": "America/Vancouver", + "offset": -25200 + }, + "time_zone_id": "America/Vancouver", + "timestamp": 1528893775, + "tracks": [ + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 18, + "chair_visible": true, + "code": "PHC", + "created": 1515076339, + "description": "Topics include: architecture, bare metal, economics, hardware, operations, orchestration & hybrid cloud tools, networking, organizational culture & processes, security & compliance, SLAs, storage, upgrades, user experience, vendor selection", + "id": 210, + "last_edited": 1519617684, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Private & Hybrid Cloud", + "session_count": 42, + "slug": "private-hybrid-cloud", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 4, + "chair_visible": true, + "code": "PC", + "created": 1515076355, + "description": "Topics include: architecture / hardware, economics, cloud portability, features & needs, federation, hardware, operations / upgrades, multi-tenance, networking, performance, scale, security & compliance, SLAs, storage, open source platforms, tools & SDKs, UI / UX, upgrades, user experience", + "id": 211, + "last_edited": 1519617694, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Public Cloud", + "session_count": 14, + "slug": "public-cloud", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 10, + "chair_visible": true, + "code": "CI", + "created": 1515076366, + "description": "Topics include: Running containers at scale, container ecosystem, container networking, container storage, container security, hybrid VM & container architectures, containers & bare metal", + "id": 212, + "last_edited": 1525695193, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Container Infrastructure", + "session_count": 27, + "slug": "container-infra", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 6, + "chair_visible": true, + "code": "EI", + "created": 1515076381, + "description": "Topics include: 5G, cloudlet, distributed computing, Mesh, security, networking, architecture, ease of deployment, edge ecosystem, hardware performance accelerators (e.g. GPUs, ASICs, etc.), hardware profile, IoT, low end-to-end latency, management tools, scaling, edge-enabled applications, physical hardening, QoS, remote/extreme environments, remote troubleshooting, standalone cloudlets, tamper evidence, tamper resistance, VM and container handoff across WAN connections, zero-touch provisioning", + "id": 213, + "last_edited": 1519617618, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Edge Computing", + "session_count": 17, + "slug": "edge-infra", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 4, + "chair_visible": true, + "code": "CD", + "created": 1515076393, + "description": "Topics include: Software development pipeline, automated testing, QA, culture & process, policies & compliance, CI/CD ecosystem, repository architecture, unit vs integration testing, deployment maturity model, gitops", + "id": 214, + "last_edited": 1519617667, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "OpenDev CI/CD", + "session_count": 0, + "slug": "cicd", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 3, + "chair_visible": true, + "code": "HPC", + "created": 1515076408, + "description": "Topics include: AI, computation, cluster, economics, exascale, government, GPUs, grid, HPC, HTC, machine learning, New applications for AI running on OpenStack clouds, Novel/Emerging architectures for GPUs/AI, operations at scale, performance, scientific research,\r\n\r\n ", + "id": 215, + "last_edited": 1519617630, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "HPC / GPU / AI", + "session_count": 12, + "slug": "hpc-htc-gpu", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 4669, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 10, + "chair_visible": true, + "code": "NFV", + "created": 1515076419, + "description": "Topics include: 5G, architecture, NFV, economics, hardware, operations, performance, QoS, SDN, SLAs, standardization e.g. ETSI NFV", + "id": 216, + "last_edited": 1521138546, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Telecom & NFV", + "session_count": 29, + "slug": "telecom-nfv", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 3, + "chair_visible": true, + "code": "OSC", + "created": 1515076431, + "description": "Topics include: community management, diversity and inclusion, mentoring, open source governance, ambassadors, roadmap development", + "id": 217, + "last_edited": 1519617647, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Open Source Community", + "session_count": 9, + "slug": "open-source-community", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": null, + "created": 1518540880, + "description": "Working Groups & BoF", + "id": 218, + "last_edited": 1519617732, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Working Groups & BoF", + "session_count": 0, + "slug": "working-groups-bof", + "summit_id": 24, + "track_groups": [], + "voting_visible": false + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": null, + "created": 1519983435, + "description": null, + "id": 219, + "last_edited": 1519983435, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Workshops", + "session_count": 0, + "slug": "workshops", + "summit_id": 24, + "track_groups": [], + "voting_visible": false + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": "K$", + "created": 1520957803, + "description": null, + "id": 220, + "last_edited": 1520957803, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Keynotes", + "session_count": 0, + "slug": "keynotes", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": false + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": true, + "code": "LB", + "created": 1520958644, + "description": null, + "id": 221, + "last_edited": 1520958644, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Lunches & Breaks", + "session_count": 0, + "slug": "lunches-breaks", + "summit_id": 24, + "track_groups": [], + "voting_visible": true + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": "IT", + "created": 1521042442, + "description": null, + "id": 222, + "last_edited": 1521042442, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Intensive Trainings", + "session_count": 0, + "slug": "intensive-trainings", + "summit_id": 24, + "track_groups": [], + "voting_visible": false + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": "PU", + "created": 1521473195, + "description": null, + "id": 223, + "last_edited": 1521473195, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Project Updates", + "session_count": 0, + "slug": "project-updates", + "summit_id": 24, + "track_groups": [], + "voting_visible": false + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": "F", + "created": 1521473315, + "description": null, + "id": 224, + "last_edited": 1521473315, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Forum", + "session_count": 0, + "slug": "forum", + "summit_id": 24, + "track_groups": [ + 84 + ], + "voting_visible": false + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": "M$", + "created": 1523463297, + "description": null, + "id": 225, + "last_edited": 1523463297, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Marketplace", + "session_count": 0, + "slug": "marketplace", + "summit_id": 24, + "track_groups": [], + "voting_visible": false + }, + { + "allowed_tag": [ + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": true, + "code": "FF", + "created": 1525805181, + "description": null, + "id": 258, + "last_edited": 1525805181, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Foundation Fundamentals", + "session_count": 0, + "slug": "foundation-fundamentals", + "summit_id": 24, + "track_groups": [], + "voting_visible": true + }, + { + "allowed_tag": [ + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": "Reg", + "created": 1525877035, + "description": null, + "id": 259, + "last_edited": 1525877035, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Registration", + "session_count": 0, + "slug": "registration", + "summit_id": 24, + "track_groups": [], + "voting_visible": false + } + ], + "type_id": 0, + "wifi_connections": [ + { + "created": 1526742204, + "description": null, + "id": 2, + "last_edited": 1526742204, + "password": "OpenInfra", + "ssid": "OpenStackSummit", + "summit_id": 24 + } + ] + }, + "entity_id": 24, + "id": 1296941, + "last_edited": 1510664394, + "type": "UPDATE" +} diff --git a/OpenStack Summit/CoreSummitTests/JSON/DataUpdates19.json b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates19.json new file mode 100644 index 00000000..893d5bec --- /dev/null +++ b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates19.json @@ -0,0 +1,24291 @@ +{ + "class_name": "Summit", + "created": 1488308967, + "entity": { + "active": false, + "attendees_count": 1630, + "created": 1488308918, + "dates_label": "May 21-24, 2018", + "end_date": 1527220800, + "id": 24, + "last_edited": 1527669175, + "locations": [ + { + "address_1": "1055 Canada Pl", + "address_2": null, + "city": "Vancouver", + "class_name": "SummitVenue", + "country": "CA", + "created": 1512486055, + "description": null, + "details_page": false, + "display_on_site": true, + "floors": [ + { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + { + "created": 1525791065, + "description": null, + "id": 30, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/vcc-eastmeeting.jpg", + "last_edited": 1525791079, + "name": "East Meeting Level", + "number": 4, + "venue_id": 338 + } + ], + "id": 338, + "images": [ + { + "class_name": "SummitLocationImage", + "created": 1512486585, + "description": null, + "id": 36, + "image_url": "https://devbranch.openstack.org/assets/summits/24/locations/338/images/5403631349-6062029d45-o.jpg", + "last_edited": 1512486640, + "location_id": 338, + "name": "Vancouver Convention Center", + "order": 1 + } + ], + "is_main": true, + "last_edited": 1524493495, + "lat": "49.2903197", + "lng": "-123.1174984", + "location_message": null, + "location_type": "Internal", + "maps": [ + { + "class_name": "SummitLocationMap", + "created": 1525791404, + "description": null, + "id": 37, + "image_url": "https://devbranch.openstack.org/assets/summits/24/locations/338/maps/vcc-fullvenuemap.jpg", + "last_edited": 1525791405, + "location_id": 338, + "name": "Overall Venue Map", + "order": 1 + } + ], + "name": "Vancouver Convention Centre West", + "order": 2, + "rooms": [ + { + "capacity": 414, + "class_name": "SummitVenueRoom", + "created": 1520944702, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 347, + "last_edited": 1520944702, + "location_type": "Internal", + "name": "Room 109-110", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 181, + "class_name": "SummitVenueRoom", + "created": 1520944726, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 348, + "last_edited": 1520944726, + "location_type": "Internal", + "name": "Room 121-122", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 328, + "class_name": "SummitVenueRoom", + "created": 1520944746, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 349, + "last_edited": 1520944746, + "location_type": "Internal", + "name": "Room 118-120", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 248, + "class_name": "SummitVenueRoom", + "created": 1520944766, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 350, + "last_edited": 1520944800, + "location_type": "Internal", + "name": "Room 202-204", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 248, + "class_name": "SummitVenueRoom", + "created": 1520944793, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 351, + "last_edited": 1520944793, + "location_type": "Internal", + "name": "Room 205-207", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 124, + "class_name": "SummitVenueRoom", + "created": 1520944817, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 352, + "last_edited": 1520944817, + "location_type": "Internal", + "name": "Room 208-209", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 63, + "class_name": "SummitVenueRoom", + "created": 1520944831, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 353, + "last_edited": 1520944831, + "location_type": "Internal", + "name": "Room 210", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 120, + "class_name": "SummitVenueRoom", + "created": 1520944845, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 354, + "last_edited": 1520944845, + "location_type": "Internal", + "name": "Room 212", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 98, + "class_name": "SummitVenueRoom", + "created": 1520944860, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 355, + "last_edited": 1520944860, + "location_type": "Internal", + "name": "Room 213-214", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944873, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 356, + "last_edited": 1520944873, + "location_type": "Internal", + "name": "Room 215-216", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944888, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 357, + "last_edited": 1520944888, + "location_type": "Internal", + "name": "Room 223", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944901, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 358, + "last_edited": 1520944901, + "location_type": "Internal", + "name": "Room 220", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944913, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 359, + "last_edited": 1520944913, + "location_type": "Internal", + "name": "Room 221-222", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944943, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 360, + "last_edited": 1520944943, + "location_type": "Internal", + "name": "Room 224", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944969, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 362, + "last_edited": 1520944969, + "location_type": "Internal", + "name": "Room 301", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944987, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 363, + "last_edited": 1520944987, + "location_type": "Internal", + "name": "Room 302-303", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520945002, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 364, + "last_edited": 1520945002, + "location_type": "Internal", + "name": "Room 304-305", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520958145, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 365, + "last_edited": 1520958502, + "location_type": "Internal", + "name": "Ballroom A/B", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520958513, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 366, + "last_edited": 1520958537, + "location_type": "Internal", + "name": "TBA", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520962776, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 367, + "last_edited": 1526826618, + "location_type": "Internal", + "name": "Lightning Talk Theater sponsored by SUSE", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1522254244, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 368, + "last_edited": 1522254244, + "location_type": "Internal", + "name": "Room 218-219", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1523463640, + "description": "

The OpenStack Marketplace

", + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 369, + "last_edited": 1523463640, + "location_type": "Internal", + "name": "Ballroom C/D", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1523881028, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 370, + "last_edited": 1523881142, + "location_type": "Internal", + "name": "Room 217", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1524147892, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 371, + "last_edited": 1524147892, + "location_type": "Internal", + "name": "Room 306", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1525092615, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 372, + "last_edited": 1525092615, + "location_type": "Internal", + "name": "Marketplace Demo Theater", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1525701987, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 373, + "last_edited": 1525701987, + "location_type": "Internal", + "name": "Room 211", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1525877233, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 375, + "last_edited": 1525877233, + "location_type": "Internal", + "name": "Level 1", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1526036440, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 376, + "last_edited": 1526038443, + "location_type": "Internal", + "name": "Marketplace (Ballroom C/D)", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + } + ], + "state": "BC", + "website_url": "https://www.vancouverconventioncentre.com/contact", + "zip_code": "V6C 0C3" + }, + { + "address_1": "1128 W Hastings St", + "address_2": null, + "booking_link": " https://aws.passkey.com/e/49171307", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512490933, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 339, + "images": [], + "last_edited": 1525786236, + "lat": "49.2879707", + "lng": "-123.1204422", + "location_message": null, + "location_type": "None", + "maps": [], + "name": "Vancouver Marriott Pinnacle Downtown", + "order": 7, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6E 4R5" + }, + { + "address_1": "1038 Canada Pl", + "address_2": null, + "booking_link": " https://resweb.passkey.com/go/openstack2018vpr", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491044, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 340, + "images": [], + "last_edited": 1524493495, + "lat": "49.2880938", + "lng": "-123.1165232", + "location_message": "40% OFF THROUGH May 4", + "location_type": "None", + "maps": [], + "name": "Fairmont Pacific Rim", + "order": 5, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6C 0B9" + }, + { + "address_1": "900 Canada Pl", + "address_2": null, + "booking_link": " https://resweb.passkey.com/go/openstacksummit2018", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491253, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 341, + "images": [], + "last_edited": 1524493495, + "lat": "49.2872212", + "lng": "-123.1139649", + "location_message": "43% OFF THROUGH May 4", + "location_type": "None", + "maps": [], + "name": "Fairmont Waterfront Hotel", + "order": 6, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6C 3L5" + }, + { + "address_1": "900 W Georgia St", + "address_2": null, + "booking_link": "https://resweb.passkey.com/go/openstack2018", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491359, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 342, + "images": [], + "last_edited": 1524493495, + "lat": "49.2838113", + "lng": "-123.1209848", + "location_message": "44% OFF THROUGH May 4", + "location_type": "None", + "maps": [], + "name": "Fairmont Hotel Vancouver", + "order": 4, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6C 2W6" + }, + { + "address_1": "300 - 999 Canada Place", + "address_2": null, + "booking_link": "https://aws.passkey.com/go/2018OpenStackSummit", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491526, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 343, + "images": [], + "last_edited": 1524493543, + "lat": "49.2886946", + "lng": "-123.1111906", + "location_message": "45% OFF THROUGH April 25", + "location_type": "None", + "maps": [], + "name": "Pan Pacific ", + "order": 3, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6C 3B5" + }, + { + "address_1": "1133 W Hastings St", + "address_2": null, + "booking_link": "https://aws.passkey.com/event/49495336/owner/2075/home", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491614, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 344, + "images": [], + "last_edited": 1525786250, + "lat": "49.2884419", + "lng": "-123.1209695", + "location_message": null, + "location_type": "None", + "maps": [], + "name": "Pinnacle Hotel Harbourfront", + "order": 9, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6E 3T3" + }, + { + "address_1": "655 Burrard St", + "address_2": null, + "booking_link": "https://aws.passkey.com/go/2018openstack", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491784, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 345, + "images": [], + "last_edited": 1525786243, + "lat": "49.2850955", + "lng": "-123.1205418", + "location_message": null, + "location_type": "None", + "maps": [], + "name": "Hyatt Regency", + "order": 8, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6C 2R7" + }, + { + "address_1": "791 W Georgia St", + "address_2": null, + "booking_link": "https://www.fourseasons.com/vancouver/landing_pages/events/OpenStack_Summit/", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491941, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 346, + "images": [ + { + "class_name": "SummitLocationImage", + "created": 1529494492, + "description": "

nanna

", + "id": 38, + "image_url": "https://devbranch.openstack.org/assets/summits/24/locations/346/images/random_image.jpeg", + "last_edited": 1529494492, + "location_id": 346, + "name": "image 1", + "order": 1 + } + ], + "last_edited": 1524493495, + "lat": "49.2832102", + "lng": "-123.1187075", + "location_message": "55% OFF THROUGH APRIL 25", + "location_type": "None", + "maps": [], + "name": "Four Seasons", + "order": 1, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6C 2T4" + }, + { + "capacity": 414, + "class_name": "SummitVenueRoom", + "created": 1520944702, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 347, + "last_edited": 1520944702, + "location_type": "Internal", + "name": "Room 109-110", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 181, + "class_name": "SummitVenueRoom", + "created": 1520944726, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 348, + "last_edited": 1520944726, + "location_type": "Internal", + "name": "Room 121-122", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 328, + "class_name": "SummitVenueRoom", + "created": 1520944746, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 349, + "last_edited": 1520944746, + "location_type": "Internal", + "name": "Room 118-120", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 248, + "class_name": "SummitVenueRoom", + "created": 1520944766, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 350, + "last_edited": 1520944800, + "location_type": "Internal", + "name": "Room 202-204", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 248, + "class_name": "SummitVenueRoom", + "created": 1520944793, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 351, + "last_edited": 1520944793, + "location_type": "Internal", + "name": "Room 205-207", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 124, + "class_name": "SummitVenueRoom", + "created": 1520944817, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 352, + "last_edited": 1520944817, + "location_type": "Internal", + "name": "Room 208-209", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 63, + "class_name": "SummitVenueRoom", + "created": 1520944831, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 353, + "last_edited": 1520944831, + "location_type": "Internal", + "name": "Room 210", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 120, + "class_name": "SummitVenueRoom", + "created": 1520944845, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 354, + "last_edited": 1520944845, + "location_type": "Internal", + "name": "Room 212", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 98, + "class_name": "SummitVenueRoom", + "created": 1520944860, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 355, + "last_edited": 1520944860, + "location_type": "Internal", + "name": "Room 213-214", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944873, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 356, + "last_edited": 1520944873, + "location_type": "Internal", + "name": "Room 215-216", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944888, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 357, + "last_edited": 1520944888, + "location_type": "Internal", + "name": "Room 223", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944901, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 358, + "last_edited": 1520944901, + "location_type": "Internal", + "name": "Room 220", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944913, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 359, + "last_edited": 1520944913, + "location_type": "Internal", + "name": "Room 221-222", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944943, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 360, + "last_edited": 1520944943, + "location_type": "Internal", + "name": "Room 224", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944969, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 362, + "last_edited": 1520944969, + "location_type": "Internal", + "name": "Room 301", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520944987, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 363, + "last_edited": 1520944987, + "location_type": "Internal", + "name": "Room 302-303", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520945002, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 364, + "last_edited": 1520945002, + "location_type": "Internal", + "name": "Room 304-305", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520958145, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 365, + "last_edited": 1520958502, + "location_type": "Internal", + "name": "Ballroom A/B", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520958513, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 366, + "last_edited": 1520958537, + "location_type": "Internal", + "name": "TBA", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1520962776, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 367, + "last_edited": 1526826618, + "location_type": "Internal", + "name": "Lightning Talk Theater sponsored by SUSE", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1522254244, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 368, + "last_edited": 1522254244, + "location_type": "Internal", + "name": "Room 218-219", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1523463640, + "description": "

The OpenStack Marketplace

", + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 369, + "last_edited": 1523463640, + "location_type": "Internal", + "name": "Ballroom C/D", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1523881028, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 370, + "last_edited": 1523881142, + "location_type": "Internal", + "name": "Room 217", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1524147892, + "description": null, + "floor": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "id": 371, + "last_edited": 1524147892, + "location_type": "Internal", + "name": "Room 306", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1525092615, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 372, + "last_edited": 1525092615, + "location_type": "Internal", + "name": "Marketplace Demo Theater", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1525701987, + "description": null, + "floor": { + "created": 1520944639, + "description": null, + "id": 28, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor2.jpg", + "last_edited": 1526824991, + "name": "Level Two", + "number": 2, + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 367, + 368, + 370, + 373 + ], + "venue_id": 338 + }, + "id": 373, + "last_edited": 1525701987, + "location_type": "Internal", + "name": "Room 211", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "address_1": "300 - 999 Canada Place", + "address_2": null, + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitExternalLocation", + "country": "CA", + "created": 1525775380, + "description": null, + "details_page": false, + "display_on_site": false, + "id": 374, + "images": [], + "last_edited": 1525775422, + "lat": "49.28794", + "lng": "-123.11305190000002", + "location_message": null, + "location_type": "External", + "maps": [], + "name": "Pan Pacific Hotel, Oceanview Rooms 1-4", + "order": 10, + "state": "BC", + "website_url": null, + "zip_code": "V6C 3B5" + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1525877233, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 375, + "last_edited": 1525877233, + "location_type": "Internal", + "name": "Level 1", + "order": 0, + "override_blackouts": false, + "venue_id": 338 + }, + { + "capacity": 0, + "class_name": "SummitVenueRoom", + "created": 1526036440, + "description": null, + "floor": { + "created": 1520944629, + "description": null, + "id": 27, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor1.jpg", + "last_edited": 1526824881, + "name": "Level One", + "number": 1, + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 369, + 372, + 375, + 376 + ], + "venue_id": 338 + }, + "id": 376, + "last_edited": 1526038443, + "location_type": "Internal", + "name": "Marketplace (Ballroom C/D)", + "order": 0, + "override_blackouts": true, + "venue_id": 338 + } + ], + "logo": null, + "max_submission_allowed_per_user": 3, + "name": "Vancouver, BC", + "page_url": "https://devbranch.openstack.org/summit/vancouver-2018", + "presentation_voters_count": 1611, + "presentation_votes_count": 11425, + "presentations_submitted_count": 1206, + "published_events_count": 543, + "registration_begin_date": null, + "registration_end_date": null, + "schedule_event_detail_url": "https://devbranch.openstack.org/summit/vancouver-2018/summit-schedule/events/:event_id/:event_title", + "schedule_page_url": "https://devbranch.openstack.org/summit/vancouver-2018/summit-schedule", + "schedule_start_date": 1526886000, + "secondary_registration_label": "Sponsor the Event", + "secondary_registration_link": "https://www.openstack.org/summit/vancouver-2018/sponsors", + "selection_plans": [ + { + "created": 1528109381, + "id": 5, + "is_enabled": true, + "last_edited": 1528109381, + "max_submission_allowed_per_user": 0, + "name": "OpenStack Open Infrastructure Summit", + "selection_begin_date": 1519545600, + "selection_end_date": 1520924340, + "submission_begin_date": 1515009600, + "submission_end_date": 1518422340, + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_begin_date": 1519113600, + "voting_end_date": 1519631940 + }, + { + "created": 1528109381, + "id": 6, + "is_enabled": true, + "last_edited": 1528109381, + "max_submission_allowed_per_user": 0, + "name": "The Forum", + "selection_begin_date": 1519545600, + "selection_end_date": 1520924340, + "submission_begin_date": 1515009600, + "submission_end_date": 1518422340, + "summit_id": 24, + "track_groups": [ + 84 + ], + "voting_begin_date": 1519113600, + "voting_end_date": 1519631940 + } + ], + "speaker_announcement_email_accepted_alternate_count": 0, + "speaker_announcement_email_accepted_count": 253, + "speaker_announcement_email_accepted_rejected_count": 154, + "speaker_announcement_email_alternate_count": 0, + "speaker_announcement_email_alternate_rejected_count": 0, + "speaker_announcement_email_rejected_count": 622, + "speakers": [ + { + "affiliations": [ + { + "created": 1501631946, + "end_date": null, + "id": 143764, + "is_current": true, + "job_title": "Deputy General Manager", + "last_edited": 1501631946, + "organization": { + "created": 1416892191, + "id": 6833, + "last_edited": 1416892191, + "name": "Reliance Jio" + }, + "owner_id": 18388, + "start_date": 1397001600 + }, + { + "created": 1503401292, + "end_date": null, + "id": 144556, + "is_current": true, + "job_title": "Sr Cloud Architect", + "last_edited": 1503401292, + "organization": { + "created": 1406095407, + "id": 5660, + "last_edited": 1406095407, + "name": "RJIL" + }, + "owner_id": 18388, + "start_date": 1397001600 + } + ], + "bio": "

Working with Reliance Jio  -  Cloud Solution Architect

", + "created": 1435659556, + "first_name": "Ranga Swami", + "gender": "Male", + "id": 517, + "irc": "swamireddy", + "last_edited": 1515724398, + "last_name": "Reddy Muthumula", + "member_id": 18388, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/517", + "presentations": { + "5": 20629 + }, + "title": "Cloud Sr. Architect", + "twitter": "swamireddymr" + }, + { + "affiliations": [ + { + "created": 1463079080, + "end_date": null, + "id": 96572, + "is_current": true, + "job_title": "Senior Software Development Manager", + "last_edited": 1463079080, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 1395, + "start_date": 1448928000 + } + ], + "bio": "

I'm the Senior Software Development Manager with the OpenStack Foundation. I've been working on the Foundation web properties for the last three years at Tipit, prior to my employment with OpenStack.\u00a0Test

", + "created": 1434130999, + "first_name": "Jimmy", + "gender": "Male", + "id": 1, + "irc": "jimmymcarthur", + "last_edited": 1499708318, + "last_name": "McArthur", + "member_id": 1395, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1", + "presentations": { + "7": 20629 + }, + "title": "Senior Software Development Manager", + "twitter": "jamesmcarthur" + }, + { + "affiliations": [ + { + "created": 1502223558, + "end_date": null, + "id": 144073, + "is_current": true, + "job_title": "System Administrator, Sr. - III", + "last_edited": 1502223558, + "organization": { + "created": 1502223558, + "id": 24139, + "last_edited": 1502223558, + "name": "SHARCNET Supercomputing Consortia" + }, + "owner_id": 57854, + "start_date": 1485907200 + }, + { + "created": 1516377194, + "end_date": null, + "id": 153430, + "is_current": true, + "job_title": "Operational Lead", + "last_edited": 1516377194, + "organization": { + "created": 1494193305, + "id": 22963, + "last_edited": 1494193305, + "name": "Compute Canada" + }, + "owner_id": 57854, + "start_date": 1511136000 + } + ], + "bio": "

Mohamed graduated from Western University, Canada with an M.E.Sc. in Electrical and Computer Engineering with focus on distributed systems. He has extensive experience in architecting and administrating Openstack clouds. He is a System Administrator III for SHARCNET Supercomputing Consortium and the Operational Lead of the Compute Canada National Cloud team responsible for architecting, deploying and operating Openstack clouds supporting researchers across Canada. He is particularly interested in VNF performance and how high performance task-sets can be deployed in the cloud.

", + "created": 1469043455, + "first_name": "Mohamed", + "gender": "Male", + "id": 10429, + "irc": "melsakhawy", + "last_edited": 1526995132, + "last_name": "Elsakhawy", + "member_id": 57854, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10429", + "presentations": { + "1": 20630 + }, + "title": "System Administrator III SHARCNET - Operational Lead, National Cloud Team", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1500823781, + "end_date": null, + "id": 143086, + "is_current": true, + "job_title": "Principal OpenStack Architect", + "last_edited": 1500823781, + "organization": { + "created": 1414579901, + "id": 6571, + "last_edited": 1414579901, + "name": "Insight Global" + }, + "owner_id": 22108, + "start_date": 1502064000 + } + ], + "bio": "

Craig Anderson works at Insight Global as a Principal OpenStack Architect, where he has lead the design of large scale, distributed, highly customized OpenStack private clouds for fortune 10 customers.

", + "created": 1435085957, + "first_name": "Craig", + "gender": "Male", + "id": 308, + "irc": null, + "last_edited": 1515906158, + "last_name": "Anderson", + "member_id": 22108, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/308", + "presentations": { + "13": 20632 + }, + "title": "Principal OpenStack Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1428899656, + "end_date": null, + "id": 70358, + "is_current": true, + "job_title": null, + "last_edited": 1428899656, + "organization": { + "created": 1390290563, + "id": 4029, + "last_edited": 1390290563, + "name": "Huawei Technologies Co. Ltd" + }, + "owner_id": 33439, + "start_date": 1422230400 + } + ], + "bio": "

Zhenyu Zheng joined Huawei Technologies Co., Ltd since Jan. 2015.

\r\n

He is one of the developer in OpenStack development team at Huawei, works full-time in

\r\n

OpenStack Community, focuses on Nova, Searchlight. Searchlight Core Reviewer since Ocata.

", + "created": 1450862760, + "first_name": "Zhenyu", + "gender": "Male", + "id": 3678, + "irc": "Kevin_Zheng", + "last_edited": 1517969031, + "last_name": "Zheng", + "member_id": 33439, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3678", + "presentations": { + "8": 20633 + }, + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1456496618, + "end_date": null, + "id": 91136, + "is_current": true, + "job_title": null, + "last_edited": 1456496618, + "organization": { + "created": 1390290563, + "id": 4029, + "last_edited": 1390290563, + "name": "Huawei Technologies Co. Ltd" + }, + "owner_id": 57113, + "start_date": 1453680000 + } + ], + "bio": "

OpenStack Nova Contributor, Upstream Developer.

", + "created": 1515960667, + "first_name": "Yikun", + "gender": "Male", + "id": 13889, + "irc": "yikun", + "last_edited": 1520995094, + "last_name": "Jiang", + "member_id": 57113, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13889", + "presentations": [ + 20633 + ], + "title": "Huawei Software Engineer", + "twitter": "yikunkero" + }, + { + "affiliations": [ + { + "created": 1418332046, + "end_date": null, + "id": 63867, + "is_current": true, + "job_title": null, + "last_edited": 1418332046, + "organization": { + "created": 1389994126, + "id": 3998, + "last_edited": 1389994126, + "name": "Huawei Technologies Co., Ltd." + }, + "owner_id": 14072, + "start_date": 1368921600 + } + ], + "bio": "

Devoting to OpenStack community contribution, especially in Ceilometer(renamed to \"Telemetry\" now) project, and now also nvest much time in a new baremetal-computing-as-a-service project named Mogan. Sheng Liu have done well in code commit, code review, community involvement to improve OpenStack capability, stability, usability, etc. In 2015.9, Sheng Liu has been proposed as a core contributor of Ceilometer project. And in 2017, Sheng Liu also been proposed as a core contributor of Mogan project. In the last 4+ years working for Huawei, Sheng Liu have also participate development works of Huawei's FusionShpere OpenStack product, and mainly involved NFV scoped features in Nova, such as Numa instance, SRIOV support.

", + "created": 1453081452, + "first_name": "Sheng", + "gender": "Male", + "id": 3997, + "irc": "liusheng", + "last_edited": 1526614062, + "last_name": "Liu", + "member_id": 14072, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3997", + "presentations": { + "7": 20633, + "8": 20815 + }, + "title": "software engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454966266, + "end_date": null, + "id": 87139, + "is_current": true, + "job_title": null, + "last_edited": 1454966266, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 53381, + "start_date": 1454284800 + } + ], + "bio": "

Anne Bertucio works for the OpenStack Foundation where she helps newcomers understand open source and the OpenStack Foundation projects, and find their way through the various projects and communities. You can usually find her answering questions on social media and IRC, or at your local meetup.

", + "created": 1466165127, + "first_name": "Anne", + "gender": "Female", + "id": 9247, + "irc": "annabelleB", + "last_edited": 1522681021, + "last_name": "Bertucio", + "member_id": 53381, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9247", + "presentations": { + "7": 20641, + "8": 21793, + "9": 21840 + }, + "title": "OpenStack Foundation", + "twitter": "WhyHiAnnabelle" + }, + { + "affiliations": [ + { + "created": 1431486279, + "end_date": null, + "id": 124243, + "is_current": true, + "job_title": null, + "last_edited": 1431486279, + "organization": { + "created": 1359485922, + "id": 666, + "last_edited": 1365013136, + "name": "China Mobile" + }, + "owner_id": 34788, + "start_date": 1372636800 + }, + { + "created": 1431486279, + "end_date": null, + "id": 71822, + "is_current": true, + "job_title": null, + "last_edited": 1431486279, + "organization": { + "created": 1359485922, + "id": 666, + "last_edited": 1365013136, + "name": "China Mobile" + }, + "owner_id": 34788, + "start_date": 1372636800 + } + ], + "bio": "

Qiao Fu is a project manager at China Mobile Research Institute. She obtained Her Masters degree from Dept. Electronic and Engineering at Tsinghua University in 2013. She joined China Mobile after graduation and is working on the research of network technology. Qiao Fu is now leading the team for future network integration and testing, and is responsible for the national experiment network for NFV/SDN in China Mobile. Qiao Fu is also working in the OPNFV community ever since its establishment. She is now the TSC member for OPNFV, embassador for OPNFV, and is also the PTL for the High Availability project.

", + "created": 1484812382, + "first_name": "Qiao", + "gender": "Female", + "id": 11158, + "irc": "fuqiao", + "last_edited": 1516164042, + "last_name": "Fu", + "member_id": 34788, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11158", + "presentations": { + "4": 20643, + "6": 21889 + }, + "title": "Project Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1461067988, + "end_date": null, + "id": 94644, + "is_current": true, + "job_title": null, + "last_edited": 1461067988, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 38796, + "start_date": 1304294400 + } + ], + "bio": "

At Red Hat, Scott McCarty helps to educate IT professionals, customers, and partners on all aspects of Linux containers, from organizational transformation to technical implementation, and works to advance Red Hat's go-to-market strategy around containers and related technologies. He also liaises with engineering teams, both at the product and upstream project level, to help drive innovation by using feedback from Red Hat customers and partners as drivers to enhance and tailor container features and capabilities for the real world of enterprise IT.

Scott is a social media start-up veteran, an e-commerce old timer, and a weathered government research technologist, with experience across a variety of companies and organizations, from seven person start-ups to 8,000 employee technology companies. This has culminated in a unique perspective on open source software development, delivery, and maintenance.

", + "created": 1436823308, + "first_name": "Scott", + "gender": "Male", + "id": 1452, + "irc": "fatherlinux", + "last_edited": 1516185432, + "last_name": "McCarty", + "member_id": 38796, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1452", + "presentations": { + "6": 20647, + "7": 21799 + }, + "title": "Global Container Strategy", + "twitter": "fatherlinux" + }, + { + "affiliations": [ + { + "created": 1417013750, + "end_date": null, + "id": 63515, + "is_current": true, + "job_title": null, + "last_edited": 1417013750, + "organization": { + "created": 1417013750, + "id": 6857, + "last_edited": 1417013750, + "name": "RackN" + }, + "owner_id": 221, + "start_date": 1412294400 + } + ], + "bio": "

Rob Hirschfeld has been involved in OpenStack since the earliest days with a focus on ops and building the infrastructure that powers cloud and storage. 

\r\n

He's also co-Chair of the Kubernetes Cluster Ops SIG and a four term OpenStack board member. The RackN team has deep knowledge of Kubernetes (we've been deploying it on clouds and metal), OpenStack (we created the Crowbar project) and cloud native architecture (we migrated Digital Rebar to be micro-services).

\r\n

Basically, Rob has deep ops knowledge of both platforms AND experience with cloud native migrations. He's also a regular speaker at OpenStack Summits about items including SDN, interop and running Kubernetes.
You can read more about my thoughts and positions regarding OpenStack and Cloud on my blog: http://RobHirschfeld.com.

", + "created": 1436978199, + "first_name": "Rob", + "gender": "Male", + "id": 2444, + "irc": "zehicle", + "last_edited": 1517814277, + "last_name": "Hirschfeld", + "member_id": 221, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2444", + "presentations": { + "22": 20787, + "23": 20651 + }, + "title": "RackN CEO, Past OpenStack Board / DefCore Committee Chair", + "twitter": "zehicle" + }, + { + "affiliations": [ + { + "created": 1501893276, + "end_date": null, + "id": 143960, + "is_current": true, + "job_title": "Principal Architect NFV & Cloud Provider Solutions", + "last_edited": 1501893276, + "organization": { + "created": 1473215426, + "id": 18605, + "last_edited": 1473215426, + "name": "Dell EMC" + }, + "owner_id": 79739, + "start_date": 1500854400 + } + ], + "bio": "

Glen currently serves as principal architect over cloud, NFV and SDN network architecture solutions for large service providers at Dell Technologies. His current focus lies in defining the hardware and software\u00a0strategies\u00a0for tier 1 service provider data center cloud and uCPE reference architectures. His use cases concentrate on open source network software solutions deployed on commodity server hardware into customer data center environments via telco access networks, and has worked with various industry partners, SDO's and service providers on developing strategies\u00a0for NFV and compute from\u00a0edge to edge.

\n

Glen has been around the telco/service provider industry for the past 18 or so years and has a wide-ranging background in design, architecture and operations of large scale enterprise/provider networks and system infrastructures.

", + "created": 1483504717, + "first_name": "Glen", + "gender": "Male", + "id": 11051, + "irc": "GlenAtDell", + "last_edited": 1522847039, + "last_name": "McGowan", + "member_id": 79739, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11051", + "presentations": { + "1": 20651 + }, + "title": "Principal Architect - Cloud & NFV Service Provider Solutions", + "twitter": "mobious" + }, + { + "affiliations": [ + { + "created": 1435051013, + "end_date": null, + "id": 73800, + "is_current": true, + "job_title": null, + "last_edited": 1435051013, + "organization": { + "created": 1361972966, + "id": 1596, + "last_edited": 1364994360, + "name": "99cloud" + }, + "owner_id": 10746, + "start_date": 1432857600 + } + ], + "bio": "

Shuquan Huang is technical director of 99cloud, one of top 3 OpenStack provider in China. He focuses on helping enterprise land OpenStack cloud and migrate the data & applications to cloud environment. He started his Openstack journey from 2011 and actively involved in the OpenStack community as a contributor and speaker.\u00a0\u00a0

", + "created": 1435811408, + "first_name": "Shuquan", + "gender": "Male", + "id": 571, + "irc": "syucyun", + "last_edited": 1521195160, + "last_name": "Huang", + "member_id": 10746, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/571", + "presentations": { + "15": 20651, + "16": 20824, + "17": 21215, + "18": 21884 + }, + "title": "Technical Director", + "twitter": "shuquan" + }, + { + "affiliations": [ + { + "created": 1499437810, + "end_date": null, + "id": 142388, + "is_current": true, + "job_title": "OpenSource Community Operations Manager", + "last_edited": 1499437810, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 10659, + "start_date": 1499040000 + } + ], + "bio": "

Melvin Hillsman is an open source community operations manager at Huawei. Melvin is passionate about user and developer collaboration and cross-community interaction and communication. His current focus is OpenLab, where he works closely with members of the Kubernetes, OpenStack, OpenCi, CNCF, CloudFoundry, and OPNFV communities for integration and validation of cloud ecosystem tooling and support of hybrid and multicloud validation. He is the current chair for the OpenStack user committee and on the governance board for OpenLab.

", + "created": 1437961231, + "first_name": "Melvin", + "gender": "Male", + "id": 3119, + "irc": "mrhillsman", + "last_edited": 1526826283, + "last_name": "Hillsman", + "member_id": 10659, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3119", + "presentations": { + "14": 20653, + "16": 21322, + "17": 21862, + "18": 21897, + "19": 21902 + }, + "title": "Open Source Community Operations Manager, Huawei", + "twitter": "mrhillsman" + }, + { + "affiliations": [ + { + "created": 1444478238, + "end_date": null, + "id": 81744, + "is_current": true, + "job_title": null, + "last_edited": 1454472218, + "organization": { + "created": 1444478238, + "id": 11654, + "last_edited": 1444478238, + "name": "Pittsburgh Supercomputing Center" + }, + "owner_id": 48230, + "start_date": 1086048000 + } + ], + "bio": "

Robert is a systems developer and cluster administrator who has spent the past 10 years at the Pittsburgh Supercomputing Center working on data movement technologies, distributed filesystems, authentication and authorization, cluster scheduling, and cloud computing in HPC environments.

\r\n

Robert graduated from Penn State University in 2007 with a B.S. in Computer Science.

", + "created": 1454448300, + "first_name": "Robert", + "gender": "Male", + "id": 5245, + "irc": "rbudden", + "last_edited": 1523278274, + "last_name": "Budden", + "member_id": 48230, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5245", + "presentations": { + "3": 20656 + }, + "title": "Senior Grid Cluster Systems Developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1481742141, + "end_date": null, + "id": 110432, + "is_current": true, + "job_title": "Lead Systems Programmer", + "last_edited": 1481742141, + "organization": { + "created": 1361972966, + "id": 1471, + "last_edited": 1365013136, + "name": "Indiana University" + }, + "owner_id": 52271, + "start_date": 1134345600 + } + ], + "bio": "

John (Mike) holds a BS computer engineering degree from Purdue University. \u00a0He has worked in high performance computing and virtualization at Indiana University for 12 years.

", + "created": 1453392140, + "first_name": "John", + "gender": "Male", + "id": 4100, + "irc": "jmlowe", + "last_edited": 1523280302, + "last_name": "Lowe", + "member_id": 52271, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4100", + "presentations": { + "2": 20656 + }, + "title": "Lead Systems Progammer", + "twitter": "jmlowe" + }, + { + "affiliations": [ + { + "created": 1466412373, + "end_date": null, + "id": 99358, + "is_current": true, + "job_title": null, + "last_edited": 1466412373, + "organization": { + "created": 1466412373, + "id": 16920, + "last_edited": 1466412373, + "name": "StackHPC Ltd" + }, + "owner_id": 17790, + "start_date": 1464739200 + } + ], + "bio": "

Stig has a background in R&D working for various prominent technology companies, particularly in HPC and software-defined networking.  Stig is now CTO for StackHPC, a consultancy specialising in the convergence of cloud, HPC and big data.  Stig is also co-chair of the OpenStack Scientific Working Group, a globally-distributed grouping of research institutions using OpenStack for research computing use cases.

", + "created": 1454064212, + "first_name": "Stig", + "gender": "Male", + "id": 4503, + "irc": "oneswig", + "last_edited": 1522079156, + "last_name": "Telfer", + "member_id": 17790, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4503", + "presentations": { + "11": 21681, + "12": 21680, + "13": 20656 + }, + "title": "OpenStack HPC contributor, CTO StackHPC", + "twitter": "oneswig" + }, + { + "affiliations": [ + { + "created": 1384269875, + "end_date": null, + "id": 45155, + "is_current": true, + "job_title": "", + "last_edited": 1384269875, + "organization": { + "created": 1359485922, + "id": 622, + "last_edited": 1381706537, + "name": "Monash University" + }, + "owner_id": 4336, + "start_date": null + } + ], + "bio": "

Blair has worked in distributed computing at Monash University for ten years, leading Monash's use of OpenStack in research computing for the last four. Team lead, infrastructure architect, admin, user, researcher and occasional hacker - Blair's unique (if slightly schizophrenic) perspective has helped guide the evolution of the research computing engine central to Monash's 21st Century Microscope vision.

", + "created": 1437007306, + "first_name": "Blair", + "gender": "Male", + "id": 2841, + "irc": "blairo", + "last_edited": 1516287352, + "last_name": "Bethwaite", + "member_id": 4336, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2841", + "presentations": { + "15": 21681, + "16": 21680, + "17": 20656 + }, + "title": "Senior HPC Consultant", + "twitter": "blairbethwaite" + }, + { + "affiliations": [ + { + "created": 1436435320, + "end_date": null, + "id": 75307, + "is_current": true, + "job_title": null, + "last_edited": 1436435320, + "organization": { + "created": 1436435320, + "id": 10023, + "last_edited": 1436435320, + "name": "National Institute of Standards and Technology" + }, + "owner_id": 36695, + "start_date": 1367798400 + } + ], + "bio": "

Jim Golden is a IT Specialist at the National Institute of Standards and Technology (NIST) and has been a cloud operator since 2013. Jim operates heterogenious GPU enabled clouds which run some of NIST’s scientific evaluations, which include deep neural network training in speech recognition and detection tasks in multi-camera streaming video.

", + "created": 1436435458, + "first_name": "Jim", + "gender": "Male", + "id": 958, + "irc": "goldenfri", + "last_edited": 1527187275, + "last_name": "Golden", + "member_id": 36695, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/958", + "presentations": { + "2": 20656 + }, + "title": "IT Specialist", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Jonathan is a unix systems administrator for the NASA Center for Climate Simulation at Goddard Space Flight Center.  He joined NASA in 2014 to help maintain Goddard's 3.5 petaflop supercomputer, called 'Discover'. He's now working to implement a large-scale OpenStack cluster for data analytics and other tasks performed by the climate science community.  Jonathan has worked in HPC since 2011, having built several clusters for the University of North Carolina at Chapel Hill.  As part of the National Science Foundation's GENI project, he helped to build over twenty interconnected OpenStack clouds, which combined to function as a testbed for emerging networking technologies, particularly OpenFlow.

", + "created": 1486402463, + "first_name": "Jonathan", + "gender": null, + "id": 11633, + "irc": null, + "last_edited": 1486420950, + "last_name": "Mills", + "member_id": 81344, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11633", + "presentations": { + "1": 20656 + }, + "title": "Systems Administrator", + "twitter": null + }, + { + "affiliations": [], + "bio": "

XiaoGuang,Zhang work as an cloud architect in China Mobile Research and Development Institute , during the past several years, with his help, China Mobile has built private cloud adn NFV based on openstack framework, and at the same time, he built openstack platform to support the internal production system in China Mobile Research Institute\u3002
Now In order to promote the large-scale deployment of China Mobile private cloud based on OpenStack, he focus on OpenStack Maturity research, including deployment, performance, reliability, operation and maintenance, etc. but also seeks to on the application and telecommunications related research and deployment, such as container with openstack, NFV test based on openstack and so on.

", + "created": 1484473888, + "first_name": "xiaoguang", + "gender": "Prefer not to say", + "id": 11112, + "irc": null, + "last_edited": 1521596502, + "last_name": "zhang", + "member_id": 27102, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11112", + "presentations": { + "5": 20660 + }, + "title": "Senior Cloud Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269889, + "end_date": null, + "id": 50551, + "is_current": true, + "job_title": "", + "last_edited": 1522251944, + "organization": { + "created": 1359485922, + "id": 42, + "last_edited": 1365005113, + "name": "CERN" + }, + "owner_id": 9745, + "start_date": 1367452800 + } + ], + "bio": "

Belmiro Moreira is an enthusiastic software engineer passionate about the challenges and complexities of architecting and deploying Cloud Infrastructures in very large-scale environments. He works at CERN and during the last four years his main role was to design, develop and build the CERN Cloud Infrastructure based on Openstack. Previously he worked in different virtualization projects to improve the large batch farm at CERN. Belmiro also holds a degree in Mathematics.

", + "created": 1438070698, + "first_name": "Belmiro", + "gender": "Male", + "id": 3184, + "irc": "@belmiromoreira", + "last_edited": 1522252129, + "last_name": "Moreira", + "member_id": 9745, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3184", + "presentations": { + "1": 20667, + "2": 20767, + "3": 21148 + }, + "title": "Cloud Architect, CERN", + "twitter": "belmoreira" + }, + { + "affiliations": [ + { + "created": 1384269880, + "end_date": null, + "id": 47377, + "is_current": true, + "job_title": "", + "last_edited": 1426514551, + "organization": { + "created": 1426514551, + "id": 7980, + "last_edited": 1426514551, + "name": "OICR" + }, + "owner_id": 6537, + "start_date": 1412121600 + } + ], + "bio": "

George is a Senior Cloud Architect in the Informatics and Bio-computing Program at the bio-informatics department of Ontario Institute for Cancer Research (OICR) where he designs, builds and supports a large Openstack/Ceph environment to enable cancer research used by cancer researchers.

\r\n

Having started with Openstack during the Cactus release, he  brings his expertise around cloud design, operations, infrastructure, security and performance tuning in the interest of science. Previously, he was at Q9 Networks,  a major datacenter infrastructure provider in Toronto where he held various technical roles in the span of six years. In the last two years at OICR, his focus was around deploying and supporting a highly available peta-byte scale OpenStack private cloud.

", + "created": 1467744159, + "first_name": "George", + "gender": "Male", + "id": 9432, + "irc": "georgem2", + "last_edited": 1516372392, + "last_name": "Mihaiescu", + "member_id": 6537, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9432", + "presentations": { + "3": 20672 + }, + "title": "Senior Cloud Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1482416118, + "end_date": null, + "id": 110829, + "is_current": true, + "job_title": null, + "last_edited": 1482416118, + "organization": { + "created": 1482416118, + "id": 20601, + "last_edited": 1482416118, + "name": "Ontario Institute for Cancer Research" + }, + "owner_id": 79342, + "start_date": 1470096000 + } + ], + "bio": "

Senior IT professional with 12 years of experience in the datacentre and managed service provider space specializing in mission critical and highly available environments.

", + "created": 1486413891, + "first_name": "Jared", + "gender": "Male", + "id": 11677, + "irc": "shubjero", + "last_edited": 1516372428, + "last_name": "Baker", + "member_id": 79342, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11677", + "presentations": { + "1": 20672 + }, + "title": "Cloud engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Martins Innus is a Scientific Programmer at the Center for Computation Research (CCR) at the University at Buffalo (UB).  He writes software for HPC monitoring and performance measurement.  He has also been deeply involved in the deployment, testing and integration of the OpenStack installation at CCR.

", + "created": 1516624003, + "first_name": "Martins", + "gender": null, + "id": 13937, + "irc": null, + "last_edited": 1517832209, + "last_name": "Innus", + "member_id": 98086, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13937", + "presentations": [ + 20680 + ], + "title": "Scientific Programmer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

As a software engineer and system administrator at the Center for Computational Research, Mr. Bruno administers high performance Linux based compute clusters spanning thousands of nodes. He develops and supports the infrastructure to perform automated software installations, maintain user account management systems, and system monitoring tools for tracking resource utilization and energy consumption. Mr. Bruno administers private cloud installations using OpenStack and works on a large NSF funded grant to build a federated academic cloud-computing platform called Aristotle. Additionally, he provides computational support for UB's Next-Generation Sequencing and Expression Analysis Core running Illumina GAIIx for high throughput sequencing.

", + "created": 1516692198, + "first_name": "Andrew", + "gender": null, + "id": 13944, + "irc": null, + "last_edited": 1517998058, + "last_name": "Bruno", + "member_id": 98110, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13944", + "presentations": [ + 20680 + ], + "title": "Senior Programmer Analyst", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Yong Fu is a software engineer of the Cloud Storage Engineer group from Intel Asia Pacific Research & Development Ltd. Work with ISV and Open Source software community closely to ensure their software are optimized for Intel platforms, it may involve any layer of the solution stack such as storage, virtualization and container etc. And be responsible for selecting the workloads, tuning and measuring the performance, analyzing the data, identifying the improvement opportunities and then implementing the optimization if needed, and also leverage Intel platform’s features from software perspective.

", + "created": 1516581031, + "first_name": "Yong", + "gender": null, + "id": 13934, + "irc": null, + "last_edited": 1522287854, + "last_name": "Fu", + "member_id": 98072, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13934", + "presentations": [ + 20683 + ], + "title": "Senior Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1521142561, + "end_date": null, + "id": 155173, + "is_current": true, + "job_title": "Software Engineer Manager", + "last_edited": 1521142561, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 7600, + "start_date": 1193875200 + } + ], + "bio": "

Jian Zhang is a senior software engineer manager at Intel, he and his team primarily focused on Open Source Storage development and optimizations on Intel platforms, and build reference solutions for customers. He has 10 years of experiences on performance analysis and optimization for many open source projects like Xen, KVM, Swift and Ceph, HDFS and benchmarking workloads like SPEC-*, TPC*.  Jian has a master's degree in Computer Science and Engineering of Shanghai Jiaotong university. 

\r\n

 

", + "created": 1434448484, + "first_name": "Jian", + "gender": "Prefer not to say", + "id": 109, + "irc": null, + "last_edited": 1521499880, + "last_name": "Zhang", + "member_id": 7600, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/109", + "presentations": { + "7": 20683 + }, + "title": "Software Engineer Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269885, + "end_date": null, + "id": 49381, + "is_current": true, + "job_title": "", + "last_edited": 1384269885, + "organization": { + "created": 1362430334, + "id": 1684, + "last_edited": 1381703607, + "name": "INTC" + }, + "owner_id": 8449, + "start_date": 1376870400 + } + ], + "bio": "

Yuan Zhou is a Senior Software Development Engineer in the Software and Service Group for Intel Corporation, working in the System Technology Optimization team primarily focused on Cloud Storage Software. He has been working in Databases, Virtualization and Cloud computing for most of his 7+ year career at Intel. 

", + "created": 1436213690, + "first_name": "Yuan", + "gender": null, + "id": 753, + "irc": null, + "last_edited": 1521139733, + "last_name": "Zhou", + "member_id": 8449, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/753", + "presentations": { + "3": 20683 + }, + "title": "Software Engineer at Intel", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1424258661, + "end_date": null, + "id": 66315, + "is_current": true, + "job_title": null, + "last_edited": 1424258661, + "organization": { + "created": 1422355350, + "id": 7297, + "last_edited": 1422355350, + "name": "Red Hat, Inc" + }, + "owner_id": 15742, + "start_date": 1404172800 + } + ], + "bio": "

Kyle Bader is a Senior Solution Architect working in the Storage Solutions Team at Red Hat, lending his design and operational skills with Ceph to help develop tested solutions that ensure repeatable success when deploying distributed, fault-tolerent, multi-petabyte storage systems. Prior to Red Hat, Kyle had architectural roles at both Inktank and DreamHost. Kyle was part of the team that brought the first production Ceph clusters to the world, supporting DreamHost's DreamObjects and DreamCompute services.

", + "created": 1434993802, + "first_name": "Kyle", + "gender": "Male", + "id": 269, + "irc": "kbader", + "last_edited": 1518121848, + "last_name": "Bader", + "member_id": 15742, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/269", + "presentations": { + "12": 21402, + "13": 20683, + "14": 21803 + }, + "title": "Senior Solution Architect", + "twitter": "mmgaggle" + }, + { + "affiliations": [ + { + "created": 1485291317, + "end_date": null, + "id": 134683, + "is_current": true, + "job_title": "Software Engineer", + "last_edited": 1485291317, + "organization": { + "created": 1359485922, + "id": 1, + "last_edited": 1364994786, + "name": "Rackspace" + }, + "owner_id": 17698, + "start_date": 1480896000 + } + ], + "bio": "

German Eichberger is a Software Engineer with Rackspace and a core reviewer on OpenStack Octavia and Neutron FWaaS. Most recently he has been involved in Rackspace's new Managed Kubernetes offering. He earned a Master in Computer Science from University of Karlsruhe. His interests are Cloud, SDN, and Microservices.

", + "created": 1434474772, + "first_name": "German", + "gender": "Male", + "id": 124, + "irc": "xgerman", + "last_edited": 1518128761, + "last_name": "Eichberger", + "member_id": 17698, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/124", + "presentations": { + "10": 20687 + }, + "title": "Software Engineer", + "twitter": "xgerman" + }, + { + "affiliations": [ + { + "created": 1509313640, + "end_date": null, + "id": 146754, + "is_current": true, + "job_title": "Chief Cloud Architect", + "last_edited": 1509313640, + "organization": { + "created": 1509313640, + "id": 24959, + "last_edited": 1509313640, + "name": "Telexistence Inc." + }, + "owner_id": 10176, + "start_date": 1501545600 + } + ], + "bio": "

Nick is a Linux veteran with over 15 years of experience on Linux development. He works on Robotic Networking and Real-time Communication, SDN/NFV, and large-scale cloud architecture. Prior to joining OpenStack community, he spent 4 years on infosec, virtualization/containerization and distributed system.

", + "created": 1441838132, + "first_name": "Li", + "gender": "Male", + "id": 3548, + "irc": "nick-ma", + "last_edited": 1516738579, + "last_name": "Ma", + "member_id": 10176, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3548", + "presentations": { + "4": 20689 + }, + "title": "Chief Cloud Architect", + "twitter": "skywalker_nick" + }, + { + "affiliations": [ + { + "created": 1422862992, + "end_date": null, + "id": 65238, + "is_current": true, + "job_title": null, + "last_edited": 1422862992, + "organization": { + "created": 1361972966, + "id": 1596, + "last_edited": 1364994360, + "name": "99cloud" + }, + "owner_id": 10928, + "start_date": 1398902400 + } + ], + "bio": "

Senior OpenStack Developer\uff0cTeam Leader \uff0c99CLOUD

\r\n

Evoque(Ticket, Workflow) PTL

\r\n

Core in Senlin-dashboard

\r\n

5 years of OpenSatck development, maintianing , operating and hacking experience. He is a full stack engineer and loves to hack on everything.

", + "created": 1436830566, + "first_name": "liuqing", + "gender": null, + "id": 1474, + "irc": "#Liuqing", + "last_edited": 1517949333, + "last_name": "jing", + "member_id": 10928, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1474", + "presentations": { + "2": 20689 + }, + "title": "Senior OpenStack Developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1516793498, + "end_date": null, + "id": 153548, + "is_current": true, + "job_title": null, + "last_edited": 1516793498, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 98150, + "start_date": 1496707200 + } + ], + "bio": "

Pino is cloud architect at Huawei's Tel Aviv Research Center, where he contributes to open source projects Dragonflow (SDN) and Tatu (SSH). Before joining Huawei, Pino was CTO at Midokura, where he led development of the company's open-source software-defined networking technology, MidoNet. Previously, Pino built Dynamo, a highly available data store originally intended for Amazon.com's shopping cart data, which helped launch the NoSQL trend. Pino earned MEng and BS degrees, both in Computer Science, from Cornell University.

Pino's previous speaking engagements include both panel discussions and technical presentations. Below is a partial recent list, (a complete list and slide decks can be found at https://www.linkedin.com/in/pinodecandia/)

", + "created": 1516794576, + "first_name": "Pino", + "gender": "Male", + "id": 13953, + "irc": null, + "last_edited": 1516795750, + "last_name": "de Candia", + "member_id": 98150, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13953", + "presentations": [ + 20693, + 21089 + ], + "title": "Cloud Architect", + "twitter": "@pino_deca" + }, + { + "affiliations": [ + { + "created": 1384269870, + "end_date": null, + "id": 42112, + "is_current": true, + "job_title": "", + "last_edited": 1384269870, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 1356, + "start_date": null + } + ], + "bio": "

Shannon McFarland, CCIE #5245, is a Distinguished Engineer at Cisco and is focused on Containers, OpenStack, and Cloud network design. He has authored many technical papers, Cisco Validated Design guides, a contributor to Cisco Press books and is a frequent speaker at CiscoLive and other industry conferences. He has co-authored a Cisco Press book titled \"IPv6 in the Enterprise.\" Shannon has been at Cisco for 18 years.

", + "created": 1453859942, + "first_name": "Shannon", + "gender": "Male", + "id": 4278, + "irc": null, + "last_edited": 1517206101, + "last_name": "McFarland", + "member_id": 1356, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4278", + "presentations": { + "6": 20699 + }, + "title": "Distinguished Engineer", + "twitter": "eyepv6" + }, + { + "affiliations": [ + { + "created": 1467757607, + "end_date": null, + "id": 100724, + "is_current": true, + "job_title": null, + "last_edited": 1467757607, + "organization": { + "created": 1467757607, + "id": 17706, + "last_edited": 1467757607, + "name": "JHL Consulting" + }, + "owner_id": 66904, + "start_date": 986083200 + } + ], + "bio": "

John is an independent cloud and security advisor providing product guidance for new cloud and security products coming to market and technical risk assessments of SaaS, PaaS, and IaaS products. 

\r\n

John leads the OpenStack San Diego, Chicago and New York official user group getting the community excited about OpenStack! He runs an OpenStack cloud for the community so user group members can try out the things they learn at the monthly meetings. John helps support other meetup groups as an OpenStack US Ambassador.

\r\n

He got involved with OpenStack after being involved security cloud environments for one of his clients. He loves the flexibility of OpenStack and being able to get his hands dirty tinkering with cloud environments.

\r\n

For the last twenty years, John has been providing technical risk management services evaluating complex distributed systems for potential operational and security risk. Consulting for the telecommunications, pharmaceutical, and financial services industries, he performs audits and assessments of internal systems and external vendor platforms to identify compliance and security risks. He’s a graduate of the University of California, San Diego and Carnegie Mellon University.

", + "created": 1468442000, + "first_name": "John", + "gender": "Male", + "id": 10172, + "irc": null, + "last_edited": 1517682769, + "last_name": "Studarus", + "member_id": 66904, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10172", + "presentations": { + "8": 20701, + "9": 20719 + }, + "title": "Independent Cloud Security Adviser", + "twitter": "john_studarus" + }, + { + "affiliations": [ + { + "created": 1428480846, + "end_date": null, + "id": 70041, + "is_current": true, + "job_title": null, + "last_edited": 1428480846, + "organization": { + "created": 1428480846, + "id": 8468, + "last_edited": 1428480846, + "name": "CloudOps" + }, + "owner_id": 33154, + "start_date": 1422835200 + } + ], + "bio": "

Cloud evangelist, technical lead with business know-how and open source advocate. I'm involved with the Canadian OpenStack community (Montreal, Ottawa, Toronto, Winnipeg, Edmonton, Calgary and Vancouver) and want to see it get to its full potential. 

\r\n

My goal is to make businesses win with OpenStack by helping them with day 1 and 2 issues and workload onboarding.  From hardware planning to deployment and monitoring while thinking DevOps and anchor OpenStack at the core of your CI/CD pipeline.

\r\n

 

\r\n

I'm also an OpenStack ambassador to Canada.

\r\n

 

\r\n

<<OpenStack Cloud builder since Grizzly>>

", + "created": 1456167195, + "first_name": "Stacy", + "gender": "Male", + "id": 5598, + "irc": null, + "last_edited": 1527497262, + "last_name": "Veronneau", + "member_id": 33154, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5598", + "presentations": { + "5": 20701, + "7": 21541 + }, + "title": "Lead OpenStack and GCP Architect", + "twitter": "sveronneau_tj4h" + }, + { + "affiliations": [ + { + "created": 1516591220, + "end_date": null, + "id": 153480, + "is_current": true, + "job_title": null, + "last_edited": 1516591220, + "organization": { + "created": 1359485922, + "id": 45, + "last_edited": 1359485922, + "name": "VMware " + }, + "owner_id": 98079, + "start_date": 1501545600 + } + ], + "bio": "

I am an engineer of solution building team for NFV high availability and resilience. I actively work together with China Mobile and AT&T on building up of NFV resilience solution.My daily job as engineer of NFV Group at VMWare keeps me busy on the Open Source cloud. In my spare time, I play PlayStation 4 as a huge fan of video games.

", + "created": 1516931560, + "first_name": "Bin", + "gender": "Male", + "id": 13972, + "irc": null, + "last_edited": 1519603990, + "last_name": "Sun", + "member_id": 98079, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13972", + "presentations": [ + 20703 + ], + "title": "Senior Developer of VMware", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Xinhui Li is development lead in VMware, focusing on NFV and integration of OpenStack with Cloud Management enterprise products. She is currently serving as the ONAP TSC (Technique Steering Committee) member representing VMware. She once served as vote member of OPENO TSC and director of Women Who Code organization in China. She is the PTL of Multi VIM/Cloud project in ONAP community and a core developer of OpenStack community - Senlin Project. She got her Master degree from Computing Institute, China Science of Academy in 2016. At the same year, she joined IBM China Research – distributed computing department and won once director innovation award. In 2011, She joined VMware R&D – Cloud Management BU and won once EPIC award for community contribution. She has 13 international patents, published 4 technical documents, and 6 papers on international PIC top/target academy journal and conferences.

", + "created": 1453729093, + "first_name": "Xinhui", + "gender": "Female", + "id": 4187, + "irc": "lixinhui", + "last_edited": 1518076786, + "last_name": "Li", + "member_id": 51737, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4187", + "presentations": { + "8": 20703 + }, + "title": "Staff II Engineer of VMware", + "twitter": "XinhuiLi" + }, + { + "affiliations": [], + "bio": "

I Focus on the  object-based storage and monitor in Openstack area for almost 3 year. Currently, I am working in vmware  at NFV BU as a ONAP community contributions focus on multicoud project.

", + "created": 1469671319, + "first_name": "ke", + "gender": "Male", + "id": 10544, + "irc": null, + "last_edited": 1519704305, + "last_name": "liang", + "member_id": 58278, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10544", + "presentations": [ + 20703 + ], + "title": "Closing the Loop between ONAP and OpenStack for the Resilience of Network Services", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1473972179, + "end_date": null, + "id": 105013, + "is_current": true, + "job_title": null, + "last_edited": 1473972179, + "organization": { + "created": 1409798841, + "id": 6070, + "last_edited": 1409798841, + "name": "VMware Inc" + }, + "owner_id": 28706, + "start_date": 1370044800 + } + ], + "bio": "

Marcos Hernandez is a Principal Engineer in the NSX and OpenStack teams at VMware. He is responsible for supporting large Global Enterprise accounts and providing technical guidance around VMware's suite of networking and automation products. Marcos has a background in datacenter networking design and expert knowledge in routing and switching technologies. Marcos holds CCIE certification #8283, VCIX and a Masters Degree in Telecommunications from Universidad Politécnica de Madrid.

", + "created": 1435317318, + "first_name": "Marcos", + "gender": "Male", + "id": 383, + "irc": null, + "last_edited": 1516963234, + "last_name": "Hernandez", + "member_id": 28706, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/383", + "presentations": { + "11": 20707, + "12": 21821, + "13": 21828 + }, + "title": "Principal Engineer - VMware", + "twitter": "netvirt" + }, + { + "affiliations": [ + { + "created": 1516955368, + "end_date": null, + "id": 153599, + "is_current": true, + "job_title": null, + "last_edited": 1516955368, + "organization": { + "created": 1460028826, + "id": 14573, + "last_edited": 1460028826, + "name": "Progressive Insurance" + }, + "owner_id": 98206, + "start_date": 1154908800 + } + ], + "bio": "

Jeff Maruschek is the Server Virtualization SME at Progressive Casualty Insurance. He is responsible for the support, planning, and maintenance of Progressive's vSphere infrastructure.

\r\n

Jeff's career crosses various Datacenter Compute, Wintel, x86, Virtualization, and SSL technologies. Jeff co-designed and fully implemented Progressive's first \"pseudo-private cloud\" with vCloud Director for their Business Innovation Garage. 

\r\n

Jeff holds VMware's VCP6-DCV certification and a Bachelor's Degree in Computer Science from Mount Union College in Alliance, OH.

", + "created": 1516963261, + "first_name": "Jeff", + "gender": "Male", + "id": 13976, + "irc": null, + "last_edited": 1526039133, + "last_name": "Maruschek", + "member_id": 98206, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13976", + "presentations": [ + 20707, + 21898 + ], + "title": "IT System Engineer, Progressive Insurance", + "twitter": "djmoose" + }, + { + "affiliations": [ + { + "created": 1493719685, + "end_date": null, + "id": 139855, + "is_current": true, + "job_title": null, + "last_edited": 1493719685, + "organization": { + "created": 1493719685, + "id": 22847, + "last_edited": 1493719685, + "name": "Progressive" + }, + "owner_id": 87089, + "start_date": 1430524800 + } + ], + "bio": "

Rick is a Cloud Engineer at Progressive Insurance tasked with delivering customer value alongside the Data Science and Analytics teams.  Main technologies include Hadoop, OpenShift / Kubernetes, and OpenStack.  

", + "created": 1516963604, + "first_name": "Rick", + "gender": "Male", + "id": 13977, + "irc": null, + "last_edited": 1526302114, + "last_name": "Bliss", + "member_id": 87089, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13977", + "presentations": [ + 20707, + 21898 + ], + "title": "Cloud Engineer, Progressive Insurance", + "twitter": "rickybliss" + }, + { + "affiliations": [], + "bio": "

I am a software engineer with an Electrical Engineering master. I work for Intel Corporation in Portland, OR.

\r\n

I enjoy dealing with any technology, particularly everything related to robotics and automated systems.

\r\n

I love solving problems because that's what makes me feel great everyday !

", + "created": 1516963945, + "first_name": "Sebastien", + "gender": null, + "id": 13978, + "irc": "sboeuf", + "last_edited": 1517309076, + "last_name": "Boeuf", + "member_id": 91449, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13978", + "presentations": [ + 20708 + ], + "title": "Software engineer at Intel Corporation", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1450390998, + "end_date": null, + "id": 84622, + "is_current": true, + "job_title": null, + "last_edited": 1450390998, + "organization": { + "created": 1411581892, + "id": 6192, + "last_edited": 1411581892, + "name": "Catalyst IT Ltd" + }, + "owner_id": 43025, + "start_date": 1414800000 + } + ], + "bio": "

Michael is passionate about Open Source technologies, and is in equal measures enthralled and terrified by software defined networks.  He spends his days assisting with the smooth operation of a significant, multi-region OpenStack public cloud in the South Pacific, and ensuring the viability of the many technical projects required to grow and strengthen its services.

", + "created": 1465852242, + "first_name": "Michael", + "gender": "Male", + "id": 9218, + "irc": "mjrichardson", + "last_edited": 1518121972, + "last_name": "Richardson", + "member_id": 43025, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9218", + "presentations": { + "2": 20721 + }, + "title": "Senior OpenStack Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1412064794, + "end_date": null, + "id": 61849, + "is_current": true, + "job_title": null, + "last_edited": 1412064794, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 59137, + "start_date": 1412035200 + }, + { + "created": 1459530440, + "end_date": null, + "id": 93213, + "is_current": true, + "job_title": null, + "last_edited": 1459530440, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 59137, + "start_date": 1414800000 + } + ], + "bio": "

I work for Red Hat as a senior OpenStack Solution Architect on the North American Commercial OpenStack Tiger team.  I have been working with OpenStack since Essex and was hooked immediately.  Prior to OpenStack and Red Hat, I was a Consulting Engineer for Apple working mostly with ADIC StorNext SANs, render farms, and large-scale indentity integration (LDAP/Kerberos/Heimdal).  I have been working in the enterprise space for 20 years with primary focus on Linux/UNIX/BSD, Storage and Networking.

\r\n

Certified OpenStack Administrator - COA-1700-0387-0100

\r\n

Red Hat Certified Architect - RHCA 110-009-776

\r\n

 

", + "created": 1465221423, + "first_name": "Ken", + "gender": "Male", + "id": 9168, + "irc": null, + "last_edited": 1521130030, + "last_name": "Holden", + "member_id": 59137, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9168", + "presentations": { + "4": 20727, + "5": 21249 + }, + "title": "OpenStack Solution Architect - Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1437739576, + "end_date": null, + "id": 76743, + "is_current": true, + "job_title": null, + "last_edited": 1437739576, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 38711, + "start_date": 1438560000 + } + ], + "bio": "

I work as a OpenStack Solutions Architect at Red Hat. What does that mean? I help Red Hat customers validate business and technical use cases on OpenStack with supporting components like storage, networking or cloud automation and management. Managing large amount of hardware is definitely my cup of tea. I am definitely more of the yum/dnf guy then apt, but I have used both for quite some time. I am a father of 2 little kids and I enjoy most of my free time playing with them. When kids are asleep I get my geek hat on and build OpenStack home lab. I can get 2GB/s throughput from my hyperconverged Ceph nodes at home .. can you beat me?

", + "created": 1438604685, + "first_name": "Krzysztof", + "gender": "Male", + "id": 3338, + "irc": null, + "last_edited": 1518127154, + "last_name": "Janiszewski", + "member_id": 38711, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3338", + "presentations": { + "15": 20727 + }, + "title": "OpenStack Solution Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517950477, + "end_date": null, + "id": 154012, + "is_current": true, + "job_title": "Software Engineer", + "last_edited": 1517950477, + "organization": { + "created": 1517950477, + "id": 25913, + "last_edited": 1517950477, + "name": "Arm Limited" + }, + "owner_id": 63701, + "start_date": 1462752000 + } + ], + "bio": "

Kevin Zhao is currently a Senior Software Engineer in Arm Limited. Now, he is serving as the Core Reviewer for OpenStack Zun project. He is also an active contributor in Kolla and Nova, mainly focusing on making OpenStack work fine on AArch64. His expertise including container and Kubernetes related technologies, deployment and managment of containerized applications, etc.

", + "created": 1469279855, + "first_name": "Kevin", + "gender": "Male", + "id": 10436, + "irc": "kevinz", + "last_edited": 1525397339, + "last_name": "Zhao", + "member_id": 63701, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10436", + "presentations": [ + 20734, + 21599 + ], + "title": "Senior Software Engineer, ARM", + "twitter": "@KevinZhaoshuai" + }, + { + "affiliations": [ + { + "created": 1517341549, + "end_date": null, + "id": 153686, + "is_current": true, + "job_title": "CTO & VP of Engineering", + "last_edited": 1517341549, + "organization": { + "created": 1492101150, + "id": 22557, + "last_edited": 1492101150, + "name": "Cloudvisory" + }, + "owner_id": 1239, + "start_date": 1496275200 + } + ], + "bio": "

Jason Rouault is the CTO and VP of Engineering for Cloudvisory.  Cloudvisory is a powerful, centralized security management and policy enforcement/compliance platform built for Cloud and Hybrid Cloud environments. It delivers multi-layered, micro-segmentation of workloads and real-time business centric views of data flows. It auto-provisions policies as the environment changes/scales and monitors/enforces those policies to ensure strict compliance.

\r\n

Jason Rouault was recently the Senior Director of Engineering at Time Warner Cable (now Charter Communications) where he was responsible for the ongoing development, operation, and support of the Charter Openstack Cloud. At Charter he helped institute a DevOps culture and introduced tooling and automation to support continuous integration and deployment (CI/CD) of OpenStack. Prior to Charter and Time Warner Cable, Jason was with Hewlett-Packard where he worked in various technical capacities over his 16 year tenure that ranged from software developer to CTO of the Identity Management business. In his last role at Hewlett-Packard he was a Director of Engineering and was one of the original 7 technologists that helped build the HP Public Cloud business based on OpenStack from the ground up. Mr. Rouault has over 25 years of technology management and team building experience including a detailed working knowledge of Information Technologies, Software Development, Cloud Services, and the Internet & eBusiness industry.

", + "created": 1436861439, + "first_name": "Jason", + "gender": "Male", + "id": 1585, + "irc": null, + "last_edited": 1525958788, + "last_name": "Rouault", + "member_id": 1239, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1585", + "presentations": { + "11": 20737, + "12": 21802 + }, + "title": "CTO & VP Engineering", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517390206, + "end_date": null, + "id": 153702, + "is_current": true, + "job_title": "Senior Software Engineer", + "last_edited": 1517390206, + "organization": { + "created": 1492101150, + "id": 22557, + "last_edited": 1492101150, + "name": "Cloudvisory" + }, + "owner_id": 16496, + "start_date": 1518739200 + } + ], + "bio": "

After many years at HP in various labs including HP Public Cloud, I spent several years at Time Warner Cable focused on monitoring of our private OpenStack deployment.  I was involved in deploying, testing, and fine-tuning Monasca in our deployment at TWC.  I'm a member of monasca-core as well as a core contributor on the puppet-monasca project, and have also been working on various automation projects at TWC/Charter.  In 2018, I joined Cloudvisory and am focused on automation of cloud security compliance reporting and remediation.

", + "created": 1436787170, + "first_name": "Bradley", + "gender": "Male", + "id": 1293, + "irc": "bklei", + "last_edited": 1517940563, + "last_name": "Klein", + "member_id": 16496, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1293", + "presentations": { + "3": 20737 + }, + "title": "Senior Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1490291576, + "end_date": null, + "id": 137829, + "is_current": true, + "job_title": "Master Software Engineer", + "last_edited": 1490291576, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 26790, + "start_date": 1489017600 + } + ], + "bio": "

Keith Berger is a Master Software Engineer at SUSE. Prior to joining SUSE, Keith worked at HP/HPE. He has been doing enterprise software support for more than 22 years. He is a results oriented, well-organized, and respected engineer with exceptional troubleshooting, problem solving, and teaching skills. He continually demonstrates an excellent ability to quickly grasp complex systems and resolve critical software and hardware issues.

\r\n

His experience includes a wide variety of Operating Systems, Virtualization Platforms, Databases, High Availability, and Automation.

", + "created": 1495021649, + "first_name": "Keith", + "gender": "Male", + "id": 12499, + "irc": "KeithMnemonic", + "last_edited": 1527598617, + "last_name": "Berger", + "member_id": 26790, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12499", + "presentations": { + "1": 20742, + "2": 21860 + }, + "title": "Master Software Engineer", + "twitter": "KeithMnemonic" + }, + { + "affiliations": [ + { + "created": 1461125010, + "end_date": null, + "id": 94732, + "is_current": true, + "job_title": null, + "last_edited": 1461125010, + "organization": { + "created": 1416975921, + "id": 6853, + "last_edited": 1416975921, + "name": "SUSE Linux GmbH" + }, + "owner_id": 60612, + "start_date": 1459468800 + } + ], + "bio": "

Nicolas worked for the last decade as a staff scientist at Los Alamos National Laboratory investigating HPC algorithms and implementations for quantum chemical computations. Now he works as a software engineer on SUSE OpenStack Cloud for SUSE Linux.

", + "created": 1469629504, + "first_name": "Nicolas", + "gender": "Male", + "id": 10505, + "irc": "nicolasbock", + "last_edited": 1527603324, + "last_name": "Bock", + "member_id": 60612, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10505", + "presentations": { + "3": 20742 + }, + "title": "Senior Software Engineer", + "twitter": "nicolasbock" + }, + { + "affiliations": [ + { + "created": 1490246894, + "end_date": null, + "id": 137757, + "is_current": true, + "job_title": null, + "last_edited": 1490246894, + "organization": { + "created": 1455672412, + "id": 13621, + "last_edited": 1455672412, + "name": "China Academy of Information and Communication Technology" + }, + "owner_id": 84878, + "start_date": 1373932800 + } + ], + "bio": "

After Dr. Fei Ma graduated in 2013, he entered in China Academy of Information and Communication Technology(CAICT). His research directions include cloud computing, open source, interoperability, and so on. He is now the team leader of OpenStack Interoperability in OpenSource Cloud Alliance for industRy(OSCAR).

", + "created": 1517430864, + "first_name": "Fei", + "gender": "Male", + "id": 14015, + "irc": null, + "last_edited": 1517816061, + "last_name": "Ma", + "member_id": 84878, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14015", + "presentations": [ + 20744 + ], + "title": "Senior Engineer, China Academy of Information and Communication Technology", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1462876079, + "end_date": null, + "id": 96338, + "is_current": true, + "job_title": null, + "last_edited": 1484561501, + "organization": { + "created": 1462876079, + "id": 15288, + "last_edited": 1462876079, + "name": "Beijing T2Cloud Technology Co., Ltd." + }, + "owner_id": 62549, + "start_date": 1436572800 + } + ], + "bio": "

Start with Openstack from 2011, build the business unit of Open Cloud in Pactera from 2012. Lead to build the first Openstack based public cloud platform in China. Co-founder of T2Cloud Technology, which is focused Openstack startup company, to help enterprise customers build up private and hybrid cloud solution. Council member of China Open Source Cloud League and China Opensource Cloud Alliance for Industry. 

", + "created": 1485072882, + "first_name": "Kai", + "gender": "Male", + "id": 11182, + "irc": null, + "last_edited": 1517816041, + "last_name": "Wu", + "member_id": 62549, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11182", + "presentations": { + "2": 20744 + }, + "title": "COO, T2Cloud Technology Co., Ltd.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1505097094, + "end_date": null, + "id": 145150, + "is_current": true, + "job_title": null, + "last_edited": 1505097094, + "organization": { + "created": 1505097094, + "id": 24509, + "last_edited": 1505097094, + "name": "Shenzhen city Tencent computer system Co. Ltd." + }, + "owner_id": 93858, + "start_date": 1458259200 + } + ], + "bio": "

Xiaodong Pan, graduated from CGCL Lab of Huazhong University of Science and Technology. Since 2007, he has been studying virtualization cloud computing technology and has improved  XEN's real-time migration algorithm. He has been engaged in operations and development in Baidu and Xiaomi.Now he is Tencent TStack architect, responsible for TStack's technical pre-research, breakthrough, problem solving and so on.

", + "created": 1517794368, + "first_name": "Xiaodong", + "gender": "Male", + "id": 14047, + "irc": null, + "last_edited": 1517886558, + "last_name": "Pan", + "member_id": 93858, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14047", + "presentations": [ + 20744 + ], + "title": "TStack Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1453320657, + "end_date": null, + "id": 85980, + "is_current": true, + "job_title": null, + "last_edited": 1453320657, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 11305, + "start_date": 1421020800 + } + ], + "bio": "

The Ceph Storage PM at Red Hat, formerly the Ubuntu Server PM at Canonical, and the Linux \"Systems Management Czar\" at SUSE.

", + "created": 1453561024, + "first_name": "Federico", + "gender": "Prefer not to say", + "id": 4152, + "irc": "flucifre", + "last_edited": 1517475030, + "last_name": "Lucifredi", + "member_id": 11305, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4152", + "presentations": { + "11": 20749, + "12": 21402 + }, + "title": "Product Management Director", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269891, + "end_date": null, + "id": 51746, + "is_current": true, + "job_title": "Sr. Product Manager", + "last_edited": 1384269891, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 11344, + "start_date": 1381708800 + } + ], + "bio": "

A seasoned product manager bringing over 15 years of experience in senior product management and delivery for private clouds in the Enterprise market.  

Experienced in leading the execution of joint solutions with partners such as Apple, Brocade, Cisco, Citrix, Dell-EMC, Fujitsu, Google, Hitachi, IBM, Intel, Microsoft, NetApp, Symantec & VMware, as well as with OEM's & Cloud service providers.

Currently focused on Enterprise Cloud infrastructure product management and strategy for Red Hat OpenStack Platform cloud offering.

Sean is a member of the OpenStack Foundation, a frequent speaker at OpenStack summits and a regular contributor to the Red Hat Stack blog - http://redhatstack.com/.

", + "created": 1436270715, + "first_name": "Sean", + "gender": "Male", + "id": 815, + "irc": "scohen", + "last_edited": 1526031750, + "last_name": "Cohen", + "member_id": 11344, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/815", + "presentations": { + "22": 20749 + }, + "title": "Senior Manager, OpenStack Product Management", + "twitter": "SeanCohen_RH" + }, + { + "affiliations": [ + { + "created": 1384269885, + "end_date": null, + "id": 49388, + "is_current": true, + "job_title": "Principal Software Engineer, Storage Architect", + "last_edited": 1427647639, + "organization": { + "created": 1424257086, + "id": 7501, + "last_edited": 1424257086, + "name": "Red Hat" + }, + "owner_id": 8456, + "start_date": 1362268800 + } + ], + "bio": "

Sebastien Han currently serves as a Principal Software Engineer, Storage Architect for Red Hat. He has been involved with OpenStack and Ceph Storage since 2011 and has built a strong expertise around these two areas. Curious and passionate, he loves working on bleeding edge technologies and identifying opportunities where OpenStack and Ceph can enhance the user experience. In 2013, he began working with containers as well and ultimately implemented containerized Docker Ceph services. Now on a daily basis, he rotates between Ceph, OpenStack, and Docker in an effort to strengthen the integration between all three. From time to time, he also attends various summits and events where he evangelizes these technologies and their usage, while devoting his copious spare time to blogging. See http://www.sebastien-han.fr/blog/. But alas, this is just the beginning :).

", + "created": 1435041681, + "first_name": "S\u00e9bastien", + "gender": "Male", + "id": 285, + "irc": "leseb", + "last_edited": 1517475070, + "last_name": "Han", + "member_id": 8456, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/285", + "presentations": { + "18": 20749 + }, + "title": "Principal Software Engineer, Storage Architect", + "twitter": "sebastien_han" + }, + { + "affiliations": [ + { + "created": 1455226467, + "end_date": null, + "id": 88245, + "is_current": true, + "job_title": null, + "last_edited": 1455226467, + "organization": { + "created": 1359485922, + "id": 59, + "last_edited": 1381707064, + "name": "NetApp" + }, + "owner_id": 54444, + "start_date": 1273449600 + } + ], + "bio": "

Kapil Arora is a Cloud Solution Architect at NetApp in the EMEA region.He helps customers with OpenStack and Kubernetes/OpenShift proof of concept implementations and production deployments and focusses on innovation, evangelization, and promoting the benefits of NetApp storage and software in cloud computing environments. Kapil works with many big companies in Europe and is an active speaker at OpenStack and Kubernetes events. He is very interested in topics like File-share services, Backup and Recovery, Database Applications in the Cloud, and Persistent Storage for Containers. He has 10 years of IT indsustry experience including 8+ years in the Storage industry. Kapil is also a Java and Python programmer and has a Bachelors degree in Information Technology.

", + "created": 1457993252, + "first_name": "Kapil", + "gender": "Male", + "id": 5655, + "irc": null, + "last_edited": 1517553762, + "last_name": "Arora", + "member_id": 54444, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5655", + "presentations": { + "8": 20759, + "9": 20760 + }, + "title": "Cloud Solution Architect", + "twitter": "kaparora" + }, + { + "affiliations": [ + { + "created": 1517562469, + "end_date": null, + "id": 153775, + "is_current": true, + "job_title": "Lead Member of Technical Staff", + "last_edited": 1517562469, + "organization": { + "created": 1460406961, + "id": 14660, + "last_edited": 1460406961, + "name": "AT&T Chief Security Office" + }, + "owner_id": 97804, + "start_date": 1033430400 + } + ], + "bio": "

Michael Stair is a Lead Member of Technical Staff in AT&T’s Chief Security Office, who is chartered with protecting one of the largest networks in the world. With technical lead roles in AT&T’s Cloud Security and Threat Analytics organizations, Michael has extensive expertise in high-speed/scale data processing, mobile network security and cyber defense algorithm development. To support AT&T's strategic migration to a virtaulized network infrastructure, he is currently focused on the security aspects of OpenStack and public cloud providers.

\r\n

With AT&T for over 15 years, Michael received his B.S. in Computer Science from Mount Saint Mary’s University and M.S. in Computer Science from Johns Hopkins University.

", + "created": 1515847110, + "first_name": "Michael", + "gender": null, + "id": 13887, + "irc": null, + "last_edited": 1518003351, + "last_name": "Stair", + "member_id": 97804, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13887", + "presentations": [ + 20762 + ], + "title": "Lead Member of Technical Staff", + "twitter": "@mstair" + }, + { + "affiliations": [ + { + "created": 1397579827, + "end_date": null, + "id": 57950, + "is_current": true, + "job_title": null, + "last_edited": 1397579827, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 18299, + "start_date": 1397520000 + } + ], + "bio": "

Ed Hope is a Lead Security Technology Engineer with AT&T’s Chief Security Office, chartered with protecting one of the largest networks and enterprises in the world.  In his role, Ed provides thought leadership in cloud and virtual technology security supporting AT&T's strategic migration to a virtualized network infrastructure. He is currently focused on security considerations of OpenStack and public cloud.

", + "created": 1517559237, + "first_name": "Ed", + "gender": "Male", + "id": 14029, + "irc": null, + "last_edited": 1518003498, + "last_name": "Hope", + "member_id": 18299, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14029", + "presentations": [ + 20762 + ], + "title": "Lead Security Technology Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Ricardo Rocha is a software engineer at CERN. He's currently a member of the CERN OpenStack team, focusing on networking and and container deployments. Previous work included development of data storage, bookkeeping and monitoring services for the LHC Computing Grid (LCG).

", + "created": 1453798216, + "first_name": "Ricardo", + "gender": null, + "id": 4229, + "irc": "ahcorporto", + "last_edited": 1525954672, + "last_name": "Rocha", + "member_id": 84228, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4229", + "presentations": { + "4": 20767, + "5": 20768, + "6": 21618, + "7": 21636, + "8": 21558 + }, + "title": "Computing Engineer, CERN", + "twitter": "rochaporto" + }, + { + "affiliations": [ + { + "created": 1521118426, + "end_date": null, + "id": 155158, + "is_current": true, + "job_title": null, + "last_edited": 1521118426, + "organization": { + "created": 1422713371, + "id": 7316, + "last_edited": 1422713371, + "name": "Universidade Federal de Campina Grande" + }, + "owner_id": 52320, + "start_date": 1451606400 + } + ], + "bio": "

Clenimar is an MSc student at the Federal University of Campina Grande, Brazil. He is currently researching on distributed, secure workloads in the cloud (using OpenStack and Kubernetes). He spent last summer working at CERN as a Cloud Infrastructure Intern, where he could investigate on how Kubernetes federations could match some CERN use cases, especially regarding the CERN batch service.

", + "created": 1515765108, + "first_name": "Clenimar", + "gender": "Male", + "id": 13882, + "irc": "clenimar", + "last_edited": 1518121700, + "last_name": "Filemon", + "member_id": 52320, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13882", + "presentations": [ + 20768 + ], + "title": "Research Assistant", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526758655, + "end_date": null, + "id": 157089, + "is_current": true, + "job_title": "Sr Manager DevOps", + "last_edited": 1526758655, + "organization": { + "created": 1526758655, + "id": 26850, + "last_edited": 1526758655, + "name": "Alteryx" + }, + "owner_id": 22350, + "start_date": 1521417600 + } + ], + "bio": "

I have over 30 years experience in computing and have held previous positions in storage products development, IT, manufacturing of consumer and enterprise products as both an individual contributor and as a manager.  I've spent the last 5 years working in and around OpenStack clouds. My main interests are in distributed systems, high performance teams and optimizing computing solutions. 

", + "created": 1436097609, + "first_name": "Steven", + "gender": "Male", + "id": 650, + "irc": null, + "last_edited": 1526759328, + "last_name": "Travis", + "member_id": 22350, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/650", + "presentations": { + "2": 20769 + }, + "title": "Sr. Mgr DevOps", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1391675913, + "end_date": null, + "id": 55731, + "is_current": true, + "job_title": null, + "last_edited": 1391675913, + "organization": { + "created": 1391675912, + "id": 4152, + "last_edited": 1391675912, + "name": "Intel OTC" + }, + "owner_id": 211, + "start_date": 1380585600 + } + ], + "bio": "

Isaku Yamahata is a Software architect in the Open Source Technology Center, Intel. His main focus is Network virtualization as Software Defined Networking and Network Function Virtualization. Isaku is an active OpenStack Neutron (networking) developer and has in the past contributed significantly to qemu, kvm, Xen, and Ryu SDN frameworks.

", + "created": 1437059905, + "first_name": "Isaku", + "gender": "Male", + "id": 2936, + "irc": "yamahata", + "last_edited": 1517591752, + "last_name": "Yamahata", + "member_id": 211, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2936", + "presentations": { + "14": 20770 + }, + "title": "Software architect", + "twitter": "ymhtq" + }, + { + "affiliations": [ + { + "created": 1434332816, + "end_date": null, + "id": 73409, + "is_current": true, + "job_title": null, + "last_edited": 1434332842, + "organization": { + "created": 1359485922, + "id": 125, + "last_edited": 1381706362, + "name": "Midokura" + }, + "owner_id": 9795, + "start_date": 1433116800 + } + ], + "bio": "

Neutron core reviewer, working at Midokura.

\n

Core reviewer of various Neutron related projects, including networking-midonet, tap-as-a-service, neutron-vpnaas. He is also a member of Neutron Drivers team.

\n

He is also a committer of Open vSwitch project.

\n

Previously, Yamamoto was cloud infrastructure expert at VA Linux Systems Japan, where he was responsible for developing the OFAgent, a Neutron-core plugin that leverages Ryu, the open source component-based SDN framework for implementation. He is a renowned Linux kernel, virtualization and distributed computing expert, who for the past decade has worked on various highly successful open source software projects, and is a member of the NetBSD Core group providing technical management and direction for the NetBSD project.

", + "created": 1435543689, + "first_name": "Takashi", + "gender": "Male", + "id": 449, + "irc": null, + "last_edited": 1524321469, + "last_name": "Yamamoto", + "member_id": 9795, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/449", + "presentations": { + "4": 20770 + }, + "title": "Senior Software Engineer", + "twitter": "yamamoto" + }, + { + "affiliations": [ + { + "created": 1434137323, + "end_date": null, + "id": 73348, + "is_current": true, + "job_title": null, + "last_edited": 1434137323, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 36214, + "start_date": 1433721600 + } + ], + "bio": "

Manjeet is a Cloud Software Engineer at Intel Corporation working on OpenStack Networking, He's currently working on enabling opendaylight with openstack, he has worked on range of networking features and bug fixes.

", + "created": 1454176170, + "first_name": "Manjeet Singh", + "gender": "Male", + "id": 4664, + "irc": "manjeets", + "last_edited": 1525880054, + "last_name": "Bhatia", + "member_id": 36214, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4664", + "presentations": { + "3": 20770 + }, + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1478664875, + "end_date": null, + "id": 108950, + "is_current": true, + "job_title": "Senior Developer", + "last_edited": 1478664875, + "organization": { + "created": 1418974340, + "id": 7048, + "last_edited": 1418974340, + "name": "Catalyst IT" + }, + "owner_id": 10877, + "start_date": 1453075200 + } + ], + "bio": "

Lingxian has been working at Catalyst IT as a senior cloud developer since 2016, before that he worked at cloud operating system department in Huawei for 4 years, leading a team consisting of OpenStack upstream contributors globally. He is also an active contributor in multiple OpenStack projects, core reviewer of Mistral project, PTL of Qinling project. In Kubernetes area, Lingxian is the author of octavia ingress controller and also an active contributor in Kubernetes openstack cloud provider repo. Lingxian also actively participated in various open source mentoring programs to help new contributors get started. Lingxian is a fun of basketball in his spare time.

", + "created": 1434756068, + "first_name": "Lingxian", + "gender": "Male", + "id": 229, + "irc": "lxkong", + "last_edited": 1525217828, + "last_name": "Kong", + "member_id": 10877, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/229", + "presentations": { + "2": 20772, + "4": 20865, + "5": 21621, + "6": 21647 + }, + "title": "Senior Cloud Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1521131405, + "end_date": null, + "id": 155165, + "is_current": true, + "job_title": null, + "last_edited": 1521131405, + "organization": { + "created": 1455130875, + "id": 13305, + "last_edited": 1455130875, + "name": "Red Hat Inc" + }, + "owner_id": 83001, + "start_date": 1473811200 + } + ], + "bio": "

Sachin is a Solutions Architect with extensive experience in implementing large scale projects in diverse roles and technologies. As part of the architecture and development groups Sachin has managed many projects that were part of BSS/OSS and network architecture. Most recently he has been involved in projects relating to Network Function Virtualization, Virtualized infrastructure Management, Management and Orchestration, Virtualized network functions, Cloud and container technologies.

", + "created": 1496945803, + "first_name": "Sachin", + "gender": "Male", + "id": 12512, + "irc": null, + "last_edited": 1521131426, + "last_name": "Rathee", + "member_id": 83001, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12512", + "presentations": { + "4": 20782 + }, + "title": "Senior Cloud Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1452621589, + "end_date": null, + "id": 85536, + "is_current": true, + "job_title": null, + "last_edited": 1452621589, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 17309, + "start_date": 1452470400 + } + ], + "bio": "

Sudhir is a Senior Architect at Red Hat focused on Telco Solutions, working with Tier1 operators in North America. Prior to joining Red Hat, Sudhir was a Product Development Director at Ericsson, heading one of the core development units for Ericsson Cloud Manager solution. He has more than 15 years of experience in Telecom industry working in different roles related to Software Development and Architecture. He holds a Masters degree in Computer Science.

", + "created": 1434538606, + "first_name": "Sudhir", + "gender": "Male", + "id": 152, + "irc": "skethama", + "last_edited": 1518109259, + "last_name": "Kethamakka", + "member_id": 17309, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/152", + "presentations": { + "17": 20782 + }, + "title": "Senior Solution Architect, Red Hat Inc", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269891, + "end_date": null, + "id": 51641, + "is_current": true, + "job_title": "", + "last_edited": 1384269891, + "organization": { + "created": 1359485922, + "id": 285, + "last_edited": 1381734470, + "name": "NTT" + }, + "owner_id": 11000, + "start_date": 1374624000 + } + ], + "bio": "

Kota is a Software Engineer at Nippon Telegraph and Telephone Corporation (NTT). NTT is one of the biggest telecommunication companies which provide cloud services in Japan. Kota has worked on OpenStack Swift for approximately 4 years. Recently, he has worked on global distributed cluster efficiency and the area of erasure code stuff in the Swift community and he has joined Swift core team since Jun 2015. Since before joining Swift core team, he is working some Swift assosiated projects (e.g. Storlets, Swift3, PyECLib) as a core contributor.

", + "created": 1434407053, + "first_name": "Kota", + "gender": "Male", + "id": 75, + "irc": "kota_", + "last_edited": 1517890591, + "last_name": "Tsuyuzaki", + "member_id": 11000, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/75", + "presentations": { + "10": 20791, + "11": 21602 + }, + "title": "Software Developer, NTT", + "twitter": "bloodeagle40234" + }, + { + "affiliations": [], + "bio": "

Takeharu Eda is a senior research engineer at NTT Software Innovation Center in Japan. He has been developping a scalable surveillance video system utilizing deep learning-based computer vision techniques. Before joining the center, he launched a web hosting service utilizing CloudStack/OpenStack -based infrastructre and migration tools for it, while managing international development teams including members from US, Germany and Japan at NTT Communications. He started his career as research engineer at NTT Cyber Space Laboratories for developing semi-structured database systems and several machine learning-based applications. His interests include wide range of topics related to deep learning, like distributed learning, fast inference runtime, vision applications, and theories for deep learning.

", + "created": 1517790636, + "first_name": "Takeharu", + "gender": "Male", + "id": 14046, + "irc": null, + "last_edited": 1519268640, + "last_name": "Eda", + "member_id": 98433, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14046", + "presentations": [ + 20791 + ], + "title": "Senior Research Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Kengo is a Research Engineer at Nippon Telegraph and Telephone Corporation (NTT). NTT is one of the biggest telecommunication companies which provide cloud services in Japan. Kengo has been studying cloud resource management and scheduling. 

", + "created": 1517790519, + "first_name": "Kengo", + "gender": null, + "id": 14045, + "irc": null, + "last_edited": 1519168246, + "last_name": "Okitsu", + "member_id": 98434, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14045", + "presentations": [ + 20791 + ], + "title": "Researcher", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1469027675, + "end_date": null, + "id": 101760, + "is_current": true, + "job_title": null, + "last_edited": 1469027675, + "organization": { + "created": 1359485922, + "id": 527, + "last_edited": 1381705946, + "name": "lenovo" + }, + "owner_id": 67980, + "start_date": 1460332800 + } + ], + "bio": "

Coco got involved in OpenStack for 5+ years, mainly focus on network accelaration. Her interest is  DPDK technology , user-space TCP/IP stack, loadbalance and so on. Recently, her work is related to datacenter traffic analysis and Intelligent management.

\r\n

 

", + "created": 1470087143, + "first_name": "Jinghua", + "gender": "Female", + "id": 10603, + "irc": null, + "last_edited": 1519588209, + "last_name": "Gao", + "member_id": 67980, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10603", + "presentations": { + "1": 20795 + }, + "title": "Senior Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1486191255, + "end_date": null, + "id": 135245, + "is_current": true, + "job_title": "Cloud Researcher", + "last_edited": 1486191255, + "organization": { + "created": 1359485922, + "id": 527, + "last_edited": 1381705946, + "name": "lenovo" + }, + "owner_id": 52933, + "start_date": 1485129600 + } + ], + "bio": "

Rushil has been working with OpenStack since the Grizzly release . He has worked as a developer/deployer for the Manila and Cinder projects in the past. Rushil is now working as a Cloud Researcher for Lenovo focussing on Accelerators, Baremetal provisioning and Orchestration.

", + "created": 1454350925, + "first_name": "Rushil", + "gender": null, + "id": 4938, + "irc": "crushil", + "last_edited": 1517952702, + "last_name": "Chugh", + "member_id": 52933, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4938", + "presentations": { + "7": 20795 + }, + "title": "Cloud Researcher", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Zhi Chang is working with OpenStack community from Grizzly and is a active developer of Neutron. He is also an cloud architect and running OpenStack clouds with several regions. He spares his spare time on NFV and related activities.

", + "created": 1499313056, + "first_name": "Zhi", + "gender": null, + "id": 12649, + "irc": "changzhi", + "last_edited": 1517797982, + "last_name": "Chang", + "member_id": 89823, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12649", + "presentations": { + "2": 20795 + }, + "title": "Senior Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454334244, + "end_date": null, + "id": 86589, + "is_current": true, + "job_title": null, + "last_edited": 1454334244, + "organization": { + "created": 1416975921, + "id": 6853, + "last_edited": 1416975921, + "name": "SUSE Linux GmbH" + }, + "owner_id": 20230, + "start_date": 1454284800 + } + ], + "bio": "

Johannes Grassler is an active OpenStack developer, currently specializing on Heat, Magnum and Monasca but also dabbling in other projects as the need arises. He currently works as a Cloud Developer for SUSE Linux GmbH. Before that he used to work at SysEleven GmbH, where he built, operated and used an OpenStack cloud since 2014. He has been an an active member of OpenStack DACH e.V., a German OpenStack user group since its inception in 2014. He has previously spoken at the Barcelona OpenStack Summit and OpenStack DACH Day 2016 (Berlin, Germany).

", + "created": 1457432374, + "first_name": "Johannes", + "gender": "Male", + "id": 5642, + "irc": "jgrassler", + "last_edited": 1517803938, + "last_name": "Grassler", + "member_id": 20230, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5642", + "presentations": { + "5": 20797, + "6": 21639 + }, + "title": "Senior Cloud Developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269897, + "end_date": null, + "id": 54057, + "is_current": true, + "job_title": "", + "last_edited": 1384269897, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 13927, + "start_date": null + }, + { + "created": 1451998515, + "end_date": null, + "id": 85145, + "is_current": true, + "job_title": null, + "last_edited": 1451998515, + "organization": { + "created": 1416975921, + "id": 6853, + "last_edited": 1416975921, + "name": "SUSE Linux GmbH" + }, + "owner_id": 13927, + "start_date": 1438387200 + } + ], + "bio": "

I started with OpenStack almost three years ago as an Outreachy intern and have been contributing to OpenStack since. I have worked on horizon previously. I have conducted various OpenStack workshops and frequently speak at events and meetups. Currently working as a developer at SUSE Linux.

", + "created": 1435554987, + "first_name": "Sayali", + "gender": "Female", + "id": 461, + "irc": "sayalilunkad", + "last_edited": 1517803978, + "last_name": "Lunkad", + "member_id": 13927, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/461", + "presentations": { + "9": 20797 + }, + "title": "OpenStack Developer at SUSE Linux", + "twitter": "sayalilunkad" + }, + { + "affiliations": [ + { + "created": 1480479108, + "end_date": null, + "id": 109783, + "is_current": true, + "job_title": null, + "last_edited": 1480479108, + "organization": { + "created": 1408043986, + "id": 5933, + "last_edited": 1408043986, + "name": "SK Telecom" + }, + "owner_id": 78326, + "start_date": 1470009600 + } + ], + "bio": "

Jawon Choo is a software engineer. He started OpenStack since Essex version, and was in charge of Openstack cloud operation for 4 years as Samsung SDS. and now he is developing TACO service with Openstack on kubernetes at SK Telecom.

", + "created": 1486433220, + "first_name": "Jawon", + "gender": "Male", + "id": 11754, + "irc": null, + "last_edited": 1518129032, + "last_name": "Choo", + "member_id": 78326, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11754", + "presentations": { + "1": 20798 + }, + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518116124, + "end_date": null, + "id": 154210, + "is_current": true, + "job_title": "Principal Member of Technical Staff", + "last_edited": 1518116124, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 72016, + "start_date": 1518393600 + } + ], + "bio": "

Pete Birley, is currently one of the most active contributors to OpenStack as a whole, with a specialization in container technologies and networking, and holding core review status for: OpenStack-Helm, Kolla-Kubernetes, LOCI, and OpenStack-Spaceport. As OpenStack-Helm Engineering Lead for AT&T, he holds responsibility for delivering the OpenStack implementation for the next generation of AT&T's edge data centers.

", + "created": 1486054580, + "first_name": "Pete", + "gender": "Male", + "id": 11364, + "irc": "portdirect", + "last_edited": 1520027138, + "last_name": "Birley", + "member_id": 72016, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11364", + "presentations": { + "7": 20798, + "8": 21337, + "9": 21339 + }, + "title": "AT&T: Principal Member of Technical Staff and OpenStack-Helm Engineering Lead", + "twitter": "portdirect" + }, + { + "affiliations": [ + { + "created": 1463557888, + "end_date": null, + "id": 96945, + "is_current": true, + "job_title": null, + "last_edited": 1463557888, + "organization": { + "created": 1408043986, + "id": 5933, + "last_edited": 1408043986, + "name": "SK Telecom" + }, + "owner_id": 63139, + "start_date": 1451606400 + } + ], + "bio": "

Siri Kim is a developer at SK Telecom, working on OpenStack Development with OpenStack-Helm Project. 

", + "created": 1500003641, + "first_name": "Siri", + "gender": "Female", + "id": 12995, + "irc": null, + "last_edited": 1525830468, + "last_name": "Kim", + "member_id": 63139, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12995", + "presentations": { + "1": 20798 + }, + "title": "Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1407821039, + "end_date": null, + "id": 60985, + "is_current": true, + "job_title": null, + "last_edited": 1407821039, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 8407, + "start_date": 1399248000 + } + ], + "bio": "

Sylvain currently works as a Senior Software Engineer at Red Hat mainly dedicated on Nova (Compute) and is one of the maintainers (called nova-core). His love story with OpenStack began in 2012 as an operator/deployer running Diablo, but as he was too busy to chase and fix bugs, he decided to create some by himself. When he has (unfortunately not that much) free time, he contributes to organize the local OpenStack Rhone-Alpes meetup and he does yearly organize an IT conference called SnowCamp in February in his native city of Grenoble in the French Alps.

", + "created": 1453107558, + "first_name": "Sylvain", + "gender": "Male", + "id": 4002, + "irc": "bauzas", + "last_edited": 1517888769, + "last_name": "Bauza", + "member_id": 8407, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4002", + "presentations": { + "3": 20802 + }, + "title": "Senior Software Engineer", + "twitter": "sylvainbauza" + }, + { + "affiliations": [ + { + "created": 1384269872, + "end_date": null, + "id": 43624, + "is_current": true, + "job_title": "", + "last_edited": 1384269872, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 2835, + "start_date": null + } + ], + "bio": "

An OpenStack developer and user since the Essex release, Ian works on the internals of Openstack, on applications to run on top of Openstack, and on making Openstack easy for people to use. 

\r\n

His current focus is in NFV, the work to use Openstack to provide virtual network functions in an OpenStack cloud for use in telco networks - a balancing act to get maximum performance from a cloud infrastructure while running mission critical network intensive workloads.

\r\n

Ian is currently the PTL of the networking-vpp mechanism driver project.

", + "created": 1453835001, + "first_name": "Ian", + "gender": null, + "id": 4257, + "irc": "ijw", + "last_edited": 1518053755, + "last_name": "Wells", + "member_id": 2835, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4257", + "presentations": { + "14": 20804, + "15": 21074, + "16": 21873 + }, + "title": "Distinguished Engineer, Cloud and NFV, Cisco", + "twitter": "lan_wan_ian" + }, + { + "affiliations": [], + "bio": "

Allison is a software developer and open source strategist. She is a board member of the OpenStack Foundation, a board member of the Open Source Initiative, a board member of the Perl Foundation, and co-founder of the FLOSS Foundations group for open source leaders. She previously served as President of the Open Source Initiative, President of the Perl Foundation, Chief Architect of the Parrot virtual machine, Open Source Evangelist and OSCON Conference Chair at O'Reilly Media, Chairman of the Board at the Parrot Foundation, board member at the Python Software Foundation, Technical Architect of Ubuntu and Open Source Advisor at Canonical, Distinguished Technologist at Hewlett-Packard, and Distinguished Engineer at SUSE. She participates in the Debian and OpenStack projects, and is currently a PhD student at the University of Cambridge, researching edge computing and hypervisor optimization.

", + "created": 1458750481, + "first_name": "Allison", + "gender": "Female", + "id": 5699, + "irc": "allisonrandal", + "last_edited": 1526580518, + "last_name": "Randal", + "member_id": 2813, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5699", + "presentations": { + "3": 20804 + }, + "title": "University of Cambridge", + "twitter": "allisonrandal" + }, + { + "affiliations": [], + "bio": "
Chris leads open source industry collaboration for Ericsson in the areas of NFV, Cloud & SDN from the CTO\u2019s office in Sweden. Chris\u2019 experiences include leading Ericssons' IP&Broadband network architecture and standardization teams and a rich history with the development of technology and architecture for network management, policy control and user service management, user session control plane solutions, and DPI technologies. Having started his career in Australia he has lived and worked in Spain and California before returning to his adopted home of Sweden.
", + "created": 1436981421, + "first_name": "Christopher", + "gender": null, + "id": 2503, + "irc": "ChrisPriceAB", + "last_edited": 1526582806, + "last_name": "Price", + "member_id": 20546, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2503", + "presentations": { + "13": 20861, + "14": 20804 + }, + "title": "Head of Ericsson Software Technology", + "twitter": "ChrisPriceAB" + }, + { + "affiliations": [ + { + "created": 1405665026, + "end_date": null, + "id": 59884, + "is_current": true, + "job_title": "Senior Systems Designer", + "last_edited": 1491566099, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 20189, + "start_date": 1372636800 + } + ], + "bio": "

Georg is a Senior Systems Designer at Ericsson, working mainly on SDN and NFV. He is an active member of the OPNFV community, being the PTL of the Dovetail project and contributing to the OPNFV Verified Program and the OPNFV testing community. In OpenStack, he is an active member of the Interop WG. Previously, he was the PTL of the OPNFV NetReady project. In addition to his activities in OpenStack and OPNFV, he is designing and prototyping SDN solutions for 5G networks. In previous roles he worked intensively on designing, building and integrating Openstack-based cloud infrastructures, particularly specializing in storage solutions.

", + "created": 1468434209, + "first_name": "Georg", + "gender": "Male", + "id": 10121, + "irc": "georgk", + "last_edited": 1521112648, + "last_name": "Kunz", + "member_id": 20189, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10121", + "presentations": { + "3": 20805 + }, + "title": "Senior Systems Designer", + "twitter": "the_georg_kunz" + }, + { + "affiliations": [ + { + "created": 1458640213, + "end_date": null, + "id": 92540, + "is_current": true, + "job_title": null, + "last_edited": 1458640213, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 58497, + "start_date": 1193875200 + } + ], + "bio": "

Tim manages the Program coordinating Ericsson's open source and standardization activities in the area of Cloud, SDN and NFVi. He also serves as the TSC chair in OPNFV and is a member of the Linux Foundation Networking Fund's Technical Advisory Committee. Previously, Tim worked at Ericsson Research on 4G and 5G radio access, specializing in radio resource management and spectrum regulation. Tim holds a Diploma and PhD in Telecommunications from RWTH Aachen University, Germany. 

", + "created": 1458640262, + "first_name": "Tim", + "gender": "Male", + "id": 5694, + "irc": "timirnich", + "last_edited": 1518065044, + "last_name": "Irnich", + "member_id": 58497, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5694", + "presentations": { + "2": 20805 + }, + "title": "Program Manager Cloud Open Source & Ecosystem at Ericsson", + "twitter": "@timirnich" + }, + { + "affiliations": [], + "bio": "

Serena Feng, NFV Senior Software Engineer from ZTE Corporation, is an open source enthusiast active in OPNFV.

\r\n

She is currently the committer in Functest and contributor in Dovetail. Her main work focuses on the test results collection and analysis, and OPNFV Verified program.

", + "created": 1483064491, + "first_name": "Serena", + "gender": "Female", + "id": 11042, + "irc": "SerenaFeng", + "last_edited": 1518034650, + "last_name": "Feng", + "member_id": 54130, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11042", + "presentations": [ + 20805 + ], + "title": "NFV Senior Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526301777, + "end_date": null, + "id": 156833, + "is_current": true, + "job_title": "Senior Architect, E2E Service Orchestration ", + "last_edited": 1526301777, + "organization": { + "created": 1461360345, + "id": 14925, + "last_edited": 1461360345, + "name": "TELUS Communications Inc" + }, + "owner_id": 95870, + "start_date": 1490572800 + } + ], + "bio": "

Sana Tariq is a member of TELUS team acting as senior architectect for E2E Service Orchestration. Sana earned her doctoral degree in Computer Science specializing in optical communications, cloud computing, and software defined networking from University of Central Florida, Orlando, FL in 2014. She was awarded US Fulbright scholarship and CREOL fellowship.  

\r\n

Before joining TELUS, Sana has worked in multiple service provider networks including Telenor and T-Mobile USA for over 7 years. Sana has been among the leading team for T-Mobile NFV/SDN initiative and worked on launching numerous IMS services. 

\r\n

At TELUS communications Inc, Sana is currently leading architecture and long term roadmap of E2E Service Orchestration platform. She is also leading initiative to optimize cloud resources through AI driven closed loop orchestration and evaluating multiple AI and machine learning alogrithms and approcahes.

\r\n

Sana has been a frequent speaker in organization's internal and external events. A short list of previous presentations/events below

\r\n

\"Closed Loop dynamic Policy in ONAP\" (Speaker) Opensource Networking Summit ONS-2018, March 26-29, Los Angeles, CA 

\r\n

\"QAMO-SDN: QoS aware Multipath TCP for software defined optical networks\" (Speaker) Consumer Communications and Networking Conference (CCNC), 2015, Las Vegas, NV, USA

\r\n

\"Performance evaluation of MPTCP over optical burst switching in data centers\" (Speaker) Telecommunications Symposium (ITS), 2014, Sao Paulo, Brazil 

\r\n

\"QAMO:QoS Aware Multipath-TCP Over Optical Burst Switching in Data Centers\" (Speaker) International Conference on Optical Communication Systems (OPTICS 2014) Vienna, Austria 

\r\n

\"Improving Fairness of OBS Routing Protocols in Multimode Fiber Networks\" (Speaker) Computing, Networking and Communications (ICNC), 2013 International Conference San Diego, CA, USA

\r\n

 

\r\n

 

\r\n

 

", + "created": 1509998978, + "first_name": "Sana", + "gender": "Female", + "id": 13854, + "irc": null, + "last_edited": 1526302442, + "last_name": "Tariq (PhD)", + "member_id": 95870, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13854", + "presentations": [ + 20807 + ], + "title": "Senior Architect, E2E Service Orchestration", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1485985507, + "end_date": null, + "id": 135057, + "is_current": true, + "job_title": "Director", + "last_edited": 1485985524, + "organization": { + "created": 1390253287, + "id": 4022, + "last_edited": 1390253287, + "name": "Sardina Systems" + }, + "owner_id": 15397, + "start_date": 1389916800 + } + ], + "bio": "

Dr Kenneth Tan has been in the large scale systems sector for 18+ years.

\r\n

At Sardina Systems, Kenneth leads a highly talented product development team, experienced in developing software targeting some of the largest supercomputers in the world, now building OpenStack automation software, to optimize OpenStack cloud operations.

He was previously with CloudFabriQ, BNP Paribas, OptimaNumerics, in product development and business development roles, involving products and services sold to major data center operators in automotive, energy, defence, meteo, finance. He has led teams in UK, Russia, Ukraine, Belarus, Estonia, Germany.

", + "created": 1485985176, + "first_name": "Kenneth", + "gender": "Male", + "id": 11341, + "irc": null, + "last_edited": 1527753429, + "last_name": "Tan", + "member_id": 15397, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11341", + "presentations": { + "5": 20810 + }, + "title": "Director, Technical Solutions", + "twitter": "@cjktan" + }, + { + "affiliations": [], + "bio": "

Jan Winter is responsible for the Research Services within the University of Edinburgh, managing the Edinburgh Computer and Data Facility.

", + "created": 1517981089, + "first_name": "Jan", + "gender": null, + "id": 14152, + "irc": null, + "last_edited": 1527753015, + "last_name": "Winter", + "member_id": 98733, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14152", + "presentations": [ + 20810 + ], + "title": "Research Services, University of Edinburgh", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1467044804, + "end_date": null, + "id": 99769, + "is_current": true, + "job_title": null, + "last_edited": 1467044804, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 65940, + "start_date": 1136332800 + } + ], + "bio": "

Matt is PTL of the OpenStack-Helm project, and leads community development efforts within the AT&T Integrated Cloud (AIC) organization. His background includes OpenStack development, DevOps coaching, data science / statistical analysis, mobile development, technician dispatch and scheduling, VoIP provisioning, and integration with legacy terminal applications. Matt gets to work with a lot of awesome people who love to help make OpenStack an outstanding platform.

", + "created": 1485282492, + "first_name": "Matt", + "gender": "Male", + "id": 11208, + "irc": "mattmceuen", + "last_edited": 1518007515, + "last_name": "McEuen", + "member_id": 65940, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11208", + "presentations": { + "6": 20811, + "7": 21586 + }, + "title": "OpenStack-Helm PTL and Associate Director, AT&T", + "twitter": "matt_mceuen" + }, + { + "affiliations": [ + { + "created": 1489085318, + "end_date": null, + "id": 137117, + "is_current": true, + "job_title": "Coordinator", + "last_edited": 1489085318, + "organization": { + "created": 1389905676, + "id": 3988, + "last_edited": 1389905676, + "name": "Openstack Korea User Group" + }, + "owner_id": 35337, + "start_date": 1309478400 + }, + { + "created": 1503142344, + "end_date": null, + "id": 144452, + "is_current": true, + "job_title": "Cloud Architect", + "last_edited": 1503142344, + "organization": { + "created": 1408043986, + "id": 5933, + "last_edited": 1408043986, + "name": "SK Telecom" + }, + "owner_id": 35337, + "start_date": 1425168000 + } + ], + "bio": "

Seungkyu was a software engineer for 20 years at Samsung SDS and SK Telecom and now one of both OpenStack Korea user group and Kubernetes Korea user group leaders.

\r\n

He has a lot of experience about large scale project. He had developed many enterprise Java application systems using Java framework like Spring, Hibernate until 2011, but since then, has become a project leader of cloud infrastructure project using OpenStack and that system is now up and running. He has experienced OpenStack since Diable version.

\r\n

Recently, He has built a PaaS using CloudFoudry and Kubernetes and has the container skills to build a devops environment.

\r\n

He is good with both OpenStack and kubernetes, especially HA building them and developing nova and cinder features.

\r\n

[ Blog ]
http://www.ahnseungkyu.com/

\r\n

[ Previous OpenStackId : skanddh@gmail.com ]

", + "created": 1468210559, + "first_name": "Seungkyu", + "gender": "Male", + "id": 9596, + "irc": null, + "last_edited": 1518049467, + "last_name": "Ahn", + "member_id": 35337, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9596", + "presentations": { + "6": 20811, + "7": 21868 + }, + "title": "Senior Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1436989276, + "end_date": null, + "id": 76075, + "is_current": true, + "job_title": null, + "last_edited": 1487863704, + "organization": { + "created": 1408043986, + "id": 5933, + "last_edited": 1408043986, + "name": "SK Telecom" + }, + "owner_id": 175, + "start_date": 1425168000 + }, + { + "created": 1507894732, + "end_date": null, + "id": 146186, + "is_current": true, + "job_title": null, + "last_edited": 1507894732, + "organization": { + "created": 1436989276, + "id": 10173, + "last_edited": 1436989276, + "name": "SKT" + }, + "owner_id": 175, + "start_date": 1507852800 + } + ], + "bio": "

Jaesuk Ahn have received the M.S. and Ph.D. degrees from University of Texas at Austin, in 2004 and 2009, respectively, all in Software Engineering. Upon the graduation, he joined Korea Telecom from Sept. 2009, where he started to work on Open Source Cloud Technologies, especially on OpenStack Project. he had led a development team to architect, develop, and deploy opoenstack-based cloud platform for KT's internal private cloud till 2014. He joined a venture company called cloud4u at 2014 working at developing cloud tool chain to design, orechestrate, provision, monitor systems on cloud environment. He also worked as a main architect to develop open paas platform for the government. He is currently working at SK Telecom on the research project related to Software Defined Data Center as well as production openstack deployment and operation. Especially, he is currently working on putting OpenStack on Kubernetes leveraging Kolla and OpenStack-Helm Project.  

\r\n

He has also been involved in openstack community from early stage. he founded OpenStack Korea User group at 2011, since then, he has been doing various activities to promote OpenStack in Korea. In addition, He has been working as one of main organizers of OpenStack Day in Korea event since 2014. 

", + "created": 1436123234, + "first_name": "Jaesuk", + "gender": "Male", + "id": 654, + "irc": "jay-ahn", + "last_edited": 1518079466, + "last_name": "Ahn", + "member_id": 175, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/654", + "presentations": { + "14": 20811 + }, + "title": "OpenStack Architect, Evangelist, SKT", + "twitter": "songerie" + }, + { + "affiliations": [ + { + "created": 1416585837, + "end_date": null, + "id": 118057, + "is_current": true, + "job_title": null, + "last_edited": 1416585837, + "organization": { + "created": 1359485922, + "id": 27, + "last_edited": 1365013136, + "name": "IBM" + }, + "owner_id": 26565, + "start_date": 1056931200 + } + ], + "bio": "

Mr. Fried (rhymes with \"bleed\") entered OpenStack in the Liberty/Mitaka timeframe working on the PowerVM compute driver.  Since his first Nova commit in Newton, his focus has gradually become nearly 100% upstream.  Contributions in the Pike and Queens timeframe have spanned several projects, but have lately been focused primarily on the Placement API and its consumption by Nova.

", + "created": 1517849320, + "first_name": "Eric", + "gender": "Male", + "id": 14061, + "irc": "efried", + "last_edited": 1517851886, + "last_name": "Fried", + "member_id": 26565, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14061", + "presentations": [ + 20813 + ], + "title": "Software Engineer, POWER Systems", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1410866709, + "end_date": null, + "id": 61615, + "is_current": true, + "job_title": null, + "last_edited": 1410866709, + "organization": { + "created": 1359485922, + "id": 27, + "last_edited": 1365013136, + "name": "IBM" + }, + "owner_id": 280, + "start_date": 1409702400 + } + ], + "bio": "

Ed is a long-time developer, and has been working in Python for the last 15 years or so. He was fortunate enough to be part of the team at Rackspace that started OpenStack, and has continued to work on both the OpenStack code base as well as a Python SDK for OpenStack. His current focus is the Placement service for scheduling resources.

", + "created": 1454347654, + "first_name": "Edward", + "gender": "Male", + "id": 4913, + "irc": "edleafe", + "last_edited": 1518081072, + "last_name": "Leafe", + "member_id": 280, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4913", + "presentations": { + "1": 20813 + }, + "title": "OpenStack Developer", + "twitter": "EdLeafe" + }, + { + "affiliations": [ + { + "created": 1516120643, + "end_date": null, + "id": 153289, + "is_current": true, + "job_title": "Senior Software Engineer", + "last_edited": 1516120643, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 9349, + "start_date": 1501545600 + } + ], + "bio": "

Matthew is a software engineer working at SUSE, where he primarily works on upstream Openstack as a Swift core. Based on the south coast of NSW in Australia, he has been hacking on Swift since 2014. Matthew was the co-founder of the Kororaa Linux distribution which has given him careers in both Linux system administration and software development.

", + "created": 1454368004, + "first_name": "Matthew", + "gender": "Male", + "id": 5022, + "irc": "mattoliverau", + "last_edited": 1527160406, + "last_name": "Oliver", + "member_id": 9349, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5022", + "presentations": { + "2": 20815, + "3": 21278 + }, + "title": "Senior Software Engineer - SUSE", + "twitter": "mattoliverau" + }, + { + "affiliations": [ + { + "created": 1512808145, + "end_date": null, + "id": 148086, + "is_current": true, + "job_title": "Principal Software Engineer", + "last_edited": 1512808145, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 19088, + "start_date": 1512345600 + } + ], + "bio": "

Julia is not your typical engineer. She started her career in networking and eventually shifted to systems engineering. The DevOps movement lead her into software development and the operationalization of software due to the need to automate large scale systems deployments. She is experienced in conveying an operational perspective while bridging that with requirements, and doesn\u2019t mind getting deep down into code to solve a problem.

\n

She is an active core contributor and leader in OpenStack Ironic project, which is a project she feels passionate about due to many misspent hours in data centers deploying hardware. Prior to OpenStack, Julia contributed to the Shared Learning Infrastructure and worked with large scale litigation database systems.

\n

\u00a0

", + "created": 1454522658, + "first_name": "Julia", + "gender": "Female", + "id": 5408, + "irc": "ashinclouds", + "last_edited": 1522254144, + "last_name": "Kreger", + "member_id": 19088, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5408", + "presentations": { + "5": 20815 + }, + "title": "Principal Software Engineer, Red Hat", + "twitter": "TheJulia" + }, + { + "affiliations": [ + { + "created": 1384269883, + "end_date": null, + "id": 48477, + "is_current": true, + "job_title": "", + "last_edited": 1384269883, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 7551, + "start_date": null + } + ], + "bio": "

Prior to Red Hat, Flavio worked on Big Data oriented applications, search engines and message systems. He was also an active member of Gnome's a11y team where he contributed to Orca and created MouseTrap, a head-tracker application. Outside Red Hat Flavio likes to take run, travel, hang around with family and friends and whatever seems interesting.

\r\n

Flavio spends most of his time hacking on containers and messaging technologies in the OpenStack community where he's been part of several technical communities, served as a PTL and also as a Technical Committee member (where he still seats and contributes to).

", + "created": 1434418624, + "first_name": "Flavio", + "gender": "Male", + "id": 86, + "irc": "flaper87", + "last_edited": 1518067346, + "last_name": "Percoco", + "member_id": 7551, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/86", + "presentations": { + "11": 20815 + }, + "title": "Principal Software Engineer at Red Hat, Inc", + "twitter": "flaper87" + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 41045, + "is_current": true, + "job_title": "", + "last_edited": 1384269868, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 310, + "start_date": null + } + ], + "bio": "
Adam Young is a Cloud Solutions Architect at Red Hat, responsible for helping people developer 
their cloud strategies. He has been a long time core developer on Keystone, the authentication
and authorization service for OpenStack. Adam has worked on various systems management tools,
including the Identity Management component of Red Hat Enterprise Linux based on the FreeIPA
technology. A 20 year industry veteran, Adam contributed to multiple projects, products and
solutions from Java based eCommerce Web Sites to Kernel modifications for Beowulf clustering.
\r\n

 

", + "created": 1435840212, + "first_name": "Adam", + "gender": "Male", + "id": 591, + "irc": "ayoung", + "last_edited": 1517860012, + "last_name": "Young", + "member_id": 310, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/591", + "presentations": { + "12": 20818 + }, + "title": "Cloud Solutions Architect, Red Hat", + "twitter": "admiyoung" + }, + { + "affiliations": [ + { + "created": 1485907887, + "end_date": null, + "id": 134960, + "is_current": true, + "job_title": "Cloud Storage Lead", + "last_edited": 1485907887, + "organization": { + "created": 1436612884, + "id": 10068, + "last_edited": 1436612884, + "name": "Lenovo Inc" + }, + "owner_id": 8348, + "start_date": 1485129600 + } + ], + "bio": "

Jay worked for IBM between 2001 and 2017 on technologies such as Linux virtualization, supercomputing and storage.  Jay started working with OpenStack during the Grizzly release and has been focussed on Cinder since Havana.  As the Cinder Subject Matter Expert for IBM's Cloud Division, Jay served as the liason between the OpenStack Community and IBM's internal storage software development teams. 

\r\n

In January of 2017, Jay took the Cloud Storage Lead position in the Lenovo Cloud Technology Center (LCTC).  In this role he is working with Lenovo's storage offerings to guide their integration into cloud offerings.  In addition to Jay's storage responsibilities, he is working to guide Lenovo's growth in the OpenStack community.  He will be serving as a liaison between the growing group of contributors within Lenovo and the external development community. 

\r\n

Jay has also been a member of Cinder's core reviewer team since the Icehouse release, is a stable maintainer and serves as Cinder's Oslo and Documentation liaison. Jay currently serves as Cinder PTL.

", + "created": 1436462746, + "first_name": "Jay", + "gender": "Male", + "id": 995, + "irc": "jungleboyj", + "last_edited": 1517958797, + "last_name": "Bryant", + "member_id": 8348, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/995", + "presentations": { + "16": 20822, + "17": 20900, + "18": 21606, + "19": 21625, + "20": 21645 + }, + "title": "Cloud Storage Lead - Lenovo Cloud Technology Center", + "twitter": "jungleboyj" + }, + { + "affiliations": [ + { + "created": 1514206338, + "end_date": null, + "id": 148512, + "is_current": true, + "job_title": "Principal Architect", + "last_edited": 1514206338, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 7703, + "start_date": 1512345600 + } + ], + "bio": "

Xing is a Principal Architect at Huawei, leading the project and architecture design of OpenSDS, an open source project under Linux Foundation. She previously worked at Dell EMC and has expertise in storage, data protection, disaster recovery, cloud and virtualization technologies. Xing has been an OpenStack contributor since the Grizzly release and is a core reviewer in Cinder and Manila.  She is also a contributor in Kubernetes and Container Storage Interface (CSI).

", + "created": 1436882149, + "first_name": "Xing", + "gender": "Female", + "id": 1718, + "irc": "xyang", + "last_edited": 1526160835, + "last_name": "Yang", + "member_id": 7703, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1718", + "presentations": { + "17": 20822 + }, + "title": "Principal Architect", + "twitter": "2000Xyang" + }, + { + "affiliations": [ + { + "created": 1517872911, + "end_date": null, + "id": 153921, + "is_current": true, + "job_title": "Operations Manager", + "last_edited": 1517872911, + "organization": { + "created": 1416519597, + "id": 6798, + "last_edited": 1416519597, + "name": "The Linux Foundation" + }, + "owner_id": 53569, + "start_date": 1401667200 + }, + { + "created": 1455054001, + "end_date": null, + "id": 87339, + "is_current": true, + "job_title": null, + "last_edited": 1455054001, + "organization": { + "created": 1429420154, + "id": 8724, + "last_edited": 1429420154, + "name": "*independent user - Unaffiliated" + }, + "owner_id": 53569, + "start_date": 1454284800 + } + ], + "bio": "

Ray works at the Linux Foundation and has been responsible for the day-to-day operation of the OPNFV community since its launch in 2014. He has over 15 years of experience in the hi-tech industry in roles ranging from software engineer, product manager, program manager, account manager, and team lead at companies such as EDS, Intel, and Medallia. Ray lives in Sunnyvale, CA with his wife and daughter and all three are loyal season ticket holders of the San Jose Earthquakes soccer team.

", + "created": 1486442124, + "first_name": "Ray", + "gender": "Male", + "id": 11780, + "irc": "rpaik", + "last_edited": 1517872963, + "last_name": "Paik", + "member_id": 53569, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11780", + "presentations": { + "2": 20823 + }, + "title": "Operations Manager", + "twitter": "rspaik" + }, + { + "affiliations": [ + { + "created": 1490255672, + "end_date": null, + "id": 137772, + "is_current": true, + "job_title": null, + "last_edited": 1490255672, + "organization": { + "created": 1359485922, + "id": 285, + "last_edited": 1381734470, + "name": "NTT" + }, + "owner_id": 84891, + "start_date": 1396310400 + } + ], + "bio": "

A member of Research Engineer Project Team, Server Network Innovation Project, NTT Network Service Systems Laboratories.

\r\n

He joined NTT Telecommunication Networks Laboratory in 2014. He is currently studying network functions virtualization. He is a member of the Institute of Electronics, Information and Communication Engineers (IEICE).

\r\n

 

\r\n

 

", + "created": 1491439633, + "first_name": "Tetsuro", + "gender": "Male", + "id": 12311, + "irc": "tetsuro", + "last_edited": 1517886047, + "last_name": "Nakamura", + "member_id": 84891, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12311", + "presentations": { + "1": 20826 + }, + "title": "Mr. Tetsuro Nakamura", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1491902293, + "end_date": null, + "id": 138712, + "is_current": true, + "job_title": null, + "last_edited": 1491902293, + "organization": { + "created": 1359485922, + "id": 285, + "last_edited": 1381734470, + "name": "NTT" + }, + "owner_id": 85897, + "start_date": 1049155200 + } + ], + "bio": "

Researcher Engineer, Server Network Innovation Project, NTT Service Systems Laboratories.

\r\n

He joined NTT in 2003. His research interests include distributed systems, network virtualization, and network architectures. He is a member of IEICE.

", + "created": 1498601586, + "first_name": "Yasufumi", + "gender": "Male", + "id": 12562, + "irc": "yasufum", + "last_edited": 1526921553, + "last_name": "Ogawa", + "member_id": 85897, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12562", + "presentations": { + "1": 20826 + }, + "title": "Mr", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1398755026, + "end_date": null, + "id": 58163, + "is_current": true, + "job_title": null, + "last_edited": 1398755026, + "organization": { + "created": 1359485922, + "id": 42, + "last_edited": 1365005113, + "name": "CERN" + }, + "owner_id": 18496, + "start_date": 1162339200 + } + ], + "bio": "

Arne Wiebalck is a systems engineer at CERN, the European Organization for Nuclear Research. He studied physics and obtained a PhD in Computer Science from Heidelberg University, before he joined CERN more than 10 years ago. For several years he worked as a developer and engineer for CERN’s mass storage and distributed file systems. With the adoption of agile methods in CERN IT, he got fascinated by the advantages of virtualization and clouds, and is now responsible for the operation of CERN’s OpenStack-based private cloud.

", + "created": 1484770864, + "first_name": "Arne", + "gender": "Male", + "id": 11154, + "irc": "arnewiebalck", + "last_edited": 1521114398, + "last_name": "Wiebalck", + "member_id": 18496, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11154", + "presentations": { + "2": 20833, + "3": 20837, + "4": 20932, + "6": 21844 + }, + "title": "Computing Engineer", + "twitter": "@arnewiebalck" + }, + { + "affiliations": [ + { + "created": 1486496810, + "end_date": null, + "id": 135508, + "is_current": true, + "job_title": "Cloud Developer", + "last_edited": 1486496810, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 11727, + "start_date": 1486512000 + } + ], + "bio": "

Colleen works at SUSE as a Cloud Developer. She has been an active OpenStack contributor for three years, working with the Puppet Modules team, the OpenStack Infra team, and the keystone team.

", + "created": 1436532715, + "first_name": "Colleen", + "gender": "Female", + "id": 1084, + "irc": "cmurphy", + "last_edited": 1525977468, + "last_name": "Murphy", + "member_id": 11727, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1084", + "presentations": { + "8": 20836, + "9": 21633 + }, + "title": "Cloud Developer, SUSE", + "twitter": "_colleenm" + }, + { + "affiliations": [ + { + "created": 1437896939, + "end_date": null, + "id": 76923, + "is_current": true, + "job_title": null, + "last_edited": 1454415161, + "organization": { + "created": 1453015419, + "id": 12865, + "last_edited": 1453015419, + "name": "Nokia Cloudband" + }, + "owner_id": 41047, + "start_date": 1451606400 + } + ], + "bio": "

Ohad is a product manager in CloudBand, Nokia.

\r\n

In his role, Ohad is leading Analytics and monitoring for the CloudBand NFVI product and he is also responsible for open source activity in CloudBand. Ohad is driving Vitrage, an official OpenStack project, initiated by CloudBand, for root cause analysis, deduced alarms and states.

", + "created": 1439272077, + "first_name": "Ohad", + "gender": "Male", + "id": 3417, + "irc": null, + "last_edited": 1518101981, + "last_name": "Shamir", + "member_id": 41047, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3417", + "presentations": { + "7": 20839 + }, + "title": "Mr", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517881924, + "end_date": null, + "id": 153932, + "is_current": true, + "job_title": null, + "last_edited": 1517881924, + "organization": { + "created": 1399725551, + "id": 5106, + "last_edited": 1399725551, + "name": "nokia" + }, + "owner_id": 98530, + "start_date": 1470009600 + } + ], + "bio": "

Product manager for Nokia's VNF Manager offering (CBAM- Cloudband application manager).

", + "created": 1517901961, + "first_name": "Moshe", + "gender": "Male", + "id": 14082, + "irc": null, + "last_edited": 1526572091, + "last_name": "Lavi", + "member_id": 98530, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14082", + "presentations": [ + 20839 + ], + "title": "Mr", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Software Developer in CloudBand, Nokia

", + "created": 1519569420, + "first_name": "Andras", + "gender": null, + "id": 14462, + "irc": null, + "last_edited": 1519622897, + "last_name": "Urban", + "member_id": 99584, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14462", + "presentations": [ + 20839 + ], + "title": "Software Developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517909687, + "end_date": null, + "id": 153975, + "is_current": true, + "job_title": "System Architect", + "last_edited": 1517909687, + "organization": { + "created": 1517909687, + "id": 25907, + "last_edited": 1517909687, + "name": "1and1 Internet" + }, + "owner_id": 98556, + "start_date": 1508889600 + } + ], + "bio": "

Marian Tudosoiu is a Senior System Architect at 1&1 Internet SE, working on OpenStack Hybrid cloud, NFV and KVM Infrastructure. Marian has more than 10 years of experience in IT and Network Service Providers building large scale mission critical IT systems and cloud computing infrastructure(s).  He spent most of his experience in IBM CMS as Cloud Network Architect and Orange - FT Group as Network Engineer. He designed the world wide network infrastructure for IBM Cloud Managed Services. He has a B.Sc. in Telecommunications Engineering from Politehnica University of Bucharest.

", + "created": 1517902136, + "first_name": "Marian", + "gender": null, + "id": 14083, + "irc": null, + "last_edited": 1517982892, + "last_name": "Tudosoiu", + "member_id": 98556, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14083", + "presentations": [ + 20840 + ], + "title": "System Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1474018770, + "end_date": null, + "id": 105028, + "is_current": true, + "job_title": null, + "last_edited": 1474018770, + "organization": { + "created": 1474018770, + "id": 18703, + "last_edited": 1474018770, + "name": "1&1 Internet" + }, + "owner_id": 73527, + "start_date": 1359676800 + } + ], + "bio": "

Tudor Chihaia is the Engineering Manager of the Domains & Global Platform Development department at 1&1 Internet SE. In this position he is tasked with building and running platforms for the company's products with millions of customers (Domains, DNS, SSL) as well as develop the internal cloud and the infrastructure and operations tooling associated with it. He has been working with OpenStack, NFV and KVM technologies since 2015. Tudor has 15 years of all-round, hands on, experience in the IT Industry, with exposure to all stages of the plan / build / run product cycles and thorough understanding of technology stacks up from infrastructure layer to application level. Before joining 1&1 Tudor had spells at Orange-FT Group and HP, in the multicultural setting of these companies he started up multiple teams and departments. He has a B.Sc. in Telecommunications Engineering from \"Politehnica\" University of Bucharest.

", + "created": 1516865745, + "first_name": "Tudor", + "gender": "Male", + "id": 13959, + "irc": null, + "last_edited": 1518060485, + "last_name": "Chihaia", + "member_id": 73527, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13959", + "presentations": { + "2": 20840 + }, + "title": "Engineering Manager", + "twitter": "tudor_chihaia" + }, + { + "affiliations": [ + { + "created": 1466697672, + "end_date": null, + "id": 99578, + "is_current": true, + "job_title": null, + "last_edited": 1486627728, + "organization": { + "created": 1361972966, + "id": 1596, + "last_edited": 1364994360, + "name": "99cloud" + }, + "owner_id": 28514, + "start_date": 1415664000 + } + ], + "bio": "

Open source is a great way to promote oneself and providing businesses with many opportunities.  Recognizing this, after graduating from East China Normal university with a computer science degree, I got my first job in Lenovo group to do R&D on Linux, where I distributed a Linux OS. Before I joined OpenStack community, I had also worked on apache Java & J2EE projects. Come to OpenStack, attracted by its four Open principles, I am involved lots into many OpenStack Projects. In 2012, I started to work on Neutron project, and become a CORE reviewer, and I deployed first OpenStack public cloud service with full support Neutron models. And now I am working with Tacker project team as its PTL.

\r\n

OpenStack is becoming NFVI management system, many upper layer systems, such ONAP, OpenCORD are using it as default infrastructure resource management system. OpenStack skill is awesome for my involvement in these systems. I am working as CTO of 99cloud, which is providing OpenStack services to customers.  So I will and have to continue my efforts and do my best to get involved in it.

", + "created": 1452660733, + "first_name": "Yong Sheng", + "gender": "Male", + "id": 3908, + "irc": "gongysh", + "last_edited": 1517902981, + "last_name": "Gong", + "member_id": 28514, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3908", + "presentations": { + "10": 21589, + "11": 21651, + "9": 20843 + }, + "title": "Chief Architect", + "twitter": null + }, + { + "affiliations": [], + "bio": "

I consider myself open-source enthusiast I am really motivated about the whole open collaboration notion between people in the open-source community and that's why I am working in

\r\n

several open-source projects for about a year now such as OPNFV, OpenStack and OpenDaylight.

\r\n

I am core reviewer in OPNFV/SFC and also I am heavily contributing to Tacker, Openstack ansible projects and several other projects.

", + "created": 1517902888, + "first_name": "Dimitrios", + "gender": "Male", + "id": 14084, + "irc": "mardim", + "last_edited": 1518056349, + "last_name": "Markou", + "member_id": 89269, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14084", + "presentations": [ + 20843 + ], + "title": "Software Engineer", + "twitter": "dimmar91" + }, + { + "affiliations": [ + { + "created": 1449474784, + "end_date": null, + "id": 84138, + "is_current": true, + "job_title": null, + "last_edited": 1449561101, + "organization": { + "created": 1435634693, + "id": 9873, + "last_edited": 1435634693, + "name": "China Mobile Suzhou Software Technology Co., Ltd - China Mobile Suzhou Research Center" + }, + "owner_id": 50432, + "start_date": 1430697600 + } + ], + "bio": "

Yan Xing'an is a senior software development engineer for China Mobile Suzhou Research Center, core reviewer and contributor to the OpenStack Tacker project. He participates in the design and develop of the China mobile cloud NFV Products, including CloudOS, VNFM, NFVO.

", + "created": 1486211167, + "first_name": "Yan", + "gender": "Prefer not to say", + "id": 11481, + "irc": "YanXing_an", + "last_edited": 1517907476, + "last_name": "Xing'an", + "member_id": 50432, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11481", + "presentations": { + "3": 20843 + }, + "title": "Senior software development engineer for China Mobile Suzhou Research Center.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1521124799, + "end_date": null, + "id": 155162, + "is_current": true, + "job_title": "Fellow", + "last_edited": 1521124799, + "organization": { + "created": 1361972966, + "id": 1566, + "last_edited": 1381739137, + "name": "Verizon" + }, + "owner_id": 15733, + "start_date": 1491004800 + } + ], + "bio": "

Amrith is a fellow in Verizon's cloud team that develops and operates the Verizon Cloud Platform (VCP), focusing on OpenStack and other open source activities, Database-as-a-Service for OpenStack, and working with application owners migrating workloads onto VCP.

\r\n

He has been involved with OpenStack for several years and has been the PTL of the Trove (DBaaS) project for multiple releases. Before Verizon, Amrith was a founder at Tesora, a company that built a product around Trove, and made it simple and easy for customers to deploy DBaaS within their OpenStack deployments.

\r\n

Amrith has a long experience with distributed and high-performance computing, distributed databases, operating systems, and complex application architectures. He is a frequent speaker at events discussing these technologies, and is an advocate for the benefits of adopting open-source solutions to address enterprise technology needs.

", + "created": 1436303221, + "first_name": "Amrith", + "gender": "Prefer not to say", + "id": 847, + "irc": "amrith", + "last_edited": 1521124886, + "last_name": "Kumar", + "member_id": 15733, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/847", + "presentations": { + "26": 20846, + "27": 20974 + }, + "title": "Verizon", + "twitter": "amrithkumar" + }, + { + "affiliations": [], + "bio": "

SDN/NFV/Cloud Architect at Verizon Wireless

", + "created": 1451918477, + "first_name": "Fred", + "gender": null, + "id": 3737, + "irc": null, + "last_edited": 1517909271, + "last_name": "Oliveria", + "member_id": 51362, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3737", + "presentations": [ + 20846 + ], + "title": "Verizon Fellow", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1436976225, + "end_date": null, + "id": 76050, + "is_current": true, + "job_title": null, + "last_edited": 1436976225, + "organization": { + "created": 1424353327, + "id": 7570, + "last_edited": 1424353327, + "name": "Oracle Corporation" + }, + "owner_id": 39216, + "start_date": 1436745600 + } + ], + "bio": "

Steve Noyes is a consulting engineer at Oracle Corp working in the OpenStack development group. Through his career he has held positions as hardware/firmware/software engineer, project management, and VP of Engineering at various startups and established companies. He is enjoying his current role as a developer on OpenStack. He holds degrees in both Computer Science and Electrical Engineering.

", + "created": 1517912535, + "first_name": "Steve", + "gender": "Male", + "id": 14088, + "irc": "stvnoyes", + "last_edited": 1517917391, + "last_name": "Noyes", + "member_id": 39216, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14088", + "presentations": [ + 20850 + ], + "title": "Consulting Engineer at Oracle", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1516574451, + "end_date": null, + "id": 153469, + "is_current": true, + "job_title": "Principal Engineer", + "last_edited": 1516574451, + "organization": { + "created": 1359485922, + "id": 59, + "last_edited": 1381707064, + "name": "NetApp" + }, + "owner_id": 160, + "start_date": 1454371200 + } + ], + "bio": "

John Griffith, Principal Software Engineer at SolidFire now a part of NetApp, helped to create the Cinder project in OpenStack.  His primary responsibilities over the last several years have been as a technical contributor to OpenStack.  He served as Technical Lead for the Block Storage Project since it's beginning through the Juno release, and has also held elected seats on the OpenStack Technical Committee over the years.

\r\n

John has over fifteen years of engineering experience in both hardware and software engineering.  He’s been an active user and contributor to open source for close to a decade, and has been involved in OpenStack since January of 2011, currently an active contributor to OpenStack as well as Container projects.

\r\n

In addition to his technical contributions, John also spends a lot of his time talking to people who are interested in learning about OpenStack and Containers as well as gathering feedback from current users.

", + "created": 1436907422, + "first_name": "John", + "gender": "Male", + "id": 1918, + "irc": "jgriffith", + "last_edited": 1517912755, + "last_name": "Griffith", + "member_id": 160, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1918", + "presentations": { + "33": 20850 + }, + "title": "Principal Engineer at NetApp", + "twitter": "jdg_8" + }, + { + "affiliations": [ + { + "created": 1526651320, + "end_date": null, + "id": 157042, + "is_current": true, + "job_title": "Software Engineer", + "last_edited": 1526651320, + "organization": { + "created": 1490187951, + "id": 22147, + "last_edited": 1490187951, + "name": "Kontron Canada Inc." + }, + "owner_id": 52473, + "start_date": 1508889600 + } + ], + "bio": "

I am a software engineer working on cloud/NFV platforms at Kontron Canada. I also contribute to the OPNFV project in order to build a testing tool chain for NFV platforms. I have been talking at many conference including OpenStack and OPNFV Summits. I like to make movies and also to run.

", + "created": 1454332133, + "first_name": "Valentin", + "gender": "Male", + "id": 4840, + "irc": null, + "last_edited": 1526651343, + "last_name": "Boucher", + "member_id": 52473, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4840", + "presentations": { + "3": 20851 + }, + "title": "Software Conceptor", + "twitter": "boucherv1" + }, + { + "affiliations": [ + { + "created": 1499728310, + "end_date": null, + "id": 142462, + "is_current": true, + "job_title": "CTO and Coufounder", + "last_edited": 1499728310, + "organization": { + "created": 1499728309, + "id": 23698, + "last_edited": 1499728309, + "name": "Hyper HQ" + }, + "owner_id": 4495, + "start_date": 1420070400 + }, + { + "created": 1517916197, + "end_date": null, + "id": 153981, + "is_current": true, + "job_title": "Architecture Committee Member", + "last_edited": 1517916197, + "organization": { + "created": 1517916197, + "id": 25910, + "last_edited": 1517916197, + "name": "Kata Containers" + }, + "owner_id": 4495, + "start_date": 1512432000 + } + ], + "bio": "

Xu Wang is the CTO and Cofounder of Hyper HQ, and an initial member of Kata Containers Architecture Committee. HyperHQ created hypervisor-based open source container runtime runV (secure as VM, fast as container). runV merged with clear containers from Intel, and become Kata Containers project in Dec 2017.

\r\n

Hyper HQ provides hyper.sh, a runV/kata based container native Cloud. Before founded HyperHQ, Xu worked in a public cloud in China since 2011 and was working for China Mobile cloud team during 2007 to 2011.

\r\n

Xu had experiences on Linux Kernel, virtualization,  container, and distributed storage system. And he is also a technical writer and translator on Linux, virtualization, NoSQL etc.

", + "created": 1499728159, + "first_name": "Xu", + "gender": "Male", + "id": 12727, + "irc": "gnawux", + "last_edited": 1517918725, + "last_name": "Wang", + "member_id": 4495, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12727", + "presentations": { + "2": 20853 + }, + "title": "CTO and Cofounder of HyperHQ", + "twitter": "gnawux" + }, + { + "affiliations": [ + { + "created": 1425662692, + "end_date": null, + "id": 68351, + "is_current": true, + "job_title": null, + "last_edited": 1425662692, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 5544, + "start_date": 1425254400 + } + ], + "bio": "

Julio Villarreal Pelegrino is an Enterprise Architect and Systems Engineer with over fifteen (15) years of experience in the Software and IT Industry.

\r\n

 

\r\n

Currently, he is a Chief Architect in the Emerging Technology Practice at Red Hat, where he provides open source technology solutions to customers.  In this role, Julio helps to architect and implement private and public clouds and translate business needs into use cases and IT solutions.

\r\n

 

\r\n

His extensive experience in large Enterprise computing environments and multiple technologies that include  OpenStack, Kubernetes, Docker, Red Hat Enterprise Linux, OpenShift, VMware vSphere, SAN/NAS, Networking and multiple programming languages, makes him an asset to any organization.

\r\n

 

\r\n

Before joining Red Hat, Julio worked for Oracle and Dell where he held different roles within  IT and Services.

", + "created": 1434442834, + "first_name": "Julio", + "gender": "Male", + "id": 104, + "irc": "juliovp01", + "last_edited": 1521317845, + "last_name": "Villarreal Pelegrino", + "member_id": 5544, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/104", + "presentations": { + "9": 20857 + }, + "title": "Senior Principal Consulting Architect", + "twitter": "juliovp01" + }, + { + "affiliations": [], + "bio": "

Roger Lopez is a principal software engineer in Red Hat’s Solutions Engineering group. This team identifies high-value solution stacks based on input from Sales, Marketing, and Engineering teams and develops reference architectures for internal and external customers. Roger is a Red Hat Certified Engineer (RHCE) with more than 10 years of computer industry experience at Dell and Red Hat. I've presented at conference such as Red Hat Summit, Collaborate, Oracle World, OpenStack Summit over the course of those ten years. I've currently been working on OpenStack for three years with my focus around Performance and Scalability, Backup and Recovery, and OpenShift on OpenStack.

\r\n

Below are some blogs and reference architectures around OpenStack that I've written:

\r\n

http://redhatstackblog.redhat.com/2015/08/17/performance-and-scaling-your-red-hat-enterprise-linux-openstack-platform-cloud/

\r\n

https://access.redhat.com/node/1507893/40

\r\n

https://access.redhat.com/articles/2165131

\r\n

Below is a link to my last OpenStack Summit presentations:

\r\n

https://www.openstack.org/videos/video/failed-openstack-update-now-what

\r\n

https://www.openstack.org/videos/sydney-2017/bringing-worlds-together-designing-and-deploying-kubernetes-on-an-openstack-multi-site-environment

\r\n

 

", + "created": 1436891370, + "first_name": "Roger", + "gender": null, + "id": 1796, + "irc": null, + "last_edited": 1518081473, + "last_name": "Lopez", + "member_id": 39022, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1796", + "presentations": { + "4": 20857 + }, + "title": "Principal Software Engineer", + "twitter": "Lopez" + }, + { + "affiliations": [], + "bio": "

Davanum Srinivas (a.k.a Dims) is now a member of the Mirantis Community Engineering team working on OpenStack Nova, Oslo and related projects. He previously worked on IBM PureApplication product as an Architect and lead a team working on Web Services support in WebSphere. Dims has a long track record in open source projects including Apache Cocoon, Axis2, Geronimo at the Apache Software foundation and he co-founded WSO2 based on the open source business model.

", + "created": 1454473773, + "first_name": "Davanum", + "gender": null, + "id": 5328, + "irc": null, + "last_edited": 1517928532, + "last_name": "Srinivas", + "member_id": 28849, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5328", + "presentations": { + "1": 20861 + }, + "title": "Principal Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1399987084, + "end_date": null, + "id": 58524, + "is_current": true, + "job_title": "Lead System Architect", + "last_edited": 1490377687, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 18816, + "start_date": 1211068800 + } + ], + "bio": "

Kandan is Director at AT&T and responsible for AT&T's Cloud Strategy and Architecture. Kandan is the board of directors at OpenStack. Kandan leads technology efforts around NFV and AT&T’s Integrated Cloud Platform. He is currently responsible for shepherding SDN, Edge and NFV projects of AT&T and big Open Source advocate. 

", + "created": 1436995981, + "first_name": "Gnanavelkandan", + "gender": "Male", + "id": 2702, + "irc": null, + "last_edited": 1518104222, + "last_name": "Kathirvel", + "member_id": 18816, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2702", + "presentations": { + "17": 20861, + "19": 21866, + "20": 21885 + }, + "title": "Director", + "twitter": "@kandankathirvel" + }, + { + "affiliations": [ + { + "created": 1384269867, + "end_date": null, + "id": 40759, + "is_current": true, + "job_title": "Consulting Software Engineer", + "last_edited": 1384269867, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 48, + "start_date": 1380931200 + } + ], + "bio": "

Mark McLoughlin has spent over 15 years contributing to and leading open source projects such as GNOME, Fedora, KVM, qemu, libvirt, oVirt, and OpenStack.

\n

Mark is Senior Director of Engineering for OpenStack at Red Hat, and has lead Red Hat\u2019s OpenStack efforts since 2011. As an OpenStack contributor, he created the Oslo project, contributed heavily to Nova, and was elected both to the OpenStack Technical Committee and the OpenStack Foundation Board of Directors.

", + "created": 1434470244, + "first_name": "Mark", + "gender": "Male", + "id": 123, + "irc": "markmc_", + "last_edited": 1525955978, + "last_name": "McLoughlin", + "member_id": 48, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/123", + "presentations": { + "12": 20861, + "13": 21894 + }, + "title": "Senior Director of Engineering for OpenStack, Red Hat", + "twitter": "markmc" + }, + { + "affiliations": [ + { + "created": 1453082647, + "end_date": null, + "id": 85817, + "is_current": true, + "job_title": null, + "last_edited": 1453082647, + "organization": { + "created": 1359485922, + "id": 375, + "last_edited": 1365011280, + "name": "Catalyst IT Limited" + }, + "owner_id": 52051, + "start_date": 1401667200 + } + ], + "bio": "

I involved in OpenStack since 2012 and was a Glance core member for almost 4 years. And now I'm serving as the PTL of Zaqar for 4 cycles.

", + "created": 1453082977, + "first_name": "Feilong", + "gender": "Male", + "id": 3999, + "irc": "flwang", + "last_edited": 1517933666, + "last_name": "Wang", + "member_id": 52051, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3999", + "presentations": { + "10": 20865 + }, + "title": "Senior Software Engineer", + "twitter": "feilongwang" + }, + { + "affiliations": [ + { + "created": 1488206420, + "end_date": null, + "id": 136684, + "is_current": true, + "job_title": null, + "last_edited": 1488206420, + "organization": { + "created": 1391616091, + "id": 4146, + "last_edited": 1391616091, + "name": "Rackspace Hosting" + }, + "owner_id": 83707, + "start_date": 1420070400 + } + ], + "bio": "

Ell has been part of the Rackspace family for about three years as a Linux Administrator and a Technical Trainer. In this time she has developed a strong passion for education and mentorship. 

", + "created": 1497606884, + "first_name": "Ell", + "gender": "Female", + "id": 12531, + "irc": "ellopunk", + "last_edited": 1518098205, + "last_name": "Marquez", + "member_id": 83707, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12531", + "presentations": { + "4": 20875, + "5": 20982 + }, + "title": "Technical Trainer", + "twitter": "@ell_o_punks" + }, + { + "affiliations": [ + { + "created": 1384269871, + "end_date": null, + "id": 42525, + "is_current": true, + "job_title": "", + "last_edited": 1436279919, + "organization": { + "created": 1359485922, + "id": 1, + "last_edited": 1364994786, + "name": "Rackspace" + }, + "owner_id": 1760, + "start_date": 1155513600 + } + ], + "bio": "

Byron is a DevOps Engineer at Racksapce.

", + "created": 1439823600, + "first_name": "Byron", + "gender": "Male", + "id": 3463, + "irc": "bgmccollm", + "last_edited": 1518098169, + "last_name": "McCollum", + "member_id": 1760, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3463", + "presentations": { + "4": 20875, + "5": 20982 + }, + "title": "DevOps Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1499427361, + "end_date": null, + "id": 142381, + "is_current": true, + "job_title": "Technical Trainer III", + "last_edited": 1499427361, + "organization": { + "created": 1359485922, + "id": 1, + "last_edited": 1364994786, + "name": "Rackspace" + }, + "owner_id": 89524, + "start_date": 1422835200 + } + ], + "bio": "

Tyler DeRosa-Grund, Technical Trainer III at Rackspace has been working with Linux and Openstack as a Professional Career since 2012. Tyler holds several certifications in Networking, Linux and Openstack and has held both Engineer and Training positions throughout his career. 

", + "created": 1499426574, + "first_name": "Tyler", + "gender": "Male", + "id": 12688, + "irc": "tylerderosagrund", + "last_edited": 1518098251, + "last_name": "DeRosa-Grund", + "member_id": 89524, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12688", + "presentations": { + "4": 20875, + "5": 20982 + }, + "title": "Technical Trainer III", + "twitter": "mrDeRosaGrund" + }, + { + "affiliations": [ + { + "created": 1423568175, + "end_date": null, + "id": 65616, + "is_current": true, + "job_title": null, + "last_edited": 1423568175, + "organization": { + "created": 1392831684, + "id": 4266, + "last_edited": 1392831684, + "name": "ebay inc" + }, + "owner_id": 28581, + "start_date": 1332115200 + } + ], + "bio": "

Vivek Jain is an architect and dev manager for eBay's cloud and traffic infrastructure teams. He is responsible for building highly scalable and reliable compute/storage and network solutions. Before eBay, he has been working in datacenter and cloud automation area for more than 7 years in Sun Microsystems and Oracle.

", + "created": 1436792033, + "first_name": "Vivek", + "gender": "Male", + "id": 1316, + "irc": null, + "last_edited": 1519404554, + "last_name": "Jain", + "member_id": 28581, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1316", + "presentations": { + "5": 20877 + }, + "title": "Cloud Solutions at eBay Inc", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269883, + "end_date": null, + "id": 48574, + "is_current": true, + "job_title": "", + "last_edited": 1384269883, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 7644, + "start_date": null + } + ], + "bio": "

A versatile Engineer with successful background in Information Technology, Design and Architecture for Infrastructure as a Service, Cloud Computing, Software Defined Network[SDN], Software Defined Storage[SDS] and High Availability solutions with open source technologies. He has rich IT experience with extensive and up-to-date technical background.

\r\n

• 9 years of IT experience, 1 technical degree, 3 industry certifications and 4 industry trainings.
• Subject matter expert in several key disciplines ranging from Linux, Infrastructure as a Service with Software Defined Network, Software Defined Storage and Compute concentrations.
• DevOps and Reliability Engineering.
• CICD and Automation by Jenkins, Docker.
• Experience on open source datacenter solutions and automation ranging Redhat, CentOS, Ubuntu, LXC and Openstack.
• Configuration management and Orchestration through puppet.
• High Availability Solutions/Services.
• Distributed file system solutions.
• Design and Architecture for Infrastruture solutions
• 6 years of experience on cloud computing.
• 4 Years of US work Experience

", + "created": 1517941282, + "first_name": "Nirbhay", + "gender": "Male", + "id": 14110, + "irc": null, + "last_edited": 1526853515, + "last_name": "Tomar", + "member_id": 7644, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14110", + "presentations": [ + 20877 + ], + "title": "Mr", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517946106, + "end_date": null, + "id": 154003, + "is_current": true, + "job_title": null, + "last_edited": 1517946106, + "organization": { + "created": 1392920724, + "id": 4310, + "last_edited": 1392920724, + "name": "eBay, Inc." + }, + "owner_id": 98582, + "start_date": 1408924800 + } + ], + "bio": "

20 years of experience in Software Architecture and Technical Product Management, specialized in large distributed workloads running in the Cloud. Currently,Product Owner for eBay Cloud Infrastructure: This includes Cloud Storage (Block Storage and Object Storage), Cloud Compute, and Cloud Networking. Previously, led many business critical initiatives, for various large and small companies. More information can be found at: https://www.linkedin.com/in/gbouzeid

", + "created": 1517947709, + "first_name": "Gilbert", + "gender": "Male", + "id": 14119, + "irc": null, + "last_edited": 1517950674, + "last_name": "Bouzeid", + "member_id": 98582, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14119", + "presentations": [ + 20877 + ], + "title": "eBay Cloud Infrastructure, Product Owner", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Nate Baechtold is an Infrastructure Architect at EBSCO.  He has been a professional software engineer for 7 years writing distributed applications for the enterprise and an architect for 3 years focused on infrastructure design, automation and cloud technologies.

\r\n

He is the primary architect and technical lead for EBSCO’s private cloud rollout to live customer facing environments and the implementation of a software defined load balancing strategy.  Nate has been also heavily involved in EBSCO’s overall cloud strategy.

", + "created": 1454365550, + "first_name": "Nate", + "gender": null, + "id": 5004, + "irc": null, + "last_edited": 1518089756, + "last_name": "Baechtold", + "member_id": 37948, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5004", + "presentations": { + "2": 20884 + }, + "title": "Infrastructure Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1456266964, + "end_date": null, + "id": 90955, + "is_current": true, + "job_title": null, + "last_edited": 1456266964, + "organization": { + "created": 1423498439, + "id": 7377, + "last_edited": 1423498439, + "name": "Avi Networks Inc" + }, + "owner_id": 28133, + "start_date": 1456185600 + } + ], + "bio": "

Praveen Yalagandula is the OpenStack Architect at Avi Networks, responsible for designing and developing the integration of Avi Networks’ Cloud Application Delivery Platform with OpenStack infrastructure services. At Avi, Praveen also leads the application performance visibility component of the Avi’s solution and has developed a scalable and distributed log analytics system. Prior to Avi, Praveen was a Principal Scientist at HP Labs in Palo Alto, where he spent 8 years exploring several aspects of data center networks, software defined networking, and large-scale distributed systems. Praveen received his Ph.D. in Computer Science from the University of Texas at Austin in 2005. He is currently a senior member of IEEE and ACM.

", + "created": 1436977014, + "first_name": "Praveen", + "gender": null, + "id": 2429, + "irc": null, + "last_edited": 1518181586, + "last_name": "Yalagandula", + "member_id": 28133, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2429", + "presentations": { + "8": 20884 + }, + "title": "OpenStack Architect", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Gaurav Rastogi is lead Analytics Architect at Avi Networks. The Avi Networks brings the benefits of hyperscale application delivery to every enterprise, at any scale. He works on architecture of inline and streaming analytics to provide end-to-end visibility, insights, and autoscaling for cloud applications.

\r\n


Prior to Avi Networks Gaurav was Sr. Engineering Manager at Adobe where he led team to build SaaS based Adobe Primetime Publishing Services focused at video monetization for large media companies. He has more than 10 years of software development experience in distributed systems and networking platform including High TPS and I/O intensive Video Streaming servers, IP and Storage Networking. He has MS in Computer Engineering from The University of Texas at Austin. He received his undergraduate (B.Tech) degree from the Indian Institute of Technology at Kanpur.

", + "created": 1499867025, + "first_name": "Gaurav", + "gender": "Male", + "id": 12822, + "irc": null, + "last_edited": 1518111605, + "last_name": "Rastogi", + "member_id": 21369, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12822", + "presentations": { + "2": 20884 + }, + "title": "Analytics Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1460407728, + "end_date": null, + "id": 93891, + "is_current": true, + "job_title": null, + "last_edited": 1460407728, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 59756, + "start_date": 1460937600 + } + ], + "bio": "

Elise has been a key player in open source initiatives at AT&T for the last three years. As a technical agile coach, she drove the transition to modern agile development practices. She also developed a company-wide practice to simplify employee-driven open source contributions and established a standard structure for AT&T's GitHub presence.

\r\n

Currently, Elise works within AIC to interface with upstream OpenStack community and beyond. Contributing to AIC quality improvement and open source strategy in many ways, she currently leads an effort to repurpose unused hardware to create an accessible Open Source Lab, housed in the T-REX Innovation Center in downtown St. Louis.

", + "created": 1468443653, + "first_name": "Elise", + "gender": "Female", + "id": 10196, + "irc": "eeiden", + "last_edited": 1518116320, + "last_name": "Eiden", + "member_id": 59756, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10196", + "presentations": { + "5": 20891 + }, + "title": "Professional System Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1439373674, + "end_date": null, + "id": 78625, + "is_current": true, + "job_title": null, + "last_edited": 1439373674, + "organization": { + "created": 1434981210, + "id": 9750, + "last_edited": 1434981210, + "name": "AT&T Services" + }, + "owner_id": 45370, + "start_date": 846547200 + } + ], + "bio": "

Lead developer of the AIC Quality Automation (AQuA) team.  AQuA is a framework of frameworks for containerizing testing tools of our control plane. If you have any question please reach our to me.

", + "created": 1468461811, + "first_name": "Doug", + "gender": "Male", + "id": 10288, + "irc": "bigdogstl", + "last_edited": 1526997945, + "last_name": "Schveninger", + "member_id": 45370, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10288", + "presentations": { + "3": 20891 + }, + "title": "Principal System Engineer", + "twitter": "ishootsportsstl" + }, + { + "affiliations": [ + { + "created": 1475648661, + "end_date": null, + "id": 106536, + "is_current": true, + "job_title": "Member Of Technical Staff", + "last_edited": 1476094903, + "organization": { + "created": 1359485922, + "id": 537, + "last_edited": 1381707064, + "name": "NEC" + }, + "owner_id": 41259, + "start_date": 1467331200 + } + ], + "bio": "

He is an active contributor in OpenStack for container based projects like Kolla, Kolla-ansible, Kolla-kubernetes, OpenStack-Helm, TripleO\u00a0 and working\u00a0in kolla, kolla-ansible as core reviewer and developer.

\n

He is currently working as Senior Cloud Software Developer in NEC Technologies Ind Pvt Ltd in cloud division. He has almost 4 years of rich experience in cloud computing domain while working as primary as well as secondary software developer in OpenStack.

\n

He has expertise in python, shell scripts, go, docker, ansible, kubernetes and having the rich knowledge in cloud computing domain specially in deloyment of OpenStack into container with various container based projects.

\n

He is very keen to make his own remark in containerized cloud domain across the open source communities.

", + "created": 1486115380, + "first_name": "Surya Prakash", + "gender": "Male", + "id": 11406, + "irc": "suryaprakash64", + "last_edited": 1521715784, + "last_name": "Singh", + "member_id": 41259, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11406", + "presentations": { + "5": 20899, + "6": 21588, + "7": 21634 + }, + "title": "Senior Cloud Software Developer, NEC", + "twitter": "spsurya" + }, + { + "affiliations": [ + { + "created": 1468378529, + "end_date": null, + "id": 101191, + "is_current": true, + "job_title": null, + "last_edited": 1468378529, + "organization": { + "created": 1361972966, + "id": 1596, + "last_edited": 1364994360, + "name": "99cloud" + }, + "owner_id": 9936, + "start_date": 1446336000 + } + ], + "bio": "

Early OpenStack practitioners

\r\n

Provide private cloud solution and secondary development based on OpenStack.

\r\n

Planning and implementation multi private cloud plateform.

\r\n

Active community developer. Contribute to Keystone, Nova, Zaqar and Kolla projects.

", + "created": 1453178180, + "first_name": "Jeffrey", + "gender": "Male", + "id": 4025, + "irc": "jeffrey4l", + "last_edited": 1518090973, + "last_name": "Zhang", + "member_id": 9936, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4025", + "presentations": { + "10": 21856, + "7": 20899, + "8": 21588, + "9": 21634 + }, + "title": "OpenStack Developer in 99cloud", + "twitter": "jeffrey4l" + }, + { + "affiliations": [ + { + "created": 1467612812, + "end_date": null, + "id": 100625, + "is_current": true, + "job_title": null, + "last_edited": 1467612812, + "organization": { + "created": 1359485922, + "id": 226, + "last_edited": 1365013136, + "name": "Fujitsu" + }, + "owner_id": 66800, + "start_date": 1467590400 + } + ], + "bio": "

I am interested in cloud and fog computing technique with background is computer science.

\r\n

Currently, my main interest project is Kolla and currently, I'm interested with reduce upgrade downtime to zero-downtime.

", + "created": 1481861449, + "first_name": "Duong", + "gender": "Male", + "id": 11010, + "irc": "duonghq", + "last_edited": 1518132509, + "last_name": "Ha-Quang", + "member_id": 66800, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11010", + "presentations": { + "3": 20899 + }, + "title": "Software Engineer", + "twitter": "haqduong" + }, + { + "affiliations": [ + { + "created": 1521106472, + "end_date": null, + "id": 155150, + "is_current": true, + "job_title": null, + "last_edited": 1521106472, + "organization": { + "created": 1501119984, + "id": 23941, + "last_edited": 1501119984, + "name": "CloudBand Nokia" + }, + "owner_id": 76466, + "start_date": 1521417600 + } + ], + "bio": "

My background is in networking and virtualization.

\r\n

I have written features for Cisco Systems for various operating systems and hardware.

\r\n

Now at Lenovo in the Data Center Group and Lenovo Cloud Technology Center - I am focused on Openstack solutions to promote understanding of Lenovo's hardware and software capabilities, and to provide expertise and thought-leadership to our customers.

\r\n

In particular my interests lie with containerization, so I am working on Kolla, Kubernetes and OpenStack Helm.

", + "created": 1486402170, + "first_name": "Rich", + "gender": "Male", + "id": 11630, + "irc": "rwellum", + "last_edited": 1526751046, + "last_name": "Wellum", + "member_id": 76466, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11630", + "presentations": { + "4": 20900 + }, + "title": "Advisory Researcher, Cloud Infrastructure, Lenovo.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1475009443, + "end_date": null, + "id": 105680, + "is_current": true, + "job_title": null, + "last_edited": 1475009443, + "organization": { + "created": 1359485922, + "id": 527, + "last_edited": 1381705946, + "name": "lenovo" + }, + "owner_id": 74195, + "start_date": 1474848000 + } + ], + "bio": "

Bin Zhou, Ph.D. is an advisory researcher at Lenovo Cloud Technology Center. He has been involved with OpenStack and OPNFV for over three years. Before joining Lenovo, he had been leading the desgin and construction of openstack-based SDN and NFV infrastructure at Comcast. As a solution architect, he also led several SDN POC projects based OpenStack and Opendaylight at Overture Networks. He had extensive development experience with NFVO, SDN and telecommunication software systems.

", + "created": 1486090468, + "first_name": "Bin", + "gender": "Male", + "id": 11387, + "irc": "lakerzhou", + "last_edited": 1523869901, + "last_name": "Zhou", + "member_id": 74195, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11387", + "presentations": { + "4": 20900 + }, + "title": "Advisory Researcher, Cloud Architect, Lenovo", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454487518, + "end_date": null, + "id": 86817, + "is_current": true, + "job_title": null, + "last_edited": 1454487518, + "organization": { + "created": 1454480194, + "id": 13110, + "last_edited": 1454480194, + "name": "QCT" + }, + "owner_id": 53119, + "start_date": 1388534400 + } + ], + "bio": "

As a technical manager at QCT (Quanta Cloud technology), Marco Huang is working on OpenStack, Ceph and SDS technologies to provide cloud-based solutions in service provider and enterprise business. Previously Marco worked in IT industry with more than 13 years’ experience.

\r\n

 

\r\n

QCT has led in the ongoing disruption of the datacenter hardware market and is now the largest cloud datacenter hardware provider in the world.

", + "created": 1454481425, + "first_name": "Marco", + "gender": "Male", + "id": 5368, + "irc": null, + "last_edited": 1523907039, + "last_name": "Huang", + "member_id": 53119, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5368", + "presentations": { + "1": 20905, + "4": 21794 + }, + "title": "Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1524584784, + "end_date": null, + "id": 156280, + "is_current": true, + "job_title": "Business Development Leader", + "last_edited": 1524584784, + "organization": { + "created": 1454480194, + "id": 13110, + "last_edited": 1454480194, + "name": "QCT" + }, + "owner_id": 58816, + "start_date": 1438560000 + } + ], + "bio": "

Leading the team responsible for building OpenStack, Ceph and Gluster reference architectures with partners, including Intel, Red Hat, Canonical, and Mirantis. Amy's role in QCT also involves nurturing strategic alliances and product go-to-market activities. 

\r\n

Quanta Cloud Technology (QCT) is a global datacenter solution provider; and combines the efficiency of hyperscale hardware with infrastructure software from a diversity of industry leaders to solve next-generation datacenter design and operation challenges. QCT serves cloud service providers, telecoms and enterprises running public, hybrid and private clouds.

", + "created": 1523860557, + "first_name": "Amy", + "gender": "Female", + "id": 14572, + "irc": null, + "last_edited": 1524587110, + "last_name": "Chang", + "member_id": 58816, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14572", + "presentations": [ + 20905, + 21794 + ], + "title": "Business Development Leader", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518086015, + "end_date": null, + "id": 154174, + "is_current": true, + "job_title": "Software engineer ", + "last_edited": 1518086015, + "organization": { + "created": 1399725551, + "id": 5106, + "last_edited": 1399725551, + "name": "nokia" + }, + "owner_id": 98168, + "start_date": 1470960000 + } + ], + "bio": "

I studied communication system engineering at BGU\u00a0

\n

I have been working at Nokia in Cloudband group R&D as a cloud infrastructure developer for than 1.5 years.

\n

my area of knowledge/expertise are\u00a0networking, containers, heat, ironic, kubernetes.\u00a0

", + "created": 1517893675, + "first_name": "Ruven", + "gender": "Male", + "id": 14078, + "irc": null, + "last_edited": 1523975081, + "last_name": "Milshtein", + "member_id": 98168, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14078", + "presentations": { + "1": 20918 + }, + "title": "Nokia OpenStack Software Engineer", + "twitter": "ruven" + }, + { + "affiliations": [ + { + "created": 1524025617, + "end_date": null, + "id": 156117, + "is_current": true, + "job_title": null, + "last_edited": 1524025617, + "organization": { + "created": 1524025616, + "id": 26564, + "last_edited": 1524025616, + "name": "Nokia Corp." + }, + "owner_id": 101062, + "start_date": 1231113600 + } + ], + "bio": null, + "created": 1524059637, + "first_name": "Timea", + "gender": "Female", + "id": 14576, + "irc": null, + "last_edited": 1524059637, + "last_name": "Laszlo", + "member_id": 101062, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14576", + "presentations": [ + 20918 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1468320143, + "end_date": null, + "id": 101110, + "is_current": true, + "job_title": null, + "last_edited": 1468320143, + "organization": { + "created": 1423411546, + "id": 7360, + "last_edited": 1423411546, + "name": "Mellanox Technologies" + }, + "owner_id": 20804, + "start_date": 1468281600 + } + ], + "bio": "

Erez Cohen acts as Mellanox Vice President for CloudX and Machine Learning Programs, responsible for all aspects of the programs including architecture, implementation and marketing/sales. The CloudX and Machine Learning programs incorporate Mellanox state of the art network and storage interconnect product lines to form the most efficient and scalable cloud and Machine Learning infrastructure.

\r\n

Between 2003 and 2013 Mr. Cohen led the Field Engineering group at Mellanox. In this position Mr. Cohen was responsible for Global pre and post sales technical support for OEMs and end users. As part of this role Mr. Cohen was involved with some of the largest and most complex data centers and High Performance Computing clusters in the world.

\r\n

Between 2000 and 2003 Mr. Cohen lead the Architecture and Design Validation group at Mellanox.

\r\n

Mr. Cohen holds a Bachelor of Science in Computer Engineering from the Technion Israel Institute of Technology.

", + "created": 1434853331, + "first_name": "Erez", + "gender": null, + "id": 237, + "irc": null, + "last_edited": 1518084369, + "last_name": "Cohen", + "member_id": 20804, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/237", + "presentations": { + "13": 20929, + "15": 21781 + }, + "title": "Vice President, CloudX and Machine Learning", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517973746, + "end_date": null, + "id": 154029, + "is_current": true, + "job_title": "High Performance Computing Technical Lead", + "last_edited": 1517973746, + "organization": { + "created": 1424369518, + "id": 7576, + "last_edited": 1424369518, + "name": "CSIRO" + }, + "owner_id": 92008, + "start_date": 1509494400 + } + ], + "bio": "

I am a Linux and OpenStack architect with strong focus on high performance computing. I am a pioneer of using InfiniBand interconnects in OpenStack cloud. I'm passionate about high performance hardware and building systems that help solve some of the most complex scientific problems. Last but not least - I'm passionate about Ansible and all things DevOps.

", + "created": 1510592864, + "first_name": "Jacob", + "gender": "Male", + "id": 13857, + "irc": null, + "last_edited": 1525320323, + "last_name": "Anders", + "member_id": 92008, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13857", + "presentations": { + "0": 20929, + "3": 21781 + }, + "title": "HPC Tech Lead", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1422930278, + "end_date": null, + "id": 65270, + "is_current": true, + "job_title": null, + "last_edited": 1422930278, + "organization": { + "created": 1359485922, + "id": 42, + "last_edited": 1365005113, + "name": "CERN" + }, + "owner_id": 27600, + "start_date": 1207008000 + } + ], + "bio": "

Dan is a Storage Engineer and Ceph Manager in CERN IT's Storage Group. Prior to working on storage, Dan worked in Grid Computing for the ATLAS experiment at CERN. Dan earned a PhD in Computer Engineering at the University of Victoria in 2008.

", + "created": 1468418042, + "first_name": "Dan", + "gender": "Male", + "id": 10020, + "irc": null, + "last_edited": 1517973117, + "last_name": "van der Ster", + "member_id": 27600, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10020", + "presentations": { + "1": 20932 + }, + "title": "Storage Engineer", + "twitter": "danvanderster" + }, + { + "affiliations": [], + "bio": "

Pierre Lynch is a Lead Technologist for the Ixia Solutions Group within Keysight Technologies. Pierre has been working in the mobile network testing industry since the beginning of his 20 year career. He is responsible for representing Keysight at standards definition organizations (SDOs) and open source communities relating to virtualization and mobility, including ETSI NFV, ETSI MEC, 3GPP, OPNFV, ONAP, OSM and the Small Cell Forum. He has been with Ixia (now Keysight Technologies) since 2006. He is the current chair of the TST Working Group at ETSI NFV ISG. 

", + "created": 1517377438, + "first_name": "Pierre", + "gender": null, + "id": 14009, + "irc": null, + "last_edited": 1517988893, + "last_name": "Lynch", + "member_id": 98309, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14009", + "presentations": [ + 20942, + 20955 + ], + "title": "Lead Technologist", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1476982369, + "end_date": null, + "id": 107624, + "is_current": true, + "job_title": null, + "last_edited": 1476982369, + "organization": { + "created": 1476982369, + "id": 19338, + "last_edited": 1476982369, + "name": "ETSI" + }, + "owner_id": 76081, + "start_date": 1326067200 + } + ], + "bio": "

Silvia is a Technical Expert in the ETSI Centre for Testing and Interoperability where she provides technical management and expertise in the areas of open source, interoperability testing and proofs of concept (PoC). Among others, she is in charge of the NFV Plugtests Programme, the Open Source MANO project (ETSI OSM) and the NFV PoC Framework.

", + "created": 1491988686, + "first_name": "Silvia", + "gender": "Female", + "id": 12330, + "irc": null, + "last_edited": 1523445879, + "last_name": "Almagia", + "member_id": 76081, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12330", + "presentations": [ + 20942 + ], + "title": "ETSI CTI Technical Expert", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1423048411, + "end_date": null, + "id": 65317, + "is_current": true, + "job_title": null, + "last_edited": 1423048411, + "organization": { + "created": 1396778310, + "id": 4842, + "last_edited": 1396778310, + "name": "Red Hat, Inc." + }, + "owner_id": 14437, + "start_date": 1422748800 + } + ], + "bio": "

Cinder Core and Principal Software engineer at Red Hat contributing to OpenStack's Block Storage Service. Previous experience includes Artificial Intelligence, Embedded Systems and High Availability mobile payment platforms.

\r\n

Besides leading the effort to support Active-Active High Availability configurations in Cinder, he's also been working during the N cycle on removing DB access races on API nodes, optimizing DB queries on most common operations, and making improvements to the Rolling Upgrades and Microversions mechanisms in Cinder.

", + "created": 1436950349, + "first_name": "Gorka", + "gender": "Male", + "id": 2134, + "irc": "geguileo", + "last_edited": 1517990622, + "last_name": "Eguileor", + "member_id": 14437, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2134", + "presentations": { + "5": 20950 + }, + "title": "Principal Software Engineer at Red Hat", + "twitter": "geguileo" + }, + { + "affiliations": [ + { + "created": 1517987905, + "end_date": null, + "id": 154061, + "is_current": true, + "job_title": "Openstack Engineer", + "last_edited": 1517987905, + "organization": { + "created": 1359485922, + "id": 59, + "last_edited": 1381707064, + "name": "NetApp" + }, + "owner_id": 45765, + "start_date": 1504224000 + } + ], + "bio": "

Tiago is a developer for Manila and Cinder since Liberty release, and currently works for NetApp as a driver developer. He has contributed with manila core features like Mountable Snapshots and DriverFilter/Goodness Weigher. He started working with OpenStack by deploying distributions and developing drivers for Cinder and Manila.

", + "created": 1516104150, + "first_name": "Tiago", + "gender": "Male", + "id": 13896, + "irc": "tpsilva", + "last_edited": 1518066779, + "last_name": "Pasqualini", + "member_id": 45765, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13896", + "presentations": [ + 20950, + 21126 + ], + "title": "OpenStack Engineer at NetApp", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1390893116, + "end_date": null, + "id": 55553, + "is_current": true, + "job_title": "System Analyst", + "last_edited": 1390893116, + "organization": { + "created": 1390893116, + "id": 4089, + "last_edited": 1390893116, + "name": "FIT - Flextronics Instituto de Tecnologia" + }, + "owner_id": 15549, + "start_date": 1263513600 + }, + { + "created": 1521211498, + "end_date": null, + "id": 155227, + "is_current": true, + "job_title": "Openstack Engineer Open EcoSystem", + "last_edited": 1521211498, + "organization": { + "created": 1359485922, + "id": 59, + "last_edited": 1381707064, + "name": "NetApp" + }, + "owner_id": 15549, + "start_date": 1504224000 + } + ], + "bio": "

 

\r\n

Erlon works for NetApp as driver developer, and a researcher in the field of Distributed Systems. Prior work includes being a driver developer for Hitachi from Icehouse through Ocata releases. He is focused on Cinder upstream development and has contributed with several features. He started working with OpenStack in Icehouse release by deploying OpenStack distributions and developing drivers for Cinder and Manila projects.

", + "created": 1482336290, + "first_name": "Erlon", + "gender": "Male", + "id": 11026, + "irc": "erlon", + "last_edited": 1521211584, + "last_name": "Cruz", + "member_id": 15549, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11026", + "presentations": [ + 20950, + 21126 + ], + "title": "Software Engineer at NetApp", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1424316633, + "end_date": null, + "id": 66600, + "is_current": true, + "job_title": null, + "last_edited": 1453021183, + "organization": { + "created": 1421798436, + "id": 7259, + "last_edited": 1421798436, + "name": "Nokia Networks" + }, + "owner_id": 29961, + "start_date": 1422835200 + }, + { + "created": 1424316633, + "end_date": null, + "id": 120252, + "is_current": true, + "job_title": null, + "last_edited": 1453021183, + "organization": { + "created": 1421798436, + "id": 7259, + "last_edited": 1421798436, + "name": "Nokia Networks" + }, + "owner_id": 29961, + "start_date": 1422835200 + } + ], + "bio": "

Eyal has 20 years of experience in development.

\r\n

Today Eyal is a member of Analytics Insight team in Nokia's CloudBand.

\r\n

On his free time, when not spending time with his family, Eyal likes swimming.

", + "created": 1465204975, + "first_name": "Eyal", + "gender": "Male", + "id": 9160, + "irc": "eyalb", + "last_edited": 1517989695, + "last_name": "Bar-Ilan", + "member_id": 29961, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9160", + "presentations": { + "3": 20957 + }, + "title": "Senior Software Engineer Nokia Cloudband", + "twitter": "eyal__b" + }, + { + "affiliations": [ + { + "created": 1517983180, + "end_date": null, + "id": 154051, + "is_current": true, + "job_title": "Software Engineer", + "last_edited": 1517983180, + "organization": { + "created": 1399725551, + "id": 5106, + "last_edited": 1399725551, + "name": "nokia" + }, + "owner_id": 98632, + "start_date": 1498953600 + } + ], + "bio": "

Muhamad is a software engineer in Analytics Insight team in Nokia's CloudBand.

\r\n

He is currently a developer of the Vitrage, OpenStack Root Cause Analysis (RCA) project, dedicated to organizing, analyzing and visualizing the OpenStack Cloud.

", + "created": 1517981861, + "first_name": "Muhamad", + "gender": null, + "id": 14156, + "irc": "najjar", + "last_edited": 1518087584, + "last_name": "Najjar", + "member_id": 98632, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14156", + "presentations": [ + 20957 + ], + "title": "Software Engineer, Nokia CloudBand", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1482163477, + "end_date": null, + "id": 110680, + "is_current": true, + "job_title": null, + "last_edited": 1482163477, + "organization": { + "created": 1453031062, + "id": 12867, + "last_edited": 1453031062, + "name": "Nokia - CloudBand" + }, + "owner_id": 79192, + "start_date": 1482105600 + } + ], + "bio": "

Anna is a developer at CloudBand Nokia, She is currently core developer of the Vitrage project - the OpenStack RCA service for analyzing and visualizing OpenStack alarms and events.

\r\n

In her free time Anna likes traveling, exercise and gardening.

", + "created": 1499920160, + "first_name": "Anna", + "gender": "Female", + "id": 12860, + "irc": "annarez", + "last_edited": 1518082039, + "last_name": "Reznikov", + "member_id": 79192, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12860", + "presentations": { + "2": 20964 + }, + "title": "Software Engineer, Nokia CloudBand", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269885, + "end_date": null, + "id": 49523, + "is_current": true, + "job_title": "", + "last_edited": 1384269885, + "organization": { + "created": 1359485922, + "id": 74, + "last_edited": 1365000924, + "name": "Yahoo! " + }, + "owner_id": 8586, + "start_date": 1375228800 + } + ], + "bio": "

From ticket monkey to architect, my boots have been on the ground in nearly all aspects of large scale production engineering. I'm passionate about automation, security, resiliency, and designing for scale.

", + "created": 1454443488, + "first_name": "James", + "gender": "Male", + "id": 5230, + "irc": null, + "last_edited": 1518025729, + "last_name": "Penick", + "member_id": 8586, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5230", + "presentations": { + "6": 20974, + "7": 21014 + }, + "title": "Cloud Architect", + "twitter": "ThePenick" + }, + { + "affiliations": [ + { + "created": 1440701280, + "end_date": null, + "id": 79362, + "is_current": true, + "job_title": null, + "last_edited": 1440701280, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 26601, + "start_date": 1439164800 + } + ], + "bio": "

Dr. Sun accumulated 18 years of experience in software development and infrastructure deployment. He obtained PhD Computer Science (multi-cloud orchestration) in 2013. He spent the past 10 years on cloud-based infrastruture development. He has the opportunity to work for various projects that span across multiple areas (Media, Financial, Academic/Research, Telecommunication, IT). He is currently a Senior Software Cloud Architect for Intel's Open Source Technology Center. Prior to that, he was Principal Engineer and Technical Lead for various large enterprises and start-up companies. He began his cloud journey since 2007 when he started to develop distributed application for Amazon Web Services (AWS). His experience with OpenStack started in 2011 when he was working on his PhD for multi-cloud orchestration. His interest is to build an enterprise multi-cloud platform.

\r\n

Over the past few years, his accomplishment related to OpenStack includes:
- deployed OpenStack Private Cloud in lab, POC and production environment
- integrated OpenStack Ironic in a High Performance Computing context 
- led Enterprise Working Group: authored 3 OpenStack eBooks and Workload Reference Architectures (Web Application, Big Data)
- core reviewer of Product Working Group
- OpenStack Innovation Center (OSIC) Governance Board member \uff082016-2017)
- OpenLab Governance member (2017)

", + "created": 1434622560, + "first_name": "Dr Yih Leong", + "gender": "Male", + "id": 188, + "irc": "leong", + "last_edited": 1518008833, + "last_name": "Sun", + "member_id": 26601, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/188", + "presentations": { + "19": 20987 + }, + "title": "Senior Software Cloud Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1509906209, + "end_date": null, + "id": 147059, + "is_current": true, + "job_title": "Product Line Manager", + "last_edited": 1509906209, + "organization": { + "created": 1359485922, + "id": 45, + "last_edited": 1359485922, + "name": "VMware " + }, + "owner_id": 29822, + "start_date": 1494201600 + } + ], + "bio": "

Henrik is a Product Line Manager for VMware Integrated OpenStack (VIO), covering all aspects of OpenStack as well as the newly introduced VIO Kubernetes platform

\r\n

He has almost 20 years of experience split between professional services as a developer, DBA and sysadmin and lately as a product manager, working on how to provide tools and make life easier for anyonewho wants to manage or consume clouds or cloud services.

\r\n

A native of Sweden, where he earned his B.Sc in information systems from the University of Gothenburg, he now lives in California with his family.

", + "created": 1452415489, + "first_name": "Henrik", + "gender": "Male", + "id": 3842, + "irc": "hblixt", + "last_edited": 1518081877, + "last_name": "Blixt", + "member_id": 29822, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3842", + "presentations": { + "4": 20987, + "6": 21828 + }, + "title": "Sr Product Manager", + "twitter": "khblixt" + }, + { + "affiliations": [ + { + "created": 1406091713, + "end_date": null, + "id": 59985, + "is_current": true, + "job_title": null, + "last_edited": 1426633229, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 20329, + "start_date": 1180656000 + } + ], + "bio": "

Lin Yang is a senior engineer of OTC (open source technology center) in Intel. He has proven experiences on CI/CD(continuous integration/continuous delivery) area and DevOps methodology. After worked on OTC, Lin has been technical leader and core developer for Developer Platform Team and was responsible for the design, development and operations of automation services to support various product development, from client tools to the deployment platform for mobile operation system.

\r\n

Lin is passionate about Distributed System, Cloud and its underlying technology. After joined OpenStack community, he has worked in different components of OpenStack like Cinder, Murano, etc. His current interest in OpenStack is leverage container technology and its clustering capability to accelerate OpenStack evolution on PaaS and Saas area.

", + "created": 1437006448, + "first_name": "Lin", + "gender": "Male", + "id": 2833, + "irc": "lin_yang", + "last_edited": 1518008852, + "last_name": "Yang", + "member_id": 20329, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2833", + "presentations": { + "10": 20988 + }, + "title": "Senior Software Engineer, Intel", + "twitter": "@FullTerrors" + }, + { + "affiliations": [], + "bio": "

Sunku Ranganath is a Network Software Engineer at Intel specializing in platform service assurance and active contributor to OPNFV Barometer & VSPERF projects. Sunku's work has been lot of fun integrating and benchmarking NFV and SDN use-cases and deployments based on OpenStack, Open Virtual Switch (OVS), Open Flow and Data Plane Development Kit (DPDK). Sunku has a background in network drivers, security firmware and complex systems integration.

", + "created": 1452645996, + "first_name": "ranganath", + "gender": "Male", + "id": 3906, + "irc": "sunkur", + "last_edited": 1527719907, + "last_name": "sunku", + "member_id": 42870, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3906", + "presentations": { + "2": 20988 + }, + "title": "Systems Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1393841462, + "end_date": null, + "id": 57010, + "is_current": true, + "job_title": null, + "last_edited": 1393841462, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 17387, + "start_date": 1385856000 + } + ], + "bio": "

Ramana Raja is an upstream contributor currently working on integrating CephFS with OpenStack Manila. He's been involved in the Manila project since the Juno release. Besides the OpenStack project, he's contributed to other popular open source projects such as Ceph and Gluster.

", + "created": 1436945609, + "first_name": "Ramana", + "gender": "Male", + "id": 2093, + "irc": "rraja", + "last_edited": 1518065972, + "last_name": "Raja", + "member_id": 17387, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2093", + "presentations": { + "3": 20989 + }, + "title": "Software Engineer, Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1499957701, + "end_date": null, + "id": 142666, + "is_current": true, + "job_title": "Software Engineer", + "last_edited": 1499957701, + "organization": { + "created": 1396778310, + "id": 4842, + "last_edited": 1396778310, + "name": "Red Hat, Inc." + }, + "owner_id": 90148, + "start_date": 1463961600 + } + ], + "bio": "

Patrick Donnelly is a software engineer at Red Hat, Inc. working as the project team lead for the Ceph distributed file system. In 2016 he completed his Ph.D. in computer science at the University of Notre Dame with a dissertation on the topic of file transfer management in active storage cluster file systems. He has given talks at conferences including IEEE CCGrid, IEEE CloudCom, IEEE/ACM Supercomputing, and LinuxCon Vault.

", + "created": 1499957273, + "first_name": "Patrick", + "gender": null, + "id": 12925, + "irc": "batrick", + "last_edited": 1518010303, + "last_name": "Donnelly", + "member_id": 90148, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12925", + "presentations": { + "3": 20989 + }, + "title": "Software Engineer", + "twitter": "pjdbatrick" + }, + { + "affiliations": [ + { + "created": 1461218978, + "end_date": null, + "id": 94867, + "is_current": true, + "job_title": null, + "last_edited": 1461218978, + "organization": { + "created": 1409067463, + "id": 6008, + "last_edited": 1409067463, + "name": "Walmart Labs" + }, + "owner_id": 51785, + "start_date": 1310342400 + } + ], + "bio": "

I have been with @WalmartLabs for about 6 yrs, I manage the Private Cloud team , we run Cloud build outs, innovation, Operations, automation, selfhealing, bug fixes, up stream contribution on the bug fixes /enhancements for all the Walmart Openstack Clouds. 

", + "created": 1452630781, + "first_name": "Gerald", + "gender": "Male", + "id": 3901, + "irc": null, + "last_edited": 1527174015, + "last_name": "Bothello", + "member_id": 51785, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3901", + "presentations": { + "3": 21002 + }, + "title": "Director of Cloud Engineering @Walmart Labs", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1521163785, + "end_date": null, + "id": 155189, + "is_current": true, + "job_title": null, + "last_edited": 1521163785, + "organization": { + "created": 1409067463, + "id": 6008, + "last_edited": 1409067463, + "name": "Walmart Labs" + }, + "owner_id": 34323, + "start_date": 1417046400 + } + ], + "bio": null, + "created": 1455239396, + "first_name": "Tom", + "gender": "Male", + "id": 5512, + "irc": null, + "last_edited": 1521163794, + "last_name": "Jose Kalapura", + "member_id": 34323, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5512", + "presentations": { + "1": 21002 + }, + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1467796263, + "end_date": null, + "id": 100757, + "is_current": true, + "job_title": null, + "last_edited": 1467796263, + "organization": { + "created": 1442775168, + "id": 11315, + "last_edited": 1442775168, + "name": "@WalmartLabs" + }, + "owner_id": 66938, + "start_date": 1417046400 + } + ], + "bio": null, + "created": 1521120599, + "first_name": "Sukesh", + "gender": "Male", + "id": 14532, + "irc": null, + "last_edited": 1521120599, + "last_name": "Behera", + "member_id": 66938, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14532", + "presentations": [ + 21002 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1483911084, + "end_date": null, + "id": 113951, + "is_current": true, + "job_title": null, + "last_edited": null, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 52877, + "start_date": 1483833600 + } + ], + "bio": "

Matthieu Simonin is permanent research engineer at INRIA. His primary task is to help 
research teams to build and develop various software and experimentation on large infrastructures.

\r\n


His topics of interest include : 

\r\n
    \r\n
  • distributed systems,
  • \r\n
  • cloud computing
  • \r\n
  • IT automation
  • \r\n
  • Data visualisation
  • \r\n
", + "created": 1454321516, + "first_name": "Matthieu", + "gender": null, + "id": 4821, + "irc": "msimonin", + "last_edited": 1521118989, + "last_name": "Simonin", + "member_id": 52877, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4821", + "presentations": { + "2": 21007 + }, + "title": "Inria", + "twitter": "@SimoninMatthieu" + }, + { + "affiliations": [ + { + "created": 1384269888, + "end_date": null, + "id": 49940, + "is_current": true, + "job_title": "", + "last_edited": 1468247761, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 13163, + "start_date": 1249862400 + } + ], + "bio": "

Ken is an active contributor to the Oslo.Messaging library.  He is also a member of the Apache QPID project.  The Apache QPID project provides messaging tools based on the Advanced Message Queuing Protocol (AMQP) standard.  AMQP is an an open protocol for reliable, high-performance messaging systems.  He also has an extensive background developing software for the telecommunications industry.

", + "created": 1436255244, + "first_name": "Kenneth", + "gender": "Male", + "id": 791, + "irc": "kgiusti", + "last_edited": 1518101122, + "last_name": "Giusti", + "member_id": 13163, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/791", + "presentations": { + "7": 21007, + "8": 21645 + }, + "title": "Principal Software Engineer at Red Hat, Inc. - Enterprise Messaging", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Javier is a research engineer at the French Institute for Research in Computer Science and Automation (Inria). He participates in the software development and experimentation of performance on large infrastructures, specially on the Grid5000.

", + "created": 1518101631, + "first_name": "Javier", + "gender": "Male", + "id": 14291, + "irc": null, + "last_edited": 1521090907, + "last_name": "Rojas Balderrama", + "member_id": 98763, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14291", + "presentations": [ + 21007 + ], + "title": "Research Engineer at Inria", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1523894706, + "end_date": null, + "id": 156057, + "is_current": true, + "job_title": "senior software engineer", + "last_edited": 1523894706, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 19377, + "start_date": 1523232000 + } + ], + "bio": "

Slawek is open source enthusiast with over 8 years of cloud experience, currently working as senior software engineer at Red Hat, where he contribute to the networking solutions for OpenStack. He is fan of SDN solutions.

\r\n

 

\r\n

Before joined Red Hat, he was DevOps and one of the architects of networking solutions in OVH Public Cloud service based on OpenStack.

", + "created": 1453894301, + "first_name": "S\u0142awek", + "gender": "Male", + "id": 4303, + "irc": "slaweq", + "last_edited": 1523894620, + "last_name": "Kap\u0142o\u0144ski", + "member_id": 19377, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4303", + "presentations": { + "5": 21010 + }, + "title": "Senior software engineer", + "twitter": "slaweq" + }, + { + "affiliations": [ + { + "created": 1518024645, + "end_date": null, + "id": 154086, + "is_current": true, + "job_title": "Senior Project Manager", + "last_edited": 1518024645, + "organization": { + "created": 1455743696, + "id": 13741, + "last_edited": 1455743696, + "name": "ormuco" + }, + "owner_id": 98658, + "start_date": 1486339200 + } + ], + "bio": "

Jess Lampe has been a project manager at startups for the past 7 years. In 2017 he joined the team of Ormuco to lead the charge descreasing deployment times and automating sys admin work. 

\r\n

Prior to working with startups, Jess did improv theatre and lived in a yurt in Mongolia. 

", + "created": 1518024102, + "first_name": "Jess", + "gender": null, + "id": 14177, + "irc": null, + "last_edited": 1518111272, + "last_name": "Lampe", + "member_id": 98658, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14177", + "presentations": [ + 21013 + ], + "title": "Sr. Project Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1527255502, + "end_date": null, + "id": 157367, + "is_current": true, + "job_title": null, + "last_edited": 1527255502, + "organization": { + "created": 1397322314, + "id": 4916, + "last_edited": 1397322314, + "name": "Unaffiliated" + }, + "owner_id": 2772, + "start_date": 1519948800 + } + ], + "bio": "

Deva has been deeply involved in OpenStack since the Essex summit in 2012, and more broadly participating in open source software development for more than 10 years. In 2015, they started the Ironic (baremetal -aaS) project and served as the project's PTL for two years, while also holding a seat on the Technical Committee. Taking a step in a different direction, Deva joined Ormuco to lead their cloud journey and opened the company's Seattle office in 2017.

\r\n

 

", + "created": 1435593052, + "first_name": "Devananda", + "gender": "Prefer not to say", + "id": 488, + "irc": "devananda", + "last_edited": 1527255802, + "last_name": "van der Veen", + "member_id": 2772, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/488", + "presentations": { + "5": 21013 + }, + "title": "Independent", + "twitter": "devananda" + }, + { + "affiliations": [], + "bio": "

Mujib is Director of Engineering at Oath, a subsidiary of Verizon. He is responsible for providing service authentication and authorization infrastructure and building blocks for security/networking/serving libraries on which to build the next generation of internet experiences.

Mujib has Masters in Computer Application degree and passionate about continuous integration / delivery, automation, security and building large scale distributed systems.

", + "created": 1517836225, + "first_name": "Mujibur", + "gender": null, + "id": 14060, + "irc": null, + "last_edited": 1519745562, + "last_name": "Wahab", + "member_id": 98483, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14060", + "presentations": [ + 21014 + ], + "title": "Director of Engineering", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454523918, + "end_date": null, + "id": 86859, + "is_current": true, + "job_title": null, + "last_edited": 1454523918, + "organization": { + "created": 1396778310, + "id": 4842, + "last_edited": 1396778310, + "name": "Red Hat, Inc." + }, + "owner_id": 53175, + "start_date": 1145232000 + } + ], + "bio": "

Ian is a Principal Product Manager for OpenStack and Virtualization at Red Hat.  He has been involved with open source software for more than 20 years.

", + "created": 1468429460, + "first_name": "Ian", + "gender": "Male", + "id": 10095, + "irc": null, + "last_edited": 1485280465, + "last_name": "Pilcher", + "member_id": 53175, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10095", + "presentations": { + "1": 21021 + }, + "title": "Principal Product Manager, Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517923331, + "end_date": null, + "id": 153982, + "is_current": true, + "job_title": null, + "last_edited": 1517923331, + "organization": { + "created": 1501541209, + "id": 24022, + "last_edited": 1501541209, + "name": "Oath" + }, + "owner_id": 98566, + "start_date": 1466380800 + } + ], + "bio": "

Openstack development engineer at Oath.

", + "created": 1517923477, + "first_name": "Jacob", + "gender": "Male", + "id": 14091, + "irc": null, + "last_edited": 1526477307, + "last_name": "Estelle", + "member_id": 98566, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14091", + "presentations": [ + 21024 + ], + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1507895484, + "end_date": null, + "id": 146225, + "is_current": true, + "job_title": null, + "last_edited": 1507895484, + "organization": { + "created": 1435634693, + "id": 9873, + "last_edited": 1435634693, + "name": "China Mobile Suzhou Software Technology Co., Ltd - China Mobile Suzhou Research Center" + }, + "owner_id": 59596, + "start_date": 1507852800 + } + ], + "bio": "

software development engineer for China Mobile Suzhou Research Center

", + "created": 1518034448, + "first_name": "lei", + "gender": "Male", + "id": 14184, + "irc": null, + "last_edited": 1518066728, + "last_name": "xu", + "member_id": 59596, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14184", + "presentations": [ + 21035 + ], + "title": "software development engineer for China Mobile Suzhou Research Center", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1445981191, + "end_date": null, + "id": 82539, + "is_current": true, + "job_title": null, + "last_edited": 1445981191, + "organization": { + "created": 1435634693, + "id": 9873, + "last_edited": 1435634693, + "name": "China Mobile Suzhou Software Technology Co., Ltd - China Mobile Suzhou Research Center" + }, + "owner_id": 48975, + "start_date": 1430697600 + } + ], + "bio": "

Fangyan bao is a senior software development engineer for China Mobile Suzhou Research Center.

", + "created": 1486217154, + "first_name": "fangyan", + "gender": "Female", + "id": 11483, + "irc": null, + "last_edited": 1518035842, + "last_name": "bao", + "member_id": 48975, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11483", + "presentations": { + "1": 21035 + }, + "title": "senior software development engineer for China Mobile Suzhou Research Center.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1424426297, + "end_date": null, + "id": 67159, + "is_current": true, + "job_title": null, + "last_edited": 1424426297, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 30484, + "start_date": 1330646400 + } + ], + "bio": "

Leading a scaled agile development organization of software engineers and architects, leveraging open source technologies at massive scale, following DevOps principles and delivering via CI/CD.\u00a0

Responsible for executing the following strategic objectives for AT&T;

AT&T Integrated Cloud (AIC): one of the worlds largest OpenStack based private clouds, deployed at scale, both domestically and internationally. AIC is enabling SDN network services like Network on Demand and the virtualizing network functions that run our mobile network.

\n

AT&T Netbond: software-defined networking (SDN) capabilities and proprietary technology that enable AT&T customers to connect, or \u201cbond,\u201d their virtual private network (VPN) to a cloud provider of their choice.

", + "created": 1454373619, + "first_name": "Ryan", + "gender": "Male", + "id": 5052, + "irc": "@ryanvanwyk", + "last_edited": 1522847187, + "last_name": "van Wyk", + "member_id": 30484, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5052", + "presentations": { + "6": 21038 + }, + "title": "Assistant Vice President, Cloud Platform Development, AT&T", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Responsible for leading the cloud platform development and automation, cloud delivery life cycle and tenant care, D2 integrated system design and engineering as well as integrated system testing and cloud security for AT&T.

", + "created": 1518035188, + "first_name": "Amy", + "gender": "Female", + "id": 14186, + "irc": null, + "last_edited": 1523014017, + "last_name": "Wheelus", + "member_id": 95025, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14186", + "presentations": [ + 21038 + ], + "title": "VP - Cloud & D2 Platform Integration, AT&T", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454373316, + "end_date": null, + "id": 86670, + "is_current": true, + "job_title": null, + "last_edited": 1454373316, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 52979, + "start_date": 993945600 + } + ], + "bio": "

Andrew Leasck is a Director responsible for AT&T Integrated Cloud (AIC) development, automation, and community participation.

\r\n

In 2015 his teams delivered cloud automation tooling, known as OpsSimple, that deployed 74 OpenStack clouds globally in three distinct virtual reference architectures.  In parallel to his product engineering effort he organized an internal community-first initiative by creating a dedicated development program committed to the advancement of OpenStack while also accelerating the expansion of internal competency.

\r\n

2016 was a natural progression in both AIC product and Community development engineering programs.  AIC Product focused heavily on mechanizing the platform upgrade capabilities required to uplift both OpenStack and Contrail.  The community engineering program rallied around leadership commitment and dedicated themselves to various platform advancement items critical to enterprise success.  AT&T has continued to demonstrate continued commitment to OpenStack release over release increasing commit ranking in five straight cycles (Liberty - 57 to Pike - 10th)

\r\n

2017 has focused heavily on fully automating various pipelines to accelerate the delivery of business critical scope.  Automation advancements have proved the key to achieving scaled vNF enablement.  There is continued focus on the eliminating challenges faced during the vNF lifecycle.  Innovation has been the other area of focus as AIC moves towards a containerized reference architecture.  OpenStack Helm and other K8s companion projects such as Armada, Dry Dock, and Promenade (among others) is a continuation of AT&T’s commitment to working openly in the community to achieve business critical initiatives.          

\r\n

Previously he co-authored an Interface normalization patent and more recently received an ITO award for driving AT&T’s Agile transformation, adopting Scrum and XP fundamentals. He attended University of Missouri graduating from the School of Engineering with a degree in Computer Science.

", + "created": 1454372310, + "first_name": "Andrew", + "gender": "Male", + "id": 5048, + "irc": null, + "last_edited": 1518116257, + "last_name": "Leasck", + "member_id": 52979, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5048", + "presentations": { + "7": 21038 + }, + "title": "Director", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1446854514, + "end_date": null, + "id": 82990, + "is_current": true, + "job_title": "Software Development Engineer", + "last_edited": 1479964395, + "organization": { + "created": 1435634693, + "id": 9873, + "last_edited": 1435634693, + "name": "China Mobile Suzhou Software Technology Co., Ltd - China Mobile Suzhou Research Center" + }, + "owner_id": 39530, + "start_date": 1446854400 + } + ], + "bio": "

Software developer from China Mobile. Engaged in object storage related work since 2014 and OpenStack related work since 2016, focus on karbor, manila etc.

", + "created": 1517858827, + "first_name": "Pengju", + "gender": "Male", + "id": 14063, + "irc": "jiaopengju", + "last_edited": 1518140578, + "last_name": "Jiao", + "member_id": 39530, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14063", + "presentations": [ + 21040 + ], + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1442200319, + "end_date": null, + "id": 80140, + "is_current": true, + "job_title": null, + "last_edited": 1442200319, + "organization": { + "created": 1426742006, + "id": 8043, + "last_edited": 1426742006, + "name": "CMSS" + }, + "owner_id": 46848, + "start_date": 1442188800 + } + ], + "bio": "

Software developer in China Mobile, focus on GlusterFS and NFS-Ganesha.

", + "created": 1518037665, + "first_name": "Hecheng", + "gender": "Male", + "id": 14189, + "irc": null, + "last_edited": 1518038237, + "last_name": "Gui", + "member_id": 46848, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14189", + "presentations": [ + 21040 + ], + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1413321236, + "end_date": null, + "id": 62389, + "is_current": true, + "job_title": null, + "last_edited": 1413321236, + "organization": { + "created": 1359485922, + "id": 666, + "last_edited": 1365013136, + "name": "China Mobile" + }, + "owner_id": 25732, + "start_date": 1405296000 + }, + { + "created": 1413321236, + "end_date": null, + "id": 117431, + "is_current": true, + "job_title": null, + "last_edited": 1413321236, + "organization": { + "created": 1359485922, + "id": 666, + "last_edited": 1365013136, + "name": "China Mobile" + }, + "owner_id": 25732, + "start_date": 1405296000 + } + ], + "bio": "

Engaged in OpenStack related work since 2014 and specialized in Nova, Ceilometer and OpenStack high availiability. 

", + "created": 1437700097, + "first_name": "Gangyi", + "gender": "Male", + "id": 3029, + "irc": null, + "last_edited": 1518065988, + "last_name": "Luo", + "member_id": 25732, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3029", + "presentations": { + "9": 21040 + }, + "title": "Leader of OpenStack Team in China Mobile", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1474433337, + "end_date": null, + "id": 105267, + "is_current": true, + "job_title": null, + "last_edited": 1474433337, + "organization": { + "created": 1359485922, + "id": 226, + "last_edited": 1365013136, + "name": "Fujitsu" + }, + "owner_id": 72168, + "start_date": 1474416000 + } + ], + "bio": "
    \r\n
  • Core reviewer of OSProfiler
  • \r\n
  • Official Vietnam OpenStack User Group Organizer
  • \r\n
  • Fujitsu Software Engineer
  • \r\n
  • Like running - 21k is my favorite distance
  • \r\n
", + "created": 1481767969, + "first_name": "Tovin", + "gender": "Male", + "id": 10999, + "irc": "tovin07", + "last_edited": 1526184478, + "last_name": "Seven", + "member_id": 72168, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10999", + "presentations": { + "2": 21045 + }, + "title": "Organizer at VietOpenStack", + "twitter": "tovin07" + }, + { + "affiliations": [ + { + "created": 1521142470, + "end_date": null, + "id": 155172, + "is_current": true, + "job_title": "Founder", + "last_edited": 1521142470, + "organization": { + "created": 1424893360, + "id": 7764, + "last_edited": 1424893360, + "name": "VIETSTACK" + }, + "owner_id": 26486, + "start_date": 1517443200 + } + ], + "bio": "
    \r\n
  • Fujitsu Ltd. OpenStack Software Engineer
  • \r\n
  • Official Vietnam OpenStack User Group organizer
  • \r\n
  • Vietnam OPNFV User Group organizer
  • \r\n
  • Vietnam FOSS Association Executive Member
  • \r\n
", + "created": 1466159412, + "first_name": "Hieu", + "gender": "Male", + "id": 9245, + "irc": "hieulq", + "last_edited": 1518050035, + "last_name": "LE", + "member_id": 26486, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9245", + "presentations": { + "7": 21045 + }, + "title": "Vietnam OpenStack UG security guard", + "twitter": "hieu_lq" + }, + { + "affiliations": [ + { + "created": 1413257145, + "end_date": null, + "id": 62363, + "is_current": true, + "job_title": null, + "last_edited": 1413257145, + "organization": { + "created": 1359485922, + "id": 226, + "last_edited": 1365013136, + "name": "Fujitsu" + }, + "owner_id": 25709, + "start_date": 1017619200 + }, + { + "created": 1413257145, + "end_date": null, + "id": 117413, + "is_current": true, + "job_title": null, + "last_edited": 1413257145, + "organization": { + "created": 1359485922, + "id": 226, + "last_edited": 1365013136, + "name": "Fujitsu" + }, + "owner_id": 25709, + "start_date": 1017619200 + } + ], + "bio": "

Kei Tokunaga is the manager of OpenStack and Linux development at Fujitsu.  He has been in the world of OSS since 2002.  He and his team have made many contributions to Linux, which were needed for enterprise and mission-critical companies such as government, stock exchange, banks, and so on.  He and his team are now also working on making OpenStack enterprise/mission-critical grade.  He now mainly focuses on making contributions for bare metal provisioning, maintenance without stopping the system, logging enhancement for fast and reliable cause investigation of problems, and integration with Kubernetes.

", + "created": 1438032869, + "first_name": "Kei", + "gender": "Male", + "id": 3163, + "irc": "kei", + "last_edited": 1524799420, + "last_name": "Tokunaga", + "member_id": 25709, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3163", + "presentations": { + "6": 21045, + "7": 21843 + }, + "title": "Manager, OpenStack Development, Fujitsu", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Steven Woodward is an international industry driver and thought leader in business architectures, cloud computing planning, roadmaps and governance.

\r\n

Steven provides value-focused, advisory, analysis, audit, development and test services for providers and consumers of ICT services to manage risks and save money.

\r\n

In 2018 Steven is member of NIST-IEEE P2302 Cloud Federation working group, ISO SC38 (Cloud Computing) defining content for data jurisdictions and edge computing security.  As a director with the Cloud Security Alliance Canadian Chapter he is helping define Canadian General Data Protection Regulation (GDPR) compliance perspectives.

\r\n

Steven Woodward supports and advises several of the OpenStack community platform providers, helping expand business opportunities for the OpenStack community.

\r\n

Presentations and workshops have included international presentations at IEEE-SOSE, IEEE-HONET, it Confidence, ISMA, BFPUG, TM Forum, ITU-T, MWC, SDN/ NFV World, ISACA, IIBA, OWASP, NIST, NSF, itSMF, Interop, CSCC, DPI, GTEC, Canadian Cloud Council, StarWest and several academic universities in the United States, Canada and Spain.

", + "created": 1516612250, + "first_name": "Steven", + "gender": null, + "id": 13936, + "irc": null, + "last_edited": 1518040955, + "last_name": "Woodward", + "member_id": 21480, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13936", + "presentations": { + "1": 21049 + }, + "title": "CEO and Founder Cloud Perspectives and Cloud Security Alliance Canadian Chapter Director", + "twitter": "@cloudsimplify" + }, + { + "affiliations": [ + { + "created": 1454691636, + "end_date": null, + "id": 86978, + "is_current": true, + "job_title": null, + "last_edited": 1454691636, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 53276, + "start_date": 1453680000 + } + ], + "bio": "

Gage Hugo is a contributor to OpenStack, focused primarily on Identity/Authentication and Security.  He is currently a core contributor for Keystone, OpenStack's Identity service, and Bandit, a python security scanning tool.  Gage was responsible for adding tagging to \"projects\" within Keystone, to better allow users to organize and filter their projects, which is especially helpful for large deployments.

", + "created": 1467818449, + "first_name": "Gage", + "gender": "Male", + "id": 9466, + "irc": "gagehugo", + "last_edited": 1518042504, + "last_name": "Hugo", + "member_id": 53276, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9466", + "presentations": { + "6": 21052 + }, + "title": "Member of Technical Staff", + "twitter": "gagehugo" + }, + { + "affiliations": [ + { + "created": 1467743633, + "end_date": null, + "id": 100717, + "is_current": true, + "job_title": null, + "last_edited": 1467743633, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 66895, + "start_date": 1466985600 + } + ], + "bio": "

Openstack contributor focusing on security aspects of the cloud. I have contributed to specs such as the PCI-DSS Password Expiration and the Project Tags specs for keystone and am currently working on the oslo.config spec to allow for plugable drivers for external key managers. I presented at the Openstack Boston Summit on the removal of plaintext passwords in configuration files, which the oslo.config spec is beginning to address.

", + "created": 1486521580, + "first_name": "Samuel", + "gender": "Male", + "id": 11833, + "irc": "spilla", + "last_edited": 1521122874, + "last_name": "Pilla", + "member_id": 66895, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11833", + "presentations": { + "1": 21052 + }, + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1473868598, + "end_date": null, + "id": 104944, + "is_current": true, + "job_title": null, + "last_edited": 1473868598, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 73438, + "start_date": 1472688000 + } + ], + "bio": "

I originally graduated from UC Davis with a degree in plant virology. I was caught up in the intricate interactions, but soon discovered the monotony of lab work. I decided to indulge a long standing interest in computer programming and found many similarities between the function of a program and the way viruses interact. I decided to go back to school for a degree in computer programming and also earned a Nanodegree from Udacity. This was an amazing jumpstart to my new career at ATT where I was introduced to OpenStack!

", + "created": 1486417519, + "first_name": "Nicolas", + "gender": "Male", + "id": 11687, + "irc": null, + "last_edited": 1518042621, + "last_name": "Helgeson", + "member_id": 73438, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11687", + "presentations": { + "1": 21052 + }, + "title": "Associate-Applications Developer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Trinh Nguyen is an SDN/NFV researcher at IISTRC, Soongsil University.

\r\n

He has around 5 years of experience and worked in many domains such as System Engineering, Virtualization, and System/Web development. Currently, he is working on implementing a vCPE system, an NFV use case based on OpenStack Tacker.

\r\n

Check out his blog at http://www.dangtrinh.com.

", + "created": 1517958364, + "first_name": "Trong Dang Trinh", + "gender": "Male", + "id": 14129, + "irc": "dangtrinhnt", + "last_edited": 1522132552, + "last_name": "Nguyen", + "member_id": 94892, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14129", + "presentations": [ + 21054 + ], + "title": "SDN/NFV researcher at IISTRC, Soongsil University", + "twitter": "dangtrinhnt" + }, + { + "affiliations": [ + { + "created": 1518047985, + "end_date": null, + "id": 154105, + "is_current": true, + "job_title": "SDN/NFV reseacher", + "last_edited": 1518047985, + "organization": { + "created": 1511207785, + "id": 25220, + "last_edited": 1511207785, + "name": "IISTRC at Soongsil University" + }, + "owner_id": 89553, + "start_date": 1488326400 + } + ], + "bio": "

I am an SDN/NFV researcher at IISTRC, Soongsil University.

\r\n

My areas of interest are container infrastructure and service function chaining. I like the PoC of hybrid VNFs (VM-based and container-based VNFs).

", + "created": 1500549726, + "first_name": "Phuoc", + "gender": "Male", + "id": 13211, + "irc": "phuoc", + "last_edited": 1521596774, + "last_name": "Hoang Cong", + "member_id": 89553, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13211", + "presentations": [ + 21054 + ], + "title": "SDN/NFV researcher at IISTRC, Soongsil University", + "twitter": "@phillp_07" + }, + { + "affiliations": [ + { + "created": 1445524178, + "end_date": null, + "id": 82290, + "is_current": true, + "job_title": null, + "last_edited": 1445524178, + "organization": { + "created": 1359485922, + "id": 537, + "last_edited": 1381707064, + "name": "NEC" + }, + "owner_id": 48748, + "start_date": 1290729600 + } + ], + "bio": "

Dharmendra Kushwaha works as Technical Lead in NEC Technologies India in cloud & Telecom devision. He is a core developer in OpenStack Tacker.

\r\n

He has more than 7 years of exerience and worked in various domain like Storage, FileSystem, StateMachine, Cloud computing and Telecom. He worked on Object Storage project which integrated a secondary backend storage with cloud as primary storage.

\r\n

He is working in various NFV related PoC and solution. Focussed to make own marks in the Cloud and NFV area.

\r\n

 

", + "created": 1453867709, + "first_name": "Dharmendra", + "gender": "Male", + "id": 4283, + "irc": "dkushwaha", + "last_edited": 1521421445, + "last_name": "Kushwaha", + "member_id": 48748, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4283", + "presentations": { + "7": 21054, + "9": 21651 + }, + "title": "Technical Lead", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518054280, + "end_date": null, + "id": 154119, + "is_current": true, + "job_title": "Technical Leader", + "last_edited": 1518054280, + "organization": { + "created": 1389560323, + "id": 3938, + "last_edited": 1389560323, + "name": "Cisco Systems" + }, + "owner_id": 28947, + "start_date": 1362096000 + } + ], + "bio": "

Hareesh Puthalath is a Technical Leader in the Cisco NFVI Platform team. He is an experienced Neutron developer where he has contributed to routing service. Currently he is working on optimizing OpenStack for NFV applications.

", + "created": 1499891490, + "first_name": "Hareesh", + "gender": null, + "id": 12836, + "irc": null, + "last_edited": 1518055819, + "last_name": "Puthalath", + "member_id": 28947, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12836", + "presentations": [ + 21074 + ], + "title": "Technical Leader", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1483911084, + "end_date": null, + "id": 113532, + "is_current": true, + "job_title": null, + "last_edited": null, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 28942, + "start_date": 1483833600 + } + ], + "bio": "

Cloud Solution Test Architect at Cisco Systems, part-time PhD student at the University College in London, passionate about Networking, Cloud Computing, Photography and Judo. Experience speaking at different conferences including OpenStack summits and Cisco Live. Black Belt in Judo. 

", + "created": 1435166836, + "first_name": "Sebastian", + "gender": null, + "id": 329, + "irc": null, + "last_edited": 1518053801, + "last_name": "Jeuk", + "member_id": 28942, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/329", + "presentations": { + "7": 21074 + }, + "title": "OpenStack Solution Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1510378411, + "end_date": null, + "id": 147274, + "is_current": true, + "job_title": "CTO", + "last_edited": 1510378411, + "organization": { + "created": 1399500610, + "id": 5088, + "last_edited": 1399500610, + "name": "kylin cloud" + }, + "owner_id": 12251, + "start_date": 1341100800 + } + ], + "bio": "

Dr. Yusong Tan is the CTO of Kylin Cloud. He focuses on cloud computing and big data processing technologies. Dr. Tan leaded one group to deploy and optimize OpenStack on TianHe-2 supercomputer of Guangzhou National Supercomputer Center and some high-technology research projects founded by China government.

", + "created": 1436733340, + "first_name": "Yusong", + "gender": "Male", + "id": 1184, + "irc": null, + "last_edited": 1518055195, + "last_name": "Tan", + "member_id": 12251, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1184", + "presentations": { + "6": 21079 + }, + "title": "CTO", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517963765, + "end_date": null, + "id": 154019, + "is_current": true, + "job_title": "Product Manager", + "last_edited": 1517963765, + "organization": { + "created": 1517866399, + "id": 25900, + "last_edited": 1517866399, + "name": "99Cloud\tInc." + }, + "owner_id": 98244, + "start_date": 1498867200 + } + ], + "bio": "

Product Manager of 99Cloud Inc.

", + "created": 1517190055, + "first_name": "Kan", + "gender": "Female", + "id": 13989, + "irc": null, + "last_edited": 1518060252, + "last_name": "Hong", + "member_id": 98244, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13989", + "presentations": [ + 21088 + ], + "title": "Will your private cloud platform be able to meet SLA\uff1f", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1459839517, + "end_date": null, + "id": 93418, + "is_current": true, + "job_title": null, + "last_edited": 1459839517, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 18358, + "start_date": 1436140800 + } + ], + "bio": "

Daniel is a Senior Software Engineer at Red Hat contributing to upstream OpenStack and RDO and Kuryr's PTL for the Rocky cycle. He's passionate about networking, development, and messing around with python and deployment tools! He holds a MSc Degree in Telecommunications from Universidad Carlos III de Madrid and is a core reviewer for the interop project, as well as an active contributor to Kuryr and Neutron among others.

", + "created": 1454427790, + "first_name": "Daniel", + "gender": "Male", + "id": 5168, + "irc": "dmellado", + "last_edited": 1524527219, + "last_name": "Mellado", + "member_id": 18358, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5168", + "presentations": { + "10": 21635, + "7": 21089, + "8": 21112, + "9": 21612 + }, + "title": "Senior Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1507252536, + "end_date": null, + "id": 145974, + "is_current": true, + "job_title": "Research Engineer", + "last_edited": 1507252536, + "organization": { + "created": 1487306730, + "id": 21598, + "last_edited": 1487306730, + "name": "NTT Comunications" + }, + "owner_id": 89343, + "start_date": 1459468800 + } + ], + "bio": "

Ankit Purohit is a Mechatronics Engineer. He has completed his Bachelor's degree in Computer Technology and received his Master Degree in Mechatronics Engineering. He works at NTT Communications in Technology Department since 2016. Currently, he is working with OpenStack Team and does the verifications and development for NTT Com's Enterprise Cloud service. His task is to benchmark x86_64 and ppc64cl architecture server to find performance difference and integrate it to the OpenStack Environment.

", + "created": 1499804563, + "first_name": "Ankit", + "gender": "Male", + "id": 12768, + "irc": null, + "last_edited": 1518058916, + "last_name": "Purohit", + "member_id": 89343, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12768", + "presentations": { + "3": 21090 + }, + "title": "Mechatronics Engineer, NTT Communications", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1431291218, + "end_date": null, + "id": 71695, + "is_current": true, + "job_title": null, + "last_edited": 1431291218, + "organization": { + "created": 1407053866, + "id": 5817, + "last_edited": 1407053866, + "name": "NTT Communications" + }, + "owner_id": 34676, + "start_date": 1427846400 + } + ], + "bio": "

Takeaki is software engineer at NTT Communications, working on Cloud technology R&D team.
He joined the team in 2015 and since has been focused on to R&D OpenStack.

", + "created": 1436988995, + "first_name": "Takeaki", + "gender": "Male", + "id": 2595, + "irc": "tmatsu", + "last_edited": 1527177797, + "last_name": "Matsumoto", + "member_id": 34676, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2595", + "presentations": { + "13": 21090 + }, + "title": "Software Engineer, NTT Communications", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Kazuaki Harada is a Software Engineer, working at NTT Communications in the Technology Development Department since 2017. He joined the OpenStack team in May, 2017. And now, He is doing the FPGA verification.

", + "created": 1499805552, + "first_name": "Kazuaki", + "gender": null, + "id": 12770, + "irc": null, + "last_edited": 1518118409, + "last_name": "Harada", + "member_id": 90009, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12770", + "presentations": { + "3": 21090 + }, + "title": "NTT Communications", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Ramon Acedo Rodriguez is a Product Manager of OpenStack team in RedHat.

", + "created": 1517944756, + "first_name": "Ramon", + "id": 14115, + "irc": null, + "last_edited": 1518081371, + "last_name": "Acedo Rodriguez", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14115", + "presentations": [ + 21095 + ], + "title": "Product Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1513272947, + "end_date": null, + "id": 148237, + "is_current": true, + "job_title": "Principal Architect - Cloud and Comm. Solutions", + "last_edited": 1513272947, + "organization": { + "created": 1359485922, + "id": 36, + "last_edited": 1364994160, + "name": "Dell" + }, + "owner_id": 13489, + "start_date": 1512345600 + } + ], + "bio": "

Currently  Independent Director represneting Openstack  Board in 2018, leads as Chair of MANO WG in OPNFV and Vice Chair of IEEE SVCCS. Prakash has 30+ years of Telco/IT experience with MSEE from IIT Bombay. He is an active OpenStack participant, and has been a veteran consultant on NFV/SDN/MEC in the areas of data center and carrier network operations. The companies he has served for include Tekmobile, AT&T Labs, AT&T Mobility, Intellysys, seven.com, coverity.com, Futurewei Technologies (US R&D Huawei) and curretly at Dell. He was also part of Valley start-ups and other IT /Internet Data Center ventures in late 90's and early 2000. He brought to table the experience building NFV PoCs using OpenStack eco system .He has been a regular attendee of OpenStack, OPNFV, 3GPP NFV/MEC,IEEE forums over last several years in Bay area as well globally in US, China & India.

", + "created": 1436876388, + "first_name": "Prakash", + "gender": "Male", + "id": 1662, + "irc": null, + "last_edited": 1518132962, + "last_name": "Ramchandran", + "member_id": 13489, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1662", + "presentations": { + "10": 21101, + "11": 21331, + "12": 21453, + "13": 21709 + }, + "title": "Sr Mobile Cloud Architect", + "twitter": "@cloudpgp" + }, + { + "affiliations": [], + "bio": "

Chris Donley  currently works for Huawei leading as Director of OPEN-O Open Source Devlopment Team. Prior to joining Huawei he served as Director, Virtualization and Network Evolution at CableLabs. Mr. Donley was leading CableLabs’ research efforts on Software Defined Networking (SDN), Network function Virtualization (NfV), Metro Ethernet, IPv6, and Home Networking.  He was with CableLabs for eight years. He also served on the OPNFV Board of Directors and the Open Daylight Advisory Group.  Mr. Donley received a Bachelor's degree in Engineering from Dartmouth College and a Master's degree in Business Administration from the University of Colorado. He holds Cisco CCIE and (ISC)2 CISSP certifications, and has been granted six US patents

", + "created": 1440413092, + "first_name": "Chris", + "gender": null, + "id": 3515, + "irc": null, + "last_edited": 1518061985, + "last_name": "Donley", + "member_id": 29083, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3515", + "presentations": { + "1": 21101, + "2": 21890 + }, + "title": "Director, OPEN-O OSDT Huawei", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Gerald is a manager in DOCOMO Euro-Labs' standardization team which is active in the areas of 5th Generation Mobile Networks (5G) and Network Function Virtualization (NFV). In the latter topic, Gerald is participating in ETSI ISG NFV, OPNFV Doctor (Fault Management), OPNFV Promise (Resource Reservation), and OpenStack Blazar (Reservation as a Service).

", + "created": 1437010126, + "first_name": "Gerald", + "gender": null, + "id": 2874, + "irc": "GeraldK", + "last_edited": 1518063145, + "last_name": "Kunzmann", + "member_id": 39370, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2874", + "presentations": { + "6": 21109 + }, + "title": "Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269877, + "end_date": null, + "id": 46303, + "is_current": true, + "job_title": "", + "last_edited": 1384269877, + "organization": { + "created": 1359485922, + "id": 537, + "last_edited": 1381707064, + "name": "NEC" + }, + "owner_id": 5488, + "start_date": null + } + ], + "bio": "

Ryota Mibu has been working on integrating cloud technologies to telecommunication platform form 2012 in NEC. He has been contributing OpenStack projects, including Neutron, Ironic, Ceilometer and Aodh. He is the Project Lead of \"Doctor\" which is one of the OPNFV projects and focusing on building a framework for fault management for high availability of Network Services on top of virtualized infrastructure. He is OPNFV Ambassador from 2017.

", + "created": 1436507139, + "first_name": "Ryota", + "gender": "Male", + "id": 1037, + "irc": "r-mibu", + "last_edited": 1518051939, + "last_name": "Mibu", + "member_id": 5488, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1037", + "presentations": { + "11": 21109 + }, + "title": "Assistant manager, NEC", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1499952780, + "end_date": null, + "id": 142661, + "is_current": true, + "job_title": null, + "last_edited": 1499952780, + "organization": { + "created": 1499952780, + "id": 23744, + "last_edited": 1499952780, + "name": "Tata Communications Ltd." + }, + "owner_id": 68513, + "start_date": 1436745600 + } + ], + "bio": "

Mayank has completed his graduation from Indian Institute of Technology Bombay, post which he joined as an Openstack based cloud developer at Tata communications, a global leader in network and cloud service provider. He is passionate about innovating and learning new technologies. His expertise lies in working with Nova, Cinder, Glance and Heat. His current focus is on Continuous Integration and Delivery, Jenkins Pipelines and Container orchestration.

\r\n

 

\r\n

 

", + "created": 1484306796, + "first_name": "Mayank", + "gender": "Male", + "id": 11107, + "irc": null, + "last_edited": 1518138802, + "last_name": "Maloo", + "member_id": 68513, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11107", + "presentations": { + "2": 21111 + }, + "title": "Cloud Developer", + "twitter": "mayankmaloo" + }, + { + "affiliations": [ + { + "created": 1500003109, + "end_date": null, + "id": 142709, + "is_current": true, + "job_title": "Cloud Developer", + "last_edited": 1500003109, + "organization": { + "created": 1455549194, + "id": 13519, + "last_edited": 1455549194, + "name": "Tata Communications Limited" + }, + "owner_id": 82832, + "start_date": 1437955200 + } + ], + "bio": "

Abijitha Nadagouda graduated in computer science in 2015. He has experience in DDoS and security related development and now contributing to OpenStack based cloud infrastructure development. He has been with Tata Communications since he graduated.

", + "created": 1500006570, + "first_name": "Abijitha", + "gender": "Male", + "id": 13003, + "irc": null, + "last_edited": 1518133612, + "last_name": "Nadagouda", + "member_id": 82832, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13003", + "presentations": { + "1": 21111 + }, + "title": "Cloud developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1457415827, + "end_date": null, + "id": 91705, + "is_current": true, + "job_title": null, + "last_edited": 1457415827, + "organization": { + "created": 1429936375, + "id": 8828, + "last_edited": 1429936375, + "name": "Tata Communications" + }, + "owner_id": 53000, + "start_date": 1433721600 + } + ], + "bio": "

Prateeek is passionate about techology and innovation with 5 patents, 10 research articles and 10 how-to's articles in various areas of system software.

\r\n

He is currently working with Tata Communications for Openstack based cloud development. Worked with Nova, Cinder, Neutron, Keystone, Ironic, Contianers, Ceilometer projects. Recently finished the availability, scalability management of openstack cloud and currently working on Container as a Service on top of openstack.

\r\n

Prior to this, he has 8 years of experience with IBM Software Labs on AIX kernel and user space development. Primary area of work was dynamic tracing tool ( ProbeVue), Virtual Memory Manager, Procees Management, user and Kernel space debugging using languages C and Assembly language.

", + "created": 1454387865, + "first_name": "Prateek", + "gender": "Male", + "id": 5102, + "irc": null, + "last_edited": 1518064370, + "last_name": "Goel", + "member_id": 53000, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5102", + "presentations": { + "7": 21111 + }, + "title": "Cloud Architect", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Yuki Nishiwaki is working as a Infrastructure Software Engineer at LINE Corporation. He is in the middle of the positions between the operator and the developer for Private Cloud based on OpenStack for LINE Corp.

\r\n

Prior to LINE Corp, He have been working at Cloud technology R&D team in NTT Communications for about 4 years. He had worked on OpenStack related works for about 2 years from the point of operator view like building, operating their own Private Cloud and making a lot of things automated. Another 2 years He have spent the time as a developer for Cloud Management Platform which make it possible to manage the cloud resources across multiple cloud providers.

", + "created": 1434337245, + "first_name": "Yuki", + "gender": "Male", + "id": 24, + "irc": "ukinau", + "last_edited": 1527662266, + "last_name": "Nishiwaki", + "member_id": 28066, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/24", + "presentations": { + "7": 21113 + }, + "title": "Software engineer", + "twitter": "ukinau" + }, + { + "affiliations": [ + { + "created": 1503981577, + "end_date": null, + "id": 144742, + "is_current": true, + "job_title": "DevOps & System Engineer", + "last_edited": 1503981577, + "organization": { + "created": 1503981577, + "id": 24387, + "last_edited": 1503981577, + "name": "Line Corp." + }, + "owner_id": 39166, + "start_date": 1483228800 + } + ], + "bio": "

In Line Corp. I try to close the distance between the traditional Service IT Infrastructure world and the contemporary trends of Anything & Everything as a Service. I\u00a0provide an insight on how to overcome cultural IT gaps, and how to architect, design, develop and operate OpenStack based private cloud(s).

\n

* * *

\n

At Midokura, I take care about internal IT infrastructure, whose main part is the 'MidoCloud', a production level MidoNet based OpenStack private cloud, split over 2 datacenter worldwide.

\n

* * *

\n

Prior to Midokura, I worked mainly with VoIP systems, as a distributed and HA infrastructure architect.

\n

* * *

\n

I earned a Master's Degree at Tokyo Institue of Technology in 2009.

", + "created": 1436895507, + "first_name": "Samir", + "gender": "Male", + "id": 1835, + "irc": null, + "last_edited": 1522847226, + "last_name": "Ibrad\u017ei\u0107", + "member_id": 39166, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1835", + "presentations": { + "4": 21113 + }, + "title": "Senior DevOps & System Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1438865359, + "end_date": null, + "id": 78318, + "is_current": true, + "job_title": null, + "last_edited": 1438865359, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 45096, + "start_date": 1437955200 + } + ], + "bio": "

Dustin Schoenbrun is an OpenStack Quality Engineer at Red Hat and focuses on Manila and has been there for nearly three years. He has spent the last ten years working in several aspects of the technology industry including writing test plans for FCoE, contributing to reference architectures, developing software plugins, QA'ing software, to now working on OpenStack. When he's not working on OpenStack, Dustin is an avid musician who plays bass guitar and electric guitar.

", + "created": 1454021577, + "first_name": "Dustin", + "gender": "Male", + "id": 4446, + "irc": "dustins", + "last_edited": 1518078970, + "last_name": "Schoenbrun", + "member_id": 45096, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4446", + "presentations": { + "2": 21126, + "3": 21637 + }, + "title": "OpenStack Quality Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1525038977, + "end_date": null, + "id": 156411, + "is_current": true, + "job_title": "Developer", + "last_edited": 1525038977, + "organization": { + "created": 1447697234, + "id": 12164, + "last_edited": 1447697234, + "name": "SAP Labs" + }, + "owner_id": 98714, + "start_date": 1489968000 + } + ], + "bio": "

Akshay is a Developer Specialist working with SAP Labs, India. Currently contributing on SAP Cloud Platform initiatives across various IaaS platforms like Openstack, AWS, GCP and Azure. In his previous roles, he has worked with Startups at various stages - leading initiatives in DevOps domain and eCommerce primarily.

\r\n

He completed his Masters in Computer Applications from Thapar University, India.

", + "created": 1518090404, + "first_name": "Akshay", + "gender": "Male", + "id": 14272, + "irc": null, + "last_edited": 1525039003, + "last_name": "Kapoor", + "member_id": 98714, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14272", + "presentations": { + "1": 21134 + }, + "title": "Mr", + "twitter": "akskap" + }, + { + "affiliations": [ + { + "created": 1499156721, + "end_date": null, + "id": 142250, + "is_current": true, + "job_title": "Quality Assurance", + "last_edited": 1499156721, + "organization": { + "created": 1499156721, + "id": 23634, + "last_edited": 1499156721, + "name": "Cloud & Heat Technologies GmbH" + }, + "owner_id": 89745, + "start_date": 1373846400 + } + ], + "bio": "

Dr. Anja Strunk received her PhD in 2010 and worked with OpenStack clouds since several years. Her main research topics are quality assurance and security in OpenStack.

\r\n

Dr. Anja Strunk and her team analyzed network traces, evaluated security mechanisms natively provided by OpenStack, reviewed source code, performed live and remote debugging of common OpenStack use cases, and evaluated user feedback. Based on theses results, Dr. Anja Strunk and her team developed an OpenStack extension to meet the stringent security requirements regarding user data sensitive applications like in financial institutions, healthcare organizations or government agencies.

\r\n

 

", + "created": 1499155444, + "first_name": "Anja", + "gender": null, + "id": 12601, + "irc": null, + "last_edited": 1521170503, + "last_name": "Strunk", + "member_id": 89745, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12601", + "presentations": { + "1": 21145 + }, + "title": "Dr.-Ing.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1522923375, + "end_date": null, + "id": 155768, + "is_current": true, + "job_title": "Senior Consultant", + "last_edited": 1522923375, + "organization": { + "created": 1522912621, + "id": 26429, + "last_edited": 1522912621, + "name": "secunet Security Networks AG" + }, + "owner_id": 100715, + "start_date": 1491004800 + } + ], + "bio": "

Matthias Votisky received his masters degree in computer science in 1998 and worked with cloud and container technologies since several years.

", + "created": 1522761630, + "first_name": "Matthias", + "gender": "Male", + "id": 14560, + "irc": null, + "last_edited": 1526348427, + "last_name": "Votisky", + "member_id": 100715, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14560", + "presentations": [ + 21145 + ], + "title": "Senior Consultant", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1502853160, + "end_date": null, + "id": 144325, + "is_current": true, + "job_title": "Principal Engineer", + "last_edited": 1502853160, + "organization": { + "created": 1500443707, + "id": 23816, + "last_edited": 1500443707, + "name": "StackHPC" + }, + "owner_id": 1331, + "start_date": 1502668800 + } + ], + "bio": "

John is a Principal Engineer working on the convergence of OpenStack and HPC with StackHPC. John has been involved with OpenStack since December 2010, and is currently a Nova core reviewer. Between April 2016 and April 2018 he served as a member of the OpenStack Technical committee. He was Nova PTL for the Liberty and Mitaka releases. After studying Computer Science at the University of Cambridge, he worked at Citrix as a Software Developer on a variety of user interfaces. In December 2010 he joined the Citrix team looking at better integration of Citrix products with OpenStack. He later moved to Rackspace working on both their public and private OpenStack based cloud products, including working with Intel through OSIC. As a Principal Engineer at StachHPC John now leads a variety of projects looking at the convergence of OpenStack and HPC. He has spoken at many events including the OpenStack Summit, RCUK Cloud Workshop, Xen Summit, FOSDEM IaaS Dev Room, CloudEast, London OpenStack Meetup Group. John works from his home near Cambridge, UK.

", + "created": 1435649205, + "first_name": "John", + "gender": "Male", + "id": 509, + "irc": "johnthetubaguy", + "last_edited": 1524214144, + "last_name": "Garbutt", + "member_id": 1331, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/509", + "presentations": { + "9": 21148 + }, + "title": "Principal Engineer", + "twitter": "johnthetubaguy" + }, + { + "affiliations": [], + "bio": "

A passionate system software developer, Huamin Chen contributes to open source projects spanning from A to Z: Apache BigTop, Ceph, fio, Gluster, Kubernetes, OpenStack, Tachyon, and ZFS.

\r\n

Huamin Chen is currently employed by Red Hat. Follow him at http://github.com/rootfs

", + "created": 1467079357, + "first_name": "Huamin", + "gender": null, + "id": 9334, + "irc": null, + "last_edited": 1518074515, + "last_name": "Chen", + "member_id": 65979, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9334", + "presentations": { + "2": 21151 + }, + "title": "Principal Software Engineer", + "twitter": "root_fs" + }, + { + "affiliations": [ + { + "created": 1476129185, + "end_date": null, + "id": 106860, + "is_current": true, + "job_title": "OpenStack Architect", + "last_edited": 1476129185, + "organization": { + "created": 1476129185, + "id": 19085, + "last_edited": 1476129185, + "name": "Interdynamix" + }, + "owner_id": 8895, + "start_date": 1451606400 + } + ], + "bio": "

Curtis is an OpenStack Architect at Interdynamix. In his career Curtis has deployed private clouds for educational institutions, implemented large object storage systems for digital archives, and designed and operated an advanced Canadian public cloud, all utilizing OpenStack. He is primarily interested in advanced datacenter technologies such as infrastructure as a service, automation, and software defined networking, as well as distributed systems and container orchestration engines.

\r\n

Currently he is designing and deploying OpenStack clouds for the purposes of Network Function Virtualization (NFV) in the telecommunications industry.

\r\n

Curtis is a co-organizer of the Toronto OpenStack Meetup.

", + "created": 1436910120, + "first_name": "Curtis", + "gender": "Male", + "id": 1939, + "irc": "serverascode", + "last_edited": 1518105366, + "last_name": "Collicutt", + "member_id": 8895, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1939", + "presentations": { + "11": 21163, + "12": 21300, + "13": 21887 + }, + "title": "OpenStack Architect", + "twitter": "ccollicutt" + }, + { + "affiliations": [ + { + "created": 1517934904, + "end_date": null, + "id": 153993, + "is_current": true, + "job_title": "Senior Network Engineer", + "last_edited": 1517934904, + "organization": { + "created": 1490214390, + "id": 22162, + "last_edited": 1490214390, + "name": "Interdynamix Systems" + }, + "owner_id": 98478, + "start_date": 1451865600 + } + ], + "bio": "

Rahul is Senior Network Engineer at Interdynamix Systems. In his career, he has mostly worked on network architecture ,design and implementation. He has also done proof-of-concept to automate networking using different Software defined networking (SDN) controlllers. Recently, he worked on service function chaining using BigSwitch (BMF) and PaloAlto firewall. 

\r\n

He is primarly interested in Software defined networking (SDN) and Network function virtualisation (NFV). 

\r\n

Currently he is looking into using software defined networking (SDN) for service function chaining in Openstack based cloud.

", + "created": 1518078439, + "first_name": "Rahul", + "gender": "Male", + "id": 14248, + "irc": null, + "last_edited": 1518100082, + "last_name": "Kumar", + "member_id": 98478, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14248", + "presentations": [ + 21163 + ], + "title": "Senior Network Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1395587276, + "end_date": null, + "id": 57419, + "is_current": true, + "job_title": null, + "last_edited": 1395587276, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 17777, + "start_date": 1395619200 + }, + { + "created": 1441716406, + "end_date": null, + "id": 79891, + "is_current": true, + "job_title": "Marketing Manager", + "last_edited": 1477308867, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 17777, + "start_date": 1441670400 + } + ], + "bio": "

Allison Price is a Senior Marketing Manager for the OpenStack Foundation, where she manages Marketing Content initiatives including case study development, advertising campaigns, the Superuser online publication and OpenStack User Survey. Her past roles have specialized in social strategy and execution for both B2B and B2C global companies in the technology and consumer industries. In her spare time, she enjoys finding new hiking trails and sharing her love with Celine Dion with anyone and everyone who will listen.

", + "created": 1434533636, + "first_name": "Allison", + "gender": "Female", + "id": 145, + "irc": "amprice88", + "last_edited": 1525956397, + "last_name": "Price", + "member_id": 17777, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/145", + "presentations": { + "3": 21166, + "4": 21899 + }, + "title": "Senior Marketing Manager, OpenStack Foundation", + "twitter": "aprice" + }, + { + "affiliations": [], + "bio": null, + "created": 1526465633, + "first_name": "Darcy", + "id": 14644, + "irc": null, + "last_edited": 1526465633, + "last_name": "Reno", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14644", + "presentations": [ + 21166 + ], + "title": "Program Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518135643, + "end_date": null, + "id": 154233, + "is_current": true, + "job_title": "QA Director", + "last_edited": 1518135643, + "organization": { + "created": 1481608762, + "id": 20446, + "last_edited": 1481608762, + "name": "EasyStack Inc." + }, + "owner_id": 36805, + "start_date": 1431129600 + } + ], + "bio": "

I am the QA director of EasyStack, I focused on the QA and DevOps in OpenStack area for almost 5 years. Currently, I am focusing on adopting Kubernetes related technology to make OpenStack CI/CD process more efficient.

", + "created": 1500018870, + "first_name": "BinBin", + "gender": "Male", + "id": 13033, + "irc": null, + "last_edited": 1522038338, + "last_name": "Cong", + "member_id": 36805, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13033", + "presentations": { + "1": 21177, + "2": 21805 + }, + "title": "QA Director", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1446510015, + "end_date": null, + "id": 82815, + "is_current": true, + "job_title": null, + "last_edited": 1446510015, + "organization": { + "created": 1393225179, + "id": 4384, + "last_edited": 1393225179, + "name": "EasyStack" + }, + "owner_id": 49224, + "start_date": 1437955200 + } + ], + "bio": "

LiuWei is Expert in Automation testing and DevOps development.

\r\n

I worked more than 10 years on software development and testing. Over 5 years on cloud computing and openstack.

\r\n

Now, I focus on devops development to improve the testing of openstack related software product.

\r\n

I also lead a team to build devops system for our customer to improve there development process.

", + "created": 1499928725, + "first_name": "Wei", + "gender": "Male", + "id": 12878, + "irc": null, + "last_edited": 1518080539, + "last_name": "Liu", + "member_id": 49224, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12878", + "presentations": { + "3": 21177 + }, + "title": "DevOps developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1453280432, + "end_date": null, + "id": 85945, + "is_current": true, + "job_title": "software engineer & community director", + "last_edited": 1484558189, + "organization": { + "created": 1393225179, + "id": 4384, + "last_edited": 1393225179, + "name": "EasyStack" + }, + "owner_id": 14945, + "start_date": 1393200000 + } + ], + "bio": "

 

\r\n

He serves as Individual Director of OpenStack Foundation in 2017 and Oslo PTL for Pike and Queens. He worked on Linux and AIX for several years. He is one of the earliest OpenStack contributors in China. He has been working on the OpenStack since 2012, when he worked on the PowerVM driver under Nova to support IBM Power Systems. He is Oslo core reviewer and have been contributing several projects like Nova, Neutron, Ironic, Oslo, etc. He is one of top contributors in China, has submitted 1000+ commits, with more than 45000 LOCs.  As founding engineer of EasyStack, he attended the earliest of large-scale OpenStack adoptions in China, such as Lenovo, Postal Savings Bank of China, China Telecom, State Grid, etc. He was involved in the whole adoption, including platform design,  implementation and solving key issues for these customers.

\r\n

ChangBo Guo is also an active OpenStack evangelists in China. He is organizer of China OpenStack user group, and promote OpenStack technologies in several meet-ups in China including Beijing, Xi'an, Chengdu, Shenzhen, etc. He is honored to be the host of Beijing OpenStack meet-up from November 2016 and on. He is also keen to help others learn how to contribute in upstream and delivered presentation about upstream contribution for several companies. He leads a upstream team to make OpenStack better and more popular. He attended several design summits and delivered presentations. He served as track chair of upstream development in Barcelona, Boston and Sydney design summit.

\r\n

 

\r\n

 

", + "created": 1435960611, + "first_name": "ChangBo", + "gender": "Male", + "id": 633, + "irc": "gcb", + "last_edited": 1518080627, + "last_name": "Guo", + "member_id": 14945, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/633", + "presentations": { + "7": 21177, + "8": 21805 + }, + "title": "Community Director at EasyStack", + "twitter": "ChangBoGuo" + }, + { + "affiliations": [ + { + "created": 1386555172, + "end_date": null, + "id": 54654, + "is_current": true, + "job_title": "CEO", + "last_edited": 1386555172, + "organization": { + "created": 1359485922, + "id": 749, + "last_edited": 1381734697, + "name": "Objectif Libre" + }, + "owner_id": 5107, + "start_date": 1239062400 + }, + { + "created": 1384269876, + "end_date": null, + "id": 45930, + "is_current": true, + "job_title": "", + "last_edited": 1384269876, + "organization": { + "created": 1359485922, + "id": 749, + "last_edited": 1381734697, + "name": "Objectif Libre" + }, + "owner_id": 5107, + "start_date": 1362960000 + } + ], + "bio": "

My Name is Christophe Sauthier, a french guy living in the nice city of Toulouse. Living with my wife and father of 2 beautiful small guys (of course), I am also CEO of a company that I have funded 7 years ago Objectif Libre that only deals with Cloud Infrastructure.

\r\n

I am cloudkitty's PTL for Ocata and Pike cycles.

\r\n


I have been really involved in the Ubuntu community, being a developper and in various boards, then my life crossed OpenStack... The results being that Objectif Libre became (many times) one of the Top20 contributor and developped a real expertise and lots of services around it.

", + "created": 1436773138, + "first_name": "Christophe", + "gender": null, + "id": 1233, + "irc": "huats", + "last_edited": 1518081142, + "last_name": "Sauthier", + "member_id": 5107, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1233", + "presentations": { + "12": 21180, + "13": 21591, + "14": 21626 + }, + "title": "CEO", + "twitter": "chrisssauthier" + }, + { + "affiliations": [ + { + "created": 1517991144, + "end_date": null, + "id": 154066, + "is_current": true, + "job_title": "Developper", + "last_edited": 1517991144, + "organization": { + "created": 1359485922, + "id": 749, + "last_edited": 1381734697, + "name": "Objectif Libre" + }, + "owner_id": 70404, + "start_date": 1508198400 + } + ], + "bio": "

CloudKitty core and DevOps working for Objectif Libre in Toulouse, France.

", + "created": 1517990795, + "first_name": "Luka", + "gender": "Male", + "id": 14162, + "irc": null, + "last_edited": 1518081160, + "last_name": "Peschke", + "member_id": 70404, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14162", + "presentations": { + "1": 21180, + "2": 21626 + }, + "title": "CloudKitty developper", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1515569367, + "end_date": null, + "id": 153087, + "is_current": true, + "job_title": null, + "last_edited": 1515569367, + "organization": { + "created": 1359485922, + "id": 749, + "last_edited": 1381734697, + "name": "Objectif Libre" + }, + "owner_id": 97715, + "start_date": 1491177600 + } + ], + "bio": "

Cloud Consultant @Objectif Libre

", + "created": 1518081169, + "first_name": "Ludovic", + "gender": "Male", + "id": 14251, + "irc": "krast", + "last_edited": 1527184660, + "last_name": "Logiou", + "member_id": 97715, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14251", + "presentations": [ + 21180 + ], + "title": "Cloud Consultant", + "twitter": "LudovicLogiou" + }, + { + "affiliations": [ + { + "created": 1413892382, + "end_date": null, + "id": 117526, + "is_current": true, + "job_title": null, + "last_edited": 1413892382, + "organization": { + "created": 1413892382, + "id": 6491, + "last_edited": 1413892382, + "name": "The Synaptic Group, Inc." + }, + "owner_id": 86895, + "start_date": 833587200 + }, + { + "created": 1493370361, + "end_date": null, + "id": 139666, + "is_current": true, + "job_title": null, + "last_edited": 1493370361, + "organization": { + "created": 1435673762, + "id": 9880, + "last_edited": 1435673762, + "name": "Target Corporation" + }, + "owner_id": 86895, + "start_date": 1436745600 + } + ], + "bio": "

Mark Christenson is Pricipal Engineer, Cloud and Compute at Target Corporation and is responsible for all aspects of OpenStack at Target.

\r\n

 

", + "created": 1493385066, + "first_name": "Mark", + "gender": "Male", + "id": 12427, + "irc": null, + "last_edited": 1518082329, + "last_name": "Christenson", + "member_id": 86895, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12427", + "presentations": { + "2": 21186 + }, + "title": "Principal Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1486488908, + "end_date": null, + "id": 135507, + "is_current": true, + "job_title": "Lead Engineer", + "last_edited": 1486488908, + "organization": { + "created": 1359485922, + "id": 63, + "last_edited": 1381738115, + "name": "Target" + }, + "owner_id": 38448, + "start_date": 1485129600 + } + ], + "bio": "

Ryan Tidwell is a contributor to the OpenStack Neutron project and has been deploying and tinkering with OpenStack in various roles since the Diablo release of OpenStack.  Ryan currently works on the OpenStack team at Target.  He is well-versed in developing manageability tools for systems administrators and OpenStack operators, building SDN controllers and applications, and contributes to OpenStack's Neutron project.  Raised in Northern Colorado, Ryan has a B.S. and M.S. in computer science from Colorado State University and the University of Colorado respectively.  He currently resides with his family in Minnesota in the Twin Cities area.

", + "created": 1436539571, + "first_name": "Ryan", + "gender": "Male", + "id": 1094, + "irc": "tidwellr", + "last_edited": 1518082357, + "last_name": "Tidwell", + "member_id": 38448, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1094", + "presentations": { + "5": 21186 + }, + "title": "Lead Engineer", + "twitter": "rktidwell85" + }, + { + "affiliations": [ + { + "created": 1455051656, + "end_date": null, + "id": 87314, + "is_current": true, + "job_title": null, + "last_edited": 1455051656, + "organization": { + "created": 1359485922, + "id": 863, + "last_edited": 1381703467, + "name": "INRIA" + }, + "owner_id": 52428, + "start_date": 1001894400 + }, + { + "created": 1517989891, + "end_date": null, + "id": 154064, + "is_current": true, + "job_title": "Associate Professor", + "last_edited": 1517989891, + "organization": { + "created": 1517989890, + "id": 25922, + "last_edited": 1517989890, + "name": "IMT Atlantique" + }, + "owner_id": 52428, + "start_date": 1222819200 + } + ], + "bio": "

Dr. Adrien Lebre is an Associate Professor at IMT Atlantique.  He received his Ph.D. from Grenoble Institute of Technologies in September 2006. His research interests are distributed and Internet computing. Since 2011, he is member of the Architect and Executive boards of Grid’5000. Dr. Adrien Lebre has taken part to several program committees of conferences and workshops (such as ICFEC 2017/2016, HPDC 2017, CCGRID 2018/2017/2016/2015/2013, SC 2016/2015/2013... ). He is the PI of the Discovery Initiative, an Open-Science Initiative aiming at implementing a fully decentralized IaaS manager  and the leader of the Stack Research Group, which focuses on software Stack for Massively Geo Distributed infrastuctures (further information respectively available at https://beyondtheclouds.github.io and http://stack.inria.fr).

\r\n

Adrien Lebre has been deeply involved in the OpenStack ecosystem since the Austin summit in 2016 where he created the OpenStack Fog/Edge/Massively Distributed Clouds WG.

", + "created": 1453735273, + "first_name": "Adrien", + "gender": "Male", + "id": 4192, + "irc": "ad_ri3n_", + "last_edited": 1518087637, + "last_name": "Lebre", + "member_id": 52428, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4192", + "presentations": { + "11": 21187, + "12": 21212 + }, + "title": "Discovery Project Leader", + "twitter": "BeyondClouds_io" + }, + { + "affiliations": [ + { + "created": 1384269883, + "end_date": null, + "id": 48634, + "is_current": true, + "job_title": "", + "last_edited": 1384269883, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 7701, + "start_date": null + } + ], + "bio": "

Fetahi Wuhib is a Senior Researcher at Ericsson Research in the area of Cloud Software and System Technologies since January 2013. His research focuses on orchestration of distributed OpenStack-based cloud environments with focus on scalability and manageability. Before joining Ericsson, Fetahi was working as a postdoctoral researcher at the Royal Institute of Technology, Sweden where he was leading research on scalable resource management techniques for large cloud environments

", + "created": 1499265601, + "first_name": "Fetahi", + "gender": null, + "id": 12617, + "irc": null, + "last_edited": 1518095501, + "last_name": "Wuhib", + "member_id": 7701, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12617", + "presentations": { + "1": 21187 + }, + "title": "Senior Researcher", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1476718173, + "end_date": null, + "id": 107346, + "is_current": true, + "job_title": "Researcher at Inria", + "last_edited": 1477263170, + "organization": { + "created": 1359485922, + "id": 863, + "last_edited": 1381703467, + "name": "INRIA" + }, + "owner_id": 75820, + "start_date": 1475452800 + } + ], + "bio": "

Dimitri Pertin is a Postdoc at Inria. He received his Ph.D. in 2016 from the University of Nantes. Passionate computer scientist interested in distributed computing.

", + "created": 1476718839, + "first_name": "Dimitri", + "gender": "Male", + "id": 10909, + "irc": "denaitre", + "last_edited": 1518104341, + "last_name": "Pertin", + "member_id": 75820, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10909", + "presentations": { + "5": 21187 + }, + "title": "Dr.", + "twitter": "denaitre" + }, + { + "affiliations": [ + { + "created": 1384269871, + "end_date": null, + "id": 43144, + "is_current": true, + "job_title": "", + "last_edited": 1468324458, + "organization": { + "created": 1359485922, + "id": 36, + "last_edited": 1364994160, + "name": "Dell" + }, + "owner_id": 2370, + "start_date": 1274054400 + } + ], + "bio": "

Surya Prabhakar Naredla is a Senior Principal software Engineer in Dell EMC, Ireland. He has over 15 years of experience in the IT industry working on Opensource. The first 9 years of his experience was spent as a developer on the Linux operating system and since 2011 he was working on Openstack. He has done numerous presentations on openstack and evangelized it. His current work involves in performance and bottleneck analysis of openstack.

", + "created": 1468322395, + "first_name": "Surya Prabhakar", + "gender": null, + "id": 9749, + "irc": "spn", + "last_edited": 1518108202, + "last_name": "Naredla", + "member_id": 2370, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9749", + "presentations": { + "5": 21193, + "6": 21210 + }, + "title": "Senior Principal Software Engineer", + "twitter": "VirtuousPal" + }, + { + "affiliations": [ + { + "created": 1442878027, + "end_date": null, + "id": 80701, + "is_current": true, + "job_title": null, + "last_edited": 1442878027, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 17498, + "start_date": 1442188800 + } + ], + "bio": "

Madhuri is a Cloud Software Engineer at Intel Technology India Pvt. Ltd. having an experience of approximately 5 years in the storage and cloud domain. She is currently serving as core reviewer in two Openstack projects, Magnum and Zun. She is mainly involved in projects related to containers technology. She has also contributed to Ironic, Swift, Murano etc.

", + "created": 1435542300, + "first_name": "Madhuri", + "gender": "Female", + "id": 447, + "irc": "mkrai", + "last_edited": 1518083508, + "last_name": "Kumari", + "member_id": 17498, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/447", + "presentations": { + "14": 21193 + }, + "title": "Cloud Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1489608177, + "end_date": null, + "id": 137347, + "is_current": true, + "job_title": null, + "last_edited": 1489608177, + "organization": { + "created": 1489608177, + "id": 22042, + "last_edited": 1489608177, + "name": "OnRamp Access LLC" + }, + "owner_id": 84447, + "start_date": 1487635200 + } + ], + "bio": "

Duncan Wannamaker is an OpenStack Engineer with OnRamp Access, a managed service provider based out of Austin, Texas.  He leads the volume encryption and key management implementation which allows OnRamp to provide enhanced security with per-volume transparent encryption.  Duncan has previous experience building large private cloud environments based on the VMware vCloud platform and has been a Stacker since the Icehouse release in 2014.

", + "created": 1489608854, + "first_name": "Duncan", + "gender": "Male", + "id": 12279, + "irc": "randomhack", + "last_edited": 1527069866, + "last_name": "Wannamaker", + "member_id": 84447, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12279", + "presentations": [ + 21196 + ], + "title": "OpenStack Engineer", + "twitter": "randomhack" + }, + { + "affiliations": [ + { + "created": 1483980068, + "end_date": null, + "id": 115626, + "is_current": true, + "job_title": null, + "last_edited": 1483980068, + "organization": { + "created": 1456499575, + "id": 13950, + "last_edited": 1456499575, + "name": "University of Messina, Italy" + }, + "owner_id": 80057, + "start_date": 1422748800 + } + ], + "bio": "

Giovanni Merlino earned an international PhD degree in Computer and Telecommunications Engineering from the Department of Engineering (DIEEI) at the University of Catania.

\r\n

He is research fellow at University of Messina (UniMe) under the EU H2020 BEACON project, including leadership of testbed management activities, as well as teaching assistant (courses in \"Computer Networks\" and \"Distributed Systems\"), UniMe node manager for FIWARE Lab, and a long-standing member of the Mobile and Distributed Systems Lab (MDSLab) at UniMe.

\r\n

His research activity is currently focused on mobile and distributed systems with particular emphasis on Cloud paradigms, Edge computing, Internet of Things, Network Virtualization, Smart sensors, and crowdsensing, co-leading the design of Stack4Things, an OpenStack-based Sensing-and-Actuation-as-a-Service framework for I/Oclouds, co-authoring over 40 papers in international journals and conferences, participating in technical program committees of international conferences, as well as spearheading efforts for an official and crowdfunded research initiative (#SmartME) to deploy and operate an experimental Smart City testbed in Messina.

\r\n

He is co-founder of the SmartMe.io (http://smartme.io) academic spin-off.

", + "created": 1485948428, + "first_name": "Giovanni", + "gender": "Male", + "id": 11319, + "irc": null, + "last_edited": 1518085369, + "last_name": "Merlino", + "member_id": 80057, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11319", + "presentations": { + "3": 21201 + }, + "title": "University of Messina, Research fellow", + "twitter": "giomerlino" + }, + { + "affiliations": [ + { + "created": 1471601715, + "end_date": null, + "id": 103624, + "is_current": true, + "job_title": null, + "last_edited": 1471601715, + "organization": { + "created": 1430792176, + "id": 8972, + "last_edited": 1430792176, + "name": "FUJITSU Enabling Software Technology GmbH" + }, + "owner_id": 68233, + "start_date": 1471564800 + } + ], + "bio": "\r\n

Cristiano is an IT technology professional who is passionate about innovation. He contributes to OpenStack with new features, ideas and cross-project collaborations. He develops relationships within the OpenStack community, gathers feedback from users and brings it back to the community to create a better platform. He evangelises OpenStack to foster innovation, standardisation and efficiency.  

\r\n

With an extensive academic background in engineering and business, he has over 15 years of experience. He worked on global projects with enterprises and start-ups, collaborating with customers and internal stakeholders to create and enhance successful products.

\r\n", + "created": 1476437891, + "first_name": "Cristiano", + "gender": "Male", + "id": 10903, + "irc": "cbellucci", + "last_edited": 1520934359, + "last_name": "Bellucci", + "member_id": 68233, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10903", + "presentations": { + "5": 21201 + }, + "title": "Product Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1409908809, + "end_date": null, + "id": 61455, + "is_current": true, + "job_title": null, + "last_edited": 1409908809, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 24834, + "start_date": 1407196800 + } + ], + "bio": "

Emma is a Software Engineer in the Network Platforms Group in Intel. She joined Intel after graduating from the University of Limerick where she studied Electronic and Computer Engineering with a major in Robotics. She is working in the area of Service Assurance contributing to the OPNFV Barometer project, working on making more statistics available for the OpenStack cloud, by enabling collectd stats and events to be used in OpenStack. Her latest adventures have brought her into testing, where her Service Assurance experience continues to come in handy for KPI collection.

", + "created": 1437540239, + "first_name": "Emma", + "gender": "Female", + "id": 2997, + "irc": "efoley", + "last_edited": 1519961515, + "last_name": "Foley", + "member_id": 24834, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2997", + "presentations": { + "5": 21205 + }, + "title": "Software Engineer, Intel", + "twitter": "EmmaLFoley" + }, + { + "affiliations": [ + { + "created": 1517869025, + "end_date": null, + "id": 153918, + "is_current": true, + "job_title": null, + "last_edited": 1517869025, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 98516, + "start_date": 1450742400 + } + ], + "bio": null, + "created": 1517869160, + "first_name": "Gabriel", + "gender": "Male", + "id": 14069, + "irc": null, + "last_edited": 1518086141, + "last_name": "Yu", + "member_id": 98516, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14069", + "presentations": [ + 21205 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518090584, + "end_date": null, + "id": 154178, + "is_current": true, + "job_title": "Senior Software Engineer", + "last_edited": 1518090584, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 98026, + "start_date": 1470096000 + } + ], + "bio": "

Abhijit is a Senior Software Engineer with Data Center Group at Intel Shannon, Ireland. He has over 8 years of experience in software development and has been using OpenStack for over 2 years. His interests include network function virtualization, machine learning, benchmarking VNFs, telemetry and orchestration. He has been currently contributing in OPNFV on the Yardstick project to extend the framework for Network Services Benchmarking. His previous work experience includes software development on x86 and embedded DSP platforms in the field of advanced driver assistance systems (ADAS), computer vision and video processing which includes software optimization. He holds a Bachelor of Engineering in Electronics and Communication.

", + "created": 1516349444, + "first_name": "Abhijit", + "gender": "Male", + "id": 13928, + "irc": null, + "last_edited": 1526531819, + "last_name": "Sinha", + "member_id": 98026, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13928", + "presentations": [ + 21205 + ], + "title": "Senior Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518080594, + "end_date": null, + "id": 154166, + "is_current": true, + "job_title": "SW System Sr. Principal Engineer", + "last_edited": 1518080594, + "organization": { + "created": 1473215426, + "id": 18605, + "last_edited": 1473215426, + "name": "Dell EMC" + }, + "owner_id": 48405, + "start_date": 1497225600 + } + ], + "bio": "

Paul is a member of the Service Provider OpenStack team at Dell EMC and works primarily with Ceph.  Paul has been actively engaged in software engineering for over 20 years and has experience in application development and systems programming.  His primary areas of software engineering are C, C++, and Python.  He has special interest in software engineering, software reliability, and performance tuning.

", + "created": 1454454894, + "first_name": "Paul", + "gender": "Male", + "id": 5270, + "irc": "pdardeau", + "last_edited": 1518127110, + "last_name": "Dardeau", + "member_id": 48405, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5270", + "presentations": { + "1": 21210 + }, + "title": "SW System Sr. Principal Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Student at University of Nantes, intern at Stack Team for the Discovery Initiative

", + "created": 1518083531, + "first_name": "Marie", + "gender": "Female", + "id": 14255, + "irc": null, + "last_edited": 1519184170, + "last_name": "Delavergne", + "member_id": 68561, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14255", + "presentations": [ + 21212 + ], + "title": "Intern -- Discovery Initiative", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1487161721, + "end_date": null, + "id": 135903, + "is_current": true, + "job_title": null, + "last_edited": 1487161721, + "organization": { + "created": 1359485922, + "id": 863, + "last_edited": 1381703467, + "name": "INRIA" + }, + "owner_id": 72666, + "start_date": 1487116800 + } + ], + "bio": "

Ronan-Alexandre Cherrueau is a Research Engineer at Inria.  He received his Ph.D. from Ecole des Mines de Nantes in November 2016. Passionate computer scientist interested in programming, software composition and distributed computing (further information at: https://rcherrueau.github.io)

", + "created": 1485439252, + "first_name": "Ronan-Alexandre", + "gender": "Male", + "id": 11238, + "irc": "rcherrueau", + "last_edited": 1518104373, + "last_name": "Cherrueau", + "member_id": 72666, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11238", + "presentations": { + "3": 21212 + }, + "title": "Research Engineer - Discovery Project", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Ryan is a Software Engineer who graduated from UC San Diego with a Computer Science degree in 2016 and now works for Oath Inc. He has become a key member of their OpenStack team which builds, deploys and maintains one of the largest OpenStack deployments in the world. He played a pivotal role in numerous large OpenStack related projects at Oath Inc. including upgrading 6 releases in one shot, automating firmware upgrades in OpenStack, keystone user management for ~20k users, and many more.

", + "created": 1515514494, + "first_name": "Ryan", + "gender": null, + "id": 13878, + "irc": null, + "last_edited": 1518097535, + "last_name": "Bridges", + "member_id": 97678, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13878", + "presentations": [ + 21213 + ], + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1426136309, + "end_date": null, + "id": 68528, + "is_current": true, + "job_title": null, + "last_edited": 1426136309, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 31745, + "start_date": 1228089600 + } + ], + "bio": "
Jianfeng Ding is engineering manager of Intel to lead OpenStack community development, as part of Intel Opensource Technology Center(OTC). His team and himself are foucsing on cloud software development, like OpenStack and Edge Computing projects.
", + "created": 1436949295, + "first_name": "Jianfeng JF", + "gender": "Male", + "id": 2117, + "irc": "jfding", + "last_edited": 1524247573, + "last_name": "Ding", + "member_id": 31745, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2117", + "presentations": { + "7": 21215, + "8": 21429 + }, + "title": "Intel China OpenStack Engineering Manager", + "twitter": "jfding" + }, + { + "affiliations": [ + { + "created": 1492616075, + "end_date": null, + "id": 139145, + "is_current": true, + "job_title": null, + "last_edited": 1492616090, + "organization": { + "created": 1431696602, + "id": 9165, + "last_edited": 1431696602, + "name": "CoreOS" + }, + "owner_id": 10989, + "start_date": 1483228800 + } + ], + "bio": "

Tony leads the Educational Services team at CoreOS and is on a mission to educate the world on Kubernetes and cloud native technology. He is the author of \u201cTroubleshooting OpenStack\u201d and a member of the OpenStack Speakers Bureau.\u00a0

Prior to joining CoreOS, Tony spent nearly fourteen years at Rackspace in various roles, including Software Developer, Architect, Manager and Director. As Director of Global Talent Development at Rackspace, Tony and his team were responsible for training, developing and mentoring OpenStack Developers and Operators.\u00a0
\u00a0
He is a native of California where he received his bachelor\u2019s degree in Communications from Notre Dame De Namur University in Belmont, California. Tony\u2019s passions include family, theater, and exercise.\u00a0

", + "created": 1459544097, + "first_name": "Tony", + "gender": null, + "id": 5751, + "irc": "cloudtrainme", + "last_edited": 1522253933, + "last_name": "Campbell", + "member_id": 10989, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5751", + "presentations": { + "8": 21218 + }, + "title": "Director of Field Engineering , CoreOS", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1453934232, + "end_date": null, + "id": 86342, + "is_current": true, + "job_title": null, + "last_edited": 1453934232, + "organization": { + "created": 1453934232, + "id": 12991, + "last_edited": 1453934232, + "name": "Kumulus Technologies" + }, + "owner_id": 52589, + "start_date": 1443657600 + } + ], + "bio": "

With over 20 years of experience as a systems reliability engineer, and a focus on automating not only application deployments but the underlying infrastructure as well, Robert brings a wealth of knowledge to the full application enablement stack. He has applied this knowledge in fields from high-performance computing to high-frequency trading environments, and everything in between. Robert also holds patents in network, data center, and application performance and scale enhancements. He is a Founder and the CTO at Kumulus Technologies, a DevOps, Systems Reliability Engineering and cloud computing consultancy. Additionally, Robert is an incurable photography nerd and has been known to stay up until dawn in remote locations to capture celestial time-lapses. 

", + "created": 1453934716, + "first_name": "Robert", + "gender": "Male", + "id": 4359, + "irc": "rstarmer", + "last_edited": 1518197956, + "last_name": "Starmer", + "member_id": 52589, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4359", + "presentations": { + "10": 21218, + "11": 21799 + }, + "title": "Kumulus Technologies", + "twitter": "rstarmer" + }, + { + "affiliations": [], + "bio": "

Goutham (Gou) Rao\u00a0is co-founder and CTO of Portworx, where he leads the company\u2019s technology, market and solution execution strategy. Previously, he was the CTO and executive director of data protection at Dell. Gou joined Dell through the acquisition of Ocarina Networks, where was the co-founder, CTO, and chief architect. Gou has a master\u2019s degree in Computer Science, graduating with a 4.0 GPA from the University of Pennsylvania. Gou has been awarded over 40 patents.

", + "created": 1518087891, + "first_name": "Gou", + "gender": null, + "id": 14265, + "irc": "@RaoGou", + "last_edited": 1527178757, + "last_name": "Rao", + "member_id": 98743, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14265", + "presentations": { + "0": 21218, + "2": 21799 + }, + "title": "CTO", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1468245012, + "end_date": null, + "id": 101021, + "is_current": true, + "job_title": null, + "last_edited": 1468245012, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 67208, + "start_date": 1446422400 + } + ], + "bio": "

Kevin Jones is a Cloud Architect for Red Hat. His mission is to bring OpenStack into public service for Government, Research, and Educational entities. Kevin spends his time working with customers to define use cases around cloud and devops. Kevin has significant experience working with research and scientific computing entities to determine best fit for OpenStack and other technologies.

\r\n

Kevin comes to Red Hat from NASA Langley Research Center where he was the Chief Technologist for IT. In his role at NASA, he helped evangelize the use of hybrid cloud computing. Kevin came up in his career as a developer first and via curiosity, migrated to a holistic approach focused on utilizing technology to deliver business results.

\r\n

Kevin has been in the IT industry in Public Sector space since 2001. He came up as a developer and evolved into a full bore cloud solution architect. He carries Red Hat certification in OpenStack and Solution Architect certification in Amazon Web Services.

", + "created": 1468245061, + "first_name": "Kevin", + "gender": "Male", + "id": 9635, + "irc": "kjw3", + "last_edited": 1518089465, + "last_name": "Jones", + "member_id": 67208, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9635", + "presentations": { + "5": 21220, + "6": 21886 + }, + "title": "Cloud Architect for Red Hat", + "twitter": "kjwthree" + }, + { + "affiliations": [], + "bio": "

Solution Engineering -  She holds Masters degree in Electrical Engineering and pursuing an MBA degree at Santa Clara University. She has been working in Openstack for the past 5 years.  She has a multidisciplinary background from software development to product management and has filed 3 Patents in Software Defined Networks.

\r\n

Opinions expressed are solely my own and do not express the views or opinions of my employer. 

", + "created": 1459630553, + "first_name": "Kumuthini", + "gender": "Female", + "id": 5762, + "irc": null, + "last_edited": 1518091226, + "last_name": "Ratnasingham", + "member_id": 59183, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5762", + "presentations": [ + 21224 + ], + "title": "Solution Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1437732222, + "end_date": null, + "id": 76709, + "is_current": true, + "job_title": null, + "last_edited": 1437732222, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 8323, + "start_date": 1433116800 + } + ], + "bio": "

 

\r\n

Brent Roskos is a Principal Architect with over 25 years of experience delivering technology strategy and business solutions to domestic and global Fortune 500 companies in the entertainment, medical, investment management, banking and telecom industries. As an Enterprise Architect, he has a successful track record of designing and deploying highly capacity and high availability data management solutions as well as leading and managing complex technical projects.

", + "created": 1437732445, + "first_name": "Brent", + "gender": "Male", + "id": 3047, + "irc": null, + "last_edited": 1522056607, + "last_name": "Roskos", + "member_id": 8323, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3047", + "presentations": { + "2": 21224 + }, + "title": "Principal Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454313389, + "end_date": null, + "id": 86573, + "is_current": true, + "job_title": null, + "last_edited": 1454313389, + "organization": { + "created": 1392924704, + "id": 4314, + "last_edited": 1392924704, + "name": "Juniper Networks" + }, + "owner_id": 52861, + "start_date": 1393632000 + } + ], + "bio": "

Prior to joining Juniper in 2014 Michael worked 16 years for HP. In HP he spent his last 2 years on doing research on\u00a0SDN and\u00a0writing applications unleashing the power of SDN.\u00a0Michael is\u00a0passionate about SDN and virtualization. As part of Junipers Contrail team he takes care for integrating OpenContrail into whatever kind of new and exciting technology comes along. Lately he started to enjoy the brave new world of Containers and their need for a robust networking infrastructure.

", + "created": 1467883072, + "first_name": "Michael", + "gender": "Male", + "id": 9489, + "irc": null, + "last_edited": 1521728646, + "last_name": "Henkel", + "member_id": 52861, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9489", + "presentations": { + "9": 21224 + }, + "title": "Principal SW Engineer", + "twitter": "mhenkel" + }, + { + "affiliations": [], + "bio": "

Joachim joined Red Hat at the beginning of 2016 to support the Tiger Team of OpenStack specialists. Since then he conducted many PoCs and Workshops for Red Hat customers and partners. He has many years experience with Linux, OpenStack, NFV and SDN as he was developing these subjects already for his former employer as a consultant.

\r\n

Joachim is hard core Linux user of the first hour and actively working in the the OpenSource area since more than 25 years - including his own desktop. If he is not in front of his computer he is probably dealing with a bunch of children and a wife who constantly try to conquer his time.

", + "created": 1468444309, + "first_name": "Joachim", + "gender": null, + "id": 10204, + "irc": null, + "last_edited": 1521657863, + "last_name": "von Thadden", + "member_id": 67557, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10204", + "presentations": { + "1": 21228 + }, + "title": "Red Hat Senior Specialist Solution Architect OpenStack", + "twitter": null + }, + { + "affiliations": [], + "bio": "

I am a senior engineer at H3C. From 2013 I have pay attention to OpenStack and became a contributor. My main work is to refine our company's private cloud solutions based on OpenStack. Currently I focus on nova, ironic and neutron.

", + "created": 1455692130, + "first_name": "James", + "gender": "Male", + "id": 5573, + "irc": "xhzhf", + "last_edited": 1520452413, + "last_name": "Guo", + "member_id": 19258, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5573", + "presentations": { + "8": 21229 + }, + "title": "Senior Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1460662135, + "end_date": null, + "id": 94193, + "is_current": true, + "job_title": null, + "last_edited": 1460662135, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 51476, + "start_date": 1459728000 + } + ], + "bio": "

Joe is a Specialist Solution Architect on the OpenStack Tiger Team at Red Hat, and has a mixed technology background with a strong focus on networking.   Joe started his career in information technology by starting an ISP in 1997.  Since then, Joe has been a part of several service provider and hosting startups, and has served in network, systems, and security architect roles at large service providers, utilities, professional services companies and technology resellers.  Joe currently holds RHCE, CCIE R/S, and CISSP-ISSAP certifications and has been involved in OpenStack since 2013.

", + "created": 1452142202, + "first_name": "Joe", + "gender": "Male", + "id": 3801, + "irc": null, + "last_edited": 1518138546, + "last_name": "Antkowiak", + "member_id": 51476, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3801", + "presentations": { + "2": 21249 + }, + "title": "Sr Specialist Solution Architect - OpenStack", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269885, + "end_date": null, + "id": 49505, + "is_current": true, + "job_title": "", + "last_edited": 1384269885, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 8568, + "start_date": 1362614400 + } + ], + "bio": "

I am an Openstack Development Engineer in the Office of the Cloud CTO at Cisco with interest in Neutron, Nova, Ironic, TripleO and Kolla. I am an active developer in Cisco's Neutron plugin repo (networking-cisco). I have a background in writing code for routers and switches. I have a Masters in Computer Engineering from Cornell University.

", + "created": 1484063369, + "first_name": "Sandhya", + "gender": "Female", + "id": 11085, + "irc": "sadasu", + "last_edited": 1521210345, + "last_name": "Dasu", + "member_id": 8568, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11085", + "presentations": { + "3": 21252 + }, + "title": "Senior Software Engineer", + "twitter": "SandhyaDasu" + }, + { + "affiliations": [ + { + "created": 1413383010, + "end_date": null, + "id": 62408, + "is_current": true, + "job_title": null, + "last_edited": 1413383010, + "organization": { + "created": 1391793373, + "id": 4160, + "last_edited": 1391793373, + "name": "Cisco Systems Inc." + }, + "owner_id": 25751, + "start_date": 1275350400 + } + ], + "bio": "
\r\n

Vikram is a Technical Leader in Cisco's cloud org working on OpenStack since 2013 delivering cloud products at Cisco.  He is currently working on neutron, kolla, kubernetes, docker, python programming, ansible, networking, Cisco UCS (Unified Computing System) and Nexus.  He has been working on software development and networking for over 13 years, and enjoys working on highly scalable production clouds, and self-healing containers.  He is a core-reviewer and a core-developer of the OpenStack Kolla and Kolla-ansible projects (deploying OpenStack in Docker containers).

\r\n

In the past at Cisco, he has worked on MediaCloud, multicast, HEAT, Magnum, Kuryr, and on many other technologies like SDN, OpenFlow, IOS, NXOS, MPLS, routing, NETCONF and YANG data modeling.

\r\n

Vikram is a Linux lover with a Masters in Computer Science from Syracuse University.

\r\n

His OpenStack blogs are at https://communities.cisco.com/people/vhosakot/content.

\r\n
", + "created": 1434672348, + "first_name": "Vikram", + "gender": "Male", + "id": 203, + "irc": "vhosakot", + "last_edited": 1526385024, + "last_name": "Hosakote", + "member_id": 25751, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/203", + "presentations": { + "10": 21252 + }, + "title": "Sr. Software Engineer, Cisco Systems", + "twitter": "slashboot" + }, + { + "affiliations": [ + { + "created": 1391581024, + "end_date": null, + "id": 55703, + "is_current": true, + "job_title": null, + "last_edited": 1391581024, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 15723, + "start_date": 1257120000 + } + ], + "bio": "

Lee is a software engineer at Red Hat hacking on OpenStack as part of the virtual compute team with a focus on storage, upgrades and general maintenance.

\r\n

Previous to this role he spent 2 years supporting customers with OpenStack environments as a Software Maintenance Engineer within the support organisation at Red Hat.

", + "created": 1466506312, + "first_name": "Lee", + "gender": "Male", + "id": 9277, + "irc": "lyarwood", + "last_edited": 1518097257, + "last_name": "Yarwood", + "member_id": 15723, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9277", + "presentations": { + "1": 21261, + "2": 21855 + }, + "title": "Software Engineer, Red Hat", + "twitter": "lyarwood_" + }, + { + "affiliations": [ + { + "created": 1527005512, + "end_date": null, + "id": 157257, + "is_current": true, + "job_title": "LMTS", + "last_edited": 1527005512, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 72836, + "start_date": 3637008000 + } + ], + "bio": "

John is Lead Member of Technical Staff in AT&T Technical Architecture area responsible for AT&T Edge Architecture. His recent experience is in overlay technology and performance optimization for platform and virtualized network functions, and he has held leading roles in definition of AT&T Cloud architectures for virtualized network functions.  He has more than 30 years experience in the industry  and in the past he has been architect and design for several of AT&Ts wireline service offerings, including both physical and virtualized service platforms.

", + "created": 1472846219, + "first_name": "John", + "gender": "Male", + "id": 10735, + "irc": null, + "last_edited": 1527008352, + "last_name": "Craig", + "member_id": 72836, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10735", + "presentations": { + "2": 21275 + }, + "title": "Lead Member of Technical Staff at AT&T", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1468358646, + "end_date": null, + "id": 101172, + "is_current": true, + "job_title": null, + "last_edited": 1468358646, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 67361, + "start_date": 891302400 + } + ], + "bio": "

Travis is a Product Marketing Engineer in Intel's Open Source Technology Center, focusing on Intel's upstream contributions to cloud and data center software.  He previously spent 15 years in Intel IT, where he was an architect working on OpenStack deployment, PaaS, and cloud-native application development practices.

", + "created": 1468240748, + "first_name": "Travis", + "gender": "Male", + "id": 9661, + "irc": null, + "last_edited": 1526559428, + "last_name": "Broughton", + "member_id": 67361, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9661", + "presentations": { + "2": 21866, + "3": 21275 + }, + "title": "Product Marketing Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1486157999, + "end_date": null, + "id": 135218, + "is_current": true, + "job_title": "Solution Architect", + "last_edited": 1486157999, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 71388, + "start_date": 1451606400 + } + ], + "bio": "

Milind Belhe is a Senior Solution Architect with Ericsson. He has been with Ericsson for more than 10 years and currently works with customers in designing Cloud Solutions on Openstack. He has been leading cutting edge CI/CD projects for Enterprise Customers in Telecom inductries on cloud and Virtualization technologies. He has a proven track record of driving design and implementation of private and public cloud solutions from concept to production. Prior to his opensource and cloud endeavours, Milind was developing telecom software with five  9s reliability for Ericsson. He has a Masters degree in Computer Science from University of North texas.

", + "created": 1486157361, + "first_name": "Milind", + "gender": "Male", + "id": 11440, + "irc": null, + "last_edited": 1518104671, + "last_name": "Belhe", + "member_id": 71388, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11440", + "presentations": { + "5": 21279 + }, + "title": "Openstack Cloud Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1412839834, + "end_date": null, + "id": 117269, + "is_current": true, + "job_title": null, + "last_edited": 1412839834, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 25520, + "start_date": 1334534400 + }, + { + "created": 1412839834, + "end_date": null, + "id": 62147, + "is_current": true, + "job_title": null, + "last_edited": 1412839834, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 25520, + "start_date": 1334534400 + } + ], + "bio": null, + "created": 1489590881, + "first_name": "Narendra", + "gender": "Male", + "id": 12275, + "irc": null, + "last_edited": 1518103621, + "last_name": "Choudhary", + "member_id": 25520, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12275", + "presentations": [ + 21279 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1439408815, + "end_date": null, + "id": 78647, + "is_current": true, + "job_title": null, + "last_edited": 1439408815, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 45390, + "start_date": 1390176000 + } + ], + "bio": "

Engineer on AT&T Integrated Cloud.

", + "created": 1468470499, + "first_name": "Rick", + "gender": "Male", + "id": 10323, + "irc": null, + "last_edited": 1518092331, + "last_name": "Bartra", + "member_id": 45390, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10323", + "presentations": { + "4": 21279 + }, + "title": "Engineer ATT Integrated Cloud", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1395694611, + "end_date": null, + "id": 57439, + "is_current": true, + "job_title": null, + "last_edited": 1395694611, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 17796, + "start_date": 1175385600 + } + ], + "bio": "

Sharath has over 15 years of experience in Technology,  Architecture, IT, Engineering, and Operations. He has played key role in design and deployment of various Telco Grade NFV solutions into multiple cloud instances. He has also worked on the architecture and deployment of Openstack across multiple customer locations. He is a certified OpenStack Administrator. His primary interests lie in openstack projects such as OpenStack-Helm, Kolla, Murano, Freezer, etc, He also works on translating Openstack into his Native Kannada Language.

", + "created": 1452098907, + "first_name": "Sharath", + "gender": "Male", + "id": 3791, + "irc": "esharao", + "last_edited": 1518103687, + "last_name": "Rao", + "member_id": 17796, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3791", + "presentations": { + "5": 21283 + }, + "title": "Cloud Solution Architect", + "twitter": "sharthegreat" + }, + { + "affiliations": [ + { + "created": 1415531032, + "end_date": null, + "id": 63071, + "is_current": true, + "job_title": null, + "last_edited": 1415531032, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 26306, + "start_date": 1388534400 + } + ], + "bio": "

Ganeshkumar Natarajan (ganeshkumar.natarajan@att.com) works at AT&T Inc. USA, as Director - Software Design and Development. He is one of the lead Cloud solution architect currently working on ATT Integrated Cloud (AIC). AIC is AT&T's largest enterprise cloud built on Openstack that serves all AT&T traffic for mobility, IT workloads and Network Functions. His broad experience includes solution architecture, design, and development of the product all the way to production deployment.  Before AIC work, he was lead developer for ATT CDN Cache and Streaming platforms and has also successfully developed and deployed many Enterprise Android Mobile Cloud based application products for AT&T.

", + "created": 1454348690, + "first_name": "Ganeshkumar", + "gender": "Male", + "id": 4927, + "irc": null, + "last_edited": 1518103703, + "last_name": "Natarajan", + "member_id": 26306, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4927", + "presentations": { + "9": 21283 + }, + "title": "Director - Technology", + "twitter": "ganiee" + }, + { + "affiliations": [ + { + "created": 1454445982, + "end_date": null, + "id": 118833, + "is_current": true, + "job_title": null, + "last_edited": 1454445982, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 27562, + "start_date": 1265587200 + }, + { + "created": 1454445982, + "end_date": null, + "id": 86767, + "is_current": true, + "job_title": null, + "last_edited": 1454445982, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 27562, + "start_date": 1265587200 + } + ], + "bio": "

Rony Haddad is a Cloud Solutions Architect at Ericsson, building Telco-grade clouds end-to-end, from the design through the delivery, leading geographically dispersed teams and promoting a high performance culture that delivers cutting-edge solutions in the most aggressive timelines. Rony has led several deliveries of large-scale system integrations.

\r\n

Currently working on designing new features and defining roadmaps for various parts of the Cloud, Rony has over 10 years of experience in the area of Web Services, Orchestration, and has been working with Openstack, NFV, and Cloud Orchestration for the past 5 years. Rony enjoys being close to customers, discussing their problems to help them develop practical and high quality solutions for their business. Rony is knowledgeable about entreprise architectures and large scale deployments.

", + "created": 1453937479, + "first_name": "Rony", + "gender": "Male", + "id": 4364, + "irc": null, + "last_edited": 1521470773, + "last_name": "Haddad", + "member_id": 27562, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4364", + "presentations": { + "6": 21283 + }, + "title": "Solutions Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269882, + "end_date": null, + "id": 48160, + "is_current": true, + "job_title": "", + "last_edited": 1384269882, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 7302, + "start_date": null + } + ], + "bio": "

Sridar Kandaswamy is a Technical Leader in the Openstack team at Cisco Systems Inc. In his past life, he used to work on Switching & L4 - L7 services (the physical kind). In the community, he has been working with FWaaS in OpenStack as a core contributor.

\r\n

 

", + "created": 1436964430, + "first_name": "Sridar", + "gender": null, + "id": 2266, + "irc": "SridarK", + "last_edited": 1518128696, + "last_name": "Kandaswamy", + "member_id": 7302, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2266", + "presentations": { + "4": 21284 + }, + "title": "Technical Leader, Cisco Systems", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269883, + "end_date": null, + "id": 48597, + "is_current": true, + "job_title": "", + "last_edited": 1384269883, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 7666, + "start_date": null + } + ], + "bio": "

Bob is a technical lead engineer at Cisco responsible for developing cloud infrastructure and solutions. As part of the Cloud CTO Office, Bob is an active contributor to OpenStack. 

", + "created": 1518103741, + "first_name": "Bob", + "gender": null, + "id": 14296, + "irc": "bobmel", + "last_edited": 1518114521, + "last_name": "Melander", + "member_id": 7666, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14296", + "presentations": [ + 21284 + ], + "title": "Technical Leader", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269878, + "end_date": null, + "id": 46433, + "is_current": true, + "job_title": "", + "last_edited": 1384269878, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 5611, + "start_date": null + } + ], + "bio": "

Shweta is a Sofware Engineeer in the Cisco Cloud CTO group. She has been involved in neutron related projects both in house and in the community.

\r\n

 

", + "created": 1500459066, + "first_name": "Shweta", + "gender": "Female", + "id": 13204, + "irc": null, + "last_edited": 1518114542, + "last_name": "Padubidri", + "member_id": 5611, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13204", + "presentations": [ + 21284 + ], + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1472691771, + "end_date": null, + "id": 104264, + "is_current": true, + "job_title": null, + "last_edited": 1472691788, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 43080, + "start_date": 1262908800 + } + ], + "bio": "

Jack Morgan is a Network Software Engineer in the Network Platform Group at Intel Corporation, managing the Intel OPNFV Pharos Lab. He is the PTL for the Pharos project within OPNFV and a member of the Technical Steering Committee. He has extensive Linux experience in various development, management and leadership positions. Prior to his current position, he led a Linux validation team focusing on Linux storage technologies (iSCSI/FCoE), protocol testing and automation.

", + "created": 1468427204, + "first_name": "Jack", + "gender": "Male", + "id": 10086, + "irc": "jmorgan1", + "last_edited": 1526310987, + "last_name": "Morgan", + "member_id": 43080, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10086", + "presentations": { + "2": 21290 + }, + "title": "Network Software Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Dr. Dhabaleswar K. (DK) Panda is a Professor and University Distinguished Scholar of Computer Science and Engineering at the Ohio State University. He has published over 400 papers in major journals and international conferences. Prof. Panda and his research group members have been doing extensive research on modern networking technologies including InfiniBand, Omni-Path, High-Speed Ethernet and RDMA over Converged Enhanced Ethernet (RoCE). The MVAPICH2 (High Performance MPI over InfiniBand, iWARP and RoCE) and MVAPICH2-X software libraries, developed by his research group (http://mvapich.cse.ohio-state.edu), are currently being used by more than 2,850 organizations worldwide (in 85 countries). This software has enabled several InfiniBand clusters (including #1) to get into the latest TOP500 ranking during the last decade. More than 443,000 downloads of this software have taken place from the project's website alone. RDMA-enabled Apache Hadoop, Spark, and Memcached libraries, and OSU HiBD benchmarks (OHB) are publicly available from the High-Performance Big Data (HiBD) project site (http://hibd.cse.ohio-state.edu). These libraries are being used by more than 275 organizations in 34 countries. More than 24, 900 downloads of these libraries have taken place from the project's website alone. Prof. Panda's research has been supported by funding from US National Science Foundation, US Department of Energy, and several industry including Intel, Cisco, Cray, SUN, Mellanox, QLogic, NVIDIA and NetApp. He is an IEEE Fellow and a member of ACM. More details about Prof. Panda are available at http://www.cse.ohio-state.edu/~panda

\r\n

 

", + "created": 1453696549, + "first_name": "Dhabaleswar K (DK)", + "gender": null, + "id": 4175, + "irc": null, + "last_edited": 1518108378, + "last_name": "Panda", + "member_id": 52396, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4175", + "presentations": { + "4": 21292 + }, + "title": "Professor and University Distinguished Scholar", + "twitter": "@dhabalkpanda" + }, + { + "affiliations": [ + { + "created": 1457409853, + "end_date": null, + "id": 91700, + "is_current": true, + "job_title": null, + "last_edited": 1457409853, + "organization": { + "created": 1455128499, + "id": 13303, + "last_edited": 1455128499, + "name": "The Ohio State University" + }, + "owner_id": 52394, + "start_date": 1341100800 + } + ], + "bio": "

Dr. Xiaoyi Lu is a Research Scientist of the Department of Computer Science and

\r\n

Engineering at the Ohio State University, USA. His current research interests

\r\n

include high performance interconnects and protocols, Big Data,

\r\n

Hadoop/Spark/Memcached Ecosystem, Parallel Computing Models (MPI/PGAS),

\r\n

Virtualization and Cloud Computing. He has published over 90 papers in

\r\n

International journals and conferences related to these research areas. He has

\r\n

been actively involved in various professional activities in academic journals

\r\n

and conferences.  Recently, Dr. Lu is leading the research and development of

\r\n

RDMA-based accelerations for Apache Hadoop, Spark, HBase, and Memcached, and

\r\n

OSU HiBD micro-benchmarks, which are publicly available from

\r\n

(http://hibd.cse.ohio-state.edu). These libraries are currently being used by

\r\n

more than 275 organizations from 34 countries. More than 24,900 downloads of

\r\n

these libraries have taken place from the project site. He is a core member of

\r\n

the MVAPICH2 (High-Performance MPI over InfiniBand, Omni-Path, Ethernet/iWARP,

\r\n

and RoCE) project and he is leading the research and development of

\r\n

MVAPICH2-Virt (high-performance and scalable MPI for hypervisor and container-based

\r\n

HPC cloud). He is a member of IEEE and ACM. More details about Dr. Lu are

\r\n

available at http://web.cse.ohio-state.edu/~luxi/.

", + "created": 1453695034, + "first_name": "Xiaoyi", + "gender": "Male", + "id": 4174, + "irc": "xiaoyi-lu-osu", + "last_edited": 1518106192, + "last_name": "Lu", + "member_id": 52394, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4174", + "presentations": { + "4": 21292 + }, + "title": "Research Scientist", + "twitter": "cherishlxy" + }, + { + "affiliations": [ + { + "created": 1384269879, + "end_date": null, + "id": 46751, + "is_current": true, + "job_title": "CEO", + "last_edited": 1489081613, + "organization": { + "created": 1405478313, + "id": 5599, + "last_edited": 1405478313, + "name": "Cloudbase Solutions" + }, + "owner_id": 5922, + "start_date": 1375315200 + } + ], + "bio": "

Alessandro Pilotti is the CEO of Cloudbase Solutions, a company focused on cloud computing interoperability and the main contributor of all the OpenStack Windows and Hyper-V components in Nova, Neutron, Cinder, Ceilometer and Heat since the Folsom release. Alessandro lives in Timisoara, Romania. When not hacking or travelling, he is flying with his paraglider into old fashioned clouds.

\r\n

 

", + "created": 1436885894, + "first_name": "Alessandro", + "gender": "Male", + "id": 1761, + "irc": "alexpilotti", + "last_edited": 1518114673, + "last_name": "Pilotti", + "member_id": 5922, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1761", + "presentations": { + "18": 21299 + }, + "title": "CEO", + "twitter": "cloudbaseit" + }, + { + "affiliations": [ + { + "created": 1517820123, + "end_date": null, + "id": 153868, + "is_current": true, + "job_title": "Senior Openstack Architect", + "last_edited": 1517820123, + "organization": { + "created": 1517820123, + "id": 25895, + "last_edited": 1517820123, + "name": "IDX" + }, + "owner_id": 14370, + "start_date": 1501545600 + } + ], + "bio": "

Corey Erickson is a Senior Openstack Cloud Architect with InterDynamix currently designing and deploying OpenStack clouds for the purposes of Network Function Virtualization (NFV) in the telecommunications industry. He has spent his career operating, architecting and developing complex highly available systems that span Government, Education, Telecom and Broadcast industries. As an early adopter of OpensStack, Corey is primarily interested in DevOps and automation, NFV, Openstack and cloud security.

", + "created": 1518105084, + "first_name": "Corey", + "gender": "Male", + "id": 14298, + "irc": null, + "last_edited": 1526994385, + "last_name": "Erickson", + "member_id": 14370, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14298", + "presentations": [ + 21300, + 21887 + ], + "title": "OpenStack Architect", + "twitter": null + }, + { + "affiliations": [], + "bio": "

John has been involved with Openstack since the Havana release.   He previously contributed to Neutron both directly as well as with 3rd party drivers from Cisco and SDN controllers (e.g. networking ODL).   He has dabbled a bit in Kolla and Ironic. 

\r\n

Currently John is focused on contributing to the Kubernetes & Istio communities. 

\r\n

John has a long history contributing to various Cisco virtual and physical networking products.

", + "created": 1468364259, + "first_name": "John", + "gender": "Male", + "id": 9868, + "irc": null, + "last_edited": 1518105406, + "last_name": "Joyce", + "member_id": 28125, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9868", + "presentations": { + "3": 21303 + }, + "title": "Cloud Network Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1421853673, + "end_date": null, + "id": 64922, + "is_current": true, + "job_title": null, + "last_edited": 1421853673, + "organization": { + "created": 1392971920, + "id": 4344, + "last_edited": 1392971920, + "name": "Cisco Systems, Inc." + }, + "owner_id": 27955, + "start_date": 1420416000 + } + ], + "bio": "

Tim is a technical lead engineer at Cisco responsible for developing cloud infrastructure and solutions. As part of the Cloud CTO Office, Tim currently focuses on contributing to the Kubernetes & Istio communities.  Previously, Tim was an active contributor to OpenStack.  Prior to open-source work, Tim was primarily involved in developing features for network-management of Cisco’s physical networking products.

", + "created": 1509902651, + "first_name": "Timothy", + "gender": "Male", + "id": 13850, + "irc": "tiswanso", + "last_edited": 1518132581, + "last_name": "Swanson", + "member_id": 27955, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13850", + "presentations": { + "1": 21303, + "2": 21449 + }, + "title": "Technical Leader", + "twitter": "@tiswanso" + }, + { + "affiliations": [ + { + "created": 1441720656, + "end_date": null, + "id": 79903, + "is_current": true, + "job_title": null, + "last_edited": 1441720656, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 46625, + "start_date": 1440979200 + } + ], + "bio": "

Jerome Brette is Principal Architect at Ericsson. Since 2015, he is part of the team in charge of creating the automation at the core of AT&T OpenStack deployments.

", + "created": 1486411779, + "first_name": "Jerome", + "gender": "Male", + "id": 11668, + "irc": null, + "last_edited": 1527071036, + "last_name": "Brette", + "member_id": 46625, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11668", + "presentations": { + "1": 21317 + }, + "title": "Mr", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1468430894, + "end_date": null, + "id": 101313, + "is_current": true, + "job_title": null, + "last_edited": 1468430894, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 2051, + "start_date": 1451606400 + } + ], + "bio": "

As Ansible's Community Architect, Robyn Bergeron focuses on building bridges between Ansible and other open source communities, as well as steadily scaling Ansible's framework for collaboration and contribution as the community continues to grow. Robyn has been a sysadmin, program manager, business analyst, and developer advocate in past lives, and started her career in open source at Red Hat, where she was the Fedora Project Leader -- and she continues to follow her passion of inspiring, enabling, and empowering contributors as part of the Ansible community team at Red Hat. 

", + "created": 1436949312, + "first_name": "Robyn", + "gender": "Female", + "id": 2118, + "irc": "rbergeron", + "last_edited": 1518108934, + "last_name": "Bergeron", + "member_id": 2051, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2118", + "presentations": { + "4": 21322, + "5": 21717 + }, + "title": "Ansible Community Architect", + "twitter": "robynbergeron" + }, + { + "affiliations": [], + "bio": "Stu is a software engineer at Red Hat, and has been a strong advocate of open source ever since he first started using Linux in the late '90s. After leaving the Navy in 2005, Stu has been a software engineer focused in various areas--some of which are virtualization/containerization and package management.", + "created": 1518100110, + "first_name": "Stu", + "gender": null, + "id": 14287, + "irc": null, + "last_edited": 1518109533, + "last_name": "Gott", + "member_id": 98759, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14287", + "presentations": [ + 21323 + ], + "title": "Principal Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269882, + "end_date": null, + "id": 48013, + "is_current": true, + "job_title": "", + "last_edited": 1384269882, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 7149, + "start_date": null + } + ], + "bio": "

Principal Product Manager at Red Hat focused on OpenStack and supporting virtualization, containerization, and bare-metal provisioning technologies. Previously Stephen was a technical writer producing documentation for Red Hat OpenStack Platform, Red Hat Enterprise Virtualization, and related open source projects.

", + "created": 1436358257, + "first_name": "Stephen", + "gender": "Male", + "id": 879, + "irc": "sgordon", + "last_edited": 1518097241, + "last_name": "Gordon", + "member_id": 7149, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/879", + "presentations": { + "19": 21323 + }, + "title": "Principal Product Manager", + "twitter": "xsgordon" + }, + { + "affiliations": [], + "bio": "

David is the Senior Director for Ethernet Switching at Mellanox Technologies.  Over the last 20 years, he has held leadership roles at 3COM, Cisco Systems, Nortel Networks, and IBM where he promoted advanced network technologies including High Speed Ethernet, Layer 4-7 switching, Virtual Machine-aware networking, and Software Defined Networking.  David’s entrepreneurial spirit led him to join two startups to build exceptional technical marketing teams at Alteon Web Systems and BLADE Network Technologies.

\r\n

 

\r\n

David’s current focus is on enabling the sales of Mellanox Ethernet Switches into the evolving landscape of data center networking, scale out storage, Open Networking, and cloud computing.

", + "created": 1518108093, + "first_name": "David", + "gender": "Male", + "id": 14302, + "irc": null, + "last_edited": 1521476622, + "last_name": "Iles", + "member_id": 98752, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14302", + "presentations": { + "1": 21328 + }, + "title": "Senior Director - Ethernet Switching at Mellanox", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1517832631, + "end_date": null, + "id": 153879, + "is_current": true, + "job_title": "Technical Marketing Engineer", + "last_edited": 1517832631, + "organization": { + "created": 1376736947, + "id": 2600, + "last_edited": 1381678840, + "name": "Cumulus Networks" + }, + "owner_id": 69197, + "start_date": 1414800000 + } + ], + "bio": "

Pete is a Technical Marketing Engineer at Cumulus Networks. He helps customers design, build and automate next-generation private cloud data centers. Before Cumulus Pete was a member of the global support (TAC) escalation team at Cisco responsible for all Layer 3 technologies. Pete has been a speaker at Cisco Live, Interop and DevOpsDays Boston. Pete is CCIE Routing and Switching #28677 and Cisco Certified Design Expert (CCDE) 2012::3.

", + "created": 1517832252, + "first_name": "Pete", + "gender": null, + "id": 14058, + "irc": null, + "last_edited": 1518109679, + "last_name": "Lumbis", + "member_id": 69197, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14058", + "presentations": { + "2": 21328 + }, + "title": "Technical Marketing Engineer", + "twitter": "PeteCCDE" + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 40836, + "is_current": true, + "job_title": "CEO / Founder", + "last_edited": 1386340863, + "organization": { + "created": 1359485922, + "id": 50, + "last_edited": 1381737899, + "name": "SwiftStack" + }, + "owner_id": 117, + "start_date": 1319414400 + } + ], + "bio": "

Joe founded SwiftStack to solve large-scale data managment for data-intensive workflows. 

Joe managed the first public OpenStack launch of Swift independent of Rackspace deploying multiple large-scale cloud storage systems. He went on to co-found SwiftStack and serves as CPO. SwiftStack powers enterprises with a multi-cloud, software defined storage platform.

\r\n

SwiftStack contributes to and has built many open-source components as part of its commercial product to provide private cloud storage, a native filesystem and multi-cloud data management. 

\r\n

Joe is the author of OpenStack Swift, published by O'Reilly and has made dozens of presentations at OpenStack Summits from its beginnings in 2010. 

", + "created": 1434386309, + "first_name": "Joe", + "gender": null, + "id": 66, + "irc": "joearnold", + "last_edited": 1518176785, + "last_name": "Arnold", + "member_id": 117, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/66", + "presentations": { + "24": 21330 + }, + "title": "Founder / CPO SwiftStack", + "twitter": "joearnold" + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 40818, + "is_current": true, + "job_title": "", + "last_edited": 1426164568, + "organization": { + "created": 1359485922, + "id": 50, + "last_edited": 1381737899, + "name": "SwiftStack" + }, + "owner_id": 101, + "start_date": 1338508800 + } + ], + "bio": "

John Dickinson is Director of Technology at SwiftStack. SwiftStack is a technology innovator of private cloud storage for today’s applications, powered by OpenStack Object Storage. John serves as the Project Technical Lead for OpenStack Swift and has been involved in the development of Swift since 2009

", + "created": 1434372332, + "first_name": "John", + "gender": "Male", + "id": 37, + "irc": "notmyname", + "last_edited": 1486422401, + "last_name": "Dickinson", + "member_id": 101, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/37", + "presentations": { + "25": 21587, + "26": 21650, + "27": 21330 + }, + "title": "Director of Technology at SwiftStack and OpenStack", + "twitter": "notmyname" + }, + { + "affiliations": [ + { + "created": 1384269897, + "end_date": null, + "id": 54047, + "is_current": true, + "job_title": "", + "last_edited": 1384269897, + "organization": { + "created": 1382922749, + "id": 3126, + "last_edited": 1384866643, + "name": "Intellysys ASP" + }, + "owner_id": 13916, + "start_date": null + } + ], + "bio": "

Prof Gokhale has been involved in Microprocessor based Design and Automation in Embedded/IoT space for last 3 decades. With MS in CS for IIT Bombay in 81, and BE (Electronics & Communication) from Osmania university in 78, has been Tutoring  the Trainers on variety of subjetcs from Data Strucrure & algoritms to Neural Networks. His expertise in Machine Learning and practical applications is well recognized in the western and southern metro cities in India. He continues his dual role of working with Academics and Industry through BITS Pilani, Mumbai University & L&T. Has several innovative designs and deployments in Industry and a highly sought after speaker. He particpates in Openstack Users group with his students often when they have projects to demonstrate. Automation and ML both he has using in his Data Center work with VMware product lines. His students are leading the Electronics and Automation Industry world wide. He has worked with leading startups in Mumbai, Hyderabad, Chennai and Vadodra. He is prolific coder in Java, Lisp, Python, Sh, C++ and a Programming Language expert providing innovative sloutions to his clientbase.

", + "created": 1518110703, + "first_name": "JAYANTHI", + "gender": "Male", + "id": 14308, + "irc": null, + "last_edited": 1518133008, + "last_name": "GOKHALE", + "member_id": 13916, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14308", + "presentations": [ + 21331, + 21453 + ], + "title": "Prof. Jayanthi Gokahle", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269888, + "end_date": null, + "id": 50023, + "is_current": true, + "job_title": "", + "last_edited": 1384269888, + "organization": { + "created": 1359485922, + "id": 410, + "last_edited": 1381706345, + "name": "Mirantis" + }, + "owner_id": 9179, + "start_date": 1364774400 + } + ], + "bio": "

Nick is the Editor in Chief of Open Cloud Digest (formerly OpenStack:Now) and Head of Content for Mirantis. He is a former software developer, Oracle instructor, author of hundreds of tutorials, and author or co-author of more than a dozen books on various programming topics, including Understanding OPNFV, the OpenStack Architecture Guide and Machine Learning for Mere Mortals.

", + "created": 1450804849, + "first_name": "Nick", + "gender": null, + "id": 3668, + "irc": null, + "last_edited": 1518115246, + "last_name": "Chase", + "member_id": 9179, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3668", + "presentations": { + "9": 21334 + }, + "title": "Editor in Chief; Content Head, Mirantis; Author, Machine Learning for Mere Mortals", + "twitter": "NickChase" + }, + { + "affiliations": [ + { + "created": 1438004652, + "end_date": null, + "id": 77234, + "is_current": true, + "job_title": null, + "last_edited": 1438004652, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 42140, + "start_date": 1435536000 + } + ], + "bio": "

I'm currently involved in helping evolve AT&T's involvement in open source projects, particularly with OpenStack and Kubernetes.  My technical interests include:  infrastructure, various deployment methodologies, and aligning my skills and the skills of my peers with the DevOps lifestyle.  

\r\n

As a software engineer by trade, I look for opportunities for container technology to help my fellow software engineers produce better software, and I also look for opportunities to show software engineers why they need to be mindful of the operator experience.

\r\n

As a contributor to the openstack-helm project, I've worked with great engineers and operators who bring a breadth of experience to the OpenStack namespace.  I've learned different ways of approaching particular problems through my experience with the project's team, and I'm grateful for the opportunity to work with them to move the idea of OpenStack-on-Kubernetes forward.  I feel my experience working on multiple implementations of OpenStack-on-Kubernetes (OpenStack-Helm and Kolla-Kubernetes) gives me unique perspectives on some of the challenges associated with the two platforms working together.

\r\n

 

", + "created": 1454457562, + "first_name": "Steven", + "gender": "Male", + "id": 5277, + "irc": "srwilkers", + "last_edited": 1518111463, + "last_name": "Wilkerson", + "member_id": 42140, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5277", + "presentations": { + "6": 21337 + }, + "title": "Senior Member of Technical Staff", + "twitter": "@TheSwilker" + }, + { + "affiliations": [ + { + "created": 1441187071, + "end_date": null, + "id": 79620, + "is_current": true, + "job_title": null, + "last_edited": 1441187071, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 46354, + "start_date": 1401494400 + } + ], + "bio": "
I worked as a software engineer consultant for 12 years.  Started out as a C/C++ middleware developer on AIX platform, I migrated to the java platform and worked as a full stack engineer for 7 before stepping into mobile platform developer for Android and iOS.  In the past 2.5 years, I have moved into the area of python development in OpenStack with focus in keystone and other security related areas.
", + "created": 1467811362, + "first_name": "Tin", + "gender": "Male", + "id": 9460, + "irc": "lamt", + "last_edited": 1518111509, + "last_name": "Lam", + "member_id": 46354, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9460", + "presentations": { + "6": 21337 + }, + "title": "Software Engineer", + "twitter": "deltaprotocol" + }, + { + "affiliations": [ + { + "created": 1384269890, + "end_date": null, + "id": 50967, + "is_current": true, + "job_title": "", + "last_edited": 1384269890, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 10159, + "start_date": null + }, + { + "created": 1486064239, + "end_date": null, + "id": 135149, + "is_current": true, + "job_title": "LEAD-SYSTEM ARCHITECT", + "last_edited": 1486064239, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 10159, + "start_date": 1475280000 + } + ], + "bio": "

Alan Meadows works as an Cloud Platform Architect at AT&T, responsible for designing, maintaining, and scaling Cloud\u00a0infrastructure that spans hundreds of datacenters with mission critical telecom requirements.

", + "created": 1454100885, + "first_name": "Alan", + "gender": null, + "id": 4595, + "irc": "alanmeadows", + "last_edited": 1522846907, + "last_name": "Meadows", + "member_id": 10159, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4595", + "presentations": { + "10": 21339, + "11": 21866, + "12": 21868 + }, + "title": "Lead Cloud Architect, AT&T", + "twitter": "alan_meadows" + }, + { + "affiliations": [ + { + "created": 1515401790, + "end_date": null, + "id": 152974, + "is_current": true, + "job_title": "Solutions Architect ", + "last_edited": 1515401790, + "organization": { + "created": 1490203236, + "id": 22154, + "last_edited": 1490203236, + "name": "Juniper Network" + }, + "owner_id": 51020, + "start_date": 1514764800 + }, + { + "created": null, + "end_date": null, + "id": 148860, + "is_current": true, + "job_title": null, + "last_edited": null, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 51020, + "start_date": 1515283200 + } + ], + "bio": "

Vinay is currently working on building NFV clouds at Juniper Networks. Vinay has extensively worked on service provider high performance technologies (Like SDH, DWDM and Mobility) and is currently interested in next generation NFV application

", + "created": 1468457671, + "first_name": "Vinay", + "gender": "Male", + "id": 10265, + "irc": null, + "last_edited": 1526387590, + "last_name": "Rao", + "member_id": 51020, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10265", + "presentations": { + "7": 21339 + }, + "title": "Solution Architect SDN", + "twitter": "vinay_rao" + }, + { + "affiliations": [ + { + "created": 1428412731, + "end_date": null, + "id": 69970, + "is_current": true, + "job_title": null, + "last_edited": 1428412731, + "organization": { + "created": 1406717051, + "id": 5719, + "last_edited": 1406717051, + "name": "Canonical Group Ltd" + }, + "owner_id": 16146, + "start_date": 1428364800 + } + ], + "bio": "

Product Manager at Canonical where I've spent the last 5+ years helping shape Ubuntu server and Ubuntu OpenStack. Previously held positions MySQL and Red Hat helping them disrupt Billion dollar encumbant enterprise software companies. Seem to be on the same path with OpenStack and Ubuntu.

", + "created": 1435044982, + "first_name": "Mark", + "gender": "Male", + "id": 290, + "irc": "markbaker", + "last_edited": 1518112266, + "last_name": "Baker", + "member_id": 16146, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/290", + "presentations": { + "26": 21342 + }, + "title": "OpenStack Product manager", + "twitter": "markabaker" + }, + { + "affiliations": [ + { + "created": 1423486635, + "end_date": null, + "id": 65531, + "is_current": true, + "job_title": null, + "last_edited": 1423486635, + "organization": { + "created": 1359485922, + "id": 56, + "last_edited": 1365011280, + "name": "Canonical" + }, + "owner_id": 19835, + "start_date": 1391385600 + } + ], + "bio": "

Ryan is Engineering Manager on the Ubuntu OpenStack Engineering Team, a global open source software development team at Canonical, the company behind Ubuntu Linux.  He focuses on application modeling, cloud operations modeling and software engineering process automation.

\r\n

Ryan joined Canonical in 2014.  His background is in network engineering and open source system integration.  Previously, as Operations Director for a US ISP/telecom, he lead the private cloud engineering and deployment efforts for that carrier and its clients.

", + "created": 1435384749, + "first_name": "Ryan", + "gender": "Male", + "id": 418, + "irc": "beisner", + "last_edited": 1518120081, + "last_name": "Beisner", + "member_id": 19835, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/418", + "presentations": { + "19": 21342 + }, + "title": "OpenStack Engineering Mgr", + "twitter": "ryanbeisner" + }, + { + "affiliations": [ + { + "created": 1427103405, + "end_date": null, + "id": 69166, + "is_current": true, + "job_title": null, + "last_edited": 1427103405, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 28164, + "start_date": 1130803200 + } + ], + "bio": "

Chris Van Tuin, Chief Technologist, NA West at Red Hat, has over 20 years of experience in IT and Software.   Since joining Red Hat in 2005, Chris has been architecting solutions for strategic customers and partners and is a frequent speaker on DevOps, Security, and Containers.  He started his career at Intel in IT and Managed Hosting followed by leadership roles in services and sales engineering at Loudcloud and Linux startups. Chris holds a Bachelors of Electrical Engineering from Georgia Institute of Technology.

\r\n

 

\r\n

 

", + "created": 1435359119, + "first_name": "Chris", + "gender": "Male", + "id": 413, + "irc": null, + "last_edited": 1518112901, + "last_name": "Van Tuin", + "member_id": 28164, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/413", + "presentations": { + "12": 21347 + }, + "title": "Chief Technologist, NA West", + "twitter": "chrisvantuin" + }, + { + "affiliations": [ + { + "created": 1518019310, + "end_date": null, + "id": 154084, + "is_current": true, + "job_title": null, + "last_edited": 1518019310, + "organization": { + "created": 1428484245, + "id": 8492, + "last_edited": 1428484245, + "name": "University of Minnesota Supercomputing Institute" + }, + "owner_id": 98656, + "start_date": 1464739200 + } + ], + "bio": "

I am currently an HPC systems administrator at the Minnesota Supercomputing Institute, where I am part of the HPC and OpenStack teams.

\r\n

I started out studying Medical Science at the University of St Andrews, Scotland, before changing paths and graduating with a degree in Physics (also from St Andrews).

\r\n

Before joining the team at MSI, I worked at the School of Physics and Astronomy here in Minnesota, where among other things I built compute clusters and large scale storage for the High Energy Physics research groups.

", + "created": 1518076605, + "first_name": "Graham", + "gender": "Male", + "id": 14245, + "irc": null, + "last_edited": 1525976995, + "last_name": "Allan", + "member_id": 98656, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14245", + "presentations": { + "1": 21349 + }, + "title": "OpenStack Operator and System Admin", + "twitter": null + }, + { + "affiliations": [], + "bio": "

I am currently a systems administrator at the Minnesota Supercomputing Institute.  I am part of the infrastructure and OpenStack teams.

\r\n

I have a bachelor's degree in computer science from New Mexico Institute of Mining and Technology. 

\r\n

My interests are OpenStack, Containers, Security, and Puppet.

", + "created": 1518076165, + "first_name": "Edward", + "gender": null, + "id": 14242, + "irc": null, + "last_edited": 1526377874, + "last_name": "Munsell", + "member_id": 98655, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14242", + "presentations": { + "1": 21349 + }, + "title": "OpenStack Operator and System Admin", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1429009422, + "end_date": null, + "id": 70436, + "is_current": true, + "job_title": null, + "last_edited": 1429009422, + "organization": { + "created": 1368521326, + "id": 2210, + "last_edited": 1381739428, + "name": "Wind River" + }, + "owner_id": 14068, + "start_date": 1375315200 + } + ], + "bio": "

Ian has over 20 years of experience in Telecom and has been working with Openstack since 2013.  He guides upstream work in Nova, and Neutron and participates in the community on the Telco Working Group.  He is a frequent presenter on Cloud and NFV at customer events, conferences and webinars.  Ian is a committer on the OPNFV high availability project.  

", + "created": 1437014097, + "first_name": "Ian", + "gender": "Male", + "id": 2893, + "irc": "ian_ott", + "last_edited": 1518114112, + "last_name": "Jolliffe", + "member_id": 14068, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2893", + "presentations": { + "12": 21352, + "13": 21358, + "14": 21903 + }, + "title": "NFV Architect", + "twitter": "ian_jolliffe" + }, + { + "affiliations": [ + { + "created": 1458680415, + "end_date": null, + "id": 92566, + "is_current": true, + "job_title": null, + "last_edited": 1458680415, + "organization": { + "created": 1393923076, + "id": 4547, + "last_edited": 1393923076, + "name": "Wind River Systems" + }, + "owner_id": 58523, + "start_date": 1447632000 + } + ], + "bio": "

Kam is a senior developer with extensive security experience focused on OpenStack Keystone and adjacent open source projects primarily in the Platform and Guest security space. Kam is presently working as Lead Developer in Platform Security at Wind River, mostly around private, on-premise clouds. Kam has been working with Openstack since 2015; fell in love with the ecosystem and hasn't looked back.

", + "created": 1518113549, + "first_name": "Kam", + "gender": "Male", + "id": 14317, + "irc": null, + "last_edited": 1520555725, + "last_name": "Nasim", + "member_id": 58523, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14317", + "presentations": [ + 21352 + ], + "title": "OpenStack developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1486099017, + "end_date": null, + "id": 135168, + "is_current": true, + "job_title": null, + "last_edited": 1486099017, + "organization": { + "created": 1458080515, + "id": 14246, + "last_edited": 1458080515, + "name": "Whitestack" + }, + "owner_id": 81125, + "start_date": 1472688000 + } + ], + "bio": "

Networking solutions architect, with special interest on the latest software technologies to achieve efficient and innovative network operations.

\r\n

Around fifteen years of experience in SP networking, including Core, Carrier Ethernet, Data Center and Network Management technologies.  Previous positions include Planning and Operations roles at Impsat / Global Crossing, and pre- and post-sales roles at Cisco Systems.

\r\n

Currently working as a Solutions Architect at Whitestack, a new company with the mission to accelerate SDN, NFV, Cloud and related deployments all around the world.

", + "created": 1486099439, + "first_name": "Gianpietro", + "gender": "Male", + "id": 11399, + "irc": "gianpietro", + "last_edited": 1518114200, + "last_name": "Lavado", + "member_id": 81125, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11399", + "presentations": { + "2": 21357, + "3": 21492 + }, + "title": "Networking Specialist", + "twitter": "gianpietro_lc" + }, + { + "affiliations": [ + { + "created": 1458080516, + "end_date": null, + "id": 92232, + "is_current": true, + "job_title": null, + "last_edited": 1466087743, + "organization": { + "created": 1458080515, + "id": 14246, + "last_edited": 1458080515, + "name": "Whitestack" + }, + "owner_id": 58211, + "start_date": 1448755200 + } + ], + "bio": "

José Miguel (JM) is an Electrical Engineer from Universidad de Chile, who has been involved in Telecom and Software industry for the last 20 years.

\r\n

He started his career in ENTEL Chile, developing the F/R, ATM, IP and MPLS national networks, and later on in charge of Engineering and Operations, very motivated at introducing software automation in day-to-day operations.

\r\n

After ENTEL he funded software and telecom companies in Chile, that were successful at deploying hardware and software solutions for Telecom Operators in Latin America. Particularly he developed a “whitebox” traffic redirector in 2003, that was deployed in several operators.

\r\n

In 2007 he joined Google (Mountain View), in roles as Peering Coordinator, Strategic Negotiator, and Head of Content Distribution for Latin America.

\r\n

Currently, JM is a Senior Cloud Architect at Whitestack, aimed to build private and public clouds in Latin America, and integrating SDN and NFV in Telecom Operators.

", + "created": 1486165173, + "first_name": "Jos\u00e9 Miguel", + "gender": "Male", + "id": 11451, + "irc": "jmguzmanc", + "last_edited": 1518137705, + "last_name": "Guzm\u00e1n", + "member_id": 58211, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11451", + "presentations": { + "1": 21359, + "3": 21357 + }, + "title": "Senior Cloud Architect at Whitestack", + "twitter": "jmiguzmanc" + }, + { + "affiliations": [ + { + "created": 1493974732, + "end_date": null, + "id": 140112, + "is_current": true, + "job_title": null, + "last_edited": 1493974732, + "organization": { + "created": 1368521326, + "id": 2210, + "last_edited": 1381739428, + "name": "Wind River" + }, + "owner_id": 87348, + "start_date": 1406851200 + } + ], + "bio": "

Tyler has been working with openstack since 2014, with experience in many projects and a focus on Horizon and UI development

", + "created": 1518114128, + "first_name": "Tyler", + "gender": "Male", + "id": 14319, + "irc": "tsmith2", + "last_edited": 1521131644, + "last_name": "Smith", + "member_id": 87348, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14319", + "presentations": [ + 21358 + ], + "title": "Upstream Developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518098550, + "end_date": null, + "id": 154192, + "is_current": true, + "job_title": "Cloud Engineer", + "last_edited": 1518098550, + "organization": { + "created": 1458080515, + "id": 14246, + "last_edited": 1458080515, + "name": "Whitestack" + }, + "owner_id": 98756, + "start_date": 1496275200 + } + ], + "bio": "

Cloud Engineer and software developer. Currently working at Whitestack, dedicated to bring cloud technologies powered by OpenStack to Latin America.

", + "created": 1518098105, + "first_name": "Benjamin", + "gender": null, + "id": 14283, + "irc": null, + "last_edited": 1519125927, + "last_name": "Diaz", + "member_id": 98756, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14283", + "presentations": [ + 21359 + ], + "title": "Cloud Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1495026422, + "end_date": null, + "id": 140781, + "is_current": true, + "job_title": null, + "last_edited": 1495026422, + "organization": { + "created": 1393923076, + "id": 4547, + "last_edited": 1393923076, + "name": "Wind River Systems" + }, + "owner_id": 88256, + "start_date": 1374451200 + } + ], + "bio": "

Architect Titanium Cloud, Wind River Systems

", + "created": 1518090406, + "first_name": "Greg", + "gender": "Male", + "id": 14273, + "irc": null, + "last_edited": 1518115364, + "last_name": "Waines", + "member_id": 88256, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14273", + "presentations": [ + 21360, + 21365 + ], + "title": "Architect Titanium Cloud, Wind River Systems", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1493990662, + "end_date": null, + "id": 140144, + "is_current": true, + "job_title": null, + "last_edited": 1493990662, + "organization": { + "created": 1393923076, + "id": 4547, + "last_edited": 1393923076, + "name": "Wind River Systems" + }, + "owner_id": 87383, + "start_date": 1374451200 + } + ], + "bio": "

Principal Architect Titanium Cloud, Wind River Systems

", + "created": 1518114496, + "first_name": "Brent", + "gender": "Male", + "id": 14320, + "irc": null, + "last_edited": 1526730425, + "last_name": "Rowsell", + "member_id": 87383, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14320", + "presentations": [ + 21360, + 21903 + ], + "title": "Principal Architect Titanium Cloud, Wind River Systems", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269889, + "end_date": null, + "id": 50603, + "is_current": true, + "job_title": "", + "last_edited": 1468345822, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 9794, + "start_date": 1323907200 + } + ], + "bio": "

Tushar is a Pricipal Engineer - Software Architect with Intel's Data Center Group.  He has been working on the open-source networking and storage-related technologies for over a decade now – his recent contributions have been to Ceph, OpenStack Swift, Intel’s Storage Performance Dev Kit (SPDK) and networking in the Linux kernel. Prior to joining Intel, Tushar was a lead open-source/Linux kernel developer at Cavium Networks where his focus was packet processing acceleration, Linux namespaces/containers and Linux IPsec scalability improvements.  Tushar holds a Masters degree in Computer Science.

", + "created": 1453741245, + "first_name": "Tushar", + "gender": "Male", + "id": 4197, + "irc": "tsg", + "last_edited": 1522695909, + "last_name": "Gohad", + "member_id": 9794, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4197", + "presentations": { + "10": 21370, + "11": 21452, + "12": 21445, + "13": 21869 + }, + "title": "Principal Engineer, Intel", + "twitter": "tushargohad" + }, + { + "affiliations": [ + { + "created": 1480535858, + "end_date": null, + "id": 109815, + "is_current": true, + "job_title": null, + "last_edited": 1480535858, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 61389, + "start_date": 1480464000 + } + ], + "bio": "

Accomplished systems architect with over 15 years’ experience in high-end virtualized computing environments, Service Provider Mobility, Linux and opensource solutions, and complex software defined storage infrastructure. Highly developed comprehensive skill set with special emphasis on; Open Source Software Projects, Agile DevOps, CI/CD, Platform as a Service (PaaS), and automation.  Also extensive experience in data security, complex systems, server HW architecture, and data center best practices.

", + "created": 1518119472, + "first_name": "Karl", + "gender": "Male", + "id": 14331, + "irc": null, + "last_edited": 1527590713, + "last_name": "Vietmeier", + "member_id": 61389, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14331", + "presentations": [ + 21370, + 21452 + ], + "title": "Solutions Architect", + "twitter": "KarlVietmeier" + }, + { + "affiliations": [ + { + "created": 1421830808, + "end_date": null, + "id": 119078, + "is_current": true, + "job_title": null, + "last_edited": 1421830808, + "organization": { + "created": 1392922779, + "id": 4312, + "last_edited": 1392922779, + "name": "Intel Corp." + }, + "owner_id": 27947, + "start_date": 1342396800 + }, + { + "created": 1421830808, + "end_date": null, + "id": 64914, + "is_current": true, + "job_title": null, + "last_edited": 1421830808, + "organization": { + "created": 1392922779, + "id": 4312, + "last_edited": 1392922779, + "name": "Intel Corp." + }, + "owner_id": 27947, + "start_date": 1342396800 + } + ], + "bio": "

 

", + "created": 1522761160, + "first_name": "Dan", + "gender": "Male", + "id": 14559, + "irc": null, + "last_edited": 1526809655, + "last_name": "Ferber", + "member_id": 27947, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14559", + "presentations": [ + 21370 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [], + "bio": "

Hi,

\r\n

 

\r\n

I am Ananth. I have been coding bits for the last 20 years or so, primarily in Data Networking and protocol areas. I have worked in numerous groups in Juniper Inc, Cisco Inc, Force10 Networks, Procket Networks, Celox Networks, etc. Nothing excites me now a days more than get some thing to work seemlessly under a cloud environment!

", + "created": 1498697723, + "first_name": "Anantharamu", + "gender": null, + "id": 12565, + "irc": null, + "last_edited": 1525870404, + "last_name": "Suryanarayana", + "member_id": 89557, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12565", + "presentations": { + "1": 21375 + }, + "title": "Principal Engineer @ Juniper Networks Inc", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1438771405, + "end_date": null, + "id": 78231, + "is_current": true, + "job_title": null, + "last_edited": 1438771405, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 44865, + "start_date": 1438560000 + } + ], + "bio": "

Manage cloud development for the AT&T Integrated Cloud. Previous repsonibilities include development and support of AT&T SilverLining clouds on Havana and Grizzly, managed large data center upgrades from IceHouse to Juno, OpenStack custom development for internally required features, upstreaming of custom features, & OpenStack upgrade from Juno to Kilo.  Currently managing integration and upgrading of Contrail within AIC as well as advanced networking features for Network Cloud.

In my spare time I like to snowboard, cheer on the St. Louis Cardinals, and play soccer.

", + "created": 1458685656, + "first_name": "Kayla", + "gender": "Female", + "id": 5695, + "irc": null, + "last_edited": 1526317721, + "last_name": "Fromme", + "member_id": 44865, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5695", + "presentations": { + "8": 21375 + }, + "title": "Associate Director", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1441716956, + "end_date": null, + "id": 79895, + "is_current": true, + "job_title": null, + "last_edited": 1441716956, + "organization": { + "created": 1424426057, + "id": 7607, + "last_edited": 1424426057, + "name": "ATT" + }, + "owner_id": 46617, + "start_date": 1409702400 + } + ], + "bio": "

Munish Mehan works at AT&T as Prinicipal Technical Member of Tech Staff and has been working on AT&Ts Openstack Cloud platform. This platform is used by various AT&T applications and host NFVs for various business units. He works on multiple SDNs, Performance tuning of platform- SRIOV PCI-Numa aligment and work as lead developer with cloud platform team and also help VNF teams to move from HW to virtual environment on x86 hosts and guests. Prior to that, he was developer fot A&T Netbond service, CaaS cloud and worked on CDN Streaming.

", + "created": 1468464277, + "first_name": "Munish", + "gender": "Male", + "id": 10300, + "irc": null, + "last_edited": 1518117179, + "last_name": "Mehan", + "member_id": 46617, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10300", + "presentations": { + "5": 21375 + }, + "title": "Principal Technical Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1524086782, + "end_date": null, + "id": 156145, + "is_current": true, + "job_title": "Senior Solution Architect", + "last_edited": 1524086782, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 17316, + "start_date": 1523836800 + } + ], + "bio": "

Amol Chobe has 18 years of experience building various products and maintaining infrastructure for supporting products.Amol has works with Engineering and Development teams to design and build systems to support new services.  

", + "created": 1436774486, + "first_name": "Amol", + "gender": "Male", + "id": 1236, + "irc": "cheers4asc", + "last_edited": 1524086687, + "last_name": "Chobe", + "member_id": 17316, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1236", + "presentations": { + "13": 21394 + }, + "title": "Senior Solution Architect", + "twitter": "itweetrarely" + }, + { + "affiliations": [ + { + "created": 1492037586, + "end_date": null, + "id": 138811, + "is_current": true, + "job_title": "Director, Engineering", + "last_edited": 1492037586, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 28925, + "start_date": 1489017600 + } + ], + "bio": "

Jeff directs development of SUSE's Platform group, covering application deployment through containers and Cloud Foundry.

", + "created": 1436989361, + "first_name": "Jeff", + "gender": "Male", + "id": 2600, + "irc": null, + "last_edited": 1518121074, + "last_name": "Hobbs", + "member_id": 28925, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2600", + "presentations": { + "4": 21397, + "5": 21867 + }, + "title": "Director of Engineering", + "twitter": "metajeff" + }, + { + "affiliations": [ + { + "created": 1509638525, + "end_date": null, + "id": 146922, + "is_current": true, + "job_title": "Principal Software Engineer", + "last_edited": 1509638525, + "organization": { + "created": 1509638258, + "id": 25015, + "last_edited": 1509638258, + "name": "Ribbon communications" + }, + "owner_id": 71983, + "start_date": 1279065600 + } + ], + "bio": "

Hi, I am Souvik working as a Principal Software Engineer for Ribbon Communications in the Platform team responsible for design and implementation of the Virtualized Session Border Controller(SBC SWe)  mainly focusing on performance on Virtualized and Cloud platforms. I am having over 12+ years of experience in Telco carrier grade Products with expertise in Virtualization Platforms like VmWare, Openstack, Fast path development with DPDK and Linux kernel Programming concepts.

", + "created": 1485552100, + "first_name": "Souvik", + "gender": "Male", + "id": 11268, + "irc": null, + "last_edited": 1525961471, + "last_name": "Dey", + "member_id": 71983, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11268", + "presentations": { + "4": 21408 + }, + "title": "Ribbon Communications", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1509638754, + "end_date": null, + "id": 146926, + "is_current": true, + "job_title": "Principal Software Engineer", + "last_edited": 1509638754, + "organization": { + "created": 1509638258, + "id": 25015, + "last_edited": 1509638258, + "name": "Ribbon communications" + }, + "owner_id": 71982, + "start_date": 1277424000 + } + ], + "bio": "

Suyash  Karmarkar, Working as a Principal Software Engineer in Ribbon Communications, in the Platform team responsible for design and implementation of the Virtualized Session Border Controller Software Edition (SBC SWe) . 12+ years of experience in Telco carrier grade Products. Expertise in Virtualization platforms like VMware, OpenStack, AWS,  Fast path development with DPDK & Linux Kernel Programming.

", + "created": 1483414234, + "first_name": "SUYASH SUHAS", + "gender": "Male", + "id": 11044, + "irc": "SUYASH SUHAS KARMARKAR", + "last_edited": 1525961527, + "last_name": "KARMARKAR", + "member_id": 71982, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11044", + "presentations": { + "5": 21408 + }, + "title": "Principal Software Engineer, Ribbon Communications", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1452148833, + "end_date": null, + "id": 85226, + "is_current": true, + "job_title": null, + "last_edited": 1452182805, + "organization": { + "created": 1438731483, + "id": 10587, + "last_edited": 1438731483, + "name": "Ericsson Global India Pvt Ltd" + }, + "owner_id": 15942, + "start_date": 1445212800 + } + ], + "bio": "

Hemanth works with Ericsson Inc as an OpenStack contributor with focus on OpenStack feature enhancements and deployment automation. Prior to Ericsson, he has previously worked with TCS Cloud R&D labs designing solution accelerators on OpenStack/NFV platform.

", + "created": 1436955822, + "first_name": "Hemanth", + "gender": "Male", + "id": 2181, + "irc": null, + "last_edited": 1518123130, + "last_name": "Nakkina", + "member_id": 15942, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2181", + "presentations": { + "8": 21409 + }, + "title": "Solution Architect, Ericsson", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1486139440, + "end_date": null, + "id": 135204, + "is_current": true, + "job_title": "Lead System Engineer", + "last_edited": 1486139440, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 39446, + "start_date": 1156118400 + } + ], + "bio": "

Works for AT&T.

", + "created": 1437131152, + "first_name": "Abhijeet", + "gender": null, + "id": 2953, + "irc": null, + "last_edited": 1486398817, + "last_name": "Singh", + "member_id": 39446, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2953", + "presentations": { + "2": 21409 + }, + "title": "Cloud Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454084864, + "end_date": null, + "id": 86459, + "is_current": true, + "job_title": "Solution Architect", + "last_edited": 1476907396, + "organization": { + "created": 1438731483, + "id": 10587, + "last_edited": 1438731483, + "name": "Ericsson Global India Pvt Ltd" + }, + "owner_id": 52712, + "start_date": 1454025600 + } + ], + "bio": "

Currently work as an Openstack developer for Ericsson and through them for AT&T. Began my career managing and planning Telecom Radio networks in India. Later moved onto Automation testing, development of IT and telecom networks for nearly 8 years, for customers across the world. Eventually landed up learning and working on Openstack and had my 1st upstream contribution merged in just under a year after starting off, in Jan 2016. Its been 12 years of travelling the technology world as a tech nomad and learning stuff the best way, that is by getting ones hands dirty.

", + "created": 1500013974, + "first_name": "Uday T", + "gender": "Male", + "id": 13019, + "irc": null, + "last_edited": 1518075599, + "last_name": "Kumar", + "member_id": 52712, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13019", + "presentations": { + "6": 21475, + "7": 21409 + }, + "title": "Solution Architect, Ericsson India Global Services", + "twitter": "UdayTKumar" + }, + { + "affiliations": [ + { + "created": 1489613150, + "end_date": null, + "id": 137352, + "is_current": true, + "job_title": null, + "last_edited": 1489613150, + "organization": { + "created": 1472740659, + "id": 18536, + "last_edited": 1472740659, + "name": "Verizon Wireless - VCP" + }, + "owner_id": 84454, + "start_date": 1459468800 + } + ], + "bio": "

Jason has been developing and architecting cloud native applications, microservices and technologies for the past 8 years for companies such as Nice Systems, Cisco Systems, Inc and now Verizon Wireless on their Verizon Cloud Platform (VCP). Before this he was a full stack developer for 13 years. 

\r\n

Works with many amazing teams in deep collaboration to create a platform that has a place for any type of application.

\r\n

Currently direct focus is on automation and operations tools for tenants, operations and analytics. His team is a leading example for his company on how to properly create, maintain and CI/CD a large application in a Microservice environment adhering to the 12 factor methodology.

", + "created": 1518119283, + "first_name": "Jason", + "gender": "Male", + "id": 14330, + "irc": "JsonT", + "last_edited": 1526577067, + "last_name": "Thompson", + "member_id": 84454, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14330", + "presentations": [ + 21410 + ], + "title": "Distinguished Member of Technical Staff", + "twitter": "@OpenJson" + }, + { + "affiliations": [ + { + "created": 1474729616, + "end_date": null, + "id": 105471, + "is_current": true, + "job_title": null, + "last_edited": 1474729616, + "organization": { + "created": 1472740659, + "id": 18536, + "last_edited": 1472740659, + "name": "Verizon Wireless - VCP" + }, + "owner_id": 38225, + "start_date": 1420070400 + } + ], + "bio": "

Director Technology

\n
Verizon Wireless
\n

January 2015 \u2013 Present Greater New York City Area

\n

Manager Virtual Services Integration - Verizon Cloud Platform // VCP
within National Network Operations // Verizon Wireless.

\n

Distinguished Member of Technical Staff for National Network Operations within Verizon Wireless.

I work with Amazing people -- currently focused on...

Verizon Cloud Platform (VCP),\u00a0Virtual Infrastructure Management and Bare Metal Cloud
-OpenStack
-Architecture, Design, Deployment, and Operations
-all OpenStack services
-Infrastructure, Stack, and Application level orchestration
-Service Metering
VCP Software and API development
- Identity Management
- Software ingest/testing
- Monitoring as a Service
- Benchmark Platform
- GeoServices

\n

Solution Architect

\n
ESRI
\n

November 2008 \u2013 December 2014 (6 years 2 months)

\n

Since GIS has grown from the back office to the enterprise, many organizations, large and small, need assistance realizing the potential for what geospatial technologies can do for them. Andrew assists in this arena. He helped ESRI clients in the design, development, and deployment of their geo-enabled information systems.

\n

Manager, Spatial Data Analysis & Geographic Information Systems

\n
Verizon Wireless
\n

April 2000 \u2013 November 2008 (8 years 8 months)

\n

Andrew was responsible for the management, development, and support of Verizon Wireless's web-based Geographic Information System. He designed and built the system from the ground up, with no existing application in place prior. This system is utilized internally to map, model and solve complex spatial analysis issues as they relate to the Verizon Wireless network landscape including EOC operations. He also managed the directional Spatial Data Process which supports the flow of coverage information and other spatial data from Verizon's network RF Engineers to collateral available in a Verizon Wireless retail store. Lastly, Andrew was responsible for the management and scheduling of ad-hoc cartographic requests and complex spatial analysis that support all aspects of the Verizon enterprise.

", + "created": 1436196831, + "first_name": "Andrew", + "gender": "Male", + "id": 726, + "irc": "@geo_andy", + "last_edited": 1522254319, + "last_name": "Hendrickson", + "member_id": 38225, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/726", + "presentations": { + "6": 21410 + }, + "title": "Director - Technology, Verizon", + "twitter": "@andystack" + }, + { + "affiliations": [], + "bio": "

Dan Chen, Ph.D, Senior Engineer. She received the B.S. degree in information science and engineering from Shandong University, Shandong, China, in 2007 and the Ph.D. degree in information and communication engineering from Beijing University of Posts and Telecommunications\uff08BUPT\uff09, Beijing, China, in 2012. From 2010 to 2011, she was a Visiting Scholar at the University of British Columbia, Vancouver, BC, Canada. She is currently the MEC Project Manager in 5G Innovation Center, Network Technology Research Institute (NRTI) of China Unicom, responsible for the research of 5G Network Architecture\u3001Edge Computing\u3001C/U Split\u3001Common Service API and Network Capability Exposure Platform, etc. She has published over 20 papers in international journals and conferences indexed by SCI/EI, such as IEEE Journal on Selected Areas in Communications (JSAC)\u3001IEEE Trans. Vehicular Technology\u3001GLOBECOM\u3001ICC, etc. She has applied or granted over 20 technical patents in 4G/5G wireless communications.

", + "created": 1518127355, + "first_name": "Dan", + "gender": "Female", + "id": 14346, + "irc": null, + "last_edited": 1518136466, + "last_name": "Chen", + "member_id": 98778, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14346", + "presentations": [ + 21429 + ], + "title": "Senior Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Senior System Engineer - Cloud and Storage, Huawei

\r\n

Zhonghua has nearly 10 years of R&D and Product experience in multiple fields, such as Big Data Analytics, Storage, NAS, SAN, virtualization, cloud and so on. He is currently in charge of Open Source in Huawei, managing a research team of open source with several engineers, leading members to take part in several projects e.g. Cinder,Manila,Swift,Murano and so on, developing in Openstack and leading the open source especially in storage domain. .

\r\n

Prior to Huawei, Zhonghua worked in Big Data Analytics, dealing with Business Intelligence.

", + "created": 1435008991, + "first_name": "zhonghua", + "gender": "Male", + "id": 278, + "irc": "zhonghua-lee", + "last_edited": 1518139066, + "last_name": "li", + "member_id": 28637, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/278", + "presentations": { + "2": 21440 + }, + "title": "Senior System Engineer", + "twitter": "EdwardL0086" + }, + { + "affiliations": [ + { + "created": 1482382815, + "end_date": null, + "id": 110802, + "is_current": true, + "job_title": "Senior System Architect", + "last_edited": 1482382815, + "organization": { + "created": 1359485922, + "id": 287, + "last_edited": 1365000829, + "name": "ZTE" + }, + "owner_id": 28065, + "start_date": 1481846400 + } + ], + "bio": "

4 years openstack development experience, Now works for ZTE.

\r\n

Murano and Solum project PTL.

", + "created": 1468303745, + "first_name": "Rong", + "gender": "Male", + "id": 9722, + "irc": "zhurong", + "last_edited": 1520390440, + "last_name": "Zhu", + "member_id": 28065, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9722", + "presentations": { + "11": 21440 + }, + "title": "Senior System Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1499894342, + "end_date": null, + "id": 142587, + "is_current": true, + "job_title": "opensource software engineer", + "last_edited": 1499894342, + "organization": { + "created": 1437957615, + "id": 10389, + "last_edited": 1437957615, + "name": "Chengdu Research Institute UX,Huawei Chengdu Base" + }, + "owner_id": 45893, + "start_date": 1400544000 + } + ], + "bio": "

Zengchen is an opensource software engineer and works in Huawei Technologies. He worked on container related projects like Fuxi-Kubernetes, Kops etc, data protect project of Karbor, and Huawei Public Cloud opensource tookits.

", + "created": 1451961271, + "first_name": "zeng", + "gender": "Male", + "id": 3756, + "irc": null, + "last_edited": 1518133010, + "last_name": "chen", + "member_id": 45893, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3756", + "presentations": { + "1": 21450, + "2": 21440 + }, + "title": "Opensource Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1439203438, + "end_date": null, + "id": 78492, + "is_current": true, + "job_title": null, + "last_edited": 1439203438, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 19714, + "start_date": 1436140800 + } + ], + "bio": "

Mahati Chamarthy has been contributing to storage technologies for the past few years. She was a core developer for OpenStack Swift and now an active contributor to Ceph. She works as a Software Engineer with Intel's Open Source Technology Center focusing on storage software.

", + "created": 1451124791, + "first_name": "Mahati", + "gender": "Female", + "id": 3696, + "irc": "mahatic", + "last_edited": 1525675598, + "last_name": "Chamarthy", + "member_id": 19714, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3696", + "presentations": { + "3": 21445 + }, + "title": "Software Engineer at Intel", + "twitter": "MahatiChamarthy" + }, + { + "affiliations": [ + { + "created": 1454464677, + "end_date": null, + "id": 86777, + "is_current": true, + "job_title": null, + "last_edited": 1454464677, + "organization": { + "created": 1420821651, + "id": 7150, + "last_edited": 1420821651, + "name": "Platform9 Systems, Inc" + }, + "owner_id": 53092, + "start_date": 1447632000 + } + ], + "bio": "

Prior to joining Platform9, Cody was the Lead Cloud Architect at General Electric, where he built an enormous private cloud based on VMware vCloud Director spanning North America, Europe, and Asia. With more than 10 years of IT infrastructure experience across multiple industries, he brings a wealth of knowledge and expertise, particularly as an enterprise IT practitioner and strategist in one of the world’s largest technology shops.cod

", + "created": 1454461734, + "first_name": "Cody", + "gender": null, + "id": 5286, + "irc": "c0dyhi11", + "last_edited": 1518131757, + "last_name": "Hill", + "member_id": 53092, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5286", + "presentations": { + "6": 21446, + "7": 21911 + }, + "title": "Cloud Architect at Platform9 Systems", + "twitter": "EyeOnTheCloud" + }, + { + "affiliations": [ + { + "created": 1384269870, + "end_date": null, + "id": 42122, + "is_current": true, + "job_title": "", + "last_edited": 1384269870, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 1365, + "start_date": null + } + ], + "bio": "

Arvind is an active contributor to Openstack. He has been involved with Neutron since the essex timeframe where he added Horizon integration for Neutron/quantum. In addition to that he authored the first Cisco plugin for intelligent parallel orchestration of Cisco devices with Neutron. He has also driven key features in Neutron like dynamic segmentation.  Arvind's current focus is on Istio multicloud community participation.

", + "created": 1436896476, + "first_name": "Arvind", + "gender": "Male", + "id": 1841, + "irc": null, + "last_edited": 1518133036, + "last_name": "Somya", + "member_id": 1365, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1841", + "presentations": { + "2": 21449 + }, + "title": "Technical Lead", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1522663165, + "end_date": null, + "id": 155677, + "is_current": true, + "job_title": null, + "last_edited": 1522663165, + "organization": { + "created": 1421059101, + "id": 7166, + "last_edited": 1421059101, + "name": "AT&T Labs - Research" + }, + "owner_id": 100643, + "start_date": 1379030400 + } + ], + "bio": "

Moo-Ryong Ra joined AT&T Labs Research in 2013 and is now working as a Principal Inventive Scientist in Cloud Platform Software Research department. He is broadly interested in solving challenging problems related to cloud platforms and software-defined storage systems. His recent projects span across multiple areas – storage-centric hardware/software design for AT&T’s Integrated Cloud and Edge Cloud, high performance storage with RDMA networking, video storage and delivery, data deduplication for distributed storage systems and enabling faster recovery of erasure-coded storage, etc. He earned a PhD degree in the Computer Science Department at University of Southern California (USC). During his graduate study, he collaborated with other top-notch research labs such as Microsoft Research and Intel Labs in the area of mobile cloud computing. When opportunities arise, every now and then he teaches undergraduate/graduate courses in the ECE department at Rutgers University.

", + "created": 1522663684, + "first_name": "Moo-Ryong", + "gender": "Male", + "id": 14556, + "irc": null, + "last_edited": 1522664246, + "last_name": "Ra", + "member_id": 100643, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14556", + "presentations": [ + 21452 + ], + "title": "Principal Inventive Scientist", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1465578368, + "end_date": null, + "id": 98381, + "is_current": true, + "job_title": null, + "last_edited": 1465578368, + "organization": { + "created": 1438731483, + "id": 10587, + "last_edited": 1438731483, + "name": "Ericsson Global India Pvt Ltd" + }, + "owner_id": 64565, + "start_date": 1453334400 + } + ], + "bio": "

He is currently working in Ericsson Global services Ltd as a Solution Integrator and have been involved in various inhouse and upstream OpenStack projects. Nishant has been an active contributor for Tempest and Patrole projects upstream. His technological interests are primarily containers, orchestration engine, networking.While he is not programming, he spends his time playing cricket, foosball, soccer and several other sports. 

", + "created": 1499674850, + "first_name": "Nishant", + "gender": "Male", + "id": 12710, + "irc": null, + "last_edited": 1518135195, + "last_name": "Kumar", + "member_id": 64565, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12710", + "presentations": { + "3": 21475 + }, + "title": "Openstack developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1458071012, + "end_date": null, + "id": 92226, + "is_current": true, + "job_title": null, + "last_edited": 1458071012, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 23775, + "start_date": 841622400 + } + ], + "bio": "

20+ years of experience spanned across various roles within the research and product development of telecommunication systems, with a special concentration on wireless and packet based networks. In depth knowledge of IETF (TCP/UDP, IP, LDAP, SIP, SNMP, RTP/RTCP, IPSec, Mobile IP, Radius/Diameter etc.), wireless (TDMA, CDPD, CDMA, 1XRTT, GPRS, UMTS, WiMAX, LTE, 802.11x based WLAN etc.) and wireline (ANSI-41, ATM, ISUP, MEGACO/MGCP, PRI, SS7, TDM etc.) protocols. Always held key positions and led highly competent technical teams to come up with state-of-the art solution. Filed over 60 patents (to date, 36 of them have been granted by US, Australia and European patent authorities), authored several IETF documents (co-authored RFC 4283, contributed in RFCs 3344, 3588 and 3846 and co-authored other IETF drafts). Also authored conference papers and chapters in books on 3G/4G wireless networks.

Specialties: Application driven End-to-End Solution Architecture, Performance of Applications and Services, Translation of Business Drivers into Technical Requirements, Technical Validation and Development of Business Cases.

", + "created": 1453839874, + "first_name": "Haseeb", + "gender": "Male", + "id": 4264, + "irc": null, + "last_edited": 1518135637, + "last_name": "Akhtar", + "member_id": 23775, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4264", + "presentations": { + "11": 21482, + "12": 21857 + }, + "title": "Principal Solutions Consultant", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1406576013, + "end_date": null, + "id": 115826, + "is_current": true, + "job_title": null, + "last_edited": 1406576013, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 20868, + "start_date": 790905600 + }, + { + "created": 1406576013, + "end_date": null, + "id": 60108, + "is_current": true, + "job_title": null, + "last_edited": 1406576013, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 20868, + "start_date": 790905600 + } + ], + "bio": "

\u00a0

\n

Doug has been working in the field of data communication for over 30 years, developing the network generation mobile network architectures and designs at AT&T. Doug is one of AT&T\u2019s strategy and thought leaders in SDN, IoT and 5G System Architectures.\u00a0 Doug also is responsible for connecting worlds of Marketing and Network Architecture which often means translating new Marketing ideas into network design concepts and new network standards into new business opportunities.\u00a0\u00a0

\n

", + "created": 1526729928, + "first_name": "Doug", + "gender": "Male", + "id": 14653, + "irc": null, + "last_edited": 1526894864, + "last_name": "Eng", + "member_id": 20868, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14653", + "presentations": [ + 21482, + 21857 + ], + "title": "Distinguished-Technical Architect (Mobility Core and NFV Technology) at AT&T Labs, Inc.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1504022426, + "end_date": null, + "id": 144757, + "is_current": true, + "job_title": "SVP Technology", + "last_edited": 1504022426, + "organization": { + "created": 1504022426, + "id": 24392, + "last_edited": 1504022426, + "name": "B.Yond" + }, + "owner_id": 60111, + "start_date": 1495670400 + } + ], + "bio": "

SVP of Technology at B-Yond. Working on unleashing the potential of connectivity.

", + "created": 1499943231, + "first_name": "Paul-Andr\u00e9", + "gender": "Male", + "id": 12899, + "irc": "parus", + "last_edited": 1518180833, + "last_name": "Raymond", + "member_id": 60111, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12899", + "presentations": { + "4": 21483 + }, + "title": "Mr.", + "twitter": "parnexius" + }, + { + "affiliations": [], + "bio": "

Sivan is VP Product Management at Cloudify, working on an open source and open standard cloud orchestration platform that automates and manages complex services throughout their entire lifecycle for telcos and enterprises.

\r\n

Prior to Cloudify Sivan was a Product Line Manager at Alcatel Lucent, building an NFV MANO solution.

\r\n

Sivan is an active contributor to the TOSCA standard, and is an expert at the areas of networking, cloud, and service management.

\r\n

Read her posts at the Cloudify blog.

", + "created": 1454332445, + "first_name": "Sivan", + "gender": "Female", + "id": 4845, + "irc": null, + "last_edited": 1526475941, + "last_name": "Barzily", + "member_id": 52787, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4845", + "presentations": { + "10": 21491, + "8": 21496 + }, + "title": "VP Product Management, Cloudify", + "twitter": "sivanbarzily" + }, + { + "affiliations": [ + { + "created": 1526448109, + "end_date": null, + "id": 156922, + "is_current": true, + "job_title": null, + "last_edited": 1526448109, + "organization": { + "created": 1493773694, + "id": 22865, + "last_edited": 1493773694, + "name": "Cloudify" + }, + "owner_id": 101879, + "start_date": 1414800000 + } + ], + "bio": null, + "created": 1526469266, + "first_name": "Isaac", + "gender": "Male", + "id": 14645, + "irc": null, + "last_edited": 1526469266, + "last_name": "Shabtay", + "member_id": 101879, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14645", + "presentations": [ + 21491 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1403858159, + "end_date": null, + "id": 59354, + "is_current": true, + "job_title": null, + "last_edited": 1435564336, + "organization": { + "created": 1359485922, + "id": 1079, + "last_edited": 1381735164, + "name": "Orange" + }, + "owner_id": 19585, + "start_date": 1403827200 + } + ], + "bio": "

Thomas is at Orange Labs, mainly involved on SDN and network virtualization for IaaS platforms with activities ranging from architecture/ engineering studies, to lab and software development. Thomas is also active in the IETF, where he contributes to RFCs and has during a few years co-chaired BESS, the working group defining the evolutions of BGP VPN specifications.

\r\n

He has been focusing on network virtualization for IaaS, SDN and NFV in the past 5 years and contributes to related opensource projects, in particular in Openstack, where he co-leads Neutron stadium projects: BGP VPN (networking-bgpvpn) and BaGPipe (networking-bagpipe).

", + "created": 1436948030, + "first_name": "Thomas", + "gender": "Male", + "id": 2103, + "irc": "tmorin", + "last_edited": 1527188408, + "last_name": "Morin", + "member_id": 19585, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2103", + "presentations": { + "14": 21494 + }, + "title": "NetworkSoftware Engineer Orange", + "twitter": "netpeeker" + }, + { + "affiliations": [ + { + "created": 1486436314, + "end_date": null, + "id": 135452, + "is_current": true, + "job_title": "Distinguished Member Technical Staff", + "last_edited": 1486436314, + "organization": { + "created": 1411172932, + "id": 6168, + "last_edited": 1411172932, + "name": "Verizon Wireless" + }, + "owner_id": 61813, + "start_date": 1404086400 + } + ], + "bio": "

With an extensive background in emerging network technologies, as well as network analysis, algorithms and design, Susan Coombs currently serves as an architect focused on monitoring Virtualized Network Functions (VNFs) and OpenStack infrastructure for Verizon Wireless. Previously, Susan also contributed as a Data Scientist, and as a lead software developer for an artificial intelligence fault isolation system for Verizon.

", + "created": 1483643136, + "first_name": "Susan", + "gender": null, + "id": 11065, + "irc": null, + "last_edited": 1518139216, + "last_name": "Coombs", + "member_id": 61813, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11065", + "presentations": { + "1": 21507 + }, + "title": "Distinguished Member of Technical Staff, Verizon Wireless", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1435323779, + "end_date": null, + "id": 73993, + "is_current": true, + "job_title": null, + "last_edited": 1435323779, + "organization": { + "created": 1424527979, + "id": 7642, + "last_edited": 1424527979, + "name": "VMware, Inc" + }, + "owner_id": 36898, + "start_date": 1194220800 + } + ], + "bio": "

Giridhar Jayavelu is a Staff-2 Engineer from the NFV Business Unit at VMware. Giridhar works
on OpenStack NFV architecture, enabling design and features to meet the carrier grade requirements for network functions. He has been involved in various automation initiatives within VMware.
Prior to joining OpenStack team, Giridhar worked on vSphere networking and NSX team for about 8 years.
Giridhar holds a Master's degree in Computer Engineering from the University of Arizona, Tucson.

", + "created": 1435343310, + "first_name": "Giridhar", + "gender": "Male", + "id": 408, + "irc": "gjayavelu", + "last_edited": 1518139596, + "last_name": "Jayavelu", + "member_id": 36898, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/408", + "presentations": { + "6": 21508 + }, + "title": "Software Developer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Software engineer at Red Hat, FOSS passionate and tech in general enthusiast. Former Zaqar and Trove core reviewer. Currently working on Manila. Outreachy and Google Summer of Code coordinator. Eager to learn about new technologies, to contribute to different open-source projects and to get new people involved with open-source philosophy.

", + "created": 1499968334, + "first_name": "Victoria", + "id": 12938, + "irc": "vkmc", + "last_edited": 1518139218, + "last_name": "Martinez de la Cruz", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12938", + "presentations": [ + 21510, + 21637 + ], + "title": "Software Engineer", + "twitter": "@vkmc" + }, + { + "affiliations": [ + { + "created": 1468426585, + "end_date": null, + "id": 101298, + "is_current": true, + "job_title": null, + "last_edited": 1468426585, + "organization": { + "created": 1359485922, + "id": 403, + "last_edited": 1365012100, + "name": "EMC, VMWare" + }, + "owner_id": 67505, + "start_date": 1451865600 + }, + { + "created": 1518075744, + "end_date": null, + "id": 154156, + "is_current": true, + "job_title": "Member", + "last_edited": 1518075744, + "organization": { + "created": 1518075744, + "id": 25940, + "last_edited": 1518075744, + "name": "Women of Openstack" + }, + "owner_id": 67505, + "start_date": 1483228800 + }, + { + "created": 1518075888, + "end_date": null, + "id": 154158, + "is_current": true, + "job_title": "Chair", + "last_edited": 1518075888, + "organization": { + "created": 1518075888, + "id": 25941, + "last_edited": 1518075888, + "name": "VNF Onboarding" + }, + "owner_id": 67505, + "start_date": 1483228800 + }, + { + "created": 1518075715, + "end_date": null, + "id": 154155, + "is_current": true, + "job_title": "Member", + "last_edited": 1518075715, + "organization": { + "created": 1518075715, + "id": 25939, + "last_edited": 1518075715, + "name": "Women In Comms" + }, + "owner_id": 67505, + "start_date": 1491004800 + }, + { + "created": 1518075953, + "end_date": null, + "id": 154159, + "is_current": true, + "job_title": "Technical Steering Committee ", + "last_edited": 1518075953, + "organization": { + "created": 1518075952, + "id": 25942, + "last_edited": 1518075952, + "name": "ETSI Open Source Mano" + }, + "owner_id": 67505, + "start_date": 1493596800 + }, + { + "created": 1518075614, + "end_date": null, + "id": 154153, + "is_current": true, + "job_title": "Technical Steering Commitee Member", + "last_edited": 1518075614, + "organization": { + "created": 1518075614, + "id": 25937, + "last_edited": 1518075614, + "name": "Open Source Mano" + }, + "owner_id": 67505, + "start_date": 1496275200 + }, + { + "created": 1518075688, + "end_date": null, + "id": 154154, + "is_current": true, + "job_title": "Committee Member", + "last_edited": 1518075688, + "organization": { + "created": 1518075688, + "id": 25938, + "last_edited": 1518075688, + "name": "Layer123 NFV Advisory Panel" + }, + "owner_id": 67505, + "start_date": 1506816000 + } + ], + "bio": "

With over 25 years experience in various roles in network and system architecture, mobile video system architecture and governance in both telco and  retail sectors, Van has developed a diverse toolset.  Van spent much of her career as a contractor, working for every telco as well as major retailers in Canada over the years.  Having worked as everything from unix sysadmin to Chief Technical Officer with a number of leadership roles in between, Van has contributed to technologies from mobile, enterprise data centre, multi-national networks and beyond. 

\r\n

Now at VMware as the Director - Global NFV Ecosystem Architecutre Van is focused on leading integrated architectures that integrate all of the NFV partners across the globe in useful NFV solutions that solve for specific problems.  This role has her speaking at conferences around the world, and spreading the word about the strength of the NFV Ecosystem.

\r\n

A member of Women of Openstack, and Women in Comms, Van is active in showcasing and championing women in tech fields.   Currently splitting her time in various open source communities, Van sits on the Technical Steering Committee of Open Source Mano, is a member of the Layer 123 NFV advisory board, and spear headed the VNF Onboarding open source community.

\r\n

Van attended the University of Toronto where she majored in Computer Science and Astro-Physics.  Van currently makes her home in Toronto Canada, where she enjoys spending her free time playing hockey, tennis and fishing.

", + "created": 1468426661, + "first_name": "Vanessa", + "gender": "Female", + "id": 10083, + "irc": "JadeF8", + "last_edited": 1518139519, + "last_name": "Little", + "member_id": 67505, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10083", + "presentations": { + "7": 21511, + "8": 21827, + "9": 21828 + }, + "title": "Director - Global NFV Ecosystem Architecture", + "twitter": "@girlgoaler" + }, + { + "affiliations": [ + { + "created": 1459272794, + "end_date": null, + "id": 92947, + "is_current": true, + "job_title": null, + "last_edited": 1459272794, + "organization": { + "created": 1459272794, + "id": 14433, + "last_edited": 1459272794, + "name": "Netrounds" + }, + "owner_id": 58886, + "start_date": 1459468800 + }, + { + "created": 1518095118, + "end_date": null, + "id": 154186, + "is_current": true, + "job_title": "Marketing Task Force", + "last_edited": 1518095118, + "organization": { + "created": 1518075952, + "id": 25942, + "last_edited": 1518075952, + "name": "ETSI Open Source Mano" + }, + "owner_id": 58886, + "start_date": 1476921600 + } + ], + "bio": "

Kaela is the VP of Channels & Marketing for Netrounds and is responsible for driving engaging external communications and branding strategies, as well as translating market expectations to sales engagement support. Prior to Netrounds, Kaela held roles within business development, marketing, and program management, focusing on OEM and technology alliances. She has also assisted with the Women in Comms initiative as an advisor and is currently active on the ETSI Open Source MANO Marketing Task Force. Kaela holds a Master of Business Management degree from the University of British Columbia in Canada.

", + "created": 1518095012, + "first_name": "Kaela", + "gender": "Female", + "id": 14279, + "irc": null, + "last_edited": 1522052995, + "last_name": "Loffler", + "member_id": 58886, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14279", + "presentations": [ + 21511 + ], + "title": "VP Channels & Marketing", + "twitter": "kaelaloffler" + }, + { + "affiliations": [ + { + "created": 1423482720, + "end_date": null, + "id": 65527, + "is_current": true, + "job_title": null, + "last_edited": 1423482720, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 10900, + "start_date": 1262304000 + } + ], + "bio": "

Adrian Hoban is a Principal Engineer in Intel's Data Center Solutions Group and the Technical Steering Committee chair for the Open Source MANO project. In Intel he is the system architect responsible for orchestration of Software Defined Networking and Network Function Virtualisation and leads the Intel team on OpenStack contributions in this area. He specialises in open source software such as OpenStack, Linux, Open vSwitch, KVM, QEMU and libvirt. Adrian is also active in standards initiatives such as ETSI-NFV. 

\r\n

In OpenStack Adrian set the architectural direction for the Intel contributors on areas such as PCIe passthrough, SR-IOV, Enhanced Platform Awareness for NUMA, Huge Pages, CPU pinning, and thread policy, OVS with DPDK enablement, and Security Groups. He has a particular interest in extensions that relate to using OpenStack to facilitate high performance application deployments and infrastructure utilisation. 

", + "created": 1436358326, + "first_name": "Adrian", + "gender": "Male", + "id": 880, + "irc": "adrian-hoban", + "last_edited": 1518139555, + "last_name": "Hoban", + "member_id": 10900, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/880", + "presentations": { + "21": 21511 + }, + "title": "Principal Engineer, SDN/NFV Orchestration, Intel", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1392827563, + "end_date": null, + "id": 55992, + "is_current": true, + "job_title": null, + "last_edited": 1392827563, + "organization": { + "created": 1390658502, + "id": 4069, + "last_edited": 1390658502, + "name": "Juniper Networks Inc." + }, + "owner_id": 16368, + "start_date": 1298851200 + } + ], + "bio": "

Sr. Product Manager (Cloud Networking and Security, Contrail) @ Juniper Networks Inc.
Started as a Software Engineer writing protocol code, CLI, device drivers and online diagnostic software for various networking equipment vendors - Allied Telesyn, Force10 Networks, Cisco Systems.

\r\n

Then began a journey into network programmability, APIs and SDK at Juniper Networks.

\r\n

Evolved from programmability into platforms for NFV and SDN.

\r\n

In this journey evolved from being a Software Engineer to a Technical Marketing Engineer to a Solutions Engineer to a Product Manager.

\r\n

Education:

\r\n

A Bachelors degree in Computer Science from Mumbai, India.

\r\n

A Masters degree in Computer Science from University of Southern California.

\r\n

And a graduate certificate in Management Science and Engineering from Stanford University.

", + "created": 1436936937, + "first_name": "Aniket", + "gender": "Male", + "id": 2067, + "irc": null, + "last_edited": 1518141534, + "last_name": "Daptari", + "member_id": 16368, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2067", + "presentations": { + "12": 21518 + }, + "title": "Sr. Product Manager Cloud Network Automation", + "twitter": "_aniket_" + }, + { + "affiliations": [], + "bio": "

I am currently working as a lead Cloud Solution Architect working in the office of the CTO organization in Juniper Networks.

\r\n

I work with some of the largest Telco & Enterprise customers to embrace the clound enabled architectures to offer next-gen cloud/IOT and Edge services. My area of interest and expertise is cloud and software defined networking. More specifically I help our customers to solve some of the interesting use csaes in the area of cloud security, network functions virtualization, openstack edge computing and IOT applications, underlay network design for massively scalable data-centers, integration of openstack with public cloud infrastructures, openstack operations & monitoring.

\r\n

My domain of expertise prior to openstack is design , implementation of networking and security solutions for enterprise and telco service providers. I am a dual CCIE (RS & SP) and JNCIE also Openstack Certified.

\r\n

 

", + "created": 1486439424, + "first_name": "Vivekananda", + "gender": "Male", + "id": 11774, + "irc": null, + "last_edited": 1521832108, + "last_name": "Shenoy", + "member_id": 81414, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11774", + "presentations": { + "4": 21518 + }, + "title": "Lead CloudNFV Solutions Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1423058792, + "end_date": null, + "id": 65329, + "is_current": true, + "job_title": null, + "last_edited": 1423058792, + "organization": { + "created": 1406624136, + "id": 5708, + "last_edited": 1406624136, + "name": "Cisco Systems, Inc" + }, + "owner_id": 360, + "start_date": 1422835200 + } + ], + "bio": "

Steven Dake currently serves as an elected Individual Director of the OpenStack Foundation.  Steve is focused on making multicloud computing a reality.  Steve is also actively involved in bridging communities between the OpenStack community and adjacent communities.

\r\n

Steve currently serves as a reviewer of some parts of Istio, in addition to contributing significant portions of the Istio multicloud implementation.

\r\n

Steve currently serves as a core reviewer of OpenStack Kolla.  Steve previously served as Kolla PTL for Newton, Mitaka, Liberty, Kilo and Juno cycles.  Steve was also a Magnum core reviewer at the same time as serving the Kolla community as PTL, and contributed to the definition and implementation of the initial Magnum architecture.

\r\n

Prior to gaining an interest in container technology, Steve initiated and served as PTL of OpenStack Heat with a small development team while at Red Hat, Inc.  During this period, Steve served as Heat PTL for Essex, Folsom, and Grizzly.

\r\n

Prior to Steve's involvement in OpenStack, Steve was primarily focused on the development of open source high availability technology leading the design and implementation of Corosync, a group communication system, which combined with Pacemaker is the de-facto standard high availability stack for Linux.  During this period of his career, Steve also served as a technical community leader for the modern Linux high availability stack.

\r\n

Steve enjoys Hi-Fidelity analog tube audio, electric RC car racing, and hiking with his wife, daughter, and son.

", + "created": 1436798612, + "first_name": "Steven", + "gender": "Male", + "id": 1354, + "irc": "sdake", + "last_edited": 1524487210, + "last_name": "Dake", + "member_id": 360, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1354", + "presentations": { + "9": 21521 + }, + "title": "Principal Engineer", + "twitter": "steven_dake" + }, + { + "affiliations": [], + "bio": "

Lin is a core contributor and maintainer on Istio. She is passionate about new technologies and love to play with them. She is a master inventor, currently, holds 100+ patents filed or pending with USPTO along with hundreds of articles published at IP.com.

", + "created": 1518142137, + "first_name": "Lin", + "gender": null, + "id": 14382, + "irc": null, + "last_edited": 1522253980, + "last_name": "Sun", + "member_id": 98829, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14382", + "presentations": [ + 21521 + ], + "title": "Core Contributor, Istio", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Costin is a Google engineer working on Istio. In the past he worked on Android authentication, cloud messaging and webpush. Long ago he also worked on Apache Tomcat/Ant 

", + "created": 1518142590, + "first_name": "Costin", + "id": 14384, + "irc": null, + "last_edited": 1518166425, + "last_name": "Monolanche", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14384", + "presentations": [ + 21521 + ], + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526416197, + "end_date": null, + "id": 156904, + "is_current": true, + "job_title": null, + "last_edited": 1526416197, + "organization": { + "created": 1526416197, + "id": 26807, + "last_edited": 1526416197, + "name": "Tetrate" + }, + "owner_id": 101861, + "start_date": 1526860800 + } + ], + "bio": "

Zack is a core contributor to Istio and a founding engineer at Tetrate. He previously worked on Istio at Google, and before that on a variety of teams across Google Cloud Platform.

", + "created": 1526455026, + "first_name": "Zachary", + "gender": "Male", + "id": 14643, + "irc": null, + "last_edited": 1526573447, + "last_name": "Butcher", + "member_id": 101861, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14643", + "presentations": [ + 21521 + ], + "title": "Engineer", + "twitter": "ZackButcher" + }, + { + "affiliations": [ + { + "created": 1525340423, + "end_date": null, + "id": 156521, + "is_current": true, + "job_title": "CTO", + "last_edited": 1525340423, + "organization": { + "created": 1504229591, + "id": 24423, + "last_edited": 1504229591, + "name": "Beijing SinoRail Technology Co., Ltd" + }, + "owner_id": 95380, + "start_date": 1304121600 + } + ], + "bio": null, + "created": 1509310260, + "first_name": "Guangqian", + "gender": "Male", + "id": 13828, + "irc": null, + "last_edited": 1525340444, + "last_name": "Li", + "member_id": 95380, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13828", + "presentations": { + "1": 21525 + }, + "title": "Technical Support Manager, Beijing SinoRail Information Technology Co. Ltd", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1525421543, + "first_name": "Weikang", + "id": 14613, + "irc": null, + "last_edited": 1525421543, + "last_name": "Lu", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14613", + "presentations": [ + 21525 + ], + "title": "China Railway", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1525421513, + "first_name": "Jia", + "id": 14612, + "irc": null, + "last_edited": 1525421513, + "last_name": "Liu", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14612", + "presentations": [ + 21525 + ], + "title": "China Railway", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Marc is the manager of OpenStack skill center who in charge of the whole OpenStack product line inside Orange.

", + "created": 1518159557, + "first_name": "marc", + "gender": null, + "id": 14390, + "irc": null, + "last_edited": 1518159755, + "last_name": "bailly", + "member_id": 93270, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14390", + "presentations": [ + 21536 + ], + "title": "Orange OpenStack Skillcenter Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1521179908, + "end_date": null, + "id": 155207, + "is_current": true, + "job_title": "NFV Engineering Partner Manager", + "last_edited": 1521179908, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 57380, + "start_date": 1454284800 + } + ], + "bio": "

Bertrand is Engineering Partner Manager at Red Hat with a focus on NFV.  

\r\n

He collaborates closely with NEPs and communications service providers to deliver additional features supporting NFV into OpenStack

\r\n

and other open source communities.

", + "created": 1501752870, + "first_name": "Bertrand", + "gender": "Male", + "id": 13713, + "irc": "brault", + "last_edited": 1521200052, + "last_name": "Rault", + "member_id": 57380, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13713", + "presentations": [ + 21536 + ], + "title": "Engineering Partner Manager at Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1404898504, + "end_date": null, + "id": 59572, + "is_current": true, + "job_title": null, + "last_edited": 1404898954, + "organization": { + "created": 1359485922, + "id": 1079, + "last_edited": 1381735164, + "name": "Orange" + }, + "owner_id": 19831, + "start_date": 1288569600 + } + ], + "bio": "

Ruan HE is chief architect of Tencent Cloud TStack

", + "created": 1518071013, + "first_name": "Ruan", + "gender": "Male", + "id": 14230, + "irc": null, + "last_edited": 1525862909, + "last_name": "HE", + "member_id": 19831, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14230", + "presentations": [ + 21536 + ], + "title": "Chief Architect", + "twitter": "ruan_he" + }, + { + "affiliations": [ + { + "created": 1518149615, + "end_date": null, + "id": 154266, + "is_current": true, + "job_title": null, + "last_edited": 1518149615, + "organization": { + "created": 1508277695, + "id": 24845, + "last_edited": 1508277695, + "name": "Reliance Jio Infocomm Ltd." + }, + "owner_id": 98815, + "start_date": 1486512000 + } + ], + "bio": "

Have been working in the Site Reliability Engineering (SRE) Center of Excellence, Reliance Jio Infocomm Ltd. (RJIL), Bangalore. Previously worked as a cloud infrastructure architect in the IBM Global Cloud Center of Excellence (CoE), IBM India Bangalore for four years. Prior to that, I had a long stint as TOGAF-certified enterprise architecture (EA) consultant in Wipro Consulting Services (WCS) Division. Also worked as a lead architect in the corporate research (CR) division of Robert Bosch, Bangalore. In total, I have gained more than 17 years of IT industry experience and 8 years of research experience.

\r\n

Finished the CSIR-sponsored PhD degree at Anna University, Chennai and continued with the UGC-sponsored postdoctoral research in the Department of Computer Science and Automation, Indian Institute of Science, Bangalore. Thereafter, I was granted a couple of international research fellowships (JSPS and JST) to work as a research scientist for 3.5 years in two leading Japanese universities. Published more than 30 research papers in peer-reviewed journals such as IEEE, ACM, Springer-Verlag, Inderscience, etc. Have authored 8 books thus far and focus on some of the emerging technologies such as IoT, Cognitive Analytics, Blockchain, Digital Twin, Docker Containerization, Data Science, Microservices Architecture, fog / edge computing, etc. Have contributed 30 book chapters thus far for various technology books edited by highly acclaimed and accomplished professors and professionals. 

\r\n

https://www.linkedin.com/in/peterindia/

", + "created": 1518150090, + "first_name": "Pethuru Raj", + "gender": "Male", + "id": 14389, + "irc": null, + "last_edited": 1518225856, + "last_name": "Chelliah", + "member_id": 98815, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14389", + "presentations": [ + 21538 + ], + "title": "Chief Architect", + "twitter": "https://twitter.com/peterindia" + }, + { + "affiliations": [], + "bio": "

Overall, ~17 years of industry experience managing large teams to drive innovative products, services, platforms and applications. Key areas of expertise – Cloud, Middleware, Databases and Appliances.

\r\n

Currently serving as Associate Vice President, owing Site Reliability Engineering charter at Reliance Jio, India. Prior to this, served as a Director of Engineering at Oracle Corporation for over 16 years. Earned my Engineering graduation in Computer Science and Engineering from Amrita University and did Executive MBA from Indian Institute of Management, Bangalore.

\r\n

Senior level management and development experience in Cloud Services delivery with emphasis on Performance, Scalability, Reliability, Availability, Resiliency and Serviceability.

\r\n

Supported delivery of High Performance Cloud infrastructure (IaaS), Platform (PaaS), and Services (SaaS) at Oracle, focussing on OnDemand Self Service, Resource pooling, Rapid Elasticity and Metered Services.

\r\n

Extensive knowledge of Xen Virtualization stack, Infiniband RDMA Network fabric, ZFSSA Storage arrays and latest Intel IvyBridge/Haswell processors, Fusion Middleware (Hotspot/JRockit JVMs, Apache/Weblogic HTTP/J2EE Servers, distributed coherence cache), Business Intelligence (Hyperion, OBIEE, BI Publisher), Data Integration (Golden Gate, ODI/ELT, DQ), Monitoring and Diagnostic tools (Enterprise manager, RUEI, Graphite, Logstash, ElasticSearch, Kibana), and Fusion Applications.

\r\n

https://www.linkedin.com/in/senthil-arunachalam/

", + "created": 1518149378, + "first_name": "Senthil kumar", + "gender": "Male", + "id": 14387, + "irc": null, + "last_edited": 1521504800, + "last_name": "Arunachalam", + "member_id": 98813, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14387", + "presentations": [ + 21538 + ], + "title": "Associate Vice President, Reliance Jio Infocomm Ltd, India", + "twitter": null + }, + { + "affiliations": [], + "bio": "

A passionate technologist and a product leader with extensive experience (~16 years) in building highly scalable, resilient E-commerce and enterprise applications that are SaaS, IaaS and PaaS based. After having graduated with Master’s Degree from San Jose State University (SJSU, CA) with Major in Client Server Computing, worked in United States for large size tech company Sun Microsystems on Identity Access Management, mid-size product based company Intuit on flagship products - TurboTax, QuickBooks, and startup company Software Tree on object-relational mapping software. In pursuit of paying it forward, worked on AgriNova project at Intuit, IDC Bangalore, an SMS based solution to help farmers sell their produce at a fair market price that gave an immense satisfaction of having put principles of Design Thinking into practice from ground-up.

\r\n

As an Innovation catalyst, I have coached several startups at NSRCEL, IIM Bangalore in partnership with Pensaar Inc and at GHC on Design for Delight and Customer Driven Innovation. As a leader of Tech Women community at Intuit, lead 150+ women engineers, was invited as tech panelist by Cisco, Ericsson. Have contributed as Agile Advisory Board member, won best manager award at Intuit. Currently, I am part of digital transformation journey of India through Reliance, driving Jio Cloud platform and Site Reliability Engineering that entails design through deployment, post-production and also leading the charter of Tech Women at Reliance Jio.

\r\n

https://www.linkedin.com/in/vidyahungud/

", + "created": 1518149876, + "first_name": "Vidya", + "gender": null, + "id": 14388, + "irc": null, + "last_edited": 1526522795, + "last_name": "Hungud", + "member_id": 98814, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14388", + "presentations": { + "1": 21538 + }, + "title": "Associate Vice President, Reliance Jio Infocomm Ltd.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1472263855, + "end_date": null, + "id": 103999, + "is_current": true, + "job_title": null, + "last_edited": 1472263855, + "organization": { + "created": 1471579332, + "id": 18356, + "last_edited": 1471579332, + "name": "*independent" + }, + "owner_id": 51460, + "start_date": 1375315200 + } + ], + "bio": "

Noura Daadaa : Telecom Engineer , OpenStack Canada - Ottawa User Group Leader

\r\n

Solution Architect & Cloud Subject Matter Expert - Nokia Canada

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

", + "created": 1453130901, + "first_name": "Noura", + "gender": "Female", + "id": 4010, + "irc": null, + "last_edited": 1526253065, + "last_name": "Daadaa", + "member_id": 51460, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4010", + "presentations": { + "1": 21541 + }, + "title": "Solution Architect", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1478216675, + "end_date": null, + "id": 108508, + "is_current": true, + "job_title": null, + "last_edited": 1478216675, + "organization": { + "created": 1389852333, + "id": 3983, + "last_edited": 1389852333, + "name": "Self" + }, + "owner_id": 77040, + "start_date": 1451606400 + } + ], + "bio": "

OpenStack Canada - Ottawa User Group Leader

\r\n

Cloud NFV Subject Matter Expert at Nokia focusing on Network Service Orchestration

\r\n

 

", + "created": 1518261768, + "first_name": "Jason", + "gender": "Male", + "id": 14403, + "irc": null, + "last_edited": 1526253243, + "last_name": "Sones", + "member_id": 77040, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14403", + "presentations": [ + 21541 + ], + "title": "Cloud NFV Subject Matter Expert", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1423467356, + "end_date": null, + "id": 65502, + "is_current": true, + "job_title": null, + "last_edited": 1454585715, + "organization": { + "created": 1423467356, + "id": 7370, + "last_edited": 1423467356, + "name": "sectoor GmbH" + }, + "owner_id": 17826, + "start_date": 1080777600 + }, + { + "created": 1518178087, + "end_date": null, + "id": 154279, + "is_current": true, + "job_title": "Senior Architect", + "last_edited": 1518178087, + "organization": { + "created": 1472106176, + "id": 18426, + "last_edited": 1472106176, + "name": "Red Hat GmbH" + }, + "owner_id": 17826, + "start_date": 1517443200 + } + ], + "bio": "

More than 18 years of working experience in the IT business, owning a small consulting company (me! ;) and recently joined team Red Hat as a Senior Architect.

\r\n

My heart is beating OpenStack since 2013 and the last 5 years where full of it. No matter if a telco, a bank, some hosting company or what so ever, i love to help everyone to get on their OpenStack journey.

", + "created": 1454318906, + "first_name": "Sven", + "gender": "Male", + "id": 4817, + "irc": null, + "last_edited": 1518178332, + "last_name": "Michels", + "member_id": 17826, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4817", + "presentations": { + "4": 21543 + }, + "title": "Senior Architect @ Red Hat, CEO sectoor GmbH", + "twitter": "geektoor" + }, + { + "affiliations": [ + { + "created": 1464026243, + "end_date": null, + "id": 97381, + "is_current": true, + "job_title": null, + "last_edited": 1464026243, + "organization": { + "created": 1433243202, + "id": 9435, + "last_edited": 1433243202, + "name": "OnX Enterprise Solutions" + }, + "owner_id": 26406, + "start_date": 1463356800 + }, + { + "created": 1526871720, + "end_date": null, + "id": 157148, + "is_current": true, + "job_title": "Chief Cloud Officer", + "last_edited": 1526871720, + "organization": { + "created": 1526871719, + "id": 26862, + "last_edited": 1526871719, + "name": "OnX - A CBTS Company" + }, + "owner_id": 26406, + "start_date": 1509494400 + } + ], + "bio": "

Ben is currently the Chief Cloud Officer for the Service Provider/Telco team at OnX. He is also the co-author of the book \"OpenStack for Architects\" \"Mastering OpenStack\" and was the Technical Reviewer for \"Learning OpenStack\" (Packt Publishing).

\r\n

When Ben is not writing books he is an active technical contributor to the OpenStack Foundation Documentation Team (Architecture Guide) and leads the Phoenix, AZ OpenStack User Group. He often speaks about cloud adoption, implementation and cultural impact at OpenStack conferences, meetups, and special vendor events.

Prior to OnX, Ben was a Senior Cloud/System Architect at Mirantis, a top OpenStack distribution, where he was responsible for creating enterprise OpenStack architectures for some of the most prominent telecommunications and Fortune 100 companies worldwide.

Before joining Mirantis, Ben was the Lead Technical Architect and Engineer for the OpenStack cloud at American Express and was directly responsible for the architecture and deployment of the largest U.S. financial services cloud in production at the time. Today, this same cloud supports over 10,000 workloads.

Ben holds a degree in English communications and Masters degree in Information Management from Arizona State University. When he's not out evangelizing more people into the cloud lifestyle he likes to spend time with his beautiful wife and two crazy boys in Phoenix, Arizona.

", + "created": 1445824173, + "first_name": "Ben", + "gender": "Male", + "id": 3607, + "irc": "bsilverman", + "last_edited": 1526490739, + "last_name": "Silverman", + "member_id": 26406, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3607", + "presentations": { + "10": 21547 + }, + "title": "Chief Cloud Officer, Author, and OpenStack Activist", + "twitter": "bensilverm" + }, + { + "affiliations": [], + "bio": "

Miha has over 20 years of technical experience ranging from modern NFV technology to classical compute landscapes and utilising them to deliver state of the art custom and off the shelf applications.  He has Networking knowledge and is CISCO certified, allowing him to understand not only fundamental networking but get involved in detailed discussion when building and maintaining technology.

\r\n

On top of his grass roots Hardware, Software development and networking knowledge, he is also a PMI certified senior project manager. This mix of experience and knowhow put him in a special position in his current working environment as a ‘Special Complex Projects’ owner where he is able to take concept to production with a mix of technology, people and practice.

\r\n

He is a passionate person that fully believes in what he does.

\r\n


", + "created": 1508423769, + "first_name": "Mihajlo", + "gender": "Male", + "id": 13807, + "irc": null, + "last_edited": 1522893602, + "last_name": "Zivkovic", + "member_id": 84631, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13807", + "presentations": { + "1": 21550, + "2": 21888 + }, + "title": "Swisscom Ltd., Product Owner", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1423498439, + "end_date": null, + "id": 65549, + "is_current": true, + "job_title": null, + "last_edited": 1423498439, + "organization": { + "created": 1423498439, + "id": 7377, + "last_edited": 1423498439, + "name": "Avi Networks Inc" + }, + "owner_id": 23070, + "start_date": 1356998400 + } + ], + "bio": "

Ranga Rajagopalan is the CTO at Avi Networks where he is responsible for architecting Avi's Cloud Application Delivery Platform (CADP) solution on OpenStack.  Ranga is also responsible for Avi's overall CADP architecture and the technology vision. Prior to Avi Networks, Ranga worked in the Data Center Business Unit at Cisco Systems, where he architected the Nexus 7000 systems/platforms software, the NX-OS distributed operating system, the SAN-OS operating system, and the MDS systems/platform software. At Cisco Systems, Ranga worked in various technical roles from Software Engineer to Sr. Director of Engineering. Ranga has over 20 years of technology industry experience in architecting and developing high performance distributed systems, datacenter networking/storage and IT analytics.  

", + "created": 1436989388, + "first_name": "Ranga", + "gender": "Male", + "id": 2601, + "irc": null, + "last_edited": 1518203355, + "last_name": "Rajagopalan", + "member_id": 23070, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2601", + "presentations": { + "1": 21550, + "2": 21888 + }, + "title": "CTO & Co-founder, Avi Networks", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1490602060, + "end_date": null, + "id": 137959, + "is_current": true, + "job_title": null, + "last_edited": 1490602060, + "organization": { + "created": 1359485922, + "id": 33, + "last_edited": 1365013136, + "name": "Hewlett Packard Enterprise" + }, + "owner_id": 85092, + "start_date": 1448928000 + } + ], + "bio": "

Marco works for HPE since Septmember 2012. From 2012 until 2014 he has been working as Cloud Architect, designing and implementing private cloud IaaS projects. End of 2014 he moved into the telco cloud group and has been responsible for the implementation of an OpenStack based NFV Solution (vCPE) at a Tier 1 Telco in Switzerland.

\n

Since beginning of 2017, he is now working as a lead Architect in HPE's Digital Video Solutions team, where he is making use of the experience in OpenStack based cloud and telco cloud for media processing at telcos and TV broadcasters.

", + "created": 1499687650, + "first_name": "Marco", + "gender": "Male", + "id": 12713, + "irc": null, + "last_edited": 1527470121, + "last_name": "Loetscher", + "member_id": 85092, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12713", + "presentations": { + "1": 21550, + "2": 21888 + }, + "title": "Lead Architect HPE WW Digital Video Solutions", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Andrew is a member of the Spinnaker community and a frequent contributor to the Continuous Delivery and Devops space. He's been a software engineer, team lead, infrastructure builder and community evangelist and now works on product management and strategy. Andrew contributes to a number of open-source projects, is a regular speaker and author and co-organizer of ContainerDays Boston and NYC.

", + "created": 1518255814, + "first_name": "Andrew", + "gender": null, + "id": 14402, + "irc": null, + "last_edited": 1518258824, + "last_name": "Phillips", + "member_id": 98849, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14402", + "presentations": [ + 21553 + ], + "title": "Spinnaker", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1486597816, + "end_date": null, + "id": 135570, + "is_current": true, + "job_title": "Cloud Domain Architect & SME", + "last_edited": 1486597816, + "organization": { + "created": 1486597816, + "id": 21390, + "last_edited": 1486597816, + "name": "Gap, Inc." + }, + "owner_id": 81519, + "start_date": 1388966400 + } + ], + "bio": "

Eli Elliott is the infrastructure architect responsible for private cloud\u00a0at Gap, Inc. Gap's private cloud infrastructure hosts nearly all aspects of the companies omni sales pipeline.

", + "created": 1486597570, + "first_name": "Elijah", + "gender": null, + "id": 11855, + "irc": "@elielliott", + "last_edited": 1522254397, + "last_name": "Elliott", + "member_id": 81519, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11855", + "presentations": { + "1": 21556 + }, + "title": "Domain Architect, Gap Inc.", + "twitter": "GrayWolf" + }, + { + "affiliations": [ + { + "created": 1493985075, + "end_date": null, + "id": 140133, + "is_current": true, + "job_title": null, + "last_edited": 1493985075, + "organization": { + "created": 1486597816, + "id": 21390, + "last_edited": 1486597816, + "name": "Gap, Inc." + }, + "owner_id": 87370, + "start_date": 1433116800 + } + ], + "bio": "

Tige Chastain is the Platform-as-a-Service Technical lead for Gap, Inc.  Starting with the pilot of OpenStack for private cloud, Tige helped build and deploy OpenStack at Gap as the primary preferred IaaS platform for the Online divison of Gap.  Tige's daily duties now are administrating PCF as well as looking for strategic solves for CaaS and generic containers.

", + "created": 1520953016, + "first_name": "Tige", + "gender": "Male", + "id": 14524, + "irc": null, + "last_edited": 1521570333, + "last_name": "Chastain", + "member_id": 87370, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14524", + "presentations": [ + 21556 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [], + "bio": "

Senior Engineer at Alibaba Group, is currently responsible for the open source construction of the Pouch container project at Alibaba. He has been involved in cloud computing for over 5 years, and is one of the first batch of researchers and practitioners of container technology. Allen played a central role in the evangelism of container technology. He is the author of the book The Source Code Analysis of Docker and a personal advocate of the open source spirit, as well as a Maintainer of the Docker Swarm Project.

", + "created": 1520953183, + "first_name": "Allen", + "gender": null, + "id": 14526, + "irc": null, + "last_edited": 1521079459, + "last_name": "Sun", + "member_id": 100134, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14526", + "presentations": [ + 21557 + ], + "title": "Senior Engineer at Alibaba Group", + "twitter": "shlallen" + }, + { + "affiliations": [ + { + "created": 1384269867, + "end_date": null, + "id": 40746, + "is_current": true, + "job_title": "COO", + "last_edited": 1384269867, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 31, + "start_date": 1382918400 + } + ], + "bio": "

Prior to working on OpenStack, I worked at Yahoo! as Sr. Director of Business Development focused on strategic partnerships in the music business (via Yahoo's acquisition of Musicmatch), and previously at Dell in product, marketing, and technical roles.

\r\n

I joined Rackspace in 2009, in the role of Vice President of Business Development & Corporate Development, and began working on a plan (with Jim Curry, Rick Clark, Bret Piatt, Jonathan Bryce, Jason Seats, Lauren Sell and countless others) to fully embrace open source in the cloud, seeking Rackspace board approval and building alliances with NASA and 25 other organizations. This led to the launch of OpenStack in July 2010.   

\r\n

After launching OpenStack, my focus shifted full time to community building activitites to grow OpenStack, as Vice President of Business Development and Marketing for OpenStack.  

\r\n

The ecosystem and the brand have grown in concert, as new organizations that we've attracted have helped spread the word and improve the OpenStack software by hiring dozens of OpenStack developers, delivering solutions that meet the needs of users such as Cisco Webex, eBay, Mercado Libre, and Paypal.

\r\n

In 2011, I began the work of establishing the independent OpenStack Foundation, along with Jonathan Bryce (now Executive Director) and many others throughout the community.  This open process included writing and revising the basic structure, principles, and ultimately the bylaws in an open manner, until we launched the new independent foundation in the Fall of 2012.  The establishment of a User Committee is one of the most vital components of the new structure, IMHO, as in the end the software is for the users, and that is who we must fight for.

\r\n

I'm now the Chief Operating Officer of the OpenStack Foundation, and work full time to achieve the OpenStack Foundation Mission focused on \"Protecting, Empowering, and Promoting OpenStack software and the community around it, including users, developers and the entire ecosystem.\"

\r\n

Outside of OpenStack, I love music, Austin, BBQ, wakeboarding on Lake Austin, and basketball (Rockets & Longhorns fan). I sometimes make angel investments but I mostly juggle working on OpenStack and spending time with my family. I usually go by \"sparkycollier\" on the interwebs, which is my way of honoring my late, great, Great Dane Sparky.

\r\n

More Links: 

\r\n

http://www.linkedin.com/in/markcollier

\r\n

http://markcollier.me/

", + "created": 1450479913, + "first_name": "Mark", + "gender": "Male", + "id": 3660, + "irc": "sparkycollier", + "last_edited": 1485273286, + "last_name": "Collier", + "member_id": 31, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3660", + "presentations": { + "18": 21558 + }, + "title": "COO", + "twitter": "sparkycollier" + }, + { + "affiliations": [ + { + "created": 1526638998, + "end_date": null, + "id": 157031, + "is_current": true, + "job_title": "CEO", + "last_edited": 1526638998, + "organization": { + "created": 1521216962, + "id": 26253, + "last_edited": 1521216962, + "name": "Netlify" + }, + "owner_id": 101989, + "start_date": 1391126400 + } + ], + "bio": "

Matt Biilmann is regarded as one of the driving forces behind the growth of the JAMstack and is a founder and CEO of Netlify, the fastest growing automation platform for modern websites. 

\r\n

Netlify operates a globally distributed multi cloud infrastructure across a large number of different cloud providers, purpose-built to support a JAMstack architecture where a static frontend delivered from multiple points of origin talks to dynamic microservices.

\r\n

 

\r\n

 

", + "created": 1521113533, + "first_name": "Matt", + "gender": null, + "id": 14531, + "irc": null, + "last_edited": 1526639075, + "last_name": "Biilmann", + "member_id": 101989, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14531", + "presentations": [ + 21581 + ], + "title": "CEO", + "twitter": "biilmann" + }, + { + "affiliations": [], + "bio": "

Netlify operates a globally distributed multi cloud infrastructure across a large number of different cloud providers, purpose-built to support a JAMstack architecture where a static frontend delivered from multiple points of origin talks to dynamic microservices.

", + "created": 1521113491, + "first_name": "Chris", + "id": 14530, + "irc": null, + "last_edited": 1521113556, + "last_name": "Bach", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14530", + "presentations": [ + 21581 + ], + "title": "Co-founder", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1474904321, + "end_date": null, + "id": 105551, + "is_current": true, + "job_title": null, + "last_edited": 1474904321, + "organization": { + "created": 1359485922, + "id": 1, + "last_edited": 1364994786, + "name": "Rackspace" + }, + "owner_id": 19175, + "start_date": 1466380800 + } + ], + "bio": "

Michael is the PTL for OpenStack Octavia and a core reviewer in the Kosmos (GSLB) project. Over his fifteen year career at HP he has worked on data center automation, distributed network systems, embedded system design, and big data. Recently Michael join the cloud load balancing team at Rackspace. Michael lives in Corvallis, Oregon.

", + "created": 1434374217, + "first_name": "Michael", + "gender": "Male", + "id": 48, + "irc": "johnsom", + "last_edited": 1501772673, + "last_name": "Johnson", + "member_id": 19175, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/48", + "presentations": { + "5": 21582, + "6": 21642 + }, + "title": "Sr. Software Developer, Rackspace", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1400664504, + "end_date": null, + "id": 58718, + "is_current": true, + "job_title": null, + "last_edited": 1400664504, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 18994, + "start_date": 1400457600 + } + ], + "bio": null, + "created": 1517991857, + "first_name": "Harry", + "gender": "Male", + "id": 14163, + "irc": null, + "last_edited": 1517991857, + "last_name": "Rybacki", + "member_id": 18994, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14163", + "presentations": [ + 21584 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1486391045, + "end_date": null, + "id": 135381, + "is_current": true, + "job_title": "Developer Advocate", + "last_edited": 1486391045, + "organization": { + "created": 1359485922, + "id": 27, + "last_edited": 1365013136, + "name": "IBM" + }, + "owner_id": 1211, + "start_date": 1479081600 + } + ], + "bio": "

Andrea Frittoli is the PTL of the QA Program in OpenStack.

\r\n

He started working with OpenStack in 2011 - he has been focussing mostly on Quality Engineering and CI/CD. 

\r\n

He is a Developer Advocate at IBM. 

\r\n

Before joining IBM he was QA Technical Lead at HP/HPE for the Helion Public Cloud and OpenStack Distribution. 

\r\n

Earlier he worked as integration engineer and architect, delivering IT projects for Telcos for several years.

\r\n

He's a hacker and OpenSource enthusiast.

\r\n

 

", + "created": 1434380197, + "first_name": "Andrea", + "gender": "Male", + "id": 61, + "irc": "andreaf", + "last_edited": 1518104243, + "last_name": "Frittoli", + "member_id": 1211, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/61", + "presentations": { + "10": 21585 + }, + "title": "Developer Advocate", + "twitter": "blackchip76" + }, + { + "affiliations": [ + { + "created": 1443188252, + "end_date": null, + "id": 81089, + "is_current": true, + "job_title": null, + "last_edited": 1486599895, + "organization": { + "created": 1435576786, + "id": 9866, + "last_edited": 1435576786, + "name": "OpenStack Infrastructure" + }, + "owner_id": 72, + "start_date": 1278374400 + }, + { + "created": 1465998486, + "end_date": null, + "id": 98618, + "is_current": true, + "job_title": null, + "last_edited": 1465998486, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 72, + "start_date": 1465776000 + } + ], + "bio": "

Monty currently leads the team that works on the Zuul project for CI/CD in Red Hat's CTO Office. He's the founder, core member and past PTL of the OpenStack Infra team which runs CI and developer tooling for OpenStack. He's a past member of both the OpenStack Technical Committee and the OpenStack Foundation Board of Directors. Monty is the PTL of the shade/python-openstacksdk project and is the maintainer of the Ansible modules for consuming OpenStack. Before his OpenStack days he was a core developer on Drizzle and was a Senior Consultant for MySQL, Inc.

\r\n

Monty has a degree in Theatre Directing and went to grad school at CalArts in lighting design. The intersection of fields has led him to start more than one business around developing technology for and related to live performance. Recently Monty served as an Adjunct Professor at NYU's Tisch School of the Arts teaching a class on programming related to lighting design. If you let him, he'll talk to you WAY too much about Scuba Diving.

", + "created": 1436867394, + "first_name": "Monty", + "gender": "Male", + "id": 1604, + "irc": "mordred", + "last_edited": 1518054757, + "last_name": "Taylor", + "member_id": 72, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1604", + "presentations": { + "25": 21590, + "26": 21663 + }, + "title": "OpenStack Hacker", + "twitter": "e_monty" + }, + { + "affiliations": [ + { + "created": 1501587175, + "end_date": null, + "id": 143729, + "is_current": true, + "job_title": null, + "last_edited": 1501587175, + "organization": { + "created": 1411172932, + "id": 6168, + "last_edited": 1411172932, + "name": "Verizon Wireless" + }, + "owner_id": 1778, + "start_date": 1501459200 + } + ], + "bio": "

Brian Rosmaita was the Glance PTL for the Pike release. He's a Distinguished Member of the Technical Staff at Verizon Wireless, and is serving as Glance PTL for the Queens release.

\r\n

Brian formerly worked as part of the now defunct OpenStack Innovation Center.  He's been an active technical contributor to OpenStack since the Folsom release and was a software developer on the Rackspace first generation cloud.  He's also spent some time in product management, where among other things, he was instrumental in the launch of Cloud Images, the Rackspace Public Cloud offering built on OpenStack Glance.  He's currently a core contributor to Glance and Searchlight, and is a Certified OpenStack Administrator.  Brian is a recovering philosopher who spends his spare time reading, walking the dog, and doing family-type stuff with his family.

", + "created": 1436966341, + "first_name": "Brian", + "gender": "Male", + "id": 2290, + "irc": "rosmaita", + "last_edited": 1508495724, + "last_name": "Rosmaita", + "member_id": 1778, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2290", + "presentations": { + "15": 21628, + "16": 21592 + }, + "title": "Distinguished Member of the Technical Staff", + "twitter": "br14nr" + }, + { + "affiliations": [ + { + "created": 1486378552, + "end_date": null, + "id": 135370, + "is_current": true, + "job_title": "Principal Engineer", + "last_edited": 1486378565, + "organization": { + "created": 1399725551, + "id": 5106, + "last_edited": 1399725551, + "name": "nokia" + }, + "owner_id": 81313, + "start_date": 1455494400 + } + ], + "bio": "

Cloud platform developer focused on CI, installation and deployment. 

\r\n

Current manager of the Vitrage insight team at Nokia

", + "created": 1486378473, + "first_name": "Yuval", + "gender": "Male", + "id": 11581, + "irc": "adary", + "last_edited": 1517972655, + "last_name": "Adar", + "member_id": 81313, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11581", + "presentations": { + "3": 21653, + "4": 21593 + }, + "title": "R&D Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1430792177, + "end_date": null, + "id": 71400, + "is_current": true, + "job_title": null, + "last_edited": 1430792177, + "organization": { + "created": 1430792176, + "id": 8972, + "last_edited": 1430792176, + "name": "FUJITSU Enabling Software Technology GmbH" + }, + "owner_id": 34392, + "start_date": 1430438400 + } + ], + "bio": "

Witek Bedyk is senior software developer at Fujitsu EST (Munich, Germany) and Project Team Lead of OpenStack Monitoring Service (Monasca). He holds an MSc in Computational Physics from the Lodz University of Technology. He has also studied Computer Science at FernUniversität Hagen. Prior to working with OpenStack he was a developer of GIS software. Witek has spoken about Monasca at OpenStack Summits in Tokyo, Austin, Barcelona and Boston.

", + "created": 1453216109, + "first_name": "Witek", + "gender": "Male", + "id": 4037, + "irc": "witek", + "last_edited": 1518069936, + "last_name": "Bedyk", + "member_id": 34392, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4037", + "presentations": { + "12": 21594, + "13": 21639 + }, + "title": "Senior Software Developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1494143691, + "end_date": null, + "id": 140233, + "is_current": true, + "job_title": "Technical Lead", + "last_edited": 1494143691, + "organization": { + "created": 1413245877, + "id": 6429, + "last_edited": 1413245877, + "name": "NTT Communications Corporation" + }, + "owner_id": 79807, + "start_date": 1143849600 + } + ], + "bio": "

Kazunori Shinohara (Kaz) is a technical lead of Cloud Service development team at NTT Communications.

\r\n

Recently he forcus on design and implementation of orchestration services in \"Enterprise Cloud\" which is a OpenStack based Publc Cloud services.

\r\n

Also he is engaged in OpenStack upstream as a head-dashboard core.

", + "created": 1483591271, + "first_name": "Kazunori", + "gender": "Male", + "id": 11059, + "irc": "kazsh", + "last_edited": 1524003772, + "last_name": "Shinohara", + "member_id": 79807, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11059", + "presentations": { + "6": 21595, + "7": 21629 + }, + "title": "Technical Lead", + "twitter": "kazshinohara" + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 41009, + "is_current": true, + "job_title": "", + "last_edited": 1384269868, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 277, + "start_date": 1375315200 + } + ], + "bio": "

I am one of the original developers of the OpenStack Orchestration (Heat) project and still a member of the core team. I served as the Heat PTL for the Juno cycle. I work full time on OpenStack for Red Hat, mostly on Heat and TripleO. Lately I've been thinking a lot about how we make make sure that OpenStack succeeds at providing a full cloud feature set, not just a better way to launch virtual machines.

", + "created": 1436904819, + "first_name": "Zane", + "gender": "Male", + "id": 1905, + "irc": "zerobanana", + "last_edited": 1492615160, + "last_name": "Bitter", + "member_id": 277, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1905", + "presentations": { + "5": 21595, + "6": 21629, + "7": 21713 + }, + "title": "Heat Core Developer", + "twitter": "zaneb" + }, + { + "affiliations": [ + { + "created": 1438825984, + "end_date": null, + "id": 78274, + "is_current": true, + "job_title": null, + "last_edited": 1438825984, + "organization": { + "created": 1392862022, + "id": 4281, + "last_edited": 1392862022, + "name": "Deutsche Telekom AG" + }, + "owner_id": 45058, + "start_date": 1343779200 + } + ], + "bio": "

Frank Kloeker works at Deutsche Telekom as a Technology Manager for cloud applications. He is experienced in Cloud for 7 years, IT for 21 years and 31 years for Operations.

\r\n

His active time in OpenStack Community began in 2015. He is one of active German translators in OpenStack I18n team, and also he contributes I18n toolings with puppet scripts for translation platform upgrade and translation checksite. Frank is currently PTL.

\r\n

The Enterprise Working Group is his second workstream in the OpenStack Community. Target of this working group is to identify and remove barriers to Enterprise adoption and deployments of OpenStack because Frank worked in application operation for internet platforms for many years.

\r\n

Third thing, he invented the Cloud-Kindergarten of Deutsche Telekom 2016. Young people like apprentices and students are trained on production platforms in OpenStack Operations and learning modern Cloud technologies  and working in global teams.

", + "created": 1438826113, + "first_name": "Frank", + "gender": "Male", + "id": 3383, + "irc": "eumel8", + "last_edited": 1516196005, + "last_name": "Kloeker", + "member_id": 45058, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3383", + "presentations": { + "6": 21596, + "7": 21627 + }, + "title": "German translator & Technology Manager Cloud Applications at Deutsche Telekom", + "twitter": "eumel_8" + }, + { + "affiliations": [ + { + "created": 1521748614, + "end_date": null, + "id": 155417, + "is_current": true, + "job_title": "Engineer", + "last_edited": 1521748614, + "organization": { + "created": 1521748614, + "id": 26313, + "last_edited": 1521748614, + "name": "Fusetools Korea" + }, + "owner_id": 28546, + "start_date": 1492992000 + }, + { + "created": 1523335915, + "end_date": null, + "id": 155846, + "is_current": true, + "job_title": "Open Frontier", + "last_edited": 1523335915, + "organization": { + "created": 1523335915, + "id": 26467, + "last_edited": 1523335915, + "name": "KOSSLAB" + }, + "owner_id": 28546, + "start_date": 1522540800 + } + ], + "bio": "
Ian Y. Choi has development backgrounds with Computer Science and he is now involved in KOSSLAB (Korea Open Source Developer Center), as an open frontier (developer with open sources). He started his contributions in OpenStack Internationalization (I18n) in 2014, and he is now mainly interested in evolving OpenStack with I18n, documentation, and many OpenStack projects. He is a core reviewer in I18n and training-guides (Documentation specialty team). He did a PTL role in I18n team during Ocata & Pike cycle, and he is a community leader in OpenStack Korea user group from January 2017 for 2 years. He has been awarded as Microsoft MVP - Cloud and Datacenter Management (July 2016 - Jun 2018).
\r\n
 
", + "created": 1436738976, + "first_name": "Ian Y.", + "gender": "Male", + "id": 1188, + "irc": "ianychoi", + "last_edited": 1523336037, + "last_name": "Choi", + "member_id": 28546, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1188", + "presentations": { + "6": 21596, + "7": 21627 + }, + "title": "Korea User Group Leader", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1455230906, + "end_date": null, + "id": 88260, + "is_current": true, + "job_title": null, + "last_edited": 1468362448, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 7318, + "start_date": 1459728000 + } + ], + "bio": "

Melanie is a core reviewer on the OpenStack Nova project.

", + "created": 1506947836, + "first_name": "Melanie", + "gender": "Female", + "id": 13774, + "irc": "melwitt", + "last_edited": 1525976763, + "last_name": "Witt", + "member_id": 7318, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13774", + "presentations": { + "2": 21598, + "3": 21641, + "4": 21891 + }, + "title": "Principal Software Engineer, Red Hat", + "twitter": "melwitt_" + }, + { + "affiliations": [ + { + "created": 1473133661, + "end_date": null, + "id": 104539, + "is_current": true, + "job_title": null, + "last_edited": 1473133661, + "organization": { + "created": 1399840218, + "id": 5112, + "last_edited": 1399840218, + "name": "ZTE Corporation" + }, + "owner_id": 72980, + "start_date": 1443657600 + } + ], + "bio": null, + "created": 1521476088, + "first_name": "Feng", + "gender": "Female", + "id": 14540, + "irc": null, + "last_edited": 1521476088, + "last_name": "Shengqin", + "member_id": 72980, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14540", + "presentations": [ + 21599 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1432588211, + "end_date": null, + "id": 72461, + "is_current": true, + "job_title": null, + "last_edited": 1432588211, + "organization": { + "created": 1415172013, + "id": 6662, + "last_edited": 1415172013, + "name": "NEC Solution Innovators, Ltd." + }, + "owner_id": 35369, + "start_date": 1430438400 + } + ], + "bio": "

Shu Muto is a system engineer at NEC Solution Innovators, Ltd. He has contributed to OpenStack since September in 2015. He is Web developer, so he has contributed to Dashboard and plugins. Now, he is core reviewer for Magnum-UI, Zaqar-UI, Zun-UI, Senlin-Dashboard and UI-Cookiecutter, also i18n liaison for Magnum-UI.

", + "created": 1453437100, + "first_name": "Shu", + "gender": "Male", + "id": 4122, + "irc": "shu-mutou", + "last_edited": 1520986627, + "last_name": "Muto", + "member_id": 35369, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4122", + "presentations": { + "7": 21599 + }, + "title": "Leader", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1408572699, + "end_date": null, + "id": 61158, + "is_current": true, + "job_title": null, + "last_edited": 1408572699, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 24551, + "start_date": 1405900800 + } + ], + "bio": "

Zhipeng Huang currently serve as open source operation manager for Huawei. Zhipeng have been involved with various major open source communities and is now the PTL of OpenStack Cyborg project, co-chair of OpenStack Public Cloud WG, and co-lead of the Kubernetes Policy WG

", + "created": 1436922408, + "first_name": "Zhipeng", + "gender": "Male", + "id": 1994, + "irc": "nopainkiller", + "last_edited": 1523524779, + "last_name": "Huang", + "member_id": 24551, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1994", + "presentations": { + "16": 21604 + }, + "title": "Standard Manager", + "twitter": "zhipeng" + }, + { + "affiliations": [ + { + "created": 1518069479, + "end_date": null, + "id": 154145, + "is_current": true, + "job_title": "Technical Architect", + "last_edited": 1518069479, + "organization": { + "created": 1359485922, + "id": 56, + "last_edited": 1365011280, + "name": "Canonical" + }, + "owner_id": 3097, + "start_date": 1283299200 + } + ], + "bio": "

James as been involved in Open Source software since 2000, evangelising and delivering the use of Free and Open Source technologies in a major UK bank.

\r\n

In 2010, James discovered Ubuntu and became involved in both the development of Ubuntu and shortly afterwards OpenStack.

\r\n

James is part of the team responsible for delivering and supporting OpenStack as part of every Ubuntu release and for the Juju Charms for OpenStack, the best way for deploying and managing OpenStack deployments on Ubuntu at any scale.

", + "created": 1436782644, + "first_name": "James", + "gender": null, + "id": 1263, + "irc": "jamespage", + "last_edited": 1518087248, + "last_name": "Page", + "member_id": 3097, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1263", + "presentations": { + "22": 21607, + "23": 21855 + }, + "title": "Technical Architect", + "twitter": "javacruft" + }, + { + "affiliations": [ + { + "created": 1384269891, + "end_date": null, + "id": 51427, + "is_current": true, + "job_title": "", + "last_edited": 1384269891, + "organization": { + "created": 1359485922, + "id": 125, + "last_edited": 1381706362, + "name": "Midokura" + }, + "owner_id": 10696, + "start_date": 1376956800 + } + ], + "bio": "

Based in Barcelona, Pino de Candia joined Midokura as a Software Engineer in late 2010. He helped build early versions of MidoNet and in 2011 started and managed the Barcelona-based Network Controller team. Over the next 3 years Pino helped grow Midokura's Barcelona office to nearly 20 engineers. From early 2013 through August 2014, Pino was VP of Engineering after which he transitioned to his current role of Chief Architect, responsible for MidoNet's overall architecture as well as the design of Midokura's Enterprise MidoNet (MEM). In late 2015, Pino also assumed the role of CTO.

\r\n

Prior to Midokura, Pino was in a number of software development roles. The most recent was at Amazon.com: first leading the team that developed Dynamo, a NoSQL data store; then managing an internal infrastructure software team focused on caching tools and systems.

\r\n

Pino did his B.S. and M.Eng. degrees in Computer Science at Cornell University.

", + "created": 1436484596, + "first_name": "Giuseppe", + "gender": null, + "id": 1015, + "irc": null, + "last_edited": 1485465419, + "last_name": "de Candia", + "member_id": 10696, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1015", + "presentations": { + "9": 21608 + }, + "title": "CTO, Midokura", + "twitter": "pino_midokura" + }, + { + "affiliations": [], + "bio": null, + "created": 1436356392, + "first_name": "Russell", + "id": 875, + "irc": null, + "last_edited": 1436899443, + "last_name": "Bryant", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/875", + "presentations": [ + 21612 + ], + "title": "Core OpenStack Developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1520369226, + "end_date": null, + "id": 154932, + "is_current": true, + "job_title": null, + "last_edited": 1520369226, + "organization": { + "created": 1429420154, + "id": 8724, + "last_edited": 1429420154, + "name": "*independent user - Unaffiliated" + }, + "owner_id": 99935, + "start_date": 1520294400 + } + ], + "bio": "

Maysa is a software engineer at the Federal University of Campina Grande, Brazil. She is currently researching on secure edge computing solutions in the cloud (using Kubernetes). She spent the last winter working as an Intern for Kuryr-Kubernetes, where she could add health checks to Kuryr components and enable them to be probed by the orchestration layer. 

", + "created": 1525354411, + "first_name": "Maysa", + "gender": "Female", + "id": 14611, + "irc": null, + "last_edited": 1525354560, + "last_name": "de Macedo Souza", + "member_id": 99935, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14611", + "presentations": [ + 21612 + ], + "title": "Ms.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1400572159, + "end_date": null, + "id": 58677, + "is_current": true, + "job_title": null, + "last_edited": 1400572159, + "organization": { + "created": 1389560323, + "id": 3938, + "last_edited": 1389560323, + "name": "Cisco Systems" + }, + "owner_id": 18954, + "start_date": 757555200 + } + ], + "bio": "

Dave McCowan leads security initiatives for the Cloud Solutions Group at Cisco. He is PTL for the Barbican project and an active contributor to the Security and Kolla projects.

\r\n

 

", + "created": 1434692531, + "first_name": "Dave", + "gender": "Male", + "id": 210, + "irc": "dave-mccowan", + "last_edited": 1518108422, + "last_name": "McCowan", + "member_id": 18954, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/210", + "presentations": { + "19": 21613, + "20": 21623, + "22": 21844 + }, + "title": "Principal Engineer, Cisco", + "twitter": "davemccowan" + }, + { + "affiliations": [], + "bio": null, + "created": 1477470174, + "first_name": "Ade", + "gender": null, + "id": 10948, + "irc": null, + "last_edited": 1477470174, + "last_name": "Lee", + "member_id": 20842, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10948", + "presentations": [ + 21613, + 21623 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1443025995, + "end_date": null, + "id": 80919, + "is_current": true, + "job_title": null, + "last_edited": 1443025995, + "organization": { + "created": 1359485922, + "id": 45, + "last_edited": 1359485922, + "name": "VMware " + }, + "owner_id": 47484, + "start_date": 1442793600 + } + ], + "bio": "

Eric Kao is PTL of OpenStack Congress and a software engineer at VMware, where he designs and implements policy-based management solutions. He holds a PhD in declarative methods from Stanford University and has served on program committees for AAAI, KR, and RuleML.

", + "created": 1468356527, + "first_name": "Eric", + "gender": "Male", + "id": 9844, + "irc": null, + "last_edited": 1518090862, + "last_name": "Kao", + "member_id": 47484, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9844", + "presentations": { + "4": 21615, + "5": 21830 + }, + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1460408535, + "end_date": null, + "id": 93892, + "is_current": true, + "job_title": null, + "last_edited": 1460408535, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 39001, + "start_date": 1446508800 + } + ], + "bio": "

Telles Nobrega has an MSc in Computer Science/Distributed Systems by the Federal University of Campina Grande - Brazil. Currently working as a software engineer at Red Hat, upstream contributor, Project Technical Lead of Sahara. Telles Nobrega has been contributing to OpenStack since IceHouse release with a special focus on the Sahara project but also worked on Keystone, Trove, and Nova.

", + "created": 1436880403, + "first_name": "Telles", + "gender": "Male", + "id": 1695, + "irc": "tellesnobrega", + "last_edited": 1526905745, + "last_name": "Nobrega", + "member_id": 39001, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1695", + "presentations": { + "5": 21616, + "6": 21648 + }, + "title": "Sahara PTL, Software Engineer", + "twitter": "tellesnobrega" + }, + { + "affiliations": [ + { + "created": 1384269888, + "end_date": null, + "id": 50020, + "is_current": true, + "job_title": "", + "last_edited": 1384269888, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 9177, + "start_date": 1381968000 + } + ], + "bio": "

 Ben has been a believer in open source since before he knew open source was a thing.  He previously spent 7 years at IBM in various roles, and now is at Red Hat working on TripleO (using OpenStack to deploy OpenStack).  When not traveling to exotic locales for OpenStack events, he can be found in Rochester, MN.

", + "created": 1467925865, + "first_name": "Ben", + "gender": "Male", + "id": 9513, + "irc": "bnemec", + "last_edited": 1517484073, + "last_name": "Nemec", + "member_id": 9177, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9513", + "presentations": { + "3": 21617, + "4": 21645 + }, + "title": "Senior Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1523348030, + "end_date": null, + "id": 155850, + "is_current": true, + "job_title": "Principal Software Engineer", + "last_edited": 1523348030, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 8721, + "start_date": 1319414400 + } + ], + "bio": "

I am a Principal Software Engineer at Red Hat. I currently work on the TripleO project, specializing in Mistral and workflows. 

", + "created": 1521545950, + "first_name": "Brad", + "gender": "Male", + "id": 14544, + "irc": "thrash", + "last_edited": 1525941082, + "last_name": "Crochet", + "member_id": 8721, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14544", + "presentations": [ + 21638, + 21620 + ], + "title": "Principal Software Engineer, Red Hat", + "twitter": "bradcrochet" + }, + { + "affiliations": [ + { + "created": 1476341719, + "end_date": null, + "id": 107059, + "is_current": true, + "job_title": null, + "last_edited": 1476341719, + "organization": { + "created": 1359485922, + "id": 285, + "last_edited": 1381734470, + "name": "NTT" + }, + "owner_id": 75546, + "start_date": 1364774400 + } + ], + "bio": "

Hiroaki Kobayashi is a software engineer at NTT, specialized in a distributed computing, telco network and NFV. He is a core reviewer of OpenStack Blazar project.

", + "created": 1484016620, + "first_name": "Hiroaki", + "gender": "Male", + "id": 11080, + "irc": "hiro-kobayashi", + "last_edited": 1518031018, + "last_name": "Kobayashi", + "member_id": 75546, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11080", + "presentations": { + "6": 21624 + }, + "title": "Software engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1442934434, + "end_date": null, + "id": 80776, + "is_current": true, + "job_title": null, + "last_edited": 1442934434, + "organization": { + "created": 1359485922, + "id": 410, + "last_edited": 1381706345, + "name": "Mirantis" + }, + "owner_id": 3706, + "start_date": 1442880000 + } + ], + "bio": "

Ivan is a Senior Software Engineer with Mirantis.

\r\n

He is an active contributor and core member of the Cinder project. He works with OpenStack since Diablo release.

", + "created": 1435764993, + "first_name": "Ivan", + "gender": "Male", + "id": 555, + "irc": "e0ne", + "last_edited": 1499950440, + "last_name": "Kolodyazhny", + "member_id": 3706, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/555", + "presentations": { + "10": 21869, + "8": 21630, + "9": 21659 + }, + "title": "Senior Software Engineer", + "twitter": "e0ne" + }, + { + "affiliations": [ + { + "created": 1526467768, + "end_date": null, + "id": 156938, + "is_current": true, + "job_title": null, + "last_edited": 1526467768, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 100972, + "start_date": 1456790400 + } + ], + "bio": "

Roberto is a Senior Cloud Consultant at Red Hat working with Openstack since 2012. He's passionate about virtualization, storage, development, and basketball! He holds a MSc Degree in Telecommunications from Universidad Politecnica of Valencia and several cloud certifications.

\r\n

 

", + "created": 1524476824, + "first_name": "Roberto", + "gender": "Male", + "id": 14581, + "irc": null, + "last_edited": 1526468063, + "last_name": "Carratala", + "member_id": 100972, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14581", + "presentations": [ + 21635 + ], + "title": "Sr", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1489057005, + "end_date": null, + "id": 137097, + "is_current": true, + "job_title": "Senior Software Engineer ", + "last_edited": 1489088935, + "organization": { + "created": 1489088935, + "id": 21959, + "last_edited": 1489088935, + "name": "SUSE, SUSE Japan" + }, + "owner_id": 8508, + "start_date": 1489017600 + } + ], + "bio": "

Masayuki Igawa is a software engineer for over 15 years on a wide range of software projects, and woking at SUSE, developing open source software related to Linux kernel and virtualization. He's been an active technical contributor to OpenStack since the Grizzly release. He is an OpenStack Tempest, subunit2sql, openstack-health core member.

", + "created": 1434707797, + "first_name": "Masayuki", + "gender": "Male", + "id": 214, + "irc": "masayukig", + "last_edited": 1521567014, + "last_name": "Igawa", + "member_id": 8508, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/214", + "presentations": { + "11": 21646 + }, + "title": "Senior Software Engineer", + "twitter": "masayukig" + }, + { + "affiliations": [ + { + "created": 1483911084, + "end_date": null, + "id": 112286, + "is_current": true, + "job_title": null, + "last_edited": null, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 45687, + "start_date": 1483833600 + } + ], + "bio": null, + "created": 1521546741, + "first_name": "xue", + "gender": "Male", + "id": 14545, + "irc": null, + "last_edited": 1521546741, + "last_name": "feng", + "member_id": 45687, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14545", + "presentations": [ + 21649 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1521546938, + "first_name": "Hoang", + "id": 14546, + "irc": null, + "last_edited": 1521546938, + "last_name": "Cong Phuoc", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14546", + "presentations": [ + 21651 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1484167509, + "end_date": null, + "id": 134190, + "is_current": true, + "job_title": "Sr. Software Engineer", + "last_edited": 1484167509, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 28425, + "start_date": 1472428800 + } + ], + "bio": "

Alex is a certified professional Linux Systems Engineer (RHCE) with 12+ years of development and operations experience. Most recently, he has been working at Mirantis performing software development on the Fuel Library component of Fuel. He is a core reviewer for the Fuel Library and Puppet OpenStack projects.  Alex has experience in software development roles and operations roles within both small startups and large multinational corporations.

", + "created": 1454101152, + "first_name": "Alex", + "gender": "Male", + "id": 4596, + "irc": "mwhahaha", + "last_edited": 1454428799, + "last_name": "Schultz", + "member_id": 28425, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4596", + "presentations": { + "1": 21652 + }, + "title": "Senior DevOps Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1437776569, + "end_date": null, + "id": 76825, + "is_current": true, + "job_title": null, + "last_edited": 1437776569, + "organization": { + "created": 1424257086, + "id": 7501, + "last_edited": 1424257086, + "name": "Red Hat" + }, + "owner_id": 53, + "start_date": 1349049600 + } + ], + "bio": "

Emilien is a Principal Software Engineer at Red Hat, who has contributed to several OpenStack projects but mostly to TripleO and Puppet OpenStack projects. When he isn't working to make OpenStack deployement simpler, faster, stronger, he's improving his running stats, doing some winter sports, traveling or flying a plane.

", + "created": 1437727044, + "first_name": "Emilien", + "gender": "Male", + "id": 3042, + "irc": "EmilienM", + "last_edited": 1522889722, + "last_name": "Macchi", + "member_id": 53, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3042", + "presentations": { + "16": 21652, + "17": 21797 + }, + "title": "Principal Software Engineer", + "twitter": "EmilienMacchi" + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 41005, + "is_current": true, + "job_title": "", + "last_edited": 1384269868, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 273, + "start_date": null + } + ], + "bio": "

Dan has been involved with OpenStack since Bexar and been involved with many OpenStack projects over the years including Nova, Glance, TripleO and others.

", + "created": 1436896642, + "first_name": "Dan", + "gender": null, + "id": 1844, + "irc": "dprince", + "last_edited": 1518069497, + "last_name": "Prince", + "member_id": 273, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1844", + "presentations": { + "6": 21652 + }, + "title": "Principal Software Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1521562789, + "first_name": "Wei", + "id": 14549, + "irc": null, + "last_edited": 1521562789, + "last_name": "Zhang", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14549", + "presentations": [ + 21655 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1435958279, + "end_date": null, + "id": 74867, + "is_current": true, + "job_title": null, + "last_edited": 1435958279, + "organization": { + "created": 1435958279, + "id": 9934, + "last_edited": 1435958279, + "name": "HyperHQ" + }, + "owner_id": 37833, + "start_date": 1425168000 + } + ], + "bio": "

Xu Wang is the CTO and Cofounder of Hyper HQ, and\u00a0an initial member of\u00a0Kata Containers Architecture\u00a0Committee. HyperHQ created\u00a0hypervisor-based\u00a0open source container runtime runV (secure as VM, fast as\u00a0container). runV merged\u00a0with\u00a0clear containers\u00a0from Intel, and become Kata Containers project in\u00a0Dec\u00a02017.

\n

Hyper HQ provides hyper.sh, a runV/kata based container native Cloud.\u00a0Before founded HyperHQ, Xu worked in a public cloud in China since 2011 and was working for China Mobile cloud team during 2007 to 2011.

\n

Xu had experiences on Linux Kernel,\u00a0virtualization,\u00a0\u00a0container, and distributed storage system. And he is also a technical writer and translator on Linux, virtualization, NoSQL etc.

", + "created": 1435958439, + "first_name": "Xu", + "gender": "Male", + "id": 632, + "irc": "gnawux", + "last_edited": 1525955793, + "last_name": "Wang", + "member_id": 37833, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/632", + "presentations": { + "4": 21655, + "5": 21893 + }, + "title": "CTO & Co-founder, HyperHQ", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Jessie is an engineer at Microsoft and is on the\u00a0Kata Architecture Committee.\u00a0

", + "created": 1521562858, + "first_name": "Jessie", + "id": 14550, + "irc": null, + "last_edited": 1526753650, + "last_name": "Frazelle", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14550", + "presentations": [ + 21655, + 21896 + ], + "title": "Engineer, Microsoft", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1522319296, + "end_date": null, + "id": 155599, + "is_current": true, + "job_title": "Software Engineer", + "last_edited": 1522319296, + "organization": { + "created": 1359485922, + "id": 572, + "last_edited": 1365013136, + "name": "google" + }, + "owner_id": 100557, + "start_date": 1363305600 + } + ], + "bio": "

Jon is a Googler contributing to the hypervisor powering Google Compute Engine.

", + "created": 1521562905, + "first_name": "Jon", + "gender": null, + "id": 14551, + "irc": "jon", + "last_edited": 1522319485, + "last_name": "Olson", + "member_id": 100557, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14551", + "presentations": [ + 21655 + ], + "title": "Software Engineer", + "twitter": "jonolson" + }, + { + "affiliations": [], + "bio": "

Developer on Intel® Clear Containers, a project utilizing hardware virtualization to improve the security of containers. Getting the chance to learn about and play with virtualization, CNM/CNI container networking, docker, kubernetes, and CRIO while working on an OCI compatible container runtime

", + "created": 1522767291, + "first_name": "Eric", + "gender": null, + "id": 14561, + "irc": null, + "last_edited": 1523466061, + "last_name": "Ernst", + "member_id": 100867, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14561", + "presentations": [ + 21655, + 21793 + ], + "title": "Software Engineer at Intel Corporation", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1494115013, + "end_date": null, + "id": 140217, + "is_current": true, + "job_title": "Community and Developer Advocate", + "last_edited": 1494115013, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 52755, + "start_date": 1312156800 + } + ], + "bio": "

For 17 years, Nicole Huesman has applied her aptitude in storytelling to the technology industry—helping shine a light on the importance and impact of the incredible feats of her engineering colleagues. She dove into the world of open source six years ago, and quickly became a strong advocate—from the embedded market (Yocto Project) to the cloud (OpenStack, KVM, Xen).

\r\n

She is particularly passionate about cultivating inclusive communities that welcome diverse perspectives and invite intelligent, thoughtful debate to create the foundation for a better world for all of us. She has been an active member of the Women of OpenStack, helping to showcase amazing individuals across its diverse community, bringing together mentors and mentees through Speed Mentoring activities, and participating in OpenStack Summit panel discussions focused on diversity- and mentor-related efforts. She is also an active member of the Women in Open Source, helping to drive the creation of a cross-community diversity advisory council.

\r\n

Prior to her work as an open source advocate, Nicole held senior marketing positions in both software and hardware at companies such as Intel, Tektronix and hawkeye, translating business objectives into global, strategic marketing plans that achieved exceptional results. She graduated from the University of Oregon's School of Journalism, and holds a Master's degree in Marketing from Marylhurst University. She resides in the Pacific Northwest, where she is a proud mother of a young son who keeps her on her toes.

", + "created": 1454116213, + "first_name": "Nicole", + "gender": "Female", + "id": 4639, + "irc": null, + "last_edited": 1518138922, + "last_name": "Huesman", + "member_id": 52755, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4639", + "presentations": { + "3": 21657 + }, + "title": "Community and Developer Advocate", + "twitter": "uoduckswtd" + }, + { + "affiliations": [ + { + "created": 1498753543, + "end_date": null, + "id": 142082, + "is_current": true, + "job_title": null, + "last_edited": 1498753543, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 20683, + "start_date": 1498694400 + } + ], + "bio": "

Razique Mahroua, Red Hat services content architect, has been part of the Red Hat cloud curriculum since its inception in 2014. His expertise includes the majority of Red Hat\u00ae cloud products, including Red Hat OpenStack\u00ae Platform, Red Hat Virtualization, and Red Hat OpenShift Container Platform. Before joining Red Hat, Razique published a couple of whitepapers for IBM, and helped many companies deploy highly available infrastructures.

", + "created": 1436872009, + "first_name": "Razique", + "gender": null, + "id": 1628, + "irc": null, + "last_edited": 1522060166, + "last_name": "Mahroua", + "member_id": 20683, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1628", + "presentations": [ + 21658 + ], + "title": "Services Content Architect, Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1516871901, + "end_date": null, + "id": 153572, + "is_current": true, + "job_title": "Senior Software Engineer", + "last_edited": 1516871901, + "organization": { + "created": 1359485922, + "id": 537, + "last_edited": 1381707064, + "name": "NEC" + }, + "owner_id": 4417, + "start_date": 1333238400 + } + ], + "bio": "

Akihiro is working with OpenStack community from Folsom and is a core developer of Neutron and Horizon. He is also an cloud architect and running OpenStack clouds with several regions. He spends his spare time on I18N related activities. Before joining OpenStack community, he worked on developmen of network virtualization testbed in Japan using OpenFlow. He has been involved in research and development of networking technologies in various areas including router architecture, high-speed packet processing, and network security.

", + "created": 1436935351, + "first_name": "Akihiro", + "gender": "Male", + "id": 2063, + "irc": "amotoki", + "last_edited": 1500127569, + "last_name": "Motoki", + "member_id": 4417, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2063", + "presentations": { + "8": 21659 + }, + "title": "Senior research developer, NEC", + "twitter": "ritchey98" + }, + { + "affiliations": [], + "bio": "

As an Advanced Technical Training Engineer, responsible for interfacing directly with software developers and developing and delivering technical training at SUSE. Also responsible for aiding in the scoping and creation of technical certification exams.

", + "created": 1453845059, + "first_name": "Ron", + "id": 4268, + "irc": null, + "last_edited": 1453845306, + "last_name": "Terry", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4268", + "presentations": { + "10": 21660, + "11": 21661 + }, + "title": "Senior Training Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Ryan Jarvinen is an Open Source Evangelist working with RedHat's OpenShift team.  He lives in Oakland, California and is passionate about open source, open standards, open government, and digital rights.  You can reach him as ryanj on twitter, github, and IRC.

", + "created": 1436886433, + "first_name": "Ryan", + "gender": null, + "id": 1764, + "irc": "ryanj", + "last_edited": 1485320982, + "last_name": "Jarvinen", + "member_id": 39012, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1764", + "presentations": { + "2": 21662 + }, + "title": "Open Source Evangelist", + "twitter": "ryanj" + }, + { + "affiliations": [ + { + "created": 1522838600, + "end_date": null, + "id": 155734, + "is_current": true, + "job_title": "Developer Advocate", + "last_edited": 1522838600, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 100696, + "start_date": 1517788800 + } + ], + "bio": "

Josh Wood is an OpenShift and Kubernetes Developer Advocate at Red Hat. When procrastinating, he enjoys photographing polydactyl cats and writing short autobiographies.

", + "created": 1522666580, + "first_name": "Josh", + "gender": null, + "id": 14557, + "irc": null, + "last_edited": 1522839986, + "last_name": "Wood", + "member_id": 100696, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14557", + "presentations": [ + 21662 + ], + "title": "Developer Advocate, OpenShift and Kubernetes", + "twitter": "@joshixisjosh9" + }, + { + "affiliations": [ + { + "created": 1455052235, + "end_date": null, + "id": 87327, + "is_current": true, + "job_title": null, + "last_edited": 1455052235, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 52493, + "start_date": 1434326400 + } + ], + "bio": "

A 20-year tech industry veteran, Margaret is a frequent author and speaker on cloud computing, big data, open source, women in tech, and the intersection of business and technology. She is a proven entrepreneur and intrapreneur, having led successful initiatives and teams at several startups and Fortune 500 companies, including Amazon, Microsoft and HP.  Currently, Margaret leads global product marketing for the Infrastructure Business Group at Red Hat, the world’s leading open source solution company. Prior to Red Hat, she was Vice President of Product Marketing and Cloud Evangelist for HP Helion, the cloud computing division of Hewlett-Packard.

", + "created": 1453831386, + "first_name": "Margaret", + "gender": "Female", + "id": 4252, + "irc": "seattledawson", + "last_edited": 1486418971, + "last_name": "Dawson", + "member_id": 52493, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4252", + "presentations": { + "2": 21667, + "3": 21817 + }, + "title": "Global Product Marketing", + "twitter": "seattledawson" + }, + { + "affiliations": [], + "bio": "

I believe in open source software and writing software to manage infrastructure.

Creator of kubicorn and the amazing community around it.

Kris Nova is a Kubernetes maintainer, and is a maintainer of Kubernetes kops. She also created Kubicorn. Kris is an active participant in the community. She dreams that one day she can help make Kubernetes easy to install and manage on any cloud platform. She is looking forward to defining and solving day 3 management concerns for Kubernetes.

Kris began using Go in 2014, and is an active member in the community. Her passion for Go began with it's unmatched concurrency models, and she is just now realizing the full potential of the language with her never ending work on the kops project. She has a background in C programming, but has completely fallen in love with Go.

Kris has worked on sophisticated SaaS applications, and has helped guide teams to success in agile and kanban environments. She has built out stable and reliable applications running large amounts of data in Lambda environments with scala. She has also built out reliable containerized applications using Go. She has been intimately involved with virtualization since dogfooding SolidFire storage arrays on premise with VMware and Xen, to switching over to cloud based containerized applications with Docker and Kubernetes.

If there is one thing Kris knows, it's how to design, and run a rock solid web application.

Kris is openly transgender as well as a lesbian in the public. LGBTQ rights and equality is something deeply important to her. She thinks it's important to be out and be yourself, and hopes she has an opportunity to inspire others to do the same.

", + "created": 1524061781, + "first_name": "Kris", + "gender": null, + "id": 14577, + "irc": null, + "last_edited": 1524067446, + "last_name": "Nova", + "member_id": 101083, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14577", + "presentations": [ + 21686 + ], + "title": "Senior Developer Advocate, Heptio", + "twitter": "@krisnova" + }, + { + "affiliations": [ + { + "created": 1426084196, + "end_date": null, + "id": 68495, + "is_current": true, + "job_title": null, + "last_edited": 1454173472, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 14119, + "start_date": 1382313600 + } + ], + "bio": "

OpenStack Vulnerability Management Team (VMT) member working at Red Hat.

", + "created": 1453901757, + "first_name": "Tristan", + "gender": "Male", + "id": 4307, + "irc": "tristanC", + "last_edited": 1518030085, + "last_name": "Cacqueray", + "member_id": 14119, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4307", + "presentations": { + "4": 21692, + "6": 21844 + }, + "title": "Software Engineering", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1430732835, + "end_date": null, + "id": 71361, + "is_current": true, + "job_title": null, + "last_edited": 1430732835, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 9711, + "start_date": 1429488000 + } + ], + "bio": "

Paul has been an active contributor to OpenStack since September 2012. Paul is a full time contributor to the OpenStack Infrastructure Project; responsible for of the systems that are used in the day to day operation of the OpenStack project as a whole. Prior to joining Red Hat in April 2015, Paul worked as an Asterisk consultant specializing in call centers and automated deployments. Paul currently resides in Ottawa, Ontario, Canada with his lovely wife and 2 daughters.

", + "created": 1436188887, + "first_name": "Paul", + "gender": "Male", + "id": 719, + "irc": "pabelanger", + "last_edited": 1518078774, + "last_name": "Belanger", + "member_id": 9711, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/719", + "presentations": { + "13": 21693 + }, + "title": "Senior Software Engineer", + "twitter": "pabelanger" + }, + { + "affiliations": [ + { + "created": 1384269887, + "end_date": null, + "id": 49803, + "is_current": true, + "job_title": "", + "last_edited": 1399455099, + "organization": { + "created": 1363955884, + "id": 1855, + "last_edited": 1381739201, + "name": "VEXXHOST, Inc." + }, + "owner_id": 8899, + "start_date": 1153267200 + } + ], + "bio": "

Mohammed has been involved in OpenStack since early 2011 in many different ways. \u00a0With code contributions in OpenStack since that time as well as operational experience in deploying, running and managing OpenStack clouds for that same period of time. \u00a0With a long history in hosting infrastructure, he had lead VEXXHOST to building out one of the first OpenStack Public Cloud's which continues to run today as well as many private cloud deployments for industries that have strong compliance requirements such as financial and insurance industries.

", + "created": 1467118996, + "first_name": "Mohammed", + "gender": "Male", + "id": 9341, + "irc": "_mnaser", + "last_edited": 1525956237, + "last_name": "Naser", + "member_id": 8899, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9341", + "presentations": { + "3": 21693, + "4": 21897 + }, + "title": "CEO, vexxhost", + "twitter": "mnaser" + }, + { + "affiliations": [], + "bio": null, + "created": 1522924742, + "first_name": "Lee", + "gender": null, + "id": 14564, + "irc": null, + "last_edited": 1522924742, + "last_name": "Xie", + "member_id": 3668, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14564", + "presentations": { + "1": 21699 + }, + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": null, + "end_date": null, + "id": 132683, + "is_current": true, + "job_title": null, + "last_edited": null, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 29777, + "start_date": 1483920000 + } + ], + "bio": "

Daniel Farrell is a Software Engineer on Red Hat’s SDN Team, where he contributes to upstream OpenDaylight and OPNFV. He has been involved in SDN’s development since it emerged from Stanford, including early OpenFlow and OpenStack work. During ODL’s Helium release cycle he bootstrapped ODL’s performance efforts. In Lithium, he focused on building ODL’s upstream delivery pipeline, including RPMs, Vagrant base boxes, containers, an Ansible role and a Puppet module. He’s now the PTL of ODL Integration/Packaging and OPNFV CPerf, as well as a committer to ODL Integration/Test and an ODL TSC member.

\r\n

Daniel has given talks at LinuxCon North America 2014+15, LinuxCon Europe 2015, LinuxCon Japan 2016, Open Networking Summit 2015+16, OpenDaylight Summit 2015+16, OPNFV Summit 2015+16, All Things Open 2015 and numerous small FOSS conferences.

", + "created": 1467907071, + "first_name": "Daniel", + "gender": "Male", + "id": 9501, + "irc": "dfarrell07", + "last_edited": 1518054774, + "last_name": "Farrell", + "member_id": 29777, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9501", + "presentations": { + "3": 21702 + }, + "title": "Software Engineer", + "twitter": "dfarrell07" + }, + { + "affiliations": [], + "bio": "

Boris is responsible for helping define Mirantis\u2019 strategic vision and executing on it in the marketplace across the OpenStack ecosystem and beyond. Boris\u2019s influence was instrumental in Mirantis\u2019 current focus on OpenStack. He also serves on the Board of Directors of the OpenStack Foundation.

\n

During the last 15 years, Boris held several executive positions with the companies he helped establish. He was a founder and CEO of Selectosa Systems\u2014an IT consulting company that was subsequently acquired in 2006\u2014and a co-founder and angel investor at AGroup\u2014now a venture backed enterprise software company headquartered in Europe.

\n

Boris holds a BSc in Information Systems from Santa Clara University. He likes technical scuba diving, motorcycles, and RC helicopters.

", + "created": 1436956896, + "first_name": "Boris", + "gender": null, + "id": 2192, + "irc": "zer0tweets", + "last_edited": 1525892580, + "last_name": "Renski", + "member_id": 15694, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2192", + "presentations": { + "19": 21703 + }, + "title": "Co-Founder and CMO at Mirantis", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Senior engineering manager with a strong product background.

\n
  • Software design patterns and architecture that statistically scale in real-time, near real-time, transactional/batch across tangible, synchronous and asynchronous protocols
  • \n
  • Developer workflow / release management (code repo strategy, CI/CD, runway environments), project management (Agile/Scrum)
  • \n
  • Building teams, defining staff plan, hiring, mentoring and actively managing direct reports. Strong emphasis on ethics, professional integrity, and motivation through fairness and transparency.
  • \n
", + "created": 1524148414, + "first_name": "Steven", + "gender": null, + "id": 14578, + "irc": null, + "last_edited": 1524243353, + "last_name": "Kim", + "member_id": 101153, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14578", + "presentations": [ + 21705 + ], + "title": "Software Engineering Manager, Google", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1524253438, + "end_date": null, + "id": 156208, + "is_current": true, + "job_title": "Assistant Professor", + "last_edited": 1524253438, + "organization": { + "created": 1431167667, + "id": 9057, + "last_edited": 1431167667, + "name": "University of Washington" + }, + "owner_id": 101157, + "start_date": 1377993600 + } + ], + "bio": "

I am a scholar, technologist and activist. In all three roles, I am passionate about understanding why, and when peer production succeeds. As a social scientist, my research aims to explain why some attempts to create free culture and free software result in large volunteer communities like Wikipedia and Linux — while the vast majority never attract even a second contributor. For most of my life, I have also participated in a number of these communities. I spend most of my time consuming, and increasingly often producing, academic articles, software, blog posts, essays, books and talks.

\r\n

You can follow my latest musings and projects on my weblog Copyrighteous. I microblog infrequently as @makoshark on Twitter.

", + "created": 1524149095, + "first_name": "Benj Mako", + "gender": null, + "id": 14579, + "irc": "mako", + "last_edited": 1524253468, + "last_name": "Hill", + "member_id": 101157, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14579", + "presentations": [ + 21706 + ], + "title": "Assistant Professor in the Department of Communication at the University of Washington", + "twitter": "makoshark" + }, + { + "affiliations": [ + { + "created": 1525321312, + "end_date": null, + "id": 156506, + "is_current": true, + "job_title": null, + "last_edited": 1525321312, + "organization": { + "created": 1518077163, + "id": 25943, + "last_edited": 1518077163, + "name": "Nokia Bell Labs" + }, + "owner_id": 101461, + "start_date": 1438387200 + } + ], + "bio": null, + "created": 1525949226, + "first_name": "Yaniv", + "gender": "Male", + "id": 14627, + "irc": null, + "last_edited": 1525949226, + "last_name": "Saar", + "member_id": 101461, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14627", + "presentations": [ + 21708 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526377287, + "end_date": null, + "id": 156885, + "is_current": true, + "job_title": "Head of Open Source Practice ", + "last_edited": 1526377287, + "organization": { + "created": 1498141258, + "id": 23482, + "last_edited": 1498141258, + "name": "Comcast Corp." + }, + "owner_id": 37356, + "start_date": 1485129600 + } + ], + "bio": "

Nithya A. Ruff is the Head of Comcast’s Open Source Practice.  She is responsible for growing Open Source culture inside of Comcast and engagement with external communities.  Prior to this, she started and grew the Western Digital’s Open Source Strategy Office. She first glimpsed the power of open source while at SGI in the 90s and has been building bridges between companies and the open source community ever since.     She’s also held leadership positions at Wind River (an Intel Company), Synopsys, Avaya, Tripwire and Eastman Kodak.   At Wind River, she led a team of product managers in managing a world class embedded Linux distribution and was a key member of the Yocto Project advocacy team on the board. Nithya is a Director at Large on the Linux Foundation Board and represents community interests on the board.

\r\n

Nithya has been a passionate advocate and a speaker for opening doors to new people inOpen Source for many years. She has also been a promoter of valuing diverse ways of contributing to open source such as in marketing, legal and community.  You can often find her on social media promoting dialogue on diversity and open source.  She has spoken at multiple conferences such as OSSummit, OSCON, All Things Open, SCALE, Grace Hopper, OpenStack, VMWorld, OS Strategy Summit and Red Hat Summit on the business and community of open source.   In recognition of her work in open source both on the business and community side, she was named to CIO magazine’s most influential women in open source list. She was recently one of 4 people to win the 2017 O’Reilly Open Source Award for exceptional contribution to open source.  

\r\n

 Nithya graduated with an MS in Computer Science from NDSU and an MBA from the University of Rochester, Simon Business School.  She lives in the San Francisco Bay Area and is a proud mother of two daughters.  You can follow her on twitter @nithyaruff

\r\n

 

", + "created": 1469477320, + "first_name": "Nithya", + "gender": "Female", + "id": 10441, + "irc": null, + "last_edited": 1526378252, + "last_name": "Ruff", + "member_id": 37356, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10441", + "presentations": [ + 21710 + ], + "title": "Sr.Director", + "twitter": "nithyaruff" + }, + { + "affiliations": [ + { + "created": 1486428694, + "end_date": null, + "id": 135432, + "is_current": true, + "job_title": "Manager, Cloud Platform", + "last_edited": 1486428694, + "organization": { + "created": 1410251659, + "id": 6099, + "last_edited": 1410251659, + "name": "Adobe Systems" + }, + "owner_id": 81392, + "start_date": 1484265600 + } + ], + "bio": "

Managing the cloud platform team running production OpenStack across 3 continents. 

", + "created": 1486428944, + "first_name": "Joseph", + "gender": "Male", + "id": 11742, + "irc": "jrsfifo", + "last_edited": 1525277774, + "last_name": "Sandoval", + "member_id": 81392, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11742", + "presentations": { + "4": 21710, + "5": 21792 + }, + "title": "Manager, Cloud Platform", + "twitter": "josephrsandoval" + }, + { + "affiliations": [], + "bio": "

As an accomplished tech professional and highly ambitious community leader, my career has amalgamated into non-profit utilizing the foundation of key management principles gained in the Technology industry, blended with my corporate experience in Project Management as the Founding Director of Black Boys Code.

Black Boys Code is a non-profit organization committed to expanding opportunities for young men of colour in the field of STEM (Science, Technology, Engineering and Mathematics), by reshaping the infrastructure for Black youth as a whole in order to expand on the existing diversity gap.

As Founding Director, I have been given unparalleled opportunities to utilize my passion for economic change to attain goals in educational curriculum development, people management, securing corporate sponsorships, spearheading marketing and fundraising, establishing community reach and awareness as an organization devoted to diversifying the tech industry for Black youth. Interested in learning more? If you are a likeminded individual or organization dedicated to joining Black Boys Code in giving back to the local community, please feel free to connect.

", + "created": 1524590637, + "first_name": "Bryan", + "id": 14586, + "irc": null, + "last_edited": 1524753052, + "last_name": "Johnson", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14586", + "presentations": [ + 21710 + ], + "title": "Founding Director, Black Boys Code", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Jennifer\u2019s career has been dedicated to telling the stories that have defined a generation of technology developers, from Linux creator Linus Torvalds to the men and women who started Creative Commons and Google\u2019s first I/O Conference. For more than 15 years, Jennifer has been a woman in tech and has been recognized for her storytelling acumen by BusinessInsider, who ranked her among the best PR people in tech for her video storytelling works. She is co-founder of Wicked Flicks, a film/video production house working with companies and individuals to affect change through original content. She is also founder and lead consultant at reTHINKit PR.\u00a0 She was most recently VP of communications at The Linux Foundation, where she oversaw brand storytelling and team of PR, social media and video production professionals. Prior to that, she was vice president at Page One PR and held posts both in house and at agency in communications. In addition to her BusinessInsider recognition, CIO.com identified her as one of the most influential women in open source.

", + "created": 1524587863, + "first_name": "Jennifer", + "gender": null, + "id": 14584, + "irc": null, + "last_edited": 1524588025, + "last_name": "Cloer", + "member_id": 101231, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14584", + "presentations": [ + 21710, + 21782 + ], + "title": "Executive Producer/Director, Chasing Grace Project", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1427715922, + "end_date": null, + "id": 69532, + "is_current": true, + "job_title": null, + "last_edited": 1427715922, + "organization": { + "created": 1359485922, + "id": 572, + "last_edited": 1365013136, + "name": "google" + }, + "owner_id": 32677, + "start_date": 1427673600 + } + ], + "bio": "

Craig is the founder and CEO of Heptio, a startup focused on making Kubernetes accessible to the enterprise living in a multi-cloud world. Prior to starting Heptio, Craig was a product manager at Google where he founded the Kubernetes project and worked with the industry to create the Cloud Native Computing Foundation that he also chaired. He was also responsible for initiating and delivering several commercial cloud computing products including Google Compute Engine, Google Container Engine and Google Deployment Manager. Prior to Google Craig work on enterprise technologies at Microsoft for almost a decade.

", + "created": 1468461315, + "first_name": "Craig", + "gender": null, + "id": 10286, + "irc": null, + "last_edited": 1526488268, + "last_name": "McLuckie", + "member_id": 32677, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10286", + "presentations": [ + 21733 + ], + "title": "Founder and CEO, Heptio", + "twitter": "cmcluck" + }, + { + "affiliations": [ + { + "created": 1524710850, + "end_date": null, + "id": 156316, + "is_current": true, + "job_title": "Product Manager", + "last_edited": 1524710850, + "organization": { + "created": 1359485922, + "id": 572, + "last_edited": 1365013136, + "name": "google" + }, + "owner_id": 101269, + "start_date": 1441065600 + } + ], + "bio": "

Maya Kaczorowski is a Product Manager in Security & Privacy at Google, focused on container security. She previously worked on encryption at Google. Prior to Google, she worked at McKinsey in IT security for large enterprises, and, before that, completed her Master's in mathematics, focusing on cryptography and game theory.

", + "created": 1524661083, + "first_name": "Maya", + "gender": null, + "id": 14591, + "irc": null, + "last_edited": 1524711081, + "last_name": "Kaczorowski", + "member_id": 101269, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14591", + "presentations": [ + 21735, + 21799 + ], + "title": "Google Cloud Product Manager, Security & Privacy", + "twitter": "@MayaKaczorowski" + }, + { + "affiliations": [ + { + "created": 1404038534, + "end_date": null, + "id": 59373, + "is_current": true, + "job_title": null, + "last_edited": 1404038534, + "organization": { + "created": 1362565319, + "id": 1708, + "last_edited": 1381706227, + "name": "Mellanox" + }, + "owner_id": 19603, + "start_date": 1403568000 + } + ], + "bio": "

Moshe Levi acts as a Cloud Solutions Engineer at Mellanox Technologies. Leading the Mellanox integration with OpenStack, in which puts contribution to OpenStack projects, including Neutron and Nova, at the field of Single Root I/O Virtualization (SR-IOV) and Openstack high performance features deployments.

\r\n

Before his current position at the Cloud solutions team, Mr. Levi worked at Mellanox SW management teams, with developing large scale networking projects and SDN oriented POCs.

", + "created": 1436875331, + "first_name": "Moshe", + "gender": "Male", + "id": 1654, + "irc": "moshele", + "last_edited": 1518098121, + "last_name": "Levi", + "member_id": 19603, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1654", + "presentations": { + "6": 21781, + "7": 21869 + }, + "title": "Senior Software Engineer, Mellanox Technologies", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269885, + "end_date": null, + "id": 49424, + "is_current": true, + "job_title": "", + "last_edited": 1384269885, + "organization": { + "created": 1359485922, + "id": 1, + "last_edited": 1364994786, + "name": "Rackspace" + }, + "owner_id": 8490, + "start_date": 1362441600 + } + ], + "bio": "

I serve an amazingly talented group responsible for running the Rackspace public cloud. I have been with the company in various roles for over 13 years.  My primary task is helping my teams of engineers and developers build the software that manages our constantly growing fleet of servers, enables easier day to day operations for our 24X7 Ops teams and facilitates smoother deployments by our software teams working on upstream OpenStack and other projects relative to our public cloud offering.

\r\n

We have been growing our OpenStack based cloud since its launch in August, 2012.  It began in 3 regions with a few hundred hosts and is now in 6 separate geographic locations, has 10's of 1000's of hypervisors and contains well over 1 Petabyte of RAM under Nova management.  This cloud provides resources to an ever growing spectrum of users from all types industries, sectors and organizations.

\r\n

Since late 2014, I've had the pleasure of working with several in the community in elevating the voice and role of \"Operators\" within OpenStack.  I've helped with planning mini-summits, Ops meetup sessions in Atlanta and working closely with the Large Deployment team that met in Paris, Vancouver and beyond.

", + "created": 1436949761, + "first_name": "Matt", + "gender": "Male", + "id": 2126, + "irc": "VW", + "last_edited": 1486439153, + "last_name": "Van Winkle", + "member_id": 8490, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2126", + "presentations": { + "12": 21783, + "13": 21862 + }, + "title": "Senior Manager, Operations", + "twitter": "mvanwink" + }, + { + "affiliations": [ + { + "created": 1483911084, + "end_date": null, + "id": 113770, + "is_current": true, + "job_title": null, + "last_edited": null, + "organization": { + "created": 1359485922, + "id": 5, + "last_edited": 1365000052, + "name": "None" + }, + "owner_id": 59489, + "start_date": 1483833600 + } + ], + "bio": "

Experienced executive level consulting, business development and strategic planning for research & education institutions and advising technology companies and service providers supporting the research community, teaching and learning at the higher education and the education vertical.

", + "created": 1499806604, + "first_name": "Khalil", + "gender": "Male", + "id": 12773, + "irc": null, + "last_edited": 1499886852, + "last_name": "Yazdi", + "member_id": 59489, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12773", + "presentations": { + "4": 21845, + "5": 21786 + }, + "title": "ORCD Co-Chair & Principal at Yazdi and Associates", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Dr. Bohn serves as Program Manager for the NIST Cloud Computing Program. In this role, he manages and coordinates the goals and strategy of the program. Through collaborations with industrial, academic and other government stakeholders, NIST published the US Government Cloud Computing Technology Roadmap (NIST SP 500-293). The requirements in the roadmap focus on the issues of security, interoperability and portability to ensure a safe & secure adoption of cloud computing for the USG.

\r\n

Currently, the NCCP pays significant attention to the creation of a conceptual architecture and vocabulary for federating clouds. Bob also serves as the chair of IEEE/P2302 Standard for Intercloud Interoperability and Federation to create an economy amongst cloud providers.

\r\n

Previously, he served as the Technical Coordinator for the High End Computing Interagency Working Group (HEC-IWG) at National Coordination Office of the Networking and Information Technology Research and Development (NITRD) under the Office of Science and Technology Policy (OSTP). He now serves as a co-chair for the FASTER Community of Practice under the NITRD Program.

", + "created": 1525785068, + "first_name": "Robert", + "gender": null, + "id": 14620, + "irc": null, + "last_edited": 1526656329, + "last_name": "Bohn", + "member_id": 40663, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14620", + "presentations": [ + 21845, + 21786 + ], + "title": "NIST Cloud Computing Program Manager", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Jay Sil joined atmail as their Sales Director for Europe in 2017. He has 20 years of experience in the industry, with a focus on messaging security.

", + "created": 1524774098, + "first_name": "Jay", + "gender": null, + "id": 14596, + "irc": null, + "last_edited": 1525091044, + "last_name": "Sil", + "member_id": 101321, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14596", + "presentations": [ + 21790 + ], + "title": "Sales Director, atmail", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Jason Brown joined atmail in 2005 and is their highly experienced, US-based, Solutions Architect. Jason understands everything there is to know about email and helps customers worldwide to migrate and configure their email systems successfully.

", + "created": 1524774067, + "first_name": "Jason", + "gender": null, + "id": 14595, + "irc": null, + "last_edited": 1525090689, + "last_name": "Brown", + "member_id": 101302, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14595", + "presentations": [ + 21790 + ], + "title": "Solutions Architect, atmail", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Frederic has spent more than five years covering news and providing analysis about technology, the industry and consumer tech related to the Internet with potential to influence industry direction. At TechCrunch, his focus spans from emerging technologies and niche startups to major product advances by industry titans \u2013 all innovation focused. Before he joined TechCrunch in 2012, he founded Silicon Filter and wrote for ReadWriteWeb (now ReadWrite).

", + "created": 1458269457, + "first_name": "Frederic", + "id": 5679, + "irc": null, + "last_edited": 1508750900, + "last_name": "Lardinois", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5679", + "presentations": { + "5": 21792 + }, + "title": "TechCrunch", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1462840341, + "end_date": null, + "id": 96308, + "is_current": true, + "job_title": null, + "last_edited": 1462840341, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 83, + "start_date": 1462406400 + } + ], + "bio": "

James is a core member of the OpenStack project infrastructure team. As a sysadmin and hacker he gets to write elegant code and then try to make it work in the real world. He has been active in free software for quite some time, and has previously worked for UC Berkeley and the Free Software Foundation.

\r\n

 

", + "created": 1437137390, + "first_name": "James", + "gender": "Prefer not to say", + "id": 2957, + "irc": "corvus", + "last_edited": 1527709142, + "last_name": "Blair", + "member_id": 83, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2957", + "presentations": { + "3": 21795, + "4": 21892 + }, + "title": "Principal Software Engineer, Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1396906762, + "end_date": null, + "id": 57774, + "is_current": true, + "job_title": null, + "last_edited": 1396906762, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 18131, + "start_date": 1268092800 + } + ], + "bio": null, + "created": 1499986540, + "first_name": "Gilles", + "gender": "Male", + "id": 12963, + "irc": "gildub", + "last_edited": 1526628692, + "last_name": "Dubreuil", + "member_id": 18131, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12963", + "presentations": [ + 21798 + ], + "title": "Senior Software Engineer - Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1460047720, + "end_date": null, + "id": 93582, + "is_current": true, + "job_title": null, + "last_edited": 1460047720, + "organization": { + "created": 1454102673, + "id": 13026, + "last_edited": 1454102673, + "name": "Nokia - Nuage Networks" + }, + "owner_id": 59471, + "start_date": 1439769600 + } + ], + "bio": "

Mark Iskra is a technical marketing expert for Nokia’s Nuage Networks with a core focus on virtual network performance and NFV for OpenStack. Mark’s vision is to broaden the horizon of SDN at Nuage Networks by working closely with strategic partners bringing disruptive technology to OpenStack.  In addition to his background in SDN and virtual networking, Mark draws from broad technical experience ranging from HPC computation physics to embedded Java in which he has been a frequent presenter.  He holds a Master of Science degree in Nuclear Engineering from Virginia Tech and has done doctoral work on applied Plasma Physics at the University of Michigan.

", + "created": 1486018458, + "first_name": "Mark", + "gender": "Male", + "id": 11351, + "irc": null, + "last_edited": 1518098140, + "last_name": "Iskra", + "member_id": 59471, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11351", + "presentations": { + "5": 21801 + }, + "title": "TME", + "twitter": "@markiskra99" + }, + { + "affiliations": [ + { + "created": 1460135822, + "end_date": null, + "id": 93672, + "is_current": true, + "job_title": null, + "last_edited": 1486122084, + "organization": { + "created": 1455130875, + "id": 13305, + "last_edited": 1455130875, + "name": "Red Hat Inc" + }, + "owner_id": 59556, + "start_date": 1453075200 + } + ], + "bio": "

Anita Tragler is Technical Product Manager for Networking and NFV at Red Hat.

\r\n

She has over 15 years experience in the networking industry designing solutions for Telco/Service Providers and large scale Enterprises. After graduating with a Masters degree in Computer Engineering, she has worked on multiple technologies including VoIP, MPLS VPNs, Multicast VPNs, SDN with ODL/PCE and accelerating the datapath for NFV. Her passion lies in driving open source networking to provide reliable, scalable and high performance solutions for SDN/NFV  needed by Telcos and Cloud Service Providers.

", + "created": 1486060668, + "first_name": "Anita", + "gender": "Female", + "id": 11371, + "irc": null, + "last_edited": 1518099418, + "last_name": "Tragler", + "member_id": 59556, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11371", + "presentations": { + "10": 21801 + }, + "title": "Technical Product Manager at Red Hat", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Ash is a Senior Director of Cloud Marketing at Mellanox. He leads market strategy, product/solutions marketing and ecosystem engagements for cloud service provider and telco cloud markets.

\r\n

Ash is an accomplished hi-tech industry leader focused on the intersection of technology, products and markets. He has deep experience in building and marketing high impact, fast revenue growth technology products and solutions at large, mid-size and startup companies (Cisco, Mellanox, Polycom and Hapoose), across diverse technology domains including Cloud Services, Software Defined Networking, Network Function Virtualization, Routing, Switching, Wi-Fi, Unified Communication and Collaboration, Network Management, Mobile Apps and End User Devices.

\r\n

Ash graduated summa cum laude with a B.E. is Electrical Engineering from University of Pune (India), M.S. in Computer Engineering from University of Cincinnati and M.B.A. from Santa Clara University.

\r\n

Connect with Ash on LinkedIn or Twitter

\r\n

 

", + "created": 1499959033, + "first_name": "Ash", + "gender": null, + "id": 12927, + "irc": null, + "last_edited": 1526823313, + "last_name": "Bhalgat", + "member_id": 90151, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12927", + "presentations": { + "2": 21801 + }, + "title": "Senior Director, Cloud Marketing", + "twitter": "@ashbhalgat" + }, + { + "affiliations": [ + { + "created": 1523890137, + "end_date": null, + "id": 156052, + "is_current": true, + "job_title": "Principal Storage Solutions Engineer", + "last_edited": 1523890137, + "organization": { + "created": 1477884961, + "id": 19526, + "last_edited": 1477884961, + "name": "Micron Technology Inc" + }, + "owner_id": 81744, + "start_date": 1421020800 + } + ], + "bio": "

Ryan Meredith is a storage guy with Micron Technology. He's worked in storage since 2007 for big time companies like US Bank, IBM, and Gemalto. His current focus is architecting Ceph storage solutions using Micron's DRAM and NVMe / SSD / 3D XPoint technologies. He likes dogs, video games, travel, and scuba diving.

\r\n

Ryan has a Master of Science degree in Management Information Systems from the University of South Florida.

", + "created": 1487014841, + "first_name": "Ryan", + "gender": "Male", + "id": 11892, + "irc": null, + "last_edited": 1523890424, + "last_name": "Meredith", + "member_id": 81744, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11892", + "presentations": { + "1": 21803 + }, + "title": "PRINCIPAL STORAGE SOLUTIONS ENGINEER", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Having a long career in technology starting in his teenage years as customer support at his childhood homes cable co. Philip has been called an eclectic [Li,U]n[u,i]x/network/security geek who, on his best days, can be found thousands of ft above sea level 2 planking through waiste deep snow; or riding and motoring along the roads and waters of life.  (usually with a camera and laptop in tow)

", + "created": 1486047236, + "first_name": "Philip", + "gender": null, + "id": 11361, + "irc": null, + "last_edited": 1492439155, + "last_name": "Miller", + "member_id": 61183, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/11361", + "presentations": { + "2": 21804 + }, + "title": "Principal SE", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1455051063, + "end_date": null, + "id": 87308, + "is_current": true, + "job_title": null, + "last_edited": 1455051063, + "organization": { + "created": 1391694314, + "id": 4154, + "last_edited": 1391694314, + "name": "Infoblox" + }, + "owner_id": 53541, + "start_date": 1429574400 + } + ], + "bio": "

Matt Gowarty is a senior product marketing manager for Infoblox focused on security, compliance, network automation, and cloud/virtualization solutions.  With over 20 years of experience in telecommunications and networking, Matt leads initiatives with security, private/hybrid clouds, NFV/SDN and data center automation.  Prior to joining Infoblox, Matt worked with leading organizations including Fluke Networks, Visual Networks and GTE/Verizon. 

\r\n

Matt has been a guest speaker at numerous events including CiscoLive, VMworld, Network World, OpenStack Summit, and FutureNet on topics including security, automation, network transformation, cloud, and IoT. 

", + "created": 1524824536, + "first_name": "Matt", + "gender": "Male", + "id": 14597, + "irc": null, + "last_edited": 1524824536, + "last_name": "Gowarty", + "member_id": 53541, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14597", + "presentations": [ + 21804 + ], + "title": "Mr.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1524065281, + "end_date": null, + "id": 156131, + "is_current": true, + "job_title": null, + "last_edited": 1524065281, + "organization": { + "created": 1455182699, + "id": 13336, + "last_edited": 1455182699, + "name": "op5" + }, + "owner_id": 101078, + "start_date": 1456790400 + } + ], + "bio": "
For over 20yrs Jon applied a pragmatic approach to problem-solving, supporting and implementing variations of web-facing technology stacks. As a Monitoring Technical Engineer, today Jon works with Global customers to architect monitoring solutions which reduce costly outages and the time for troubleshooting - helping engineers/users have more time to enjoy life.
\r\n
 
\r\n
His biggest accomplishments are working with people to achieve exceptional outcomes. Jon has had the joy to manage support and technical teams responsible for a combined effort of building, monitoring and improving virtualized infrastructures. 
\r\n
 
\r\n
As the son of pilot/entrepreneur, Jon has traveled to several continents and plans to continue traveling with his family. As a licensed US Soccer Assn. and certified LaLiga coach, he enjoys coaching youth soccer.
", + "created": 1525273377, + "first_name": "Jon", + "gender": "Male", + "id": 14603, + "irc": null, + "last_edited": 1525340938, + "last_name": "Cavanaugh", + "member_id": 101078, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14603", + "presentations": [ + 21806 + ], + "title": "Mr", + "twitter": "joncavanaugh" + }, + { + "affiliations": [ + { + "created": 1515561831, + "end_date": null, + "id": 153079, + "is_current": true, + "job_title": null, + "last_edited": 1515561831, + "organization": { + "created": 1455206131, + "id": 13350, + "last_edited": 1455206131, + "name": "op5 AB" + }, + "owner_id": 97708, + "start_date": 1511740800 + } + ], + "bio": "

Casey has over 20 years of software industry experience with sales, product design, management, networking, cloud computing and process optimization. He has worked with customers, partners, and internal stakeholders building transactional, analytic, and customer facing platforms. Casey has extensive international experience having developed customers and partners in the Americas, EMEA, and APAC. 

", + "created": 1525093085, + "first_name": "Casey", + "gender": "Male", + "id": 14600, + "irc": null, + "last_edited": 1525340865, + "last_name": "Zandbergen", + "member_id": 97708, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14600", + "presentations": [ + 21806 + ], + "title": "PMM", + "twitter": "@caseyz" + }, + { + "affiliations": [], + "bio": null, + "created": 1454087654, + "first_name": "Jim", + "gender": null, + "id": 4554, + "irc": null, + "last_edited": 1454087654, + "last_name": "Liddle", + "member_id": 27453, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4554", + "presentations": [ + 21807 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1508331741, + "first_name": "Douglas", + "id": 13801, + "irc": null, + "last_edited": 1508331741, + "last_name": "Soltesz", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13801", + "presentations": { + "2": 21807 + }, + "title": "Director Product Solutions", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Mark works with OpenStack, merging the SUSE and HPE OpenStack offerings, and SDN/NFV at SUSE and is passionate about using technology to make peoples’ lives easier. He has worked from entry level through C-level, worked in engineering, IT, sales, services, support and marketing roles and across verticals including space flight, telecommunications, virtualization, storage, and ERP. OpenStack is sufficiently broad and deep to have kept Mark’s ADD in check for several years now.

", + "created": 1500042949, + "first_name": "Mark", + "gender": null, + "id": 13098, + "irc": null, + "last_edited": 1525195898, + "last_name": "Darnell", + "member_id": 61370, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13098", + "presentations": { + "2": 21808 + }, + "title": "Product Manager", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1508332125, + "first_name": "T.R.", + "id": 13802, + "irc": null, + "last_edited": 1508332125, + "last_name": "Bosworth", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13802", + "presentations": { + "1": 21808 + }, + "title": "Senior Product Manager, OpenStack Cloud", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1438056672, + "end_date": null, + "id": 77381, + "is_current": true, + "job_title": null, + "last_edited": 1438056672, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 42678, + "start_date": 1420070400 + } + ], + "bio": "

Having nearly 20 years experience in the IT industry after starting out as a junior Unix system admin's and then into software support. Initially focused on Windows and Unix/Linux systems management and ITSM.

Though, as I enjoy presenting and meeting people the lions share of my career has been in Pre-Sales roles, this background then affording me the opportunity to join SUSE over 7 years ago.  Initially working as UK SUSE Solutions Architect but have now happily become the full time EMEA Lead Solutions Architect for SUSE OpenStack Cloud for a couple of years (which I had been doing part time for nearly two years before).

I am a keen advocate of Open Source and standards for what this offers to society as a whole and I am frequently involved in Meetups on related subjects, having presented at the London, Netherlands and Oslo OpenStack Meetup's and more general Linux sessions.  I was also able to speak at the Openstack Benilux, Paris/Austin/Barcelona/Boston conferences in 2014/17 and at many OpenStack days such as Benelux, Nordics, Hungry and Ireland.

As a family man I also feel passionate that we need to help educate our next generations and have spoken on these topics at some UK universities, hoping to keep the momentum Open Source has achieved going.

", + "created": 1453895541, + "first_name": "Simon", + "gender": "Male", + "id": 4304, + "irc": null, + "last_edited": 1518093670, + "last_name": "Briggs", + "member_id": 42678, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4304", + "presentations": { + "16": 21809 + }, + "title": "Mr", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1397057438, + "end_date": null, + "id": 115656, + "is_current": true, + "job_title": null, + "last_edited": 1454096337, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 15341, + "start_date": 1109635200 + } + ], + "bio": "

Cameron is currently a Sr. Technology Strategist with an emphasis on Enterprise Cloud Computing environments; has a diverse background that includes technical sales, solutions architecture, consulting, and engineering. With over a decade of experience at companies such as Hewlett Packard, Micron, Interland (now Web.com) and Idaho Power, he excels in specific areas of data center design, specializing in system solutions on mainframes to high performance clusters. Cameron has also authored and published documentation and guides for several leading products and emerging technology concepts. As a Certified Linux Engineer he is a trusted adviser to SUSE's most strategic customers.

", + "created": 1454096244, + "first_name": "Cameron", + "gender": "Male", + "id": 4584, + "irc": "FL1SK", + "last_edited": 1500052891, + "last_name": "Seader", + "member_id": 15341, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4584", + "presentations": { + "18": 21809 + }, + "title": "Technology Strategist", + "twitter": "cseader" + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 40874, + "is_current": true, + "job_title": "", + "last_edited": 1384269868, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 151, + "start_date": null + } + ], + "bio": "

Pete Chadwick is Director of Product Management, Cloud and Systems Management for SUSE. Chadwick has more than 20 years of experience at global technology organizations such as IBM, US Robotics, 3Com and Novell. At SUSE, his responsibilities include comprehensive market and business analysis required to deliver go-to-market strategies for one of SUSE’s priority business areas – cloud. Chadwick is responsible for bringing SUSE Linux Enterprise Server to Amazon EC2. Most recently he championed the company’s work with and significant contributions to OpenStack, an open source cloud computing project. Chadwick is a member of the OpenStack Product Working Group and has presented on OpenStack at many industry events including Gartner Data Center, LinuxCon, CloudOpen, Brainshare, SUSEcon, Open Source Business Conference and Cloud Computing Expo. He is a published author including the 2012 Forbes article “Why Cloud Computing Needs To – And Will – Go Open Source”.

", + "created": 1436875697, + "first_name": "Pete", + "gender": "Male", + "id": 1656, + "irc": "pchadwick", + "last_edited": 1486228512, + "last_name": "Chadwick", + "member_id": 151, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1656", + "presentations": { + "18": 21810 + }, + "title": "Product Manager, SUSE", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Amit is a reference architect with Converged Infrastructure Solutions at NetApp. At NetApp, he focusses on OpenStack reference architectures on FlexPod, container orchestration frameworks like Kubernetes and infrastructure automation across the stack with tools like Puppet and Ansible.  He also has a Masters degree in Computer Science from North Carolina State Univeristy.While at NC State, his research interests included distributed systems and cloud computing.

", + "created": 1468189433, + "first_name": "Amit", + "gender": null, + "id": 9589, + "irc": "#amit", + "last_edited": 1518126602, + "last_name": "Borulkar", + "member_id": 67158, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9589", + "presentations": { + "4": 21811 + }, + "title": "Reference architect", + "twitter": "@amit_borulkar" + }, + { + "affiliations": [ + { + "created": 1456261930, + "end_date": null, + "id": 90950, + "is_current": true, + "job_title": null, + "last_edited": 1456261930, + "organization": { + "created": 1456261930, + "id": 13899, + "last_edited": 1456261930, + "name": "Juniper Networks Inc" + }, + "owner_id": 39580, + "start_date": 1456185600 + } + ], + "bio": "

Product Marketing Manager at Juniper Networks.

", + "created": 1437403710, + "first_name": "Chaitanya", + "gender": null, + "id": 2977, + "irc": null, + "last_edited": 1518124998, + "last_name": "Kadiyala", + "member_id": 39580, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2977", + "presentations": { + "3": 21812 + }, + "title": "Product Marketing Manager", + "twitter": "ckadiyala" + }, + { + "affiliations": [ + { + "created": 1467997788, + "end_date": null, + "id": 100917, + "is_current": true, + "job_title": null, + "last_edited": 1467997788, + "organization": { + "created": 1392924704, + "id": 4314, + "last_edited": 1392924704, + "name": "Juniper Networks" + }, + "owner_id": 42211, + "start_date": 1354665600 + } + ], + "bio": null, + "created": 1468451745, + "first_name": "Rudra", + "gender": "Male", + "id": 10245, + "irc": null, + "last_edited": 1468451745, + "last_name": "Rugge", + "member_id": 42211, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10245", + "presentations": [ + 21812 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1424187486, + "end_date": null, + "id": 65992, + "is_current": true, + "job_title": null, + "last_edited": 1424187486, + "organization": { + "created": 1359485922, + "id": 289, + "last_edited": 1381705563, + "name": "Juniper" + }, + "owner_id": 29393, + "start_date": 993945600 + }, + { + "created": 1424187486, + "end_date": null, + "id": 119765, + "is_current": true, + "job_title": null, + "last_edited": 1424187486, + "organization": { + "created": 1359485922, + "id": 289, + "last_edited": 1381705563, + "name": "Juniper" + }, + "owner_id": 29393, + "start_date": 993945600 + } + ], + "bio": "

Edge and Cloud Computing Enthusiat

", + "created": 1454193178, + "first_name": "Sree", + "gender": "Female", + "id": 4681, + "irc": null, + "last_edited": 1518014206, + "last_name": "Sarva", + "member_id": 29393, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4681", + "presentations": { + "5": 21812 + }, + "title": "Cloud Solution Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1474061407, + "end_date": null, + "id": 105074, + "is_current": true, + "job_title": null, + "last_edited": 1486756103, + "organization": { + "created": 1473215426, + "id": 18605, + "last_edited": 1473215426, + "name": "Dell EMC" + }, + "owner_id": 7713, + "start_date": 1485907200 + } + ], + "bio": "

Arkady has been a member of OpenStack since Grizzly. He is director of engineering leading a team of developers responsible for development of DellEMC OpenStack solutions.  Arkady has PhD. in CS from UIUC.  He straddled academic, research, architect, developer, and product owner roles.  Arkady roles included  but not limited to, research publications and Program committee member for various conferences like FAST (https://www.usenix.org/legacy/events/fast11/organizers.html), Chair or board member  of several standard activities, like DAT (http://www.datcollaborative.org),  OpenFabric (https://www.openfabrics.org/index.php) and MPI-RT (http://www.cse.msstate.edu/~yogi/dandass-mpirt-2004.pdf) to product delivery, like EMC Atmos, Dell OpenStack solutions among others.

\r\n

 

\r\n

Arkady is passionate advocate of OpenStack and making its usage easier for users and administrators. He concentrates efforts of his team on extending OpenStack capabilities for enterprise use cases, from automatic deployment, and robustness, to HA, upgrade, extensibility and validation, to workload optimizations.

", + "created": 1436903903, + "first_name": "Arkady", + "gender": "Male", + "id": 1903, + "irc": "arkady_kanevsky", + "last_edited": 1486441915, + "last_name": "kanevsky", + "member_id": 7713, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1903", + "presentations": { + "11": 21814 + }, + "title": "director of development", + "twitter": "arkady_kanevsky" + }, + { + "affiliations": [ + { + "created": 1526816781, + "end_date": null, + "id": 157109, + "is_current": true, + "job_title": "Sr.Product Line Manager", + "last_edited": 1526816781, + "organization": { + "created": 1435696723, + "id": 9884, + "last_edited": 1435696723, + "name": "HPE" + }, + "owner_id": 87631, + "start_date": 1483228800 + } + ], + "bio": "

 

\r\n

Mushtaq Ahmed is currently a WW Product Line Manager for HPE and part of their Hybrid IT Telco NFV Infrastructure team doing the full life cycle management of the NFV Blueprints and Go-To-Market activities for NFV solutions.  Manages sales  of HPE Red Hat OpenStack and HPE Red Hat Ceph Storage.  Mushtaq attained his Bachelor of Electrical Engineer degree from Ottawa, Canada and has over 22 years of combined experience in product support, software development and product management having worked at Bell Northern Research (BNR), Nortel Networks, Mitel Corporation, 3Com Corporation and HPE. Mushtaq also holds a US Patent for an innovative SIP Cloud Based Conference Management Feature.  Mushtaq is currently based in Boston’s metro west area where he lives with his wife Asma and 3 kids and enjoys swimming, hiking and cooking.

\r\n

 

\r\n

Mushtaq Ahmed

\r\n

 

\r\n

 

\r\n

Hybrid IT group, Telco NFV Solutions WW Product Manager

\r\n

Hewlett-Packard Enterprise

\r\n

+1.781.526.5513\"\"

\r\n

mushtaq.ahmed@hpe.com

\r\n

\"Adobe

\r\n

165 Dascomb Rd, Andover, MA 01810  USA

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

\r\n

 

", + "created": 1525274249, + "first_name": "Mushtaq", + "gender": "Male", + "id": 14605, + "irc": null, + "last_edited": 1526816813, + "last_name": "Ahmed", + "member_id": 87631, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14605", + "presentations": [ + 21815 + ], + "title": "Mr", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1436982648, + "first_name": "Keith", + "gender": null, + "id": 2516, + "irc": null, + "last_edited": 1485355990, + "last_name": "Basil", + "member_id": 20573, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2516", + "presentations": { + "5": 21816 + }, + "title": "Deployment Product Manager - OpenStack", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1518085100, + "end_date": null, + "id": 154173, + "is_current": true, + "job_title": null, + "last_edited": 1518085100, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 98738, + "start_date": 1401580800 + } + ], + "bio": "

Ramon works at Red Hat as a Product Manager in the OpenStack team. He has had the opportunity to work on OpenStack projects with customers world-wide, while observing the evolution of OpenStack with its strengths and weaknesses. As a Product Manager he focuses on relevant work needed to make OpenStack an even better platform.

", + "created": 1525274453, + "first_name": "Ramon", + "gender": "Male", + "id": 14606, + "irc": null, + "last_edited": 1526391814, + "last_name": "Acedo Rodriguez", + "member_id": 98738, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14606", + "presentations": [ + 21818 + ], + "title": "Product Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1468270438, + "end_date": null, + "id": 101052, + "is_current": true, + "job_title": null, + "last_edited": 1468270438, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 67234, + "start_date": 1448841600 + } + ], + "bio": "

High impact, results oriented professional with excellent technical and communications skills, business acumen, and team leadership.

Experience in product and business strategy, global product launches, economic analysis, solutions marketing, and systems engineering.  Led the development and delivery of multiple software and hardware solutions, each of them generating market share growth and hundreds of millions to billions in revenue. Deep technical and business knowledge of Video, Mobile Internet, Carrier Ethernet, and Cloud-based networking architectures that span both Service Provider and Enterprise markets. Led many global product launches driving billions in incremental revenues.

Comprehensive hardware and software technology depth across many domains including Carrier Ethernet, Mobile / Wireless, Security, Video, Software Defined Networks (SDN), Virtualization, Cloud-Based / Managed Services, Routing, and Optical Transport.

", + "created": 1468260774, + "first_name": "Ian", + "gender": "Male", + "id": 9663, + "irc": null, + "last_edited": 1526980227, + "last_name": "Hood", + "member_id": 67234, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9663", + "presentations": { + "6": 21819 + }, + "title": "Chief Architect, Red Hat", + "twitter": "IHood_Ian" + }, + { + "affiliations": [ + { + "created": 1461608760, + "end_date": null, + "id": 95431, + "is_current": true, + "job_title": null, + "last_edited": 1461608760, + "organization": { + "created": 1393247674, + "id": 4400, + "last_edited": 1393247674, + "name": "Red Hat Inc." + }, + "owner_id": 61545, + "start_date": 1454284800 + } + ], + "bio": "

Azhar is currently at Red Hat Inc., as a Chief Architect driving their Service Provider Architectures and solutions with Openstack, Containers, SDN, NFV and DC orchestration. Azhar has more than 25 years of experience in the networking and communications industry that includes development, design, installation and management of complex networks involving multiple technologies and products and building solutions. Prior to Red Hat, Azhar is a 17 year veteran of Cisco Systems Inc. His last responsibility there was a Sr. Director of Solutions Engineering. Azhar was responsible for developing System Architectures, developing and delivering Cloud based solutions.

\r\n

Azhar has also actively contributed to the industry adoption of cutting edge technologies. He is an active participant and a contributor to industry forums and standards bodies. His interests are in the area of Cloud Architectures, Kubernetes, Openstack, SDN, virtualization, Data Center Networking and Mobile Networks. 

\r\n

Azhar is the co-author of a book “MPLS and Next-Generation Networks: Foundations for NGN and Enterprise Virtualization” with Monique Morrow. Azhar has 9 patents in the space of Network protocols and several published papers.

", + "created": 1466013869, + "first_name": "Azhar", + "gender": "Male", + "id": 9233, + "irc": null, + "last_edited": 1518086677, + "last_name": "Sayeed", + "member_id": 61545, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9233", + "presentations": { + "14": 21820 + }, + "title": "Chief Architect - Telecommunications", + "twitter": "sayeed_azhar" + }, + { + "affiliations": [ + { + "created": 1477030100, + "end_date": null, + "id": 107654, + "is_current": true, + "job_title": null, + "last_edited": 1477030100, + "organization": { + "created": 1474495954, + "id": 18770, + "last_edited": 1474495954, + "name": "Affirmed Networks" + }, + "owner_id": 76111, + "start_date": 1422835200 + } + ], + "bio": "

Dejan Leskaroski, Senior Product Manager, is responsible for Affirmed\u2019s Virtual Probe and Analytics portfolio.\u00a0 Dejan is a telecom veteran with over 15 years of experience in the wireless industry.\u00a0 He has worked for industry leaders Airvana and Nortel where he lead cross-functional teams and managed\u00a0 the delivery of a variety of software solutions currently deployed across some of the world\u2019s largest service providers.

", + "created": 1526305069, + "first_name": "Dejan", + "gender": "Male", + "id": 14633, + "irc": null, + "last_edited": 1526305323, + "last_name": "Leskaroski", + "member_id": 76111, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14633", + "presentations": [ + 21820 + ], + "title": "Director of Product Management & Marketing", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1507725132, + "end_date": null, + "id": 146126, + "is_current": true, + "job_title": "Self", + "last_edited": 1507725132, + "organization": { + "created": 1429420154, + "id": 8724, + "last_edited": 1429420154, + "name": "*independent user - Unaffiliated" + }, + "owner_id": 87788, + "start_date": 1506816000 + } + ], + "bio": "

Ram Venketaramani is currently the Director of Product Management at the Telco NFV Business Unit at Vmware. Here he helped the launch of VMware’s flagship vCloud NFV offering on OpenStack. Prior to VMware, he was the Sr. Director of Product Management at Ciena Corporation managing their Blue Planet NFV/Service Orchestration and Network Analytics product lines. At Juniper Networks, he led the company’s entry into NFV Orchestration space. In his illustrious career, he has conceived and created new carrier grade products and grew them into successful offerings multiple times. Having worked in the Telecom industry for more than a decade he succinctly understands operator’s business needs and considerations as well as their operational model and concerns in their quest to virtualize their entire networking infrastructure.

", + "created": 1500060449, + "first_name": "Ramkumar", + "gender": "Prefer not to say", + "id": 13130, + "irc": null, + "last_edited": 1518105472, + "last_name": "Venketaramani", + "member_id": 87788, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13130", + "presentations": { + "3": 21822 + }, + "title": "Mr.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1505400310, + "end_date": null, + "id": 145285, + "is_current": true, + "job_title": null, + "last_edited": 1505400310, + "organization": { + "created": 1505400310, + "id": 24546, + "last_edited": 1505400310, + "name": "Network Appliance" + }, + "owner_id": 93985, + "start_date": 1504569600 + } + ], + "bio": null, + "created": 1517936263, + "first_name": "Pete", + "gender": "Male", + "id": 14103, + "irc": null, + "last_edited": 1517936263, + "last_name": "Brey", + "member_id": 93985, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14103", + "presentations": [ + 21825, + 21824 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1520257973, + "end_date": null, + "id": 154906, + "is_current": true, + "job_title": null, + "last_edited": 1520257973, + "organization": { + "created": 1490214390, + "id": 22162, + "last_edited": 1490214390, + "name": "Interdynamix Systems" + }, + "owner_id": 99909, + "start_date": 1484524800 + } + ], + "bio": null, + "created": 1526928334, + "first_name": "Kevin", + "gender": "Male", + "id": 14660, + "irc": null, + "last_edited": 1526928334, + "last_name": "Smeltz", + "member_id": 99909, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14660", + "presentations": [ + 21824 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1525275235, + "first_name": "David", + "gender": null, + "id": 14610, + "irc": null, + "last_edited": 1525275371, + "last_name": "Blackwell", + "member_id": 101446, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14610", + "presentations": [ + 21825, + 21826 + ], + "title": "NetApp", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1525274961, + "first_name": "Xiao", + "id": 14608, + "irc": null, + "last_edited": 1525274961, + "last_name": "Gao", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14608", + "presentations": { + "1": 21828, + "2": 21879 + }, + "title": "VMware", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 40873, + "is_current": true, + "job_title": "", + "last_edited": 1392913338, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 150, + "start_date": 1326067200 + } + ], + "bio": "

Adam Spiers is a Senior Software Engineer at SUSE, focusing on OpenStack, Pacemaker, Chef and Crowbar.  He was architectural lead for the projects to make SUSE OpenStack Cloud capable of deploying highly available control and compute planes, and helped SUSE win the Ruler Of The Stack competitions at the OpenStack summits in Vancouver and Paris.  He set up the #openstack-ha sub-community, and more recently the Self-Healing SIG which he currently chairs.

\r\n

Adam has been a passionate supporter and developer of F/OSS since 1995, with a particular interest in automation and orchestration.  For the last 13 years his professional focus has been on Linux-oriented enterprise technologies in the data center. He holds a degree in Mathematics and Computation from Oxford University, and currently lives and works in London, UK.

\r\n

Adam juggles his IT career with a long-running parallel career as a musician, a (less successful) pre-occupation with marathons and triathlons, and occasionally also juggles balls, clubs, and fire.

", + "created": 1436871349, + "first_name": "Adam", + "gender": "Male", + "id": 1620, + "irc": "aspiers", + "last_edited": 1518090818, + "last_name": "Spiers", + "member_id": 150, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1620", + "presentations": { + "19": 21830 + }, + "title": "Senior Engineer, Cloud & High Availability", + "twitter": "adamspiers" + }, + { + "affiliations": [], + "bio": "

Roman Alekseenkov is co-founder of Aptomi and former VP Engineering at Mirantis, with extensive experience in OpenStack and Kubernetes. Before cloud infrastructure, he's been helping build various products for Mirantis' customers - from networking to social media analytics. ACM ICPC, TopCoder and Google Code Jam finalist. MS in Applied Math & Computer Science.

\r\n

https://github.com/ralekseenkov/
https://www.linkedin.com/in/ralekseenkov/

", + "created": 1525441488, + "first_name": "Roman", + "gender": null, + "id": 14614, + "irc": null, + "last_edited": 1525967374, + "last_name": "Alekseenkov", + "member_id": 101682, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14614", + "presentations": [ + 21832 + ], + "title": "Co-Founder of Aptomi and former VP Engineering at Mirantis", + "twitter": "ralekseenkov" + }, + { + "affiliations": [], + "bio": "

Liam started his software career as a tester, which might explain why he's such a fan of CI/CD and Pipeline as Code. He has spent the majority of his software engineering career implementing Continuous Integration systems at companies big and small. He is a Jenkins project contributor and an expert in Jenkins Pipeline, both Scripted and Declarative. Liam currently works as a Jenkins Evangelist at CloudBees. When not at work, he enjoys testing gravity by doing Aikido.

", + "created": 1525687065, + "first_name": "Liam", + "gender": null, + "id": 14618, + "irc": "bitwiseman", + "last_edited": 1525700143, + "last_name": "Newman", + "member_id": 101564, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14618", + "presentations": [ + 21835 + ], + "title": "Technical Evangelist at CloudBees", + "twitter": "@bitwiseman" + }, + { + "affiliations": [], + "bio": null, + "created": 1525687002, + "first_name": "Jenn", + "id": 14617, + "irc": null, + "last_edited": 1525687002, + "last_name": "Briden", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14617", + "presentations": [ + 21835 + ], + "title": "Senior Product Manager at CloudBees", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1454429956, + "end_date": null, + "id": 86744, + "is_current": true, + "job_title": null, + "last_edited": 1454429956, + "organization": { + "created": 1441374922, + "id": 11016, + "last_edited": 1441374922, + "name": "Fujitsu America" + }, + "owner_id": 53049, + "start_date": 623203200 + } + ], + "bio": "
\n

Jeff is a Pre-Sales Software Engineer in Fujitsu\u2019s Global Software Center helping customers to successfully deploy cloud solutions in their enterprise. Jeff has been with Fujitsu for 28 years. Prior to working in the cloud space, he worked as a kernel developer working in a wide variety of areas including server clustering and as a performance analyst benchmarking customer solutions. His home is in Arizona and spends as much time as possible in the Outdoors with his family.

", + "created": 1454430092, + "first_name": "Jeff", + "gender": "Male", + "id": 5180, + "irc": null, + "last_edited": 1526469557, + "last_name": "Cathey", + "member_id": 53049, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5180", + "presentations": [ + 21846 + ], + "title": "Pre-Sales Software Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1525862741, + "first_name": "Ruibin", + "id": 14625, + "irc": null, + "last_edited": 1525862741, + "last_name": "Lu", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14625", + "presentations": [ + 21848 + ], + "title": "Huawei", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1525862877, + "first_name": "Ruan", + "gender": null, + "id": 14626, + "irc": null, + "last_edited": 1525862877, + "last_name": "HE", + "member_id": 19791, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14626", + "presentations": [ + 21849, + 21899 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1437598929, + "end_date": null, + "id": 76503, + "is_current": true, + "job_title": null, + "last_edited": 1437619640, + "organization": { + "created": 1359485922, + "id": 226, + "last_edited": 1365013136, + "name": "Fujitsu" + }, + "owner_id": 39719, + "start_date": 1427846400 + } + ], + "bio": "

Lujin joined OpenStack development in 2015. Now she is working on developing rolling upgrade features across many projects. 

", + "created": 1452558262, + "first_name": "Lujin", + "gender": "Female", + "id": 3874, + "irc": "lujinluo", + "last_edited": 1518132460, + "last_name": "Luo", + "member_id": 39719, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3874", + "presentations": { + "6": 21855 + }, + "title": "Software Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1436855009, + "first_name": "Adam", + "id": 1560, + "irc": null, + "last_edited": 1440596951, + "last_name": "Spiers", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1560", + "presentations": { + "1": 21858 + }, + "title": "Senior Engineer, High Availability / Cloud Enginee", + "twitter": null + }, + { + "affiliations": [], + "bio": "

Sean Rickerd has been a Systems Engineer for SUSE since 2013, operating primarily in Eastern Canada. A Linux user since his teen years, he focused his career in the field of infrastructure, architecture, and security of Linux environments. Since joining SUSE, he has spoken and given technical presentations and demos to governments, corporate clients, and at large industry events including SAP TechEd && D-code in Las Vegas, SUSEcon in Orlando and Amsterdam, and iTech in Toronto, and the Salon du Logiciel Libre du Québec in Québec City. A buff and a fan of Linux technology, he has Tux (and Geeko) tattooed on his heart.

", + "created": 1453748103, + "first_name": "Sean", + "id": 4203, + "irc": null, + "last_edited": 1485331190, + "last_name": "Rickerd", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4203", + "presentations": { + "2": 21859 + }, + "title": "Systems Engineer", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1436816475, + "first_name": "Masayuki", + "id": 1436, + "irc": "masayukig", + "last_edited": 1436816598, + "last_name": "Igawa", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1436", + "presentations": [ + 21861 + ], + "title": "Software Design & Production Specialist", + "twitter": "masayukig" + }, + { + "affiliations": [ + { + "created": 1500027095, + "end_date": null, + "id": 142742, + "is_current": true, + "job_title": null, + "last_edited": 1500027095, + "organization": { + "created": 1421268689, + "id": 7213, + "last_edited": 1421268689, + "name": "inspur" + }, + "owner_id": 72283, + "start_date": 1415577600 + } + ], + "bio": "

Walker works with OpenStack\uff0chaving nearly 15 years experience in the IT industry after starting out as a junior Linux software developer and then into product manager. He is currently a senior product manager with an emphasis on Enterprise Cloud computing services; With experience at companies such as Oracle, IBM and Inspur. His main responsibility is product planning for enterprise cloud platform based on openstack. 

\r\n

 

", + "created": 1472621747, + "first_name": "Walker", + "gender": "Male", + "id": 10728, + "irc": null, + "last_edited": 1525341767, + "last_name": "Liu", + "member_id": 72283, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10728", + "presentations": { + "4": 21863 + }, + "title": "Senior Technical Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1467226298, + "end_date": null, + "id": 100076, + "is_current": true, + "job_title": null, + "last_edited": 1467226298, + "organization": { + "created": 1392196141, + "id": 4192, + "last_edited": 1392196141, + "name": "kontron" + }, + "owner_id": 42766, + "start_date": 1462752000 + } + ], + "bio": "

Eric Sarault, B. Eng. is the product manager for Kontron’s (KCI) software and services portfolio including the development of a software platform powered by OpenStack to deliver fully integrated OpenStack solutions suitable for customers looking to adopt OpenStack as their on-premise cloud platform.

\r\n

Before Kontron, Eric was the lead product manager for Internap's AgileSERVER and AgileCLOUD product offering which has brought to market the first multi-region OpenStack bare metal service with a wide variety of compute options allowing customers to leverage the flexibility of the cloud with a true bare metal catalog closer to traditionnal dedicated server lineups from legacy operators.

\r\n

Prior to his role at Kontron, Eric played multiples roles in product management, engineering, software development, sales and operations at Internap and iWeb Technologies Inc.

", + "created": 1453815200, + "first_name": "Eric", + "gender": "Male", + "id": 4240, + "irc": null, + "last_edited": 1526308779, + "last_name": "Sarault", + "member_id": 42766, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4240", + "presentations": { + "2": 21864 + }, + "title": "Mr.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1452263634, + "end_date": null, + "id": 85313, + "is_current": true, + "job_title": null, + "last_edited": 1452263982, + "organization": { + "created": 1429420154, + "id": 8724, + "last_edited": 1429420154, + "name": "*independent user - Unaffiliated" + }, + "owner_id": 51561, + "start_date": 1371168000 + } + ], + "bio": "

Serial Intrapreneur and experienced technologist with demonstrated history bringing emerging software and hardware together to deliver repeatable and consumable solutions. Proven record catalyzing ecosystems with new business and technology initiatives through open source influence and integration.

", + "created": 1525091164, + "first_name": "Jennifer", + "gender": "Female", + "id": 14599, + "irc": null, + "last_edited": 1525091589, + "last_name": "Koerv", + "member_id": 51561, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14599", + "presentations": [ + 21866 + ], + "title": "Senior Director, Ecosystem Strategy and Technology Integration", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526322338, + "end_date": null, + "id": 156851, + "is_current": true, + "job_title": "Program Manager", + "last_edited": 1526322338, + "organization": { + "created": 1416519597, + "id": 6798, + "last_edited": 1416519597, + "name": "The Linux Foundation" + }, + "owner_id": 101802, + "start_date": 1483315200 + } + ], + "bio": "

Annie is an award-winning Learning & Development Director and Community Project Manager, focusing on getting more from individuals and teams while consistently achieving identified objectives.

\r\n

She's worked with a variety of companies and agencies (from non-profits like The Linux Foundation and Head Start to corporations like IAC Publishing) over a range of industries (including educationcommunity growthgovernmentweb development, and business intelligence).

\r\n

She is also a volunteer community education trainer for WOMAN Inc,who regularly speaks at conferences and events throughout the Bay Area and beyond.

", + "created": 1526317328, + "first_name": "Annie", + "gender": "Female", + "id": 14635, + "irc": null, + "last_edited": 1526322409, + "last_name": "Fisher", + "member_id": 101802, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14635", + "presentations": [ + 21866 + ], + "title": "Program Manager at The Linux Foundation", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1424429393, + "end_date": null, + "id": 67177, + "is_current": true, + "job_title": null, + "last_edited": 1424429393, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 30502, + "start_date": 1391385600 + } + ], + "bio": "

Rodolfo Pacheco works at AT&T as the Leader of the AIC Design Team , and as a \u00a0\u00a0Cloud Architect helping build the AT&T AIC OpenStack Cloud. The foundational platform for AT&T\u2019s Network On Demand platform. \u00a0Prior to that, he was the code Developer and Architect for the AT&T Netbond service. Currently Architecting the AIC CP platform , an undercloud control plane, which enables the use of services to run on it. Such as \u00a0openstack delivered with openstack-helm\u00a0

\n

Architecting AT&T's AIC UCP , undercloud control plane .\u00a0Its a\u00a0reference architecture for automated cloud provisioning and management, leveraging a collection of interoperable open-source tools.

\n

Architecting AT&T Edge Cloud (AEC)

", + "created": 1461273688, + "first_name": "Rodolfo", + "gender": "Male", + "id": 5934, + "irc": "#jezogwza", + "last_edited": 1526380668, + "last_name": "Pacheco", + "member_id": 30502, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5934", + "presentations": { + "6": 21868, + "7": 21866 + }, + "title": "Lead Member Tech Staff", + "twitter": "@jezogwza" + }, + { + "affiliations": [ + { + "created": 1405023822, + "end_date": null, + "id": 59619, + "is_current": true, + "job_title": null, + "last_edited": 1405023822, + "organization": { + "created": 1405023822, + "id": 5563, + "last_edited": 1405023822, + "name": "Cisco Systems Inc" + }, + "owner_id": 19889, + "start_date": 1404691200 + } + ], + "bio": "

Naren Narendra is a Senior Product Line Manager in Cisco’s Cloud Platform and Solutions Group. He has held various engineering and product management roles at Cisco. He is responsible for strategy and roadmap for Cisco Network Function Virtualization Infrastructure (NFVI) & SP/Telco Multicloud at Cisco. Naren works closely with customers worldwide enabling them to successfully transform to Network Function Virtualization (NFV) and Cloud Native.

", + "created": 1436894451, + "first_name": "Naren", + "gender": "Male", + "id": 1823, + "irc": null, + "last_edited": 1526257002, + "last_name": "Narendra", + "member_id": 19889, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1823", + "presentations": { + "5": 21870 + }, + "title": "Senior Product Line Manager", + "twitter": "@narenhn" + }, + { + "affiliations": [ + { + "created": 1526298768, + "end_date": null, + "id": 156830, + "is_current": true, + "job_title": "Principal Engineer", + "last_edited": 1526298768, + "organization": { + "created": 1417515403, + "id": 6917, + "last_edited": 1417515403, + "name": "Charter Communications" + }, + "owner_id": 69425, + "start_date": 1525046400 + } + ], + "bio": "

Jeffrey Saelens is a Principal Engineer on Charter Communications’ Advanced Commercial Engineering team. He currently focuses on Platform and Cloud design and development. Starting his career in the US Army, Jeffrey was a Green Beret focused on communications and systems engineering. After leaving the military, he dove into the service provider world with experience on both the vendor and corporate side of the isle.

", + "created": 1525103299, + "first_name": "Jeffrey", + "gender": "Male", + "id": 14601, + "irc": null, + "last_edited": 1526299462, + "last_name": "Saelens", + "member_id": 69425, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14601", + "presentations": [ + 21870 + ], + "title": "Moving to the Edge with NFV", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1458096903, + "end_date": null, + "id": 92235, + "is_current": true, + "job_title": null, + "last_edited": 1458096903, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 58214, + "start_date": 1444867200 + } + ], + "bio": "

Iftikhar Rathore is a TME for Openstack Support on ACI. He specializes in Free/Opensource technologies and has been working in this industry for more that 25 years.

", + "created": 1461522114, + "first_name": "Iftikhar", + "gender": "Male", + "id": 6675, + "irc": null, + "last_edited": 1525969108, + "last_name": "Rathore", + "member_id": 58214, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/6675", + "presentations": { + "2": 21871 + }, + "title": "Engineer Technical Marketing", + "twitter": null + }, + { + "affiliations": [], + "bio": "
\r\n

Rafi Khardalian is Directory of Engineering & Operations for Cisco OpenStack Privage Cloud at Cisco and was a member of the founding team at Metacloud.

\r\n

Prior to joining Metacloud, Rafi was the Director of Systems Architecture at Ticketmaster Entertainment. He was responsible for driving innovation while designing highly scalable, globally distributed infrastructure to meet the unique business requirements of consumers worldwide. This meant he led a number of transformational projects, including building the company s private cloud. Before that, Rafi managed Ticketmaster’s Web Systems Engineering team, whose infrastructure footprint of several thousand nodes worldwide was the largest in the organization. Under his leadership, that team facilitated the growth of this infrastructure by over 3x. Rafi was also the chief architect and initial developer of Spine, a configuration management system which was deployed company-wide, open-sourced, and remains in use today.

\r\n

 

\r\n
", + "created": 1437003484, + "first_name": "Rafi", + "id": 2790, + "irc": "rmk", + "last_edited": 1485290554, + "last_name": "Khardalian", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2790", + "presentations": { + "4": 21872 + }, + "title": "Director, Engineering & Operations", + "twitter": "rmk40" + }, + { + "affiliations": [ + { + "created": 1424287595, + "end_date": null, + "id": 66488, + "is_current": true, + "job_title": null, + "last_edited": 1424287595, + "organization": { + "created": 1359485922, + "id": 13, + "last_edited": 1365011280, + "name": "Cisco" + }, + "owner_id": 29858, + "start_date": 991180800 + } + ], + "bio": "

Director of Platform Engineering for Openstack/NFVi

\r\n

Working on Fully automated deployment with integrated reliability, performance tests

", + "created": 1454459297, + "first_name": "Chandra", + "gender": "Male", + "id": 5280, + "irc": null, + "last_edited": 1526065023, + "last_name": "Ganguly", + "member_id": 29858, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5280", + "presentations": { + "2": 21873 + }, + "title": "Director", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1508265182, + "end_date": null, + "id": 146380, + "is_current": true, + "job_title": null, + "last_edited": 1508265182, + "organization": { + "created": 1457324395, + "id": 14104, + "last_edited": 1457324395, + "name": "Vault Systems Pty Ltd" + }, + "owner_id": 95002, + "start_date": 1458518400 + } + ], + "bio": null, + "created": 1526306256, + "first_name": "Roland", + "gender": "Male", + "id": 14634, + "irc": null, + "last_edited": 1526306256, + "last_name": "Cabana", + "member_id": 95002, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14634", + "presentations": [ + 21874 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1494005339, + "end_date": null, + "id": 140168, + "is_current": true, + "job_title": null, + "last_edited": 1494005339, + "organization": { + "created": 1492710859, + "id": 22651, + "last_edited": 1492710859, + "name": "T-Mobile USA" + }, + "owner_id": 87407, + "start_date": 1243814400 + } + ], + "bio": "

Associated with Mobile Industry and the Technology around it for the past 20 or so years, in various capacities,with Prime focus on Packet Core elements. The journey has been incredible with various generations ( 2G,4G/LTE etc..) of Mobility,with current focus on planning activities for 5G rollouts and excited about the opportunities and challenges it brings to Mobile Service Provider.

", + "created": 1526384028, + "first_name": "Senthil", + "gender": "Male", + "id": 14640, + "irc": null, + "last_edited": 1526551763, + "last_name": "Kaliappan", + "member_id": 87407, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14640", + "presentations": [ + 21875 + ], + "title": "MTS, Systems Architecture Engineering, Technology, T-Mobile", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526521568, + "end_date": null, + "id": 156967, + "is_current": true, + "job_title": null, + "last_edited": 1526521568, + "organization": { + "created": 1492710859, + "id": 22651, + "last_edited": 1492710859, + "name": "T-Mobile USA" + }, + "owner_id": 101924, + "start_date": 1483488000 + } + ], + "bio": "

Highly skilled telecom solutions & systems architect with extensive experience in telecom industry, full understating of the telecom business, and specialized in designing, integrating, supporting, and validating telecom solutions for LTE & 5G core networks. Leading NFV solution design, validation and deployment for vEPC based on Openstack Infrastructure. I have several granted and published patents in the telecom industry domain.

", + "created": 1526522384, + "first_name": "Suliman", + "gender": "Male", + "id": 14649, + "irc": null, + "last_edited": 1526785684, + "last_name": "Albasheir", + "member_id": 101924, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14649", + "presentations": [ + 21875 + ], + "title": "Sr. Engineer, Systems Architecture, Data Mobility and Gateway", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526987582, + "end_date": null, + "id": 157243, + "is_current": true, + "job_title": null, + "last_edited": 1526987582, + "organization": { + "created": 1359485922, + "id": 56, + "last_edited": 1365011280, + "name": "Canonical" + }, + "owner_id": 5882, + "start_date": 1505433600 + } + ], + "bio": "

OpenStack Ambassador, founder of Hungarian OpenStack user group, co-organizer of OpenStack CEE Day event and active contributor of multiple OpenStack projects. Marton have a background in the telecommunication sector, he was a CTO for a Telenor owned company and managed the operation and development areas in Central Europe and Asia. Actually he is working at Aptira as a GM for the EU region.

", + "created": 1434380339, + "first_name": "Marton", + "gender": "Male", + "id": 63, + "irc": "mrmartin", + "last_edited": 1486139339, + "last_name": "Kiss", + "member_id": 5882, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/63", + "presentations": { + "13": 21876 + }, + "title": "GM of Europe, Aptira", + "twitter": "marton_kiss" + }, + { + "affiliations": [], + "bio": "

- OpenStack I18n Russian coordinator

\r\n

OpenStack Russian User Group leader

\r\n

- OpenStack Ambassador

\r\n

 

\r\n

 

", + "created": 1439286503, + "first_name": "Ilya", + "gender": "Male", + "id": 3418, + "irc": "adiantum", + "last_edited": 1506584103, + "last_name": "Alekseyev", + "member_id": 2755, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3418", + "presentations": { + "3": 21876 + }, + "title": "I18n Russian coordinator amp Russian user group leader", + "twitter": "ilyaalekseyev" + }, + { + "affiliations": [ + { + "created": 1526758243, + "end_date": null, + "id": 157088, + "is_current": true, + "job_title": "IT Security Manager", + "last_edited": 1526758243, + "organization": { + "created": 1443225275, + "id": 11478, + "last_edited": 1443225275, + "name": "Santander Getnet" + }, + "owner_id": 8772, + "start_date": 1462060800 + } + ], + "bio": "

Marcelo Dieder works with Openstack since 2011. He is a founding member of the OpenStack Brazil user group and coordinates the translation team of OpenStack Brazil. He is an OpenStack Ambassador and has helped in the growth of the users groups through his organizing of events, lectures, and local surveys to attract new users and contributors to the project. Currently I work as IT Security Manager, as a Cloud Computing Consultant and training people about Openstack. 

\r\n
\r\n
\r\n
\r\n
 
\r\n
\r\n
\r\n
\r\n

Activities:

\r\n

Consulting companies to use the Openstack 

\r\n

Help people to learn more about the Openstack

\r\n

Work with the translation of Openstack to pt_BR

\r\n

Manage Brazil Openstack Meetups

\r\n

Respond questions on ask.openstack.org

", + "created": 1436850268, + "first_name": "Marcelo", + "gender": "Male", + "id": 1539, + "irc": "marcelodieder", + "last_edited": 1526758345, + "last_name": "Dieder", + "member_id": 8772, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1539", + "presentations": { + "5": 21876, + "6": 21882 + }, + "title": "IT Security Manager and Openstack Ambassador a", + "twitter": "marcelodieder" + }, + { + "affiliations": [ + { + "created": 1442341062, + "end_date": null, + "id": 80327, + "is_current": true, + "job_title": null, + "last_edited": 1442341062, + "organization": { + "created": 1377934804, + "id": 2775, + "last_edited": 1381738883, + "name": "University of Melbourne, NeCTAR" + }, + "owner_id": 46979, + "start_date": 1368403200 + } + ], + "bio": "

Andy is a Systems Engineer working at the University of Melbourne on the Nectar Research Cloud.

", + "created": 1500247780, + "first_name": "Andy", + "gender": "Male", + "id": 13190, + "irc": "andybotting", + "last_edited": 1500249828, + "last_name": "Botting", + "member_id": 46979, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13190", + "presentations": { + "2": 21876 + }, + "title": "Systems Engineer", + "twitter": "andybotting" + }, + { + "affiliations": [], + "bio": null, + "created": 1526395786, + "first_name": "Jason", + "id": 14641, + "irc": null, + "last_edited": 1526395786, + "last_name": "Collier", + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14641", + "presentations": [ + 21877 + ], + "title": "Co-Founder and Motivational Speaker", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1459633455, + "first_name": "Nicolas", + "gender": null, + "id": 5770, + "irc": null, + "last_edited": 1485289005, + "last_name": "Trangez", + "member_id": 28639, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/5770", + "presentations": { + "1": 21878 + }, + "title": null, + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1526558829, + "first_name": "Marcos", + "gender": null, + "id": 14651, + "irc": null, + "last_edited": 1526558829, + "last_name": "Hernandez", + "member_id": 81586, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14651", + "presentations": [ + 21879 + ], + "title": null, + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1526491038, + "first_name": "Phil", + "gender": null, + "id": 14648, + "irc": null, + "last_edited": 1526570304, + "last_name": "White", + "member_id": 101954, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14648", + "presentations": [ + 21880 + ], + "title": "CTO", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1491494081, + "end_date": null, + "id": 138453, + "is_current": true, + "job_title": null, + "last_edited": 1491494081, + "organization": { + "created": 1490187951, + "id": 22147, + "last_edited": 1490187951, + "name": "Kontron Canada Inc." + }, + "owner_id": 85618, + "start_date": 1401667200 + } + ], + "bio": "

Software Team Leader and OpenStack developer at Kontron. Passionate about software development ranging from embedded to cloud and mobile; from C++ to JavaScript and Python; from databases to concurrent and multi-tier applications. Today Bertin works as a Software Team Leader at Kontron Canada, a recognized OEM manufacturer in the telecommunication industry, which today delivers to the SDN NFV and Computer virtualization markets its high density & carrier grade servers.

", + "created": 1499959538, + "first_name": "Bertin", + "gender": "Male", + "id": 12928, + "irc": null, + "last_edited": 1518075160, + "last_name": "Colpron", + "member_id": 85618, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/12928", + "presentations": { + "2": 21882 + }, + "title": "Software developer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1526665907, + "end_date": null, + "id": 157052, + "is_current": true, + "job_title": "CTO", + "last_edited": 1526665907, + "organization": { + "created": 1526665907, + "id": 26839, + "last_edited": 1526665907, + "name": "INOVAX Engenharia de Sistemas Ltda" + }, + "owner_id": 75724, + "start_date": 618796800 + } + ], + "bio": "

Joao C.D. Freire Ribeiro is CTO and co-founder of INOVAX, a Brazilian company with several OpenStack projects in the Brazilian telecom industry, partnered with Canonical and Kontron. He is also director of the Cloud Computing Committee at the Brazilian IT Companies Association - ASSESPRO-RJ and has been an OpenStack evangelist at INOVAX, ASSESPRO and at the Technology Park of the Federal University of Rio de Janeiro - UFRJ, where is established NEOPATH, an INOVAX spin off, delivering VNF components specialized for decision rooms and financial market communication.

\r\n

As CEO of NEOPATH and director of ASSESPRO-RJ he leaded the \"Smart City Cloud Hackathon OpenStack Rio de Janeiro organization with the success of the ALIROU Team.

\r\n

 

", + "created": 1526651787, + "first_name": "Jo\u00e3o C D", + "gender": "Male", + "id": 14652, + "irc": "joaodemier", + "last_edited": 1526665365, + "last_name": "Freire Ribeiro", + "member_id": 75724, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14652", + "presentations": [ + 21882 + ], + "title": "INOVAX,CTO", + "twitter": "jcdFRibeiro" + }, + { + "affiliations": [ + { + "created": 1508170403, + "end_date": null, + "id": 146324, + "is_current": true, + "job_title": null, + "last_edited": 1508170403, + "organization": { + "created": 1390398277, + "id": 4040, + "last_edited": 1390398277, + "name": "Intel Corporation" + }, + "owner_id": 94957, + "start_date": 1061164800 + } + ], + "bio": "

Melissa Evers-Hood is the Sr. Director of Cloud Software Engineering within the Open Source Technology Center in the Software and Services Group at Intel Corp.  She has managed Chrome OS, Android development, Graphics, Media, Audio amongst other responsibilities.  Joining Intel 14 yrs ago, Melissa has worked in Finance, Product and Program management, as well as Engineering management.  Passionate advocate for diversity and inclusion, Melissa has engaged in program development and individual mentoring since the beginning of her career.  Prior to Intel, Melissa worked at Dell in planning and at ExxonMobil in engineering in New Jersey and Texas. 

\r\n

 

\r\n

Melissa resides in Portland, Oregon with husband and three kids.  She has her MBA and BS in Civil Engineering from the University of Texas at Austin.  

", + "created": 1508170935, + "first_name": "Melissa", + "gender": "Female", + "id": 13791, + "irc": null, + "last_edited": 1518101913, + "last_name": "Evers-Hood", + "member_id": 94957, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13791", + "presentations": { + "1": 21885 + }, + "title": "Mrs.", + "twitter": "evershood" + }, + { + "affiliations": [ + { + "created": 1469749557, + "end_date": null, + "id": 102274, + "is_current": true, + "job_title": null, + "last_edited": 1469749557, + "organization": { + "created": 1424350875, + "id": 7569, + "last_edited": 1424350875, + "name": "Intel Corp" + }, + "owner_id": 69232, + "start_date": 1196640000 + } + ], + "bio": "

Product Marketing Engineer, Intel Corporation

", + "created": 1469750156, + "first_name": "Amy", + "gender": "Female", + "id": 10568, + "irc": null, + "last_edited": 1525955935, + "last_name": "Leeland", + "member_id": 69232, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/10568", + "presentations": [ + 21893 + ], + "title": "Product Marketing Engineer, Intel Corporation", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1386948647, + "end_date": null, + "id": 54806, + "is_current": true, + "job_title": "Vice President and General Manager of the Intel Open Source Technology Center", + "last_edited": 1386948647, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 14812, + "start_date": 764812800 + } + ], + "bio": "

Imad Sousou is vice president in the Software and Services Group at Intel Corporation and general manager of the Intel Open Source Technology Center, a position he's held since its founding in 2003. Sousou is responsible for Intel's efforts in open source software across a wide range of technologies and market segments, including enterprise Linux and related technologies such as virtualization, data center, and cloud software; embedded market segments; and client Linux programs. The Center also focuses on operating system (OS) stacks, including Android and Chrome OS for Intel architecture and Yocto, in addition to Linux kernel and related projects, user experience, and Web and HTML5 technologies on top of client operating systems. He sits on the board of directors at the OpenStack Foundation and is on the advisory board for the Core Infrastructure Initiative at The Linux Foundation.

\n

Sousou joined Intel in 1994 as a senior software engineer. Before moving into his current role, he was director of telecom software programs in the Intel Communications Group and director of client software engineering in the Home Products Group. He began his career as a software engineer at Central Point Software working on system utilities for the Apple Mac OS.

\n

Sousou holds a bachelor degree in computer science and mathematics from Portland State University.

", + "created": 1436956333, + "first_name": "Imad", + "gender": null, + "id": 2186, + "irc": null, + "last_edited": 1525956195, + "last_name": "Sousou", + "member_id": 14812, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2186", + "presentations": { + "5": 21896 + }, + "title": "Corporate Vice President & General Manager, Intel Open Source Technology Center", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1457455571, + "end_date": null, + "id": 91743, + "is_current": true, + "job_title": null, + "last_edited": 1457455571, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 57767, + "start_date": 1420588800 + } + ], + "bio": "

A journalist, she works with the OpenStack Foundation marketing team and is responsible for the Superuser publication online and in print. Whether you're solving the mysteries of the universe, building a pet adoption engine or ending storage headaches with OpenStack, she wants to tell your story.

\n

Other things to know: she cares enough about open source to have donned (more than once!) a plushy penguin costume. She never turns down a visit to a data center. A lover of half-baked ideas, half-empty glasses and Half Moon Bay, on good days she thinks like an artist but works like an accountant. Californitaliana.

", + "created": 1465247243, + "first_name": "Nicole", + "gender": "Female", + "id": 9177, + "irc": null, + "last_edited": 1525956424, + "last_name": "Martinelli", + "member_id": 57767, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9177", + "presentations": { + "2": 21899 + }, + "title": "Superuser Editor, OpenStack Foundation", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1414925187, + "end_date": null, + "id": 62862, + "is_current": true, + "job_title": null, + "last_edited": 1414925187, + "organization": { + "created": 1359485922, + "id": 56, + "last_edited": 1365011280, + "name": "Canonical" + }, + "owner_id": 26129, + "start_date": 1080864000 + }, + { + "created": 1414925187, + "end_date": null, + "id": 117740, + "is_current": true, + "job_title": null, + "last_edited": 1414925187, + "organization": { + "created": 1359485922, + "id": 56, + "last_edited": 1365011280, + "name": "Canonical" + }, + "owner_id": 26129, + "start_date": 1080864000 + } + ], + "bio": "

Mark founded security specialist Thawte before selling the company to VeriSign in 1999. In 2004, he founded Ubuntu and Canonical, combining responsibility for strategy and user experience at Canonical with roles on the Ubuntu Technical Board and Community Council.

\n

\u00a0

", + "created": 1436980841, + "first_name": "Mark", + "gender": "Male", + "id": 2496, + "irc": "sabdfl", + "last_edited": 1525956275, + "last_name": "Shuttleworth", + "member_id": 26129, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2496", + "presentations": { + "16": 21900 + }, + "title": "Founder and CEO, Canonical", + "twitter": "sabdfl" + }, + { + "affiliations": [ + { + "created": 1493209314, + "end_date": null, + "id": 139505, + "is_current": true, + "job_title": "Principal Architect", + "last_edited": 1493209314, + "organization": { + "created": 1376965705, + "id": 2648, + "last_edited": 1381698659, + "name": "Futurewei Technologies Inc." + }, + "owner_id": 6115, + "start_date": 1492992000 + } + ], + "bio": "

Davanum Srinivas (a.k.a Dims) is a Principal Architect with Huawei working on OpenStack Nova, Oslo, KeyStone, Magnum and related projects. Dims is actively helping with Requirements and Release Teams in OpenStack as well.

\r\n

 Previously at Mirantis, he led a team working on improving KeyStone project and infrastructure components like RabbitMQ, MySQL Galera through Oslo projects like Oslo.Messaging and Oslo.DB. He previously worked on IBM PureApplication product as an Architect and lead a team working on Web Services support in WebSphere. Dims has a long track record in open source projects including Apache Cocoon, Axis2, Geronimo at the Apache Software foundation and co-founded WSO2 based on the open source business model.

", + "created": 1437011126, + "first_name": "Davanum", + "gender": "Male", + "id": 2887, + "irc": "dims", + "last_edited": 1499949970, + "last_name": "Srinivas", + "member_id": 6115, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2887", + "presentations": { + "8": 21901, + "9": 21902 + }, + "title": "Software Architect", + "twitter": "dims" + }, + { + "affiliations": [ + { + "created": 1431446371, + "end_date": null, + "id": 71800, + "is_current": true, + "job_title": null, + "last_edited": 1431446371, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 1346, + "start_date": 1430092800 + } + ], + "bio": "

Dean Troyer is a full-time OpenStack developer, currently working with Intel's Open Source Technology Center.  His focus is on client-side projects such as OpenStackClient, Python and Go SDKs and OpenStack REST APIs.

\r\n

Dean is currently a member of the OpenStack Technical Committee and the PTL for OpenStackClient.  He is a core reviewer for OpenStackClient, DevStack, Grenade and the librariy projects cliff and os-client-config.

\r\n

Previous to his OpenStack work for Nebula, Rackspace and NASA, Dean has been a developer and UNIX system administrator at Perot Systems, Sprint and Honeywell.  His prior Open Source activities include contributions to Samba, the Linux kernel and the Perl 4 and 5 ports for Win32.

", + "created": 1436795286, + "first_name": "Dean", + "gender": "Male", + "id": 1341, + "irc": "dtroyer", + "last_edited": 1491413447, + "last_name": "Troyer", + "member_id": 1346, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1341", + "presentations": { + "5": 21903 + }, + "title": "PTL for OpenStackClient, Senior Cloud Software Eng", + "twitter": "dtroyer" + }, + { + "affiliations": [ + { + "created": 1526486891, + "end_date": null, + "id": 156958, + "is_current": true, + "job_title": "Field CTO, Platform", + "last_edited": 1526486891, + "organization": { + "created": 1389924545, + "id": 3990, + "last_edited": 1389924545, + "name": "Mirantis, Inc" + }, + "owner_id": 32574, + "start_date": 1446336000 + } + ], + "bio": "

Ryan Day moved to Silicon Valley from Nebraska at nineteen-years-old. With his passion for technology, the locale immediately felt like home. And, with a constant hunger to learn and acquire a 'very particular set of skills', Ryan has since held a variety of technical and leadership roles leading up to his joining Mirantis in 2015. In his role as Field CTO of Platform, Ryan works globally with Mirantis' customers and partners, guiding and informing adoption of emerging technologies and open-source-software, while at the same time learning first-hand from customers in order to inform and influence Mirantis' products and services. In his spare time, Ryan loves playing around with home automation projects with his two young daughters, riding his motorcycle in the Santa Cruz Mountains and plotting what skills to acquire next.

", + "created": 1468366293, + "first_name": "Ryan", + "gender": "Male", + "id": 9872, + "irc": null, + "last_edited": 1526487202, + "last_name": "Day", + "member_id": 32574, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9872", + "presentations": { + "2": 21904 + }, + "title": "Sr. Solutions Architect", + "twitter": "ryanocerosday" + }, + { + "affiliations": [ + { + "created": 1525200977, + "end_date": null, + "id": 156466, + "is_current": true, + "job_title": null, + "last_edited": 1525200977, + "organization": { + "created": 1509403288, + "id": 24971, + "last_edited": 1509403288, + "name": "Supermicro, Inc." + }, + "owner_id": 101420, + "start_date": 1396310400 + } + ], + "bio": null, + "created": 1525273938, + "first_name": "Sim", + "gender": "Male", + "id": 14604, + "irc": null, + "last_edited": 1525273938, + "last_name": "Upadhyayula", + "member_id": 101420, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14604", + "presentations": { + "1": 21906 + }, + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269892, + "end_date": null, + "id": 52119, + "is_current": true, + "job_title": "", + "last_edited": 1384269892, + "organization": { + "created": 1359485922, + "id": 1, + "last_edited": 1364994786, + "name": "Rackspace" + }, + "owner_id": 11877, + "start_date": null + } + ], + "bio": "

Bryan Thompson is a Sr. Director of Product Management at Rackspace and leads the product team for Rackspace Private Cloud.  Prior to joining Rackspace, Bryan served as VP of Product management at Tier 3 and held product and technology leadership roles at Limelight Networks and Amazon.com.  He brings over fifteen years of experience in technology building, deploying and operating solutions for the enterprise.

", + "created": 1436183510, + "first_name": "Bryan", + "gender": "Male", + "id": 704, + "irc": "bogeyon18", + "last_edited": 1485368566, + "last_name": "Thompson", + "member_id": 11877, + "moderated_presentations": [], + "pic": "https://devbranch.openstack.org/profile_images/speakers/704", + "presentations": { + "3": 21912 + }, + "title": "Sr. Director of Product Management", + "twitter": "bryanjthompson" + }, + { + "affiliations": [ + { + "created": 1500066872, + "end_date": null, + "id": 142796, + "is_current": true, + "job_title": "President", + "last_edited": 1500066872, + "organization": { + "created": 1500066872, + "id": 23769, + "last_edited": 1500066872, + "name": "Luth Computer Specialists" + }, + "owner_id": 3083, + "start_date": 1109635200 + }, + { + "created": 1500066954, + "end_date": null, + "id": 142797, + "is_current": true, + "job_title": "Advanced Networking Product Manager", + "last_edited": 1500066954, + "organization": { + "created": 1361972966, + "id": 1566, + "last_edited": 1381739137, + "name": "Verizon" + }, + "owner_id": 3083, + "start_date": 1372636800 + } + ], + "bio": "

Beth is a Cloud Networking Product Manager\u00a0at Verizon, working on developing new cloud based networking products and services. She is also President, Luth Computer Specialists, an independent consultancy specializing in cloud focused solutions to help enterprises leverage the efficiencies of cloud architectures and technologies. Previously, Ms. Cohen was a Senior Cloud Architect with Cloud Technology Partners and the Director of Engineering IT for BBN Corporation, where she was involved with the initial development of the Internet, working on some of the hottest networking and web technology protocols in their infancy.

\n

She has been involved in the OpenStack community since the 2010 Boston Summit, when she took the first OpenStack training class ever delivered. \u00a0She then helped architect some of the earliest large deployments in the world, writing the documentation and designing the architectures as she went. \u00a0That is how she came to help write the OpenStack Architecture Design Guide, to smooth the path for others so they would not break their heads on the rocks along the path. \u00a0She continues to be active in the OpenStack Community with the Telco Working Group and Women of OpenStack.

\n

Most recently she has been working on Massively Distributed Cloud architectures both from the development and building one within Verizon, but also as a program chair of the upcoming OpenDev Symposium on Massively Distributed Clouds.\u00a0 She is also a member of the the Edge Computing Work Group, developing the use cases and requirements for building the tools required to support this exciting new architecture.

", + "created": 1435398622, + "first_name": "Beth", + "gender": "Prefer not to say", + "id": 424, + "irc": "bfcohen", + "last_edited": 1525956149, + "last_name": "Cohen", + "member_id": 3083, + "moderated_presentations": { + "1": 20651, + "2": 20804 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/424", + "presentations": { + "16": 21866, + "17": 21895 + }, + "title": "Distinguished Member of Technical Staff, Verizon", + "twitter": "#bfcohen_1" + }, + { + "affiliations": [ + { + "created": 1506503468, + "end_date": null, + "id": 145721, + "is_current": true, + "job_title": "Director of Scientific Computing", + "last_edited": 1506503468, + "organization": { + "created": 1506503468, + "id": 24669, + "last_edited": 1506503468, + "name": "Data Machines Corp." + }, + "owner_id": 38238, + "start_date": 1502755200 + } + ], + "bio": "

Martial has worked in the distributed computing field for 20 years, starting with designing data serialization algorithms for MPI  (his PhD subject), making multimedia network streams to be used on commercial off the shelf hardware time synchronized, implementing a job scheduling software, architecting data-driven research evaluation platforms, and lead the team the NIST team using OpenStack to build an evaluation agnostic benchmarking model to allow researchers to bring their algorithms to specialized datasets. 

\r\n

He is Director of Scientific Computing at Data Machines Corp.[*1], a Docker Mentor, co-chair of the Open Research Cloud[*2] and the North American co-chair for the OpenStack Scientific SIG.

\r\n

 

\r\n

Martial is also an avid technology enthusiast and hacker, a researcher, program manager and team lead, an Open Source developer since 1999, an infrastructure & solutions architect...

\r\n

 

\r\n

*1: http://datamachines.io/

\r\n

*2: http://www.openresearchcloud.org/

", + "created": 1436366943, + "first_name": "Martial", + "gender": "Male", + "id": 894, + "irc": "martial", + "last_edited": 1516287831, + "last_name": "Michel", + "member_id": 38238, + "moderated_presentations": { + "4": 20656 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/894", + "presentations": { + "10": 21786, + "11": 21681, + "12": 21680, + "9": 21845 + }, + "title": "Director of Scientific Computing at Data Machines Corp.", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1485804742, + "end_date": null, + "id": 134898, + "is_current": true, + "job_title": "Upstream Developer Advocate", + "last_edited": 1485804742, + "organization": { + "created": 1469639299, + "id": 18027, + "last_edited": 1469639299, + "name": "The OpenStack Foundation" + }, + "owner_id": 35859, + "start_date": 1471824000 + } + ], + "bio": "
\r\n

Kendall is an Upstream Developer Advocate at the OpenStack Foundation based in Seattle, WA. She first started working on Cinder and os-brick in the Liberty release and since then gotten involved in StoryBoard, the Women of OpenStack (WoO), the First Contact SIG, the Contributor Guide, and OpenStack Upstream Institute. She has also worked as an election official for TC and PTL elections (Pike-Rocky) and served as a track chair for the Barcelona, Boston, Sydney, and Vancouver summits.

\r\n

When she is not evangelizing about the awesomeness of OpenStack, bringing people into the community, or working to make upstream development a friendlier place, she can be found reading Harry Potter, watching Doctor Who, or out on a photo taking adventure.

\r\n
", + "created": 1453149717, + "first_name": "Kendall", + "gender": "Female", + "id": 4019, + "irc": "diablo_rojo", + "last_edited": 1521825461, + "last_name": "Nelson", + "member_id": 35859, + "moderated_presentations": [ + 20815, + 21712, + 21714, + 21736, + 21783 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4019", + "presentations": { + "14": 21510, + "15": 21579, + "16": 21580, + "17": 21847 + }, + "title": "Upstream Developer Advocate", + "twitter": "knelson92" + }, + { + "affiliations": [ + { + "created": 1499837993, + "end_date": null, + "id": 142544, + "is_current": true, + "job_title": "Ecosystem Technical Lead", + "last_edited": 1499837993, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 14820, + "start_date": 1470009600 + } + ], + "bio": "

Ildikó started her journey with virtualization during the university years and has been in connection with this technology different ways since then. She started her career at a small research and development company in Budapest, where she was focusing on areas like system management and business process modelling and optimization. Ildikó got in touch with OpenStack when she started to work in the cloud project at Ericsson in 2013. She drives NFV related feature development activities in projects like Nova and Cinder and beyond code and documentation contributions she is also very passionate about on boarding and training activities, which is one of her focus areas within the OpenStack Foundation.

", + "created": 1435045385, + "first_name": "Ildiko", + "gender": "Female", + "id": 292, + "irc": "ildikov", + "last_edited": 1517921102, + "last_name": "Vancsa", + "member_id": 14820, + "moderated_presentations": { + "3": 20850 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/292", + "presentations": { + "23": 20823, + "24": 20804, + "26": 21579, + "27": 21580, + "28": 21866, + "29": 21559, + "30": 21895 + }, + "title": "Ecosystem Technical Lead @ OpenStack Foundation", + "twitter": "IldikoVancsa" + }, + { + "affiliations": [ + { + "created": 1438788467, + "end_date": null, + "id": 78248, + "is_current": true, + "job_title": "Head of Global Business Development VP, Huawei IT Product Line, BD Strategy", + "last_edited": 1438788467, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 38639, + "start_date": 1335830400 + } + ], + "bio": "

am an IT technology professional with a passion for community and partnership building.

\r\n

I'm very fortunate to live in the Silicon Valley area where I obtained a graduate degree in Computer Science, and extensive training in both engineering and business from successful companies such as Sun Microsystems, Oracle, Salesforce.com, Savvis/Centurylink, and now Huawei. For the last 10+ years, I've chosen technology evangelism, partner enablement, and developer empowerment to be the focus of my career.  Over the last 5+ years, I've traveled to 30+ countries visiting telco and enterprise partners and customers in EMEA, APAC, and Latin America to discuss ICT and Cloud initiatives, evangelized OpenStack to both enterprise and telco communities, and presented the latest Cloud/OpenStack technologies and business trends at various industry conferences and forums

\r\n

I formally joined the OpenStack community in July 2015 and I've been a regular speaker for the last 3 summits (Tokyo, Austin, and Barcelona). I have conducted one sponsored keynote, several session presentations, and hosted various panels in the area of telco trends, containers, and community. In 2016, I served as an OpenStack Board Director, participated in various OpenStack work groups, helped organize the 1st OpenStack Days: China event with 3500+ registrants, 2400+ attendees and multiple hackathons/bug smash events in China.  With my engineering and business background and training in Enterprise IT and Telco, I would like to continue contributing to the OpenStack community in the following areas:

\r\n

1. Generate mindshare and increase telco and service provider adoption in OpenStack

\r\n

2. Bring enterprise and telco customer requirements/perspectives to OpenStack community

\r\n

3. Enable the global developer and ISV communities to build interesting apps for OpenStack

\r\n

4. Help woman developers and engineers grow using OpenStack as a platform

\r\n

5. Help OpenStack embrace diversity and make OpenStack a true global movement 

\r\n

6. Foster more collaboration and partnerships among OpenStack members and various regional communities

", + "created": 1436757772, + "first_name": "Anni", + "gender": "Female", + "id": 1215, + "irc": "annilai", + "last_edited": 1517928484, + "last_name": "Lai", + "member_id": 38639, + "moderated_presentations": { + "4": 20861 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1215", + "presentations": { + "10": 21896 + }, + "title": "Head of Global Business Development and Open Source Development Team Operations, Cloud BU", + "twitter": "annilai" + }, + { + "affiliations": [ + { + "created": 1486420821, + "end_date": null, + "id": 135417, + "is_current": true, + "job_title": "SF Bay OpenStack User Group Community Architect", + "last_edited": 1486420821, + "organization": { + "created": 1486420821, + "id": 21349, + "last_edited": 1486420821, + "name": "SF Bay OpenStack" + }, + "owner_id": 11306, + "start_date": 1398902400 + }, + { + "created": 1486420929, + "end_date": null, + "id": 135418, + "is_current": true, + "job_title": "West Coast OpenStack Ambassador", + "last_edited": 1486420929, + "organization": { + "created": 1486420929, + "id": 21350, + "last_edited": 1486420929, + "name": "OpenStack Ambassador" + }, + "owner_id": 11306, + "start_date": 1480550400 + }, + { + "created": 1521122503, + "end_date": null, + "id": 155161, + "is_current": true, + "job_title": "Director, Developer Marketing, Community Architect", + "last_edited": 1521122503, + "organization": { + "created": 1518101831, + "id": 25947, + "last_edited": 1518101831, + "name": "Portworx" + }, + "owner_id": 11306, + "start_date": 1517356800 + } + ], + "bio": "

Lisa-Marie is the OpenStack Ambassador for the USA. Lisa also currently organizes and runs the SF Bay OpenStack User Group, personally hosting the bi-weekly meetup. Lisa is the Director of Developer Marketing at Portworx, providing cloud native storage and solving the problem of running stateful containerized applications in production. For 7 years prior Lisa led the global developer community solutions team focused on OpenStack and open source across HPE. Lisa brings more than 20 years of product and technical marketing as well as community architecting experience in the Silicon Valley. Lisa is an avid sports fan, loves to play tennis and basketball, and loves wine and dogs. Her hobbies include tutoring kids, teaching viticulture and winemaking, reading literature, training dogs, and of course architecting developer communities. Follow Lisa on Twitter @SWDevAngel.

", + "created": 1454029700, + "first_name": "Lisa-Marie", + "gender": "Female", + "id": 4458, + "irc": "SWDevAngel", + "last_edited": 1521123151, + "last_name": "Namphy", + "member_id": 11306, + "moderated_presentations": { + "3": 21218 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/4458", + "presentations": [], + "title": "Developer Advocate & Community Architect", + "twitter": "SWDevAngel" + }, + { + "affiliations": [ + { + "created": 1410963786, + "end_date": null, + "id": 61629, + "is_current": true, + "job_title": null, + "last_edited": 1410963786, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 10331, + "start_date": 1410739200 + } + ], + "bio": "

Chris Hoge is a Senior Strategic Program Manager for the OpenStack Foundation. He's been an active contributor to the Interop Working Group (formerly DefCore), and helps run the trademark program for the OpenStack Foundation. He also works on collaborations between the OpenStack and Kubernetes communities. Previously he worked as an OpenStack community manager and developer at Puppet Labs, and operated a research cloud for the College of Arts and Sciences at The University of Oregon. When not cloud computing, he enjoys long-distance running, dancing, and throwing a ball for his Border Collie.

", + "created": 1436883802, + "first_name": "Chris", + "gender": "Male", + "id": 1734, + "irc": "hogepdoge", + "last_edited": 1518142056, + "last_name": "Hoge", + "member_id": 10331, + "moderated_presentations": { + "10": 21758, + "8": 21521, + "9": 21757 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1734", + "presentations": { + "26": 21901 + }, + "title": "Interop Engineer, OpenStack Foundation", + "twitter": "hogepodge" + }, + { + "affiliations": [ + { + "created": 1384269883, + "end_date": null, + "id": 48434, + "is_current": true, + "job_title": "", + "last_edited": 1414940351, + "organization": { + "created": 1359485922, + "id": 33, + "last_edited": 1365013136, + "name": "Hewlett Packard Enterprise" + }, + "owner_id": 7509, + "start_date": 1357516800 + }, + { + "created": 1519240745, + "end_date": null, + "id": 154549, + "is_current": true, + "job_title": "Developer Advocate", + "last_edited": 1519240745, + "organization": { + "created": 1455051769, + "id": 13233, + "last_edited": 1455051769, + "name": "mesosphere" + }, + "owner_id": 7509, + "start_date": 1483401600 + } + ], + "bio": "

Elizabeth K. Joseph is a Senior Automation & Tools Engineer at HPE focused on the OpenStack Infrastructure project. With a history of working in open source since 2002 and heavy involvement with the Ubuntu project, she's been working with OpenStack since the beginning of 2013. In addition to Infrastructure, she's the author of the book Common OpenStack Deployments and routinely speaks about Infrastructure and Quality Assurance tools used by the OpenStack project to insure high code quality.

", + "created": 1453732486, + "first_name": "Elizabeth K.", + "gender": "Female", + "id": 4189, + "irc": "pleia2", + "last_edited": 1485280765, + "last_name": "Joseph", + "member_id": 7509, + "moderated_presentations": [ + 21687 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4189", + "presentations": { + "7": 21704 + }, + "title": "Senior Automation & Tools Engineer", + "twitter": "pleia2" + }, + { + "affiliations": [ + { + "created": 1384269870, + "end_date": null, + "id": 41840, + "is_current": true, + "job_title": "", + "last_edited": 1384269870, + "organization": { + "created": 1359485922, + "id": 33, + "last_edited": 1365013136, + "name": "Hewlett Packard Enterprise" + }, + "owner_id": 1092, + "start_date": null + }, + { + "created": 1442960079, + "end_date": null, + "id": 80823, + "is_current": true, + "job_title": null, + "last_edited": 1442960079, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 1092, + "start_date": 1442880000 + } + ], + "bio": "

Clark currently runs the developer infrastructure for the OpenStack project. Clark has previously operated networks for large data centers and built software for aircraft radios. When not sitting in front of a computer or caring for his twin daughters he can be found brewing beer, smoking brisket, or fishing for steelhead.

", + "created": 1468430671, + "first_name": "Clark", + "gender": "Male", + "id": 10101, + "irc": "clarkb", + "last_edited": 1484771916, + "last_name": "Boylan", + "member_id": 1092, + "moderated_presentations": { + "2": 21688 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/10101", + "presentations": { + "3": 21610, + "4": 21631, + "6": 21844 + }, + "title": "Infrastructure Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1433158600, + "end_date": null, + "id": 72771, + "is_current": true, + "job_title": null, + "last_edited": 1433158600, + "organization": { + "created": 1393229686, + "id": 4388, + "last_edited": 1393229686, + "name": "Orange Labs" + }, + "owner_id": 35654, + "start_date": 1433116800 + }, + { + "created": 1433158600, + "end_date": null, + "id": 124794, + "is_current": true, + "job_title": null, + "last_edited": 1433158600, + "organization": { + "created": 1393229686, + "id": 4388, + "last_edited": 1393229686, + "name": "Orange Labs" + }, + "owner_id": 35654, + "start_date": 1433116800 + } + ], + "bio": "

Morgan works as Network architect for innovative services in Orange. He is Orange Network open source evangelist and OPNFV representative.
Primarily involved in IMS deployment for Orange affiliates, he managed the project Emerginov (OW2), an open source PHP PaaS that has been deployed in Africa.
He has 10 years' experience in managing open source solutions.
He is engaged in OPNFV testing group, as Functest Project Leader.

", + "created": 1454332302, + "first_name": "Morgan", + "gender": "Male", + "id": 4841, + "irc": null, + "last_edited": 1485340793, + "last_name": "Richomme", + "member_id": 35654, + "moderated_presentations": { + "1": 21689 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/4841", + "presentations": { + "2": 20851 + }, + "title": "Network Architect", + "twitter": "morganrichomme" + }, + { + "affiliations": [ + { + "created": 1443104800, + "end_date": null, + "id": 81005, + "is_current": true, + "job_title": null, + "last_edited": 1443104800, + "organization": { + "created": 1359485922, + "id": 27, + "last_edited": 1365013136, + "name": "IBM" + }, + "owner_id": 2233, + "start_date": 1442793600 + }, + { + "created": 1506084369, + "end_date": null, + "id": 145549, + "is_current": true, + "job_title": "Cloud Software Engineer", + "last_edited": 1506084369, + "organization": { + "created": 1393497581, + "id": 4456, + "last_edited": 1393497581, + "name": "GoDaddy" + }, + "owner_id": 2233, + "start_date": 1504569600 + } + ], + "bio": "

Clint Byrum is a Cloud Architect for IBM. His focus is on free and open source software; lately continuous integration and continuous delivery systems. Clint is also an Ubuntu core developer and Debian developer, bringing years of experience working in open source and high scale operations to the table. When he's not fine tuning MySQL, building disk images, or breaking stuff in general, Clint enjoys playing hockey and experiencing the outdoors in Los Angeles with his wife, three sons, and daughter.

", + "created": 1436311779, + "first_name": "Clint", + "gender": "Male", + "id": 851, + "irc": "SpamapS", + "last_edited": 1492115887, + "last_name": "Byrum", + "member_id": 2233, + "moderated_presentations": [ + 21690, + 21695 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/851", + "presentations": [], + "title": "OpenStack Developer extraordinare", + "twitter": "SpamapS" + }, + { + "affiliations": [ + { + "created": 1500287376, + "end_date": null, + "id": 142880, + "is_current": true, + "job_title": "Senior Product Manager", + "last_edited": 1500287376, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 55331, + "start_date": 1454284800 + }, + { + "created": 1455571569, + "end_date": null, + "id": 89146, + "is_current": true, + "job_title": null, + "last_edited": 1455571569, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 55331, + "start_date": 1454284800 + } + ], + "bio": "

Principal Product Manager at Red Hat focused on OpenStack, Distributed Continuous Integration, and Software Factory. 

\r\n

Previously, Maria worked as Product Manager at Dell and Tata Communications. Always involved with delivering innovative solutions for leading companies across multiple industries. A trusted partner who engages both technical and business officers to define needs and align technology initiatives with broader organizational goals. Holds an Electronics Engineering degree from University Simon Bolivar in Caracas, Venezuela and a Masters in Electrical and Computer Engineering from University of Maryland.

\r\n

She blogs at redhatstackblog.redhat.com

", + "created": 1467012432, + "first_name": "Maria Angelica", + "gender": "Female", + "id": 9324, + "irc": "@maeca", + "last_edited": 1521131240, + "last_name": "Bracho", + "member_id": 55331, + "moderated_presentations": { + "2": 21691 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/9324", + "presentations": { + "9": 21261 + }, + "title": "Principal Product Manager, Red Hat OpenStack Platform", + "twitter": "mariabracho" + }, + { + "affiliations": [ + { + "created": 1416519597, + "end_date": null, + "id": 118047, + "is_current": true, + "job_title": null, + "last_edited": 1416519597, + "organization": { + "created": 1416519597, + "id": 6798, + "last_edited": 1416519597, + "name": "The Linux Foundation" + }, + "owner_id": 26553, + "start_date": 1411344000 + }, + { + "created": 1416519597, + "end_date": null, + "id": 63351, + "is_current": true, + "job_title": null, + "last_edited": 1416519597, + "organization": { + "created": 1416519597, + "id": 6798, + "last_edited": 1416519597, + "name": "The Linux Foundation" + }, + "owner_id": 26553, + "start_date": 1411344000 + } + ], + "bio": "

Thanh Ha is a Release Manager at the Linux Foundation (LF). His focus is Release Engineering for the OpenDaylight project. Since 2016 he is a member of OpenDaylight’s Technical Steering Committee (TSC) where he provides release engineering expertise to the project. His area of focus is in build automation and tooling to support LF’s Continuous Integration (CI) platform. He received his Bachelor of Information Technology - Network Technology degree from Carleton University & Algonquin College in 2009 with distinction. Outside of work he enjoys hiking in Gatineau park and rollerblading around the city. He is currently working on improving cross project tooling and documentation for LF projects.

", + "created": 1525453078, + "first_name": "Thanh", + "gender": "Male", + "id": 14615, + "irc": "zxiiro", + "last_edited": 1525554106, + "last_name": "Ha", + "member_id": 26553, + "moderated_presentations": [ + 21694 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14615", + "presentations": [], + "title": "Release Manager, The Linux Foundation", + "twitter": "zxiiro" + }, + { + "affiliations": [], + "bio": "

Mike Bursell joined Red Hat in August 2016, following previous roles at Intel and Citrix working on security, virtualisation and networking. After training in software engineering, he specialised in distributed systems and security, and has worked in architecture and technical strategy for the past few years.  His responsibilities at Red Hat include forming security and blockchain strategy, external and internal visibility and thought leadership. He regularly speaks at industry events in Europe, North America and APAC.

Professional interests include: Linux, Open Source Software, security, distributed systems, blockchain, NFV, SDN, virtualisation (including Linux Containers and hypervisors).

Mike has an MA from the University of Cambridge and an MBA from the Open University.

", + "created": 1516459409, + "first_name": "Mike", + "gender": null, + "id": 13931, + "irc": "MikeCamel", + "last_edited": 1517981103, + "last_name": "Bursell", + "member_id": 98044, + "moderated_presentations": [ + 21696 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13931", + "presentations": [ + 20685 + ], + "title": "Chief Security Architect", + "twitter": "@MikeCamel" + }, + { + "affiliations": [ + { + "created": 1518096559, + "end_date": null, + "id": 154190, + "is_current": true, + "job_title": null, + "last_edited": 1518096559, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 98754, + "start_date": 1465776000 + } + ], + "bio": "

Gildas Lanilis serves as the ONAP Release Manager and is based in Santa Clara, CA, USA. He previously hold the OPEN-O Release Manager. In his role Gildas is running the delicate art of getting things done without formal authority.

\r\n

Gildas is  coming from Virtual Hold Technology, where he served as Director of Release Management and DevOps Manager for Cloud Applications.

\r\n

Gildas is a vivid Agile supporter and served at Genesys to lead the introduction of modern development practices and inspired R&D teams to deliver great software.

\r\n

Gildas started his career as a software developer, and hold different positions as Project Manager and Director Quality & Process.

\r\n

Gildas received a Master’s degree in computer science from “Ecole Nationale Supérieure des Télécommunications de Bretagne”, France and is a Certified Scrum Master and Product Owner.

\r\n

When he is not running, Gildas enjoys life with his family in the San Francisco Bay Area.

", + "created": 1518054807, + "first_name": "Gildas", + "gender": "Male", + "id": 14200, + "irc": null, + "last_edited": 1518054891, + "last_name": "Lanilis", + "member_id": 98754, + "moderated_presentations": [ + 21697 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14200", + "presentations": [], + "title": "ONAP Release Manager", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1451943115, + "end_date": null, + "id": 85106, + "is_current": true, + "job_title": null, + "last_edited": 1451943115, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 13730, + "start_date": 1441065600 + } + ], + "bio": "

David is a Senior Software Engineer at Red Hat.

His efforts are focused around the tooling and infrastructure required to develop, build, package, test and distribute RDO: a community OpenStack distribution for Red Hat based operating systems.
He is also a core contributor and system administrator for the OpenStack CI and hosting infrastructure.

\r\n

Previously, he was at iWeb and Internap, a server and datacenter infrastructure provider where he held various technical and leadership roles in the span of a decade. In the last years, his focus was around deploying, supporting and operating a highly available multi-region OpenStack public cloud in different datacenters around the world.

", + "created": 1451944782, + "first_name": "David", + "gender": "Male", + "id": 3745, + "irc": "dmsimard", + "last_edited": 1521662368, + "last_name": "Moreau-Simard", + "member_id": 13730, + "moderated_presentations": [ + 21698, + 21724 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3745", + "presentations": { + "5": 21631 + }, + "title": null, + "twitter": "dmsimard" + }, + { + "affiliations": [ + { + "created": 1460372440, + "end_date": null, + "id": 93809, + "is_current": true, + "job_title": null, + "last_edited": 1460372440, + "organization": { + "created": 1421798436, + "id": 7259, + "last_edited": 1421798436, + "name": "Nokia Networks" + }, + "owner_id": 59689, + "start_date": 962409600 + } + ], + "bio": "

Working in the telecom industry in the last one and half decade It was possible for me to see the evolution from vendor specific hardware to virtualisation and cloud and a bit beyond. Currently I'm working in a team of Nokia CTO which is reponsible for open source and standardisation. I'm working in ETSI NFV as the rapporteur of TST003, the gap analyzis between IFA005/006 and OpenStack API-s, contributing to some OPNFV projects and some to OpenStack.

", + "created": 1483704319, + "first_name": "Gergely", + "gender": "Male", + "id": 11068, + "irc": "csatari", + "last_edited": 1518008617, + "last_name": "Csatari", + "member_id": 59689, + "moderated_presentations": { + "1": 21711, + "2": 21737 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/11068", + "presentations": { + "5": 20955, + "6": 20985 + }, + "title": "Enginer", + "twitter": "GergelyCsatari" + }, + { + "affiliations": [ + { + "created": 1488185172, + "end_date": null, + "id": 136672, + "is_current": true, + "job_title": "Software Engineer", + "last_edited": 1488185172, + "organization": { + "created": 1393225179, + "id": 4384, + "last_edited": 1393225179, + "name": "EasyStack" + }, + "owner_id": 33346, + "start_date": 1488153600 + } + ], + "bio": "

Rico Lin,  Heat PTL in Rocky, Pike and Queens cycle Heat core member since Liberty, software engineer, EasyStack. co-rganizer for Taiwan OpenStack User Group. Experienced on OpenStack develop(infra and app), Cloud architect, Container(docker and k8s), community(contribute and event host), and customer tech consults and supports.

\r\n

Goals in OpenStack:
* Leverage the community differences across global (Include let Asia community get more actively join to others).
* Improve experiences of Cloud native application on top of OpenStack(by improving infra and user experiences).
* Blending OpenStack with other cloud solutions to make it become one indispensable layer.

", + "created": 1434407572, + "first_name": "Rico", + "gender": "Male", + "id": 76, + "irc": "ricolin", + "last_edited": 1523401944, + "last_name": "Lin", + "member_id": 33346, + "moderated_presentations": { + "2": 21713 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/76", + "presentations": { + "11": 21595, + "12": 21629 + }, + "title": "Software Engineer, EasyStack", + "twitter": "ricolintw" + }, + { + "affiliations": [ + { + "created": 1526290432, + "end_date": null, + "id": 156826, + "is_current": true, + "job_title": "SUSE OpenStack Cloud Senior Engineer", + "last_edited": 1526290432, + "organization": { + "created": 1359485922, + "id": 43, + "last_edited": 1381737833, + "name": "SUSE" + }, + "owner_id": 37952, + "start_date": 1525219200 + } + ], + "bio": "

Jean-Philippe Evrard is a a designer of solutions, and a problem solver.

\r\n

He is the PTL of OpenStack-Ansible for the Rocky cycle, and  was PTL of Openstack-Ansible during Queens cycle.

", + "created": 1438221307, + "first_name": "Jean-Philippe", + "gender": "Male", + "id": 3240, + "irc": "evrardjp", + "last_edited": 1526290491, + "last_name": "Evrard", + "member_id": 37952, + "moderated_presentations": { + "1": 21715 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/3240", + "presentations": { + "5": 21583, + "6": 21643 + }, + "title": "OpenStack solutions architect, deployer and contributor", + "twitter": "evrardjp" + }, + { + "affiliations": [ + { + "created": 1499226306, + "end_date": null, + "id": 142277, + "is_current": true, + "job_title": "MTS", + "last_edited": 1499226306, + "organization": { + "created": 1359485922, + "id": 45, + "last_edited": 1359485922, + "name": "VMware " + }, + "owner_id": 18956, + "start_date": 1499212800 + } + ], + "bio": "

Chris has been working with and developing various forms of distributed systems for around 25 years. When he landed in the world of OpenStack, Chris started with the Telemetry project and has since moved into improving the scheduler in Nova and helping to create the new Placement service. Chris is primarily interested in the ways groups of people use networked technology to collaborate, exploring the problem space of information sharing and reuse. He hopes to help make himself and everyone else less dumb. He is a member of the Technical Committee, a core reviewer in the API working group, and is the author of Gabbi, an HTTP testing tool, and a large suite of diverse experiments for enhancing asynchronous collaboration on the internet. In OpenStack, Chris is striving to bring about some semblance of maturity, composability and accessibility to the services while also increasing the degree of communication and transparency among the many people and organizations involved with OpenStack.

", + "created": 1436776132, + "first_name": "Chris", + "gender": "Prefer not to say", + "id": 1240, + "irc": "cdent", + "last_edited": 1512385851, + "last_name": "Dent", + "member_id": 18956, + "moderated_presentations": { + "1": 21716, + "2": 21718, + "3": 21739 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1240", + "presentations": { + "9": 21783 + }, + "title": "OpenStack Engineer", + "twitter": "anticdent" + }, + { + "affiliations": [ + { + "created": 1516556609, + "end_date": null, + "id": 153464, + "is_current": true, + "job_title": null, + "last_edited": 1516556609, + "organization": { + "created": 1359485922, + "id": 111, + "last_edited": 1365013137, + "name": "Intel" + }, + "owner_id": 98064, + "start_date": 1451606400 + } + ], + "bio": null, + "created": 1524654083, + "first_name": "Sundar", + "gender": "Male", + "id": 14589, + "irc": null, + "last_edited": 1524654083, + "last_name": "Nadathur", + "member_id": 98064, + "moderated_presentations": [ + 21720 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14589", + "presentations": [], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1501354501, + "end_date": null, + "id": 143523, + "is_current": true, + "job_title": null, + "last_edited": 1501354501, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 24399, + "start_date": 1496620800 + } + ], + "bio": null, + "created": 1450827502, + "first_name": "Tony", + "gender": "Male", + "id": 3676, + "irc": null, + "last_edited": 1518389566, + "last_name": "Breeds", + "member_id": 24399, + "moderated_presentations": { + "1": 21721 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/3676", + "presentations": [], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1436967593, + "end_date": null, + "id": 76036, + "is_current": true, + "job_title": null, + "last_edited": 1436967593, + "organization": { + "created": 1417387506, + "id": 6897, + "last_edited": 1417387506, + "name": "Bloomberg L.P" + }, + "owner_id": 39196, + "start_date": 922924800 + } + ], + "bio": "

I helped build and debug Bloomberg's first OpenStack clusters to enter production. I enjoy working on our OpenStack distro https://github.com/bloomberg/chef-bcpc and the challenge of adapting OpenStack for Bloomberg's private cloud project.

Prior to working on Openstack, I spent many years developing, optimising and supporting the Bloomberg terminal software.

", + "created": 1436968026, + "first_name": "Chris", + "gender": "Male", + "id": 2320, + "irc": null, + "last_edited": 1440597384, + "last_name": "Morgan", + "member_id": 39196, + "moderated_presentations": { + "2": 21725, + "3": 21788 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/2320", + "presentations": [], + "title": "Cloud Builder at Bloomberg L.P.", + "twitter": "mihalis68" + }, + { + "affiliations": [ + { + "created": 1484235077, + "end_date": null, + "id": 134220, + "is_current": true, + "job_title": "OpenStack Course Author", + "last_edited": 1485831935, + "organization": { + "created": 1485831935, + "id": 21175, + "last_edited": 1485831935, + "name": "Linux Academy" + }, + "owner_id": 33567, + "start_date": 1484524800 + } + ], + "bio": "

Amy Marrich is an Instructor at Linux Academy and was previously a Linux System Engineer on the Platform Engineering Cloud Operations team at Rackspace and is an active member of the Openstack Ansible project and currently servers as a member of the User Committe, Chair for the Diversity Working Group and is one of the leaders for the Women of OpenStack. She has been working in various positions in the IT world for over 20 years, her experience ranges from management and engineering in regards to software development, linux operations, and cloud computing. She lives in New Braunfels, TX with her spouse, two dogs and 2 horses. 

", + "created": 1453161103, + "first_name": "Amy", + "gender": "Female", + "id": 4024, + "irc": "spotz", + "last_edited": 1521553053, + "last_name": "Marrich", + "member_id": 33567, + "moderated_presentations": { + "1": 21726 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/4024", + "presentations": { + "10": 20783, + "13": 21492, + "14": 21657, + "15": 21710 + }, + "title": "OpenStack Course Author", + "twitter": "spotzz_" + }, + { + "affiliations": [ + { + "created": 1437892284, + "end_date": null, + "id": 76919, + "is_current": true, + "job_title": "System Architect", + "last_edited": 1491719454, + "organization": { + "created": 1453015419, + "id": 12865, + "last_edited": 1453015419, + "name": "Nokia Cloudband" + }, + "owner_id": 41036, + "start_date": 1343779200 + } + ], + "bio": "

Ifat Afek is a System Architect in Nokia CloudBand, and the PTL of the Vitrage project - OpenStack RCA service for organizing, analyzing and visualizing OpenStack Alarms and Events.

\r\n

In her role, she has lead the Vitrage effort from day one towards its acceptance into the Big Tent six months later. She now focuses on Vitrage productization and the design of new features for Rocky.

\r\n

 

", + "created": 1438860456, + "first_name": "Ifat", + "gender": "Female", + "id": 3386, + "irc": "ifat_afek", + "last_edited": 1517989702, + "last_name": "Afek", + "member_id": 41036, + "moderated_presentations": { + "1": 21727 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/3386", + "presentations": { + "15": 21593, + "16": 21653 + }, + "title": "System Architect, Nokia CloudBand", + "twitter": null + }, + { + "affiliations": [], + "bio": "

I am a software engineer and an algorithm developer in Nokia. I have a Ph.D. in computational physical chemistry from the Hebrew University. I'm Interested in openstack & Kubernetes and architecture.

\r\n

 

\r\n

 

", + "created": 1517969042, + "first_name": "Liat", + "gender": null, + "id": 14143, + "irc": null, + "last_edited": 1517975744, + "last_name": "Pele", + "member_id": 98557, + "moderated_presentations": [ + 21729 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/14143", + "presentations": { + "0": 20918, + "3": 20964 + }, + "title": "Developer\u00a0at Nokia", + "twitter": null + }, + { + "affiliations": [], + "bio": null, + "created": 1436968991, + "first_name": "Jay", + "id": 2339, + "irc": "jungleboyj", + "last_edited": 1440597384, + "last_name": "Bryant", + "moderated_presentations": { + "2": 21730, + "3": 21731, + "4": 21732 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/2339", + "presentations": [], + "title": "", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1491770791, + "end_date": null, + "id": 138576, + "is_current": true, + "job_title": "Principal Architect", + "last_edited": 1491770791, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 19313, + "start_date": 1491782400 + } + ], + "bio": "

Sean McGinnis is a principal architect with Huawei in the cloud computing group. He was the Cinder block storage project Project Team Lead for Mitaka through Pike, a member of the Technical Committee since 2017, and currently serves as the Release Management PTL.

", + "created": 1434720954, + "first_name": "Sean", + "gender": "Male", + "id": 219, + "irc": "smcginnis", + "last_edited": 1517412089, + "last_name": "McGinnis", + "member_id": 19313, + "moderated_presentations": [ + 21738 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/219", + "presentations": { + "17": 20740 + }, + "title": "Principal Architect", + "twitter": "SeanTMcGinnis" + }, + { + "affiliations": [ + { + "created": 1525022430, + "end_date": null, + "id": 156410, + "is_current": true, + "job_title": "Senior Principal Software Engineer", + "last_edited": 1525022430, + "organization": { + "created": 1422355350, + "id": 7297, + "last_edited": 1422355350, + "name": "Red Hat, Inc" + }, + "owner_id": 359, + "start_date": 1458518400 + } + ], + "bio": "

Doug Hellmann is employed by Red Hat to work on OpenStack. He is currently serving on the Release Management and Oslo teams and is a member of the Technical Committee.

\n

He started contributing to OpenStack in 2012, just before the Folsom summit. He has contributed to the Oslo project, is part of the team working on the Python 3 transition, and has contributed to several of the infrastructure projects. Doug has served on\u00a0the release management\u00a0team since\u00a0the Mitaka\u00a0development cycle.

\n

\u00a0

", + "created": 1436527452, + "first_name": "Doug", + "gender": "Male", + "id": 1072, + "irc": "doughellmann", + "last_edited": 1525955595, + "last_name": "Hellmann", + "member_id": 359, + "moderated_presentations": [ + 21740, + 21741 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1072", + "presentations": { + "5": 21891 + }, + "title": "Senior Principal Software Engineer, Red Hat", + "twitter": "dhellmann" + }, + { + "affiliations": [ + { + "created": 1397346396, + "end_date": null, + "id": 57896, + "is_current": true, + "job_title": null, + "last_edited": 1401051462, + "organization": { + "created": 1359485922, + "id": 537, + "last_edited": 1381707064, + "name": "NEC" + }, + "owner_id": 6461, + "start_date": 1319414400 + } + ], + "bio": "

Ghanshyam is currently serving as PTL of OpenStack QA and full time Open Source developer in OpenStack. He is active contributor in OpenStack development in many projects mainly in Nova, OpenStack QA and Core Reviewer in several OpenStack projects. He has worked in different domains like Avionics, Storage, Cloud and Virtualization etc. He started his Software career as software developer in Avionic domain with C++ for around 4 years and then started working as OpenStack upstream developer since 2012. 

\r\n

He is also a frequent speaker in OpenStack summits and LinuxCon and presented talks in LinuxCon 2015, OpenStack Summit, 2015, 2016, 2017 on various topics like RESTful API, QA , Cloud Backup, Open Source Community Building etc.. He has been actively involved on various PoC and solutions design around OpenStack.

\r\n

More Details: https://ghanshyammann.com/

", + "created": 1451396047, + "first_name": "Ghanshyam", + "gender": "Male", + "id": 3711, + "irc": "gmann", + "last_edited": 1523570085, + "last_name": "Mann", + "member_id": 6461, + "moderated_presentations": [ + 21742 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/3711", + "presentations": { + "12": 21646, + "13": 21585 + }, + "title": "Software Developer", + "twitter": "ghanshyammann" + }, + { + "affiliations": [ + { + "created": 1384269895, + "end_date": null, + "id": 53607, + "is_current": true, + "job_title": "", + "last_edited": 1384269895, + "organization": { + "created": 1359485922, + "id": 285, + "last_edited": 1381734470, + "name": "NTT" + }, + "owner_id": 13438, + "start_date": 1380499200 + } + ], + "bio": "

Masahito Muroi is a software enginer in NTT. He is now working as a cloud architect for NTT's public/private cloud. He is also one of core developer in OpenStack Congress Project and PTL in Blazar Project.  He's started to join OpenStack Community and develop NTT's cloud with OpenStack since Diablo release.

", + "created": 1434397957, + "first_name": "masahito", + "gender": "Male", + "id": 70, + "irc": "masahito", + "last_edited": 1499912696, + "last_name": "muroi", + "member_id": 13438, + "moderated_presentations": { + "1": 21743 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/70", + "presentations": { + "15": 21600, + "16": 21624 + }, + "title": "software enginer, cloud architect, NTT", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1444168167, + "end_date": null, + "id": 81568, + "is_current": true, + "job_title": null, + "last_edited": 1476864796, + "organization": { + "created": 1476864796, + "id": 19293, + "last_edited": 1476864796, + "name": "KDDI Research" + }, + "owner_id": 48070, + "start_date": 1444089600 + } + ], + "bio": "

Yuki Kasuya has been engaged in research on infrastructure management in KDDI Research. He is currently investigating the infrastructure operation for NFV, especially, virtual switch acceleration, VIM and NFVI. He also works as a technical advisor for KDDI’s cloud platform with OpenStack.

", + "created": 1453255720, + "first_name": "Yuki", + "gender": "Male", + "id": 4057, + "irc": null, + "last_edited": 1526001579, + "last_name": "Kasuya", + "member_id": 48070, + "moderated_presentations": [ + 21744 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4057", + "presentations": [], + "title": "Research Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 40877, + "is_current": true, + "job_title": " Vice President of Engineering", + "last_edited": 1384269868, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 154, + "start_date": null + } + ], + "bio": "

Thierry Carrez is the Vice-President of Engineering at the OpenStack Foundation, in charge of the long-term health of the open source projects under the Foundation. A long-time elected member of the OpenStack Technical Committee, he has been a Release Manager for the OpenStack project since its inception, coordinating the effort and facilitating collaboration between contributors.

\r\n

Thierry spoke about OpenStack, open innovation and open source project management at various conferences around the world, including OSCON, LinuxCon, and FOSDEM. A Python Software Foundation fellow, he was previously the Technical lead for Ubuntu Server at Canonical, an operational manager for the Gentoo Linux Security Team, and an IT manager in various companies.

", + "created": 1436527307, + "first_name": "Thierry", + "gender": "Male", + "id": 1071, + "irc": "ttx", + "last_edited": 1525431756, + "last_name": "Carrez", + "member_id": 154, + "moderated_presentations": { + "7": 21745, + "8": 21747 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1071", + "presentations": { + "13": 20968 + }, + "title": "VP of Engineering, OpenStack Foundation", + "twitter": "tcarrez" + }, + { + "affiliations": [ + { + "created": 1384269877, + "end_date": null, + "id": 46292, + "is_current": true, + "job_title": "Infrastructure Engineer", + "last_edited": 1386581930, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 5479, + "start_date": 1365379200 + } + ], + "bio": "

A long-time computer hobbyist and technology generalist, Jeremy's worked as a Unix and GNU/Linux sysadmin for more than two decades focusing on information security, Internet services and data center automation. He's a core member of the OpenStack project infrastructure team and serves on both the technical committee and vulnerability management team. In his spare time he writes free software, hacks on open hardware projects and embedded platforms, restores old video game systems and enjoys articles on math theory and cosmology

", + "created": 1434380284, + "first_name": "Jeremy", + "gender": "Male", + "id": 62, + "irc": "fungi", + "last_edited": 1485895827, + "last_name": "Stanley", + "member_id": 5479, + "moderated_presentations": [ + 21746, + 21834 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/62", + "presentations": { + "3": 21847 + }, + "title": ".", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269894, + "end_date": null, + "id": 53208, + "is_current": true, + "job_title": "", + "last_edited": 1456801007, + "organization": { + "created": 1359485922, + "id": 285, + "last_edited": 1381734470, + "name": "NTT" + }, + "owner_id": 13007, + "start_date": 1317427200 + } + ], + "bio": "

He has been working on OpenStack development project in NTT R&D since 2011 and is currently a manager of OpenStack community team within NTT Software Innovation Center.

\r\n

He has been the chairman of the Japan OpenStack Users Group (JOSUG) since March 2016.

\r\n

 

", + "created": 1434335853, + "first_name": "Shintaro", + "gender": "Male", + "id": 19, + "irc": "shintaro", + "last_edited": 1485353729, + "last_name": "Mizuno", + "member_id": 13007, + "moderated_presentations": { + "2": 21748 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/19", + "presentations": [], + "title": "Senior Research Engineer, Supervisor, NTT Corporat", + "twitter": "shintaro" + }, + { + "affiliations": [ + { + "created": 1426697454, + "end_date": null, + "id": 68929, + "is_current": true, + "job_title": null, + "last_edited": 1426697454, + "organization": { + "created": 1417485096, + "id": 6910, + "last_edited": 1417485096, + "name": "City Network Hosting AB" + }, + "owner_id": 32122, + "start_date": 1406851200 + } + ], + "bio": "

Senior software developer at the OpenStack based public cloud City Network, based in Sweden but with locations around the globe. More than 10 years of industry experience.

\r\n

Tobias main focus is developing City Networks cloud management platform - used for all our OpenStack installations - and other cool complementary features. Also spending some good time maintaining our installations.

\r\n

Big fan of OpenStack, been around it for a couple of years now. Proud to have been given the opportunity to co-chair the Public Cloud Working group.

", + "created": 1436793565, + "first_name": "Tobias", + "gender": "Male", + "id": 1334, + "irc": "tobberydberg", + "last_edited": 1500026223, + "last_name": "Rydberg", + "member_id": 32122, + "moderated_presentations": { + "2": 21749, + "3": 21751 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1334", + "presentations": { + "12": 21166 + }, + "title": "Senior Developer", + "twitter": "tobberydberg" + }, + { + "affiliations": [ + { + "created": 1418792607, + "end_date": null, + "id": 63983, + "is_current": true, + "job_title": "Senior SW Architect", + "last_edited": 1484734189, + "organization": { + "created": 1399725551, + "id": 5106, + "last_edited": 1399725551, + "name": "nokia" + }, + "owner_id": 27104, + "start_date": 1126483200 + }, + { + "created": 1487925970, + "end_date": null, + "id": 136602, + "is_current": true, + "job_title": null, + "last_edited": 1487925970, + "organization": { + "created": 1421798436, + "id": 7259, + "last_edited": 1421798436, + "name": "Nokia Networks" + }, + "owner_id": 27104, + "start_date": 1487894400 + } + ], + "bio": "

I have been working in the Telco industry since 1998. Watching the industry to evolve and being part of making it happen.

\r\n

2014 I started to work in the OPNFV to make Telco/NFV features to open source. My main focus is to drive changes into OpenStack . Figure out with developers, operators and OPNFV community of how things can be done to satisfy Telco and other users needs. Discuss, communicate, make design and do the code.

\r\n

Currently I am PTL of The OPNFV Doctor project and infrastructure maintenance in interaction with application on top of it is currently our first priority.

", + "created": 1437010254, + "first_name": "Tomi", + "gender": "Male", + "id": 2875, + "irc": "tojuvone", + "last_edited": 1522906285, + "last_name": "Juvonen", + "member_id": 27104, + "moderated_presentations": [ + 21750 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2875", + "presentations": { + "8": 21109 + }, + "title": "Technical Leader", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1508317864, + "end_date": null, + "id": 146396, + "is_current": true, + "job_title": "Distinguished Member of Technical Staff", + "last_edited": 1508317864, + "organization": { + "created": 1489759781, + "id": 22066, + "last_edited": 1489759781, + "name": "Verizon Cloud Platform VCP - Verizon Wireless" + }, + "owner_id": 12766, + "start_date": 1504224000 + } + ], + "bio": "

Graham is the PTL of Designate.

\r\n

Graham worked previously as part of the DNSaaS team in HP Helion, and the DNSaaS team in HP Public Cloud before that. As part of this team he was responsible for operating a publicly accessible deployment of Designate, while working on new features for Designate, and developing a Designate in a box product for private cloud use.

\r\n

Graham then worked on the Kubernetes HA, Scale and Performance Team at SUSE.

\r\n

He is now working for Verizon Wireless as a DMTS, working on upstream projects.

\r\n

He has been working on Designate for over four years, and previously has experience in both startup and enterprise software development.

", + "created": 1436891209, + "first_name": "Graham", + "gender": "Male", + "id": 1794, + "irc": "mugsie", + "last_edited": 1518079712, + "last_name": "Hayes", + "member_id": 12766, + "moderated_presentations": { + "1": 21752, + "2": 21778 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1794", + "presentations": { + "15": 21172, + "16": 21611 + }, + "title": "Distinguished Member of Technical Staff", + "twitter": "grahamhayes" + }, + { + "affiliations": [], + "bio": "

Julia is an Expert Systems Engineer with over fifteen years of experience engineering, building, managing, and troubleshooting customized solutions ranging from specific items such as power, HVAC, and storage, to inter-facility connectivity and cloud infrastructures.

She has a proven track record in researching and deploying appropriate technologies to meet evolving needs in a cost-effective fashion, management of an information technology group and associated resources required to effectively offer service, and management of common information technology projects running the entire gamut from data center expansions and moves to simple hardware swap.

Specialties: OpenStack, Cloud Computing, Network Operations, Datacenter networking, Datacenter Facilities, IT Consulting, Linux Systems Administration, Data center operations management, Testing, evaluation, Process development, Technical writing and documentation

", + "created": 1454477163, + "first_name": "Julia", + "id": 5345, + "irc": "TheJulia", + "last_edited": 1454477355, + "last_name": "Kreger", + "moderated_presentations": { + "2": 21753 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/5345", + "presentations": { + "3": 21614, + "4": 21632 + }, + "title": "Cloud Automation and Distribution Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1489709599, + "end_date": null, + "id": 137426, + "is_current": true, + "job_title": "Principal Architect", + "last_edited": 1489709619, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 9604, + "start_date": 1489363200 + } + ], + "bio": "

Matt Riedemann works for Huawei in the cloud unit. He has been involved with OpenStack since the Grizzly release primarily doing upstream development. He was the Nova PTL for the Newton, Ocata, Pike and Queens releases and was the first stable branch maintenance team PTL. He continues to be active on the Nova and stable maintenance core teams. He can be found on freenode IRC as mriedem.

", + "created": 1455807449, + "first_name": "Matt", + "gender": "Male", + "id": 5590, + "irc": "mriedem", + "last_edited": 1524076589, + "last_name": "Riedemann", + "member_id": 9604, + "moderated_presentations": { + "7": 21754 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/5590", + "presentations": { + "6": 20850, + "8": 21598 + }, + "title": "Principal Architect - OpenStack", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269877, + "end_date": null, + "id": 46288, + "is_current": true, + "job_title": "", + "last_edited": 1489076808, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 5478, + "start_date": 1377993600 + } + ], + "bio": "

Dan works on Nova at Red Hat, and has been contributing to the Nova project since 2012. He has been working on virtualization for over ten years, with previous significant contributions to Xen, libvirt, and the libvirt CIM providers.

", + "created": 1436259352, + "first_name": "Dan", + "gender": "Male", + "id": 798, + "irc": "dansmith", + "last_edited": 1499678475, + "last_name": "Smith", + "member_id": 5478, + "moderated_presentations": { + "1": 21755 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/798", + "presentations": [], + "title": "Senior Principal Software Engineer", + "twitter": "get_offmylawn" + }, + { + "affiliations": [ + { + "created": 1384269888, + "end_date": null, + "id": 49930, + "is_current": true, + "job_title": "", + "last_edited": 1485890803, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 9061, + "start_date": 1364342400 + } + ], + "bio": "

James Slagle is a Principal Software Engineer at Red Hat. He's been working on OpenStack since the Havana release in 2013. His focus has been on OpenStack deployment and particularly the TripleO project, where he is a former PTL. Recently, his efforts have been around migrating TripleO to a more Ansible driven architecture and better integration with existing data center tools. At Red Hat, he was heavily involved with the initial productization of OpenStack Platform Director which is a downstream of TripleO.

", + "created": 1436989891, + "first_name": "James", + "gender": "Male", + "id": 2611, + "irc": "slagle", + "last_edited": 1518107898, + "last_name": "Slagle", + "member_id": 9061, + "moderated_presentations": [ + 21756, + 21765 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2611", + "presentations": [], + "title": "Principal Software Engineer", + "twitter": "slagle" + }, + { + "affiliations": [ + { + "created": 1500055980, + "end_date": null, + "id": 142778, + "is_current": true, + "job_title": "Sr Staff Opensource Process Architect", + "last_edited": 1500055980, + "organization": { + "created": 1376965705, + "id": 2648, + "last_edited": 1381698659, + "name": "Futurewei Technologies Inc." + }, + "owner_id": 10273, + "start_date": 1370822400 + } + ], + "bio": "

I am an industry veteran, with experience spanning computer bring up to AI, networks, mobile compute, and embedded systems. But my attention always seems to return to close to the metal, large infrastructure. Starting out in EE as a systems engineer, I migrated to SW development then on to QA and SW Process. During the journey, I have analysed Space Shuttle launch communications, modelled complex space systems. I have tested compilers, debuggers and visualization tools for a SIMD system and done software bringup for a SPARC based, multiprocessor mainframe. I have managed teams supporting software release, compute farms for chip design, and QA and escalation for mobile embedded compute systems and location based apps on mobile phones.  Ensuring all of these were successes is why I am a champion for operations, interoperability, quality, reliability and usability.  They all go hand-in-hand in creating success.

\r\n

As for Open Source, I have been aware and peripherally involved in Open Source since the original creation of Copy Left, but am finally fully immersed in it now, as an OpenStack resource within OpenStack and Huawei. I have learned through my endeavors that my skillset is best applied once a certain level of maturity has been achieved in a project. My abilities are a great fit for where OpennStack is now and where we can take it. 

\r\n

Most importantly, I meld a passion for quality performance with a pragmatism gained in the real world.

\r\n

Projects/Work Groups: DefCore, Refstack, Product Work Group, Logging Work Group, Women of OpenStack, Diversity Work Group ,and (soon to be) Stable project(plus I hang out in Infra, collaborate with Oslo, follow the TC, Ops and Dev MLs)

", + "created": 1435596000, + "first_name": "Rochelle", + "gender": "Female", + "id": 491, + "irc": "rockyg", + "last_edited": 1500056020, + "last_name": "Grober", + "member_id": 10273, + "moderated_presentations": { + "4": 21759 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/491", + "presentations": [], + "title": "Architect, Quality and Operations for Open Source", + "twitter": "GroberRocky" + }, + { + "affiliations": [ + { + "created": 1500294703, + "end_date": null, + "id": 142888, + "is_current": true, + "job_title": "Architect", + "last_edited": 1500294703, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 15164, + "start_date": 1499644800 + } + ], + "bio": "

I am a software developer focused on OpenStack's Identity program. I am passionate about open-source software and sharing knowledge. I constantly look for ways to improve the performance and scalability of whatever project I'm work on. When I'm not writing or reviewing code I enjoy cooking and tackling restoration projects with my wife.

", + "created": 1435575496, + "first_name": "Lance", + "gender": "Male", + "id": 473, + "irc": "lbragstad", + "last_edited": 1523443781, + "last_name": "Bragstad", + "member_id": 15164, + "moderated_presentations": { + "6": 21760, + "7": 21761, + "8": 21762 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/473", + "presentations": { + "8": 21584, + "9": 21633 + }, + "title": "Engineer", + "twitter": "LanceBragstad" + }, + { + "affiliations": [ + { + "created": 1485889769, + "end_date": null, + "id": 134953, + "is_current": true, + "job_title": null, + "last_edited": 1485889769, + "organization": { + "created": 1359485922, + "id": 27, + "last_edited": 1365013136, + "name": "IBM" + }, + "owner_id": 5714, + "start_date": 1481760000 + }, + { + "created": 1498496126, + "end_date": null, + "id": 141932, + "is_current": true, + "job_title": null, + "last_edited": 1498496126, + "organization": { + "created": 1408395644, + "id": 5952, + "last_edited": 1408395644, + "name": "Personal user" + }, + "owner_id": 5714, + "start_date": 1498435200 + } + ], + "bio": "

Matthew has been working on and contributing to Open Source software for most of his career. He has been primarily contributing to OpenStack since 2012 and is a former member of the OpenStack TC (Technical Committee) and was previously the PTL (project technical lead) of the OpenStack community's QA program from OpenStack's Juno development cycle in 2014  through the Mitaka development cycle in 2016. He is a core contributor for several OpenStack projects and a member of the OpenStack Stable Maintenance Team. Matthew currently works for IBM's Developer Advocacy team working to make Open Source software better for everyone. He has  previously been a speaker at OpenStack summits, LinuxCons Japan, China,  and North America, OpenWest, FOSSASIA, SeaGL, and linux.conf.au.

", + "created": 1434447887, + "first_name": "Matthew", + "gender": "Male", + "id": 108, + "irc": "mtreinish", + "last_edited": 1518118151, + "last_name": "Treinish", + "member_id": 5714, + "moderated_presentations": { + "2": 21763, + "3": 21764 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/108", + "presentations": { + "14": 21278, + "15": 21646 + }, + "title": "Open Source Software Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1506598278, + "end_date": null, + "id": 145772, + "is_current": true, + "job_title": "Senior Software Architect ", + "last_edited": 1506598278, + "organization": { + "created": 1359485922, + "id": 450, + "last_edited": 1365013136, + "name": "Huawei" + }, + "owner_id": 6057, + "start_date": 1503273600 + } + ], + "bio": "

Miguel Lavalle is a core team member of the Openstack Neutron project and has been the PTL during the Queens and Rocky cycles. Over the past 5 years, he has made contributions to the L3 agent, Tempest testing of Neutron, integration of Neutron, Nova and Designate, Routed Networks and more recently, participated in the development and testing of multiple port bindings. At Huawei, he is a member of the OpenStack Upstream Development team, focused on contributing code to the Neutron project.

\r\n

Miguel lives in Pflugerville, TX, with his wife Beatriz and their Beagle Toto. He is an avid gliders pilot, having accumulated more than 700 hours of flight time, most of them in cross country tasks in his Jantar Standard 3. When not coding or flying, he enjoys swimming and yoga.

", + "created": 1436373293, + "first_name": "Miguel", + "gender": "Male", + "id": 904, + "irc": "mlavalle", + "last_edited": 1518022749, + "last_name": "Lavalle", + "member_id": 6057, + "moderated_presentations": { + "1": 21766 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/904", + "presentations": { + "8": 21010, + "9": 21597 + }, + "title": "Senior Software Architect , Huawei", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1468422830, + "end_date": null, + "id": 101293, + "is_current": true, + "job_title": null, + "last_edited": 1468422830, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 17596, + "start_date": 1456790400 + } + ], + "bio": "

During working hours Erno is mainly hacking OpenStack Glance as full time upstream developer and serves as Glance PTL for Rocky cycle. Stationed near Galway, Ireland Erno is one of the remotees in Red Hat's fleet. Before joining Red Hat, he used to work for HP(E) on multiple roles involving support, training and OpenStack development.

\r\n

Erno is very Enterprise minded focusing his efforts to stability, security, supportability and usability.

\r\n

Outside of the work the hacking turns bit more free formed and hw related involving car and automation electronics. Not to be only nerd within the four walls Erno also enjoys to play Disc Golf or taking hikes around the beautiful areas of Connemara or backwoods of Finland.

", + "created": 1435911179, + "first_name": "Erno", + "gender": "Male", + "id": 624, + "irc": "jokke_", + "last_edited": 1518073783, + "last_name": "Kuvaja", + "member_id": 17596, + "moderated_presentations": [ + 21767, + 21768, + 21769, + 21770 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/624", + "presentations": { + "10": 21592, + "11": 21628, + "9": 20956 + }, + "title": "Senior Software Engineer", + "twitter": "epkuva" + }, + { + "affiliations": [ + { + "created": 1395323528, + "end_date": null, + "id": 57383, + "is_current": true, + "job_title": null, + "last_edited": 1395323528, + "organization": { + "created": 1395323528, + "id": 4676, + "last_edited": 1395323528, + "name": "Cirrus Seven, Inc." + }, + "owner_id": 17742, + "start_date": 1351728000 + } + ], + "bio": null, + "created": 1507818969, + "first_name": "Erik", + "gender": "Male", + "id": 13785, + "irc": null, + "last_edited": 1507818969, + "last_name": "McCormick", + "member_id": 17742, + "moderated_presentations": [ + 21771, + 21772 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13785", + "presentations": [], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1426025508, + "end_date": null, + "id": 68462, + "is_current": true, + "job_title": null, + "last_edited": 1426025508, + "organization": { + "created": 1359485922, + "id": 226, + "last_edited": 1365013136, + "name": "Fujitsu" + }, + "owner_id": 31683, + "start_date": 1425254400 + } + ], + "bio": "

Nguyen Phuong An

\r\n

Software engineer at Fujitsu Limited.

\r\n

He is an upstream developer for openstack-neutron project. He has been working in security group logging &  firewall as a service v2 features.

", + "created": 1436955337, + "first_name": "Phuong An", + "gender": "Male", + "id": 2173, + "irc": "annp", + "last_edited": 1519172846, + "last_name": "Nguyen", + "member_id": 31683, + "moderated_presentations": [ + 21773, + 21774 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/2173", + "presentations": [], + "title": "Software Engineer", + "twitter": "annp87" + }, + { + "affiliations": [ + { + "created": 1470666219, + "end_date": null, + "id": 103077, + "is_current": true, + "job_title": null, + "last_edited": 1470666219, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 31476, + "start_date": 1468800000 + } + ], + "bio": "

I'm a software developer working in the OpenStack team at Red Hat. I predominantly work with Nova, where I'm a core reviewer, though I've also been known to tinker with projects all over the OpenStack ecosystem. I previously worked at Intel, where I contributed to OpenStack (Nova and Neutron also) and Open vSwitch (led internal testing and validation efforts).

", + "created": 1454088593, + "first_name": "Stephen", + "gender": "Male", + "id": 4556, + "irc": "stephenfin", + "last_edited": 1517891338, + "last_name": "Finucane", + "member_id": 31476, + "moderated_presentations": { + "1": 21776 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/4556", + "presentations": { + "6": 20831, + "7": 21627 + }, + "title": "Software Engineer", + "twitter": "stephenfin" + }, + { + "affiliations": [ + { + "created": 1521198028, + "end_date": null, + "id": 155218, + "is_current": true, + "job_title": "Sr Solutions Architect", + "last_edited": 1521198028, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 15351, + "start_date": 1518998400 + } + ], + "bio": "

Open source advocate for 15+ years.

\r\n

OpenStack developer, deployer since 2011...

\r\n

Frisbee thrower as long as I can remember... OpenStack Community leader for 6+ years.

\r\n

Formerly doing cloud and open source for Canonical (Ubuntu) and HP, currently doing OpenStack at Charter Communications.

", + "created": 1435909502, + "first_name": "David", + "gender": "Male", + "id": 623, + "irc": "med_", + "last_edited": 1517586228, + "last_name": "Medberry", + "member_id": 15351, + "moderated_presentations": [ + 21777 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/623", + "presentations": { + "15": 20769 + }, + "title": "Lead Engineer, OpenStack DevOps", + "twitter": "davidmedberry" + }, + { + "affiliations": [ + { + "created": 1450043596, + "end_date": null, + "id": 84442, + "is_current": true, + "job_title": null, + "last_edited": 1474485993, + "organization": { + "created": 1359485922, + "id": 17, + "last_edited": 1359485922, + "name": "Red Hat" + }, + "owner_id": 13661, + "start_date": 1450051200 + } + ], + "bio": "

Tom serves as PTL for the OpenStack Manila project and is employed by Red Hat.

\r\n

He started late in the Juno release, working at first on NetApp Cinder drivers, and then moving on to work on core Cinder code, especially the Cinder backup service.  Starting around the mitaka cycle, he began working primarily on Manila but he maintains a keen interest in sharing solutions between the two projects.

\r\n

Tom has worked as a developer and as a deployer of a variety of storage and network technologies over the course of his career and really enjoys the chance to apply this experience working on open source, especially a project with the reach and impact of OpenStack.

", + "created": 1454084000, + "first_name": "Tom", + "gender": "Male", + "id": 4538, + "irc": "tbarron", + "last_edited": 1521454071, + "last_name": "Barron", + "member_id": 13661, + "moderated_presentations": [ + 21780 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/4538", + "presentations": { + "6": 20989, + "7": 21619, + "8": 21637 + }, + "title": "OpenStack Developer at Red Hat", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1417060090, + "end_date": null, + "id": 63533, + "is_current": true, + "job_title": null, + "last_edited": 1477372488, + "organization": { + "created": 1359485922, + "id": 33, + "last_edited": 1365013136, + "name": "Hewlett Packard Enterprise" + }, + "owner_id": 26705, + "start_date": 1446336000 + } + ], + "bio": "

Stefano is a sort of programmer and system administrator who likes networking, too. He started his careers, while still at University, as network administrator and developer in one of the first Internet service providers established in Italy. Stefano spends most of his time typing on a keyboard and looking at an LCD screen. While not in front of a computer you can find him riding his bicycle, swimming or walking around.

", + "created": 1486244361, + "first_name": "Stefano", + "gender": "Male", + "id": 11490, + "irc": "sc", + "last_edited": 1509357159, + "last_name": "Canepa", + "member_id": 26705, + "moderated_presentations": { + "1": 21784 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/11490", + "presentations": [], + "title": "OpenStack Cloud Solution Engineer", + "twitter": "scanepa" + }, + { + "affiliations": [ + { + "created": 1455548920, + "end_date": null, + "id": 89068, + "is_current": true, + "job_title": null, + "last_edited": 1455548920, + "organization": { + "created": 1433237264, + "id": 9434, + "last_edited": 1433237264, + "name": "OVH Group" + }, + "owner_id": 55256, + "start_date": 1310428800 + } + ], + "bio": "

DevOps at OVH working on large cloud deployments.

", + "created": 1467987709, + "first_name": "Adam", + "gender": "Male", + "id": 9547, + "irc": "akijak", + "last_edited": 1486402426, + "last_name": "Kijak", + "member_id": 55256, + "moderated_presentations": [ + 21785 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9547", + "presentations": [], + "title": "DevOps", + "twitter": "AdamAtOVH" + }, + { + "affiliations": [], + "bio": "

Dr. Craig A. Lee is a Senior Scientist in the Computer Systems Research Department of the Aerospace Corporation. He has worked in high-performance parallel and distributed computing for the last thirty years. This work has led to Dr. Lee's involvement in the Open Grid Forum (OGF) where he served as President from 2007 to 2010, and facilitated the global federation of “big science” computing grids. Dr. Lee served as the main liaison between OGF and the DMTF, SNIA, TMF, the Open Cloud Consortium, Cloud Security Alliance, OMG, and OASIS. Dr. Lee is now on the OGF Board of Directors and heavily involved with NIST, having contributed significantly to the NIST Cloud Standards Roadmap, the NIST Cloud Technology Roadmap, and now sits on the NIST Federated Cloud WG. He has served on the program committee for many conferences and workshops, as a panelist for the NSF, NASA, DOE, and as an international evaluator for INRIA. He is an associate editor of Future Generation Computing Systems (Elsevier) and on the editorial board of the International Journal of Cloud Computing (Inderscience). Dr. Lee has published over 75 technical works, including four book chapters and seven edited volumes and issues. He holds a Ph.D. in Computer Science from the University of California, Irvine.

\r\n

Selected Recent Publications, Reports and Presentations

\r\n

Lee, C., (Cloud) Federation Management, Invited presentation and KeyVOMS demonstration, 8th NIST Cloud Forum and Workshop, Gaithersburg, MD, July 8-10, 2015.

\r\n

Lee, C., Bridging Silos: Federation Management, Invited presentations:

\r\n
    \r\n
  • DoD OCIO/DISA CTO, Arlington VA, March 20, 2015
  • \r\n
  • DoDIN (GIG) Cloud Computing Services Guidance WG, April 15, 2015
  • \r\n
\r\n

Lee, C., N. Desai and A. Brethorst, A Keystone-based Virtual Organization Management System, 6th IEEE CloudCom, December 15-18, 2014.

\r\n

Lee, C., A Design Space Review for General Federation Management Using Keystone, First IEEE Cloud Federation Management Workshop, 7th IEEE UCC, December 8-11, 2014.

\r\n

Lee, C., D. Bernstein, Federation Management Using Keystone, The OpenStack Kilo Design Summit, Paris, France, Nov. 5, 2014.

\r\n

Lee, C.A. and N. Desai, Approaches for Virtual Organization Support in OpenStack, IEEE Third International Workshop on Cloud Computing Interclouds, Multiclouds, Federations, and Interoperability (Intercloud 2014), March 11, 2014.

\r\n

Demchenko, Y., C. Ngo, C. Lee, C. de Laat, Federated Access Control in Heterogeneous Intercloud Environment: Basic Models and Architecture Patterns, IEEE Third International Workshop on Cloud Computing Interclouds, Multiclouds, Federations, and Interoperability (Intercloud 2014), March 11, 2014.

\r\n

Chadwick, D.W., K. Siu, C. Lee, Y. Fouillat, D. Germonville, Adding Federated Identity Management to OpenStack, Journal of Grid Computing, V12n1, pp. 3-27, March 2014.

\r\n

Lee, C. A. and D. W. Chadwick. The Virtual Organization Concept for Authorization Management in Federated Clouds, The OpenStack Icehouse Design Summit, Hong Kong, Nov. 8. 2013.

", + "created": 1436900330, + "first_name": "Craig", + "gender": null, + "id": 1884, + "irc": null, + "last_edited": 1440595833, + "last_name": "Lee", + "member_id": 10691, + "moderated_presentations": { + "1": 21786 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1884", + "presentations": { + "3": 21845 + }, + "title": "Senior Scientist", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1384269867, + "end_date": null, + "id": 40804, + "is_current": true, + "job_title": "", + "last_edited": 1417068507, + "organization": { + "created": 1359485922, + "id": 42, + "last_edited": 1365005113, + "name": "CERN" + }, + "owner_id": 88, + "start_date": 1117584000 + } + ], + "bio": "

Tim is responsible for the group at CERN, the European Laboratory for Particle Physics, which manages the compute infrastructure for 13,000 physicists around the world to support fundamental research. He previously worked as a Unix kernel developer at IBM along with managing large scale Unix production deployments and services for Deutsche Bank in Europe.

\r\n

His team is running the CERN OpenStack cloud which has been in production since July 2013 and is currently around 280,000 cores. This cloud provides processing power to analyse the data from the Large Hadron Collider and other experiments which produce around 60PB a year. The practical experiences are shared on the blog at http://openstack-in-production.blogspot.fr/

\r\n

 

", + "created": 1436858673, + "first_name": "Tim", + "gender": "Male", + "id": 1570, + "irc": "noggin143", + "last_edited": 1515062912, + "last_name": "Bell", + "member_id": 88, + "moderated_presentations": [ + 21787 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/1570", + "presentations": [], + "title": "IT Infrastructure Manager, CERN", + "twitter": "noggin143" + }, + { + "affiliations": [ + { + "created": 1509925067, + "end_date": null, + "id": 147069, + "is_current": true, + "job_title": "Vice President and Principal Analyst", + "last_edited": 1509925067, + "organization": { + "created": 1509925067, + "id": 25056, + "last_edited": 1509925067, + "name": "Hurwitz & Associates" + }, + "owner_id": 90948, + "start_date": 1454284800 + } + ], + "bio": null, + "created": 1501072554, + "first_name": "Jean", + "gender": null, + "id": 13281, + "irc": null, + "last_edited": 1501072554, + "last_name": "Bozman", + "member_id": 90948, + "moderated_presentations": [ + 21799 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/13281", + "presentations": [], + "title": null, + "twitter": null + }, + { + "affiliations": [ + { + "created": 1425114477, + "end_date": null, + "id": 68151, + "is_current": true, + "job_title": null, + "last_edited": 1473287626, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 31400, + "start_date": 1162252800 + } + ], + "bio": "

Fatih Degirmenci is a Principal Developer at Ericsson Product Development Unit Cloud. He is specialized in automation, CI/CD, DevOps, and Software Development Infrastructure  and currently involved in several large scale CI/CD activities across Ericsson. He is a member of the OPNFV Technical Steering Committee and Project Team Lead of OPNFV Release Engineering Project. Before moving to his current role, Fatih worked in WCDMA MS RAN and took active part in CI Transformation, paving the way for Continuous Deployment. Prior to Ericsson, he worked for Havelsan Inc and provided expertise to its customers such as BOEING and BAE Systems.

", + "created": 1434607626, + "first_name": "Fatih", + "gender": "Male", + "id": 184, + "irc": "fdegir", + "last_edited": 1518108897, + "last_name": "Degirmenci", + "member_id": 31400, + "moderated_presentations": [ + 21829 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/184", + "presentations": { + "10": 21702, + "7": 21290, + "8": 21322 + }, + "title": "Principal Developer", + "twitter": "fdegir" + }, + { + "affiliations": [ + { + "created": 1384269867, + "end_date": null, + "id": 40745, + "is_current": true, + "job_title": "Executive Director", + "last_edited": 1384971007, + "organization": { + "created": 1359485922, + "id": 3, + "last_edited": 1381735101, + "name": "OpenStack Foundation" + }, + "owner_id": 28, + "start_date": 1348012800 + } + ], + "bio": "

Jonathan Bryce, who has spent his career building the cloud, is Executive Director of the OpenStack Foundation. Previously he was a founder of The Rackspace Cloud.

\r\n

He started his career working as a web developer for Rackspace, and during his tenure, he and co-worker Todd Morey had a vision to build a sophisticated web hosting environment where users and businesses alike could turn to design, develop and deploy their ideal web site – all without being responsible for procuring the technology, installing it or making sure it is built to be always available. This vision became The Rackspace Cloud. Since then he has been a major driver of OpenStack, the open source cloud software initiative.

", + "created": 1436885848, + "first_name": "Jonathan", + "gender": "Male", + "id": 1759, + "irc": "jbryce", + "last_edited": 1485273784, + "last_name": "Bryce", + "member_id": 28, + "moderated_presentations": { + "9": 21831 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/1759", + "presentations": { + "15": 21701, + "16": 21707 + }, + "title": "Executive Director, OpenStack Foundation", + "twitter": "jbryce" + }, + { + "affiliations": [ + { + "created": 1384269868, + "end_date": null, + "id": 40881, + "is_current": true, + "job_title": "", + "last_edited": 1384269868, + "organization": { + "created": 1359485922, + "id": 71, + "last_edited": 1381736021, + "name": "eWEEK/InternetNews" + }, + "owner_id": 158, + "start_date": null + } + ], + "bio": "

.

", + "created": 1458269216, + "first_name": "Sean", + "gender": null, + "id": 5678, + "irc": null, + "last_edited": 1485346767, + "last_name": "Kerner", + "member_id": 158, + "moderated_presentations": { + "2": 21844 + }, + "pic": "https://devbranch.openstack.org/profile_images/speakers/5678", + "presentations": [], + "title": "eWEEK/InternetNews", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1464878786, + "end_date": null, + "id": 97903, + "is_current": true, + "job_title": null, + "last_edited": 1464878786, + "organization": { + "created": 1405485650, + "id": 5600, + "last_edited": 1405485650, + "name": "Openstack" + }, + "owner_id": 64085, + "start_date": 1460678400 + } + ], + "bio": "

Ashlee Ferguson joined the OpenStack Foundation as a Marketing Associate after interning with the Marketing Team for a year. She graduated from the University of Texas at Austin with a Bachelor's degree in Corporate Communication and a Business Minor. Prior to joining the OpenStack Foundation, she worked in event coordination for SXSW Interactive. Outside of work, Ashlee enjoys Austin’s live music scene, coffee shops, and breakfast taco joints.

", + "created": 1464878877, + "first_name": "Ashlee", + "gender": "Female", + "id": 9152, + "irc": "ashferg", + "last_edited": 1525780295, + "last_name": "Ferguson", + "member_id": 64085, + "moderated_presentations": [ + 21876 + ], + "pic": "https://devbranch.openstack.org/profile_images/speakers/9152", + "presentations": [ + 21789 + ], + "title": "Marketing Associate", + "twitter": "ashlee_ferg" + } + ], + "speakers_count": 577, + "sponsors": [ + { + "created": 1306277769, + "id": 26, + "last_edited": 1486760714, + "name": "Intel" + }, + { + "created": 1318341917, + "id": 159, + "last_edited": 1525076566, + "name": "SUSE" + }, + { + "created": 1338815303, + "id": 227, + "last_edited": 1513274463, + "name": "Red Hat, Inc." + }, + { + "created": 1422877474, + "id": 720, + "last_edited": 1506087789, + "name": "Lenovo" + }, + { + "created": 1404918791, + "id": 604, + "last_edited": 1521622032, + "name": "QCT (Quanta Cloud Technology)" + }, + { + "created": 1336741413, + "id": 222, + "last_edited": 1507201652, + "name": "Nuage Networks" + }, + { + "created": 1489765387, + "id": 1048, + "last_edited": 1491926644, + "name": "Cloudvisory" + }, + { + "created": 1485292224, + "id": 1028, + "last_edited": 1485292810, + "name": "Micron Technology" + }, + { + "created": 1408530329, + "id": 628, + "last_edited": 1483645596, + "name": "Infoblox" + }, + { + "created": 1392719498, + "id": 506, + "last_edited": 1525262912, + "name": "EasyStack" + }, + { + "created": 1480695589, + "id": 1018, + "last_edited": 1496887458, + "name": "OP5" + }, + { + "created": 1409768588, + "id": 643, + "last_edited": 1461105354, + "name": "Storage Made Easy" + }, + { + "created": 1321890261, + "id": 80, + "last_edited": 1492528160, + "name": "NetApp" + }, + { + "created": 1336390442, + "id": 220, + "last_edited": 1485276474, + "name": "Juniper Networks" + }, + { + "created": 1355239456, + "id": 260, + "last_edited": 1509379258, + "name": "Dell EMC" + }, + { + "created": 1347920975, + "id": 243, + "last_edited": 1520522800, + "name": "VMware" + }, + { + "created": 1378911316, + "id": 403, + "last_edited": 1505403401, + "name": "Fujitsu" + }, + { + "created": 1347921928, + "id": 248, + "last_edited": 1499936228, + "name": "Huawei" + }, + { + "created": 1503659732, + "id": 1074, + "last_edited": 1525257899, + "name": "Tencent Cloud" + }, + { + "created": 1404919467, + "id": 605, + "last_edited": 1506370540, + "name": "Inspur" + }, + { + "created": 1392220181, + "id": 502, + "last_edited": 1519223811, + "name": "Kontron" + }, + { + "created": 1306324449, + "id": 59, + "last_edited": 1516128442, + "name": "Cisco" + }, + { + "created": 1378467461, + "id": 397, + "last_edited": 1517226764, + "name": "Cumulus Networks" + }, + { + "created": 1524504234, + "id": 1095, + "last_edited": 1524504234, + "name": "Zenko" + }, + { + "created": 1524838214, + "id": 1099, + "last_edited": 1524838214, + "name": "Scale Computing" + }, + { + "created": 1307114147, + "id": 105, + "last_edited": 1526482511, + "name": "Mirantis" + }, + { + "created": 1429016900, + "id": 772, + "last_edited": 1472050026, + "name": "Supermicro" + }, + { + "created": 1421168587, + "id": 718, + "last_edited": 1494008833, + "name": "Platform9 Systems, Inc" + }, + { + "created": 1306268501, + "id": 1, + "last_edited": 1521632430, + "name": "Rackspace" + }, + { + "created": 1413284029, + "id": 675, + "last_edited": 1493824966, + "name": "Avi Networks" + }, + { + "created": 1392719120, + "id": 504, + "last_edited": 1520347611, + "name": "TrilioData" + } + ], + "start_date": 1526738400, + "start_showing_venues_date": 1522695600, + "ticket_types": [ + { + "created": 1513065734, + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243163", + "id": 66, + "last_edited": 1513065734, + "name": "Early Bird Full Access Pass", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Save on the Certified OpenStack Administrator exam when you buy a Full Access Pass to the Vancouver Summit. Note: This purchase is an ONLINE exam that you can take at any time; there will be *NO* in-person exams given at the Sydney Summit. Upon purchase, your COA code will be sent in a separate email within 2-3 business days.", + "external_id": "77243164", + "id": 67, + "last_edited": 1516842003, + "name": "Full Access Pass + online COA exam \u2014Save on your COA exam!", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243165", + "id": 68, + "last_edited": 1513065734, + "name": "AUC/ATC Full Access Pass", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243166", + "id": 69, + "last_edited": 1513065734, + "name": "Student Full Access Pass", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243167", + "id": 70, + "last_edited": 1513065734, + "name": "Discounted Full Access Pass", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243168", + "id": 71, + "last_edited": 1513065734, + "name": "Full Access Pass", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Save on the Certified OpenStack Administrator exam when you buy a Full Access Pass to the Vancouver Summit. Note: This purchase is an ONLINE exam that you can take at any time; there will be *NO* in-person exams given at the Sydney Summit. Upon purchase, your COA code will be sent in a separate email within 2-3 business days.", + "external_id": "77243169", + "id": 72, + "last_edited": 1516842003, + "name": "Full Access Pass + online COA exam \u2014Save on your COA exam!", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243170", + "id": 73, + "last_edited": 1513065734, + "name": "WEEK LONG Full Access Pass", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Save on the Certified OpenStack Administrator exam when you buy a Full Access Pass to the Vancouver Summit. Note: This purchase is an ONLINE exam that you can take at any time; there will be *NO* in-person exams given at the Sydney Summit. Upon purchase, your COA code will be sent in a separate email within 2-3 business days.", + "external_id": "77243171", + "id": 74, + "last_edited": 1516842003, + "name": "Full Access Pass + online COA exam \u2014Save on your COA exam!", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": null, + "external_id": "77243172", + "id": 75, + "last_edited": 1517446803, + "name": "MONDAY Day Pass - Full Access", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": null, + "external_id": "77243173", + "id": 76, + "last_edited": 1517446803, + "name": "TUESDAY Day Pass - Full Access", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": null, + "external_id": "77243174", + "id": 77, + "last_edited": 1517446803, + "name": "WEDNESDAY Day Pass - Full Access", + "summit_id": 24 + }, + { + "created": 1513065734, + "description": "Want your name to be featured on a slide during keynotes? Then donate to the Travel Support Program! \r\n***This is a donation to the Travel Support Fund. It is NOT a pass to the Summit.*** The Travel Support Program is based on the promise of Open Design and facilitates participation of key contributors to the OpenStack Summit by covering travel and accommodation costs.", + "external_id": "77243176", + "id": 78, + "last_edited": 1515027602, + "name": "Donation to Travel Support Program Fund", + "summit_id": 24 + }, + { + "created": 1515027602, + "description": "Grants access to the Marketplace Mixer on Monday from 6-8pm. **This ticket type DOES NOT grant access to any other Summit activities or facilities before or after the above time. **", + "external_id": "78873729", + "id": 79, + "last_edited": 1515027602, + "name": "Marketplace Mixer ONLY (Note: Full Access pass holders already have access to this event)", + "summit_id": 24 + } + ], + "time_zone": { + "comments": "Pacific - BC (most areas)", + "country_code": "CA", + "latitude": 49.26667, + "longitude": -123.11667, + "name": "America/Vancouver", + "offset": -25200 + }, + "time_zone_id": "America/Vancouver", + "timestamp": 1531335697, + "tracks": [ + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 18, + "chair_visible": true, + "code": "PHC", + "created": 1515076339, + "description": "Topics include: architecture, bare metal, economics, hardware, operations, orchestration & hybrid cloud tools, networking, organizational culture & processes, security & compliance, SLAs, storage, upgrades, user experience, vendor selection", + "id": 210, + "last_edited": 1519617684, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Private & Hybrid Cloud", + "session_count": 42, + "slug": "private-hybrid-cloud", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 4, + "chair_visible": true, + "code": "PC", + "created": 1515076355, + "description": "Topics include: architecture / hardware, economics, cloud portability, features & needs, federation, hardware, operations / upgrades, multi-tenance, networking, performance, scale, security & compliance, SLAs, storage, open source platforms, tools & SDKs, UI / UX, upgrades, user experience", + "id": 211, + "last_edited": 1519617694, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Public Cloud", + "session_count": 14, + "slug": "public-cloud", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 10, + "chair_visible": true, + "code": "CI", + "created": 1515076366, + "description": "Topics include: Running containers at scale, container ecosystem, container networking, container storage, container security, hybrid VM & container architectures, containers & bare metal", + "id": 212, + "last_edited": 1525695193, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Container Infrastructure", + "session_count": 27, + "slug": "container-infra", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 6, + "chair_visible": true, + "code": "EI", + "created": 1515076381, + "description": "Topics include: 5G, cloudlet, distributed computing, Mesh, security, networking, architecture, ease of deployment, edge ecosystem, hardware performance accelerators (e.g. GPUs, ASICs, etc.), hardware profile, IoT, low end-to-end latency, management tools, scaling, edge-enabled applications, physical hardening, QoS, remote/extreme environments, remote troubleshooting, standalone cloudlets, tamper evidence, tamper resistance, VM and container handoff across WAN connections, zero-touch provisioning", + "id": 213, + "last_edited": 1519617618, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Edge Computing", + "session_count": 17, + "slug": "edge-infra", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 4, + "chair_visible": true, + "code": "CD", + "created": 1515076393, + "description": "Topics include: Software development pipeline, automated testing, QA, culture & process, policies & compliance, CI/CD ecosystem, repository architecture, unit vs integration testing, deployment maturity model, gitops", + "id": 214, + "last_edited": 1519617667, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "OpenDev CI/CD", + "session_count": 0, + "slug": "cicd", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 3, + "chair_visible": true, + "code": "HPC", + "created": 1515076408, + "description": "Topics include: AI, computation, cluster, economics, exascale, government, GPUs, grid, HPC, HTC, machine learning, New applications for AI running on OpenStack clouds, Novel/Emerging architectures for GPUs/AI, operations at scale, performance, scientific research,\r\n\r\n ", + "id": 215, + "last_edited": 1519617630, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "HPC / GPU / AI", + "session_count": 12, + "slug": "hpc-htc-gpu", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 4669, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 10, + "chair_visible": true, + "code": "NFV", + "created": 1515076419, + "description": "Topics include: 5G, architecture, NFV, economics, hardware, operations, performance, QoS, SDN, SLAs, standardization e.g. ETSI NFV", + "id": 216, + "last_edited": 1521138546, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Telecom & NFV", + "session_count": 29, + "slug": "telecom-nfv", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 3, + "chair_visible": true, + "code": "OSC", + "created": 1515076431, + "description": "Topics include: community management, diversity and inclusion, mentoring, open source governance, ambassadors, roadmap development", + "id": 217, + "last_edited": 1519617647, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Open Source Community", + "session_count": 9, + "slug": "open-source-community", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": true + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": null, + "created": 1518540880, + "description": "Working Groups & BoF", + "id": 218, + "last_edited": 1519617732, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Working Groups & BoF", + "session_count": 0, + "slug": "working-groups-bof", + "summit_id": 24, + "track_groups": [], + "voting_visible": false + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": null, + "created": 1519983435, + "description": null, + "id": 219, + "last_edited": 1519983435, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Workshops", + "session_count": 0, + "slug": "workshops", + "summit_id": 24, + "track_groups": [], + "voting_visible": false + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": "K$", + "created": 1520957803, + "description": null, + "id": 220, + "last_edited": 1520957803, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Keynotes", + "session_count": 0, + "slug": "keynotes", + "summit_id": 24, + "track_groups": [ + 83 + ], + "voting_visible": false + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": true, + "code": "LB", + "created": 1520958644, + "description": null, + "id": 221, + "last_edited": 1520958644, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Lunches & Breaks", + "session_count": 0, + "slug": "lunches-breaks", + "summit_id": 24, + "track_groups": [], + "voting_visible": true + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": "IT", + "created": 1521042442, + "description": null, + "id": 222, + "last_edited": 1521042442, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Intensive Trainings", + "session_count": 0, + "slug": "intensive-trainings", + "summit_id": 24, + "track_groups": [], + "voting_visible": false + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": "PU", + "created": 1521473195, + "description": null, + "id": 223, + "last_edited": 1521473195, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Project Updates", + "session_count": 0, + "slug": "project-updates", + "summit_id": 24, + "track_groups": [], + "voting_visible": false + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": "F", + "created": 1521473315, + "description": null, + "id": 224, + "last_edited": 1521473315, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Forum", + "session_count": 0, + "slug": "forum", + "summit_id": 24, + "track_groups": [ + 84 + ], + "voting_visible": false + }, + { + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": "M$", + "created": 1523463297, + "description": null, + "id": 225, + "last_edited": 1523463297, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Marketplace", + "session_count": 0, + "slug": "marketplace", + "summit_id": 24, + "track_groups": [], + "voting_visible": false + }, + { + "allowed_tag": [ + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703, + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": true, + "code": "FF", + "created": 1525805181, + "description": null, + "id": 258, + "last_edited": 1525805181, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Foundation Fundamentals", + "session_count": 0, + "slug": "foundation-fundamentals", + "summit_id": 24, + "track_groups": [], + "voting_visible": true + }, + { + "allowed_tag": [ + 4707, + 4708 + ], + "alternate_count": 0, + "chair_visible": false, + "code": "Reg", + "created": 1525877035, + "description": null, + "id": 259, + "last_edited": 1525877035, + "lightning_alternate_count": 0, + "lightning_count": 0, + "name": "Registration", + "session_count": 0, + "slug": "registration", + "summit_id": 24, + "track_groups": [], + "voting_visible": false + } + ], + "type_id": 0, + "wifi_connections": [ + { + "created": 1526742204, + "description": null, + "id": 2, + "last_edited": 1526742204, + "password": "OpenInfra", + "ssid": "OpenStackSummit", + "summit_id": 24 + } + ] + }, + "entity_id": 24, + "id": 730245, + "last_edited": 1488308967, + "type": "UPDATE" +} diff --git a/OpenStack Summit/CoreSummitTests/JSON/DataUpdates20.json b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates20.json new file mode 100644 index 00000000..b527c977 --- /dev/null +++ b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates20.json @@ -0,0 +1,168 @@ +{ + "class_name": "Presentation", + "created": 1524061496, + "entity": { + "allow_feedback": true, + "attendees_expected_learnt": "

How to test Helm charts using \"helm test\"

\n

How to easily run Tempest and Rally in an OpenStack-Helm environment

\n

How to periodically validate functionality in Kubernetes using CronJobs

\n

The approach used in OpenStack-Helm to integrate QA functionality in Helm charts

", + "attending_media": false, + "avg_feedback_rate": 0, + "class_name": "Presentation", + "description": "

Kubernetes and Helm allow for near-effortless deployment and management of resilient resources.\u00a0 This talk will discuss bringing similar ease to test automation in a container-orchestrated context.

\n

OpenStack-Helm (OSH) is a Helm chart library that allows simple customization and deployment of OpenStack containers across k8s clusters, from laptop-scale to data center-scale.\u00a0 As OSH matures, it integrates robust and seamless testing via Tempest and Rally functionality.\u00a0 OSH leverages these tools in multiple contexts, from lightweight \"helm test\" validation to full-blown Helm charts with customizable container overrides.

\n

This talk will provide an overview of the OSH QA integration as currently implemented, as well as our vision for containerized testing efforts in the future. We hope it will serve as an informative talk as well as a collaboration point between others in the community to ultimately make containerized testing efforts as functional/robust/useful as possible.

", + "end_date": 1526940000, + "head_count": 0, + "id": 20891, + "is_published": true, + "level": "Intermediate", + "links": [], + "location_id": 348, + "moderator_speaker_id": 0, + "problem_addressed": null, + "rsvp_external": false, + "rsvp_link": null, + "rsvp_max_user_number": 0, + "rsvp_max_user_wait_list_number": 0, + "rsvp_template_id": 0, + "slides": [ + { + "created": 1527839631, + "description": null, + "display_on_site": true, + "featured": false, + "id": 45731, + "last_edited": 1527839631, + "link": "https://devbranch.openstack.org/assets/presentation-media/QA-Automation-in-a-Kubernetes-World-v7-final5.pdf", + "name": "QA automation in a Kubernetes world", + "order": 0, + "presentation_id": 20891 + } + ], + "social_description": "We describe effortless test automation leveraging Kubernetes, OpenStack-Helm, Tempest, and Rally.", + "speakers": [ + { + "affiliations": [ + { + "created": 1460407728, + "end_date": null, + "id": 93891, + "is_current": true, + "job_title": null, + "last_edited": 1460407728, + "organization": { + "created": 1359485922, + "id": 12, + "last_edited": 1365000778, + "name": "AT&T" + }, + "owner_id": 59756, + "start_date": 1460937600 + } + ], + "bio": "

Elise has been a key player in open source initiatives at AT&T for the last three years. As a technical agile coach, she drove the transition to modern agile development practices. She also developed a company-wide practice to simplify employee-driven open source contributions and established a standard structure for AT&T's GitHub presence.

\r\n

Currently, Elise works within AIC to interface with upstream OpenStack community and beyond. Contributing to AIC quality improvement and open source strategy in many ways, she currently leads an effort to repurpose unused hardware to create an accessible Open Source Lab, housed in the T-REX Innovation Center in downtown St. Louis.

", + "created": 1468443653, + "first_name": "Elise", + "gender": "Female", + "id": 10196, + "irc": "eeiden", + "last_edited": 1518116320, + "last_name": "Eiden", + "member_id": 59756, + "pic": "https://devbranch.openstack.org/profile_images/speakers/10196", + "title": "Professional System Engineer", + "twitter": null + }, + { + "affiliations": [ + { + "created": 1439373674, + "end_date": null, + "id": 78625, + "is_current": true, + "job_title": null, + "last_edited": 1439373674, + "organization": { + "created": 1434981210, + "id": 9750, + "last_edited": 1434981210, + "name": "AT&T Services" + }, + "owner_id": 45370, + "start_date": 846547200 + } + ], + "bio": "

Lead developer of the AIC Quality Automation (AQuA) team.  AQuA is a framework of frameworks for containerizing testing tools of our control plane. If you have any question please reach our to me.

", + "created": 1468461811, + "first_name": "Doug", + "gender": "Male", + "id": 10288, + "irc": "bigdogstl", + "last_edited": 1526997945, + "last_name": "Schveninger", + "member_id": 45370, + "pic": "https://devbranch.openstack.org/profile_images/speakers/10288", + "title": "Principal System Engineer", + "twitter": "ishootsportsstl" + } + ], + "sponsors": [], + "start_date": 1526937600, + "status": "Accepted", + "summit_id": 24, + "tags": [ + { + "created": 1515080651, + "id": 4593, + "last_edited": 1515672766, + "tag": "Demo" + }, + { + "created": 1515079122, + "id": 4591, + "last_edited": 1515672822, + "tag": "Technical" + }, + { + "created": 1517925010, + "id": 4667, + "last_edited": 1517925010, + "tag": "Openstack-Helm" + }, + { + "created": 1515081410, + "id": 4612, + "last_edited": 1515081410, + "tag": "Rally" + }, + { + "created": 1424774048, + "id": 355, + "last_edited": 1525699054, + "tag": "Kubernetes" + } + ], + "title": "QA automation in a Kubernetes world", + "to_record": true, + "track_id": 212, + "type_id": 158, + "videos": [ + { + "created": 1526923983, + "data_uploaded": 1526941983, + "description": null, + "display_on_site": true, + "featured": false, + "highlighted": false, + "id": 45206, + "last_edited": 1530508994, + "name": "QA automation in a Kubernetes world", + "order": 0, + "presentation_id": 20891, + "views": 82, + "youtube_id": "mcwLkOu1IHs" + } + ] + }, + "entity_id": 20891, + "id": 1491008, + "last_edited": 1524061496, + "type": "UPDATE" +} diff --git a/OpenStack Summit/CoreSummitTests/JSON/DataUpdates21.json b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates21.json new file mode 100644 index 00000000..14eb2ebb --- /dev/null +++ b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates21.json @@ -0,0 +1,40 @@ +{ + "class_name": "PresentationSpeaker", + "created": 1526853516, + "entity": { + "affiliations": [ + { + "created": 1384269883, + "end_date": null, + "id": 48574, + "is_current": true, + "job_title": "", + "last_edited": 1384269883, + "organization": { + "created": 1359485922, + "id": 55, + "last_edited": 1365012100, + "name": "Ericsson" + }, + "owner_id": 7644, + "start_date": null + } + ], + "bio": "

A versatile Engineer with successful background in Information Technology, Design and Architecture for Infrastructure as a Service, Cloud Computing, Software Defined Network[SDN], Software Defined Storage[SDS] and High Availability solutions with open source technologies. He has rich IT experience with extensive and up-to-date technical background.

\r\n

• 9 years of IT experience, 1 technical degree, 3 industry certifications and 4 industry trainings.
• Subject matter expert in several key disciplines ranging from Linux, Infrastructure as a Service with Software Defined Network, Software Defined Storage and Compute concentrations.
• DevOps and Reliability Engineering.
• CICD and Automation by Jenkins, Docker.
• Experience on open source datacenter solutions and automation ranging Redhat, CentOS, Ubuntu, LXC and Openstack.
• Configuration management and Orchestration through puppet.
• High Availability Solutions/Services.
• Distributed file system solutions.
• Design and Architecture for Infrastruture solutions
• 6 years of experience on cloud computing.
• 4 Years of US work Experience

", + "created": 1517941282, + "first_name": "Nirbhay", + "gender": "Male", + "id": 14110, + "irc": null, + "last_edited": 1526853515, + "last_name": "Tomar", + "member_id": 7644, + "pic": "https://devbranch.openstack.org/profile_images/speakers/14110", + "title": "Mr", + "twitter": null + }, + "entity_id": 14110, + "id": 1560180, + "last_edited": 1526853516, + "type": "UPDATE" +} diff --git a/OpenStack Summit/CoreSummitTests/JSON/DataUpdates22.json b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates22.json new file mode 100644 index 00000000..857579e9 --- /dev/null +++ b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates22.json @@ -0,0 +1,8 @@ +{ + "class_name": "Presentation", + "created": 1526893985, + "entity_id": 21142, + "id": 1565290, + "last_edited": 1526893985, + "type": "DELETE" +} diff --git a/OpenStack Summit/CoreSummitTests/JSON/DataUpdates23.json b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates23.json new file mode 100644 index 00000000..d042196b --- /dev/null +++ b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates23.json @@ -0,0 +1,36 @@ +{ + "class_name": "SummitHotel", + "created": 1524493226, + "entity": { + "address_1": "300 - 999 Canada Place", + "address_2": null, + "booking_link": "https://aws.passkey.com/go/2018OpenStackSummit", + "capacity": 0, + "city": "Vancouver", + "class_name": "SummitHotel", + "country": "CA", + "created": 1512491526, + "description": null, + "details_page": false, + "display_on_site": true, + "hotel_type": "Primary", + "id": 343, + "images": [], + "last_edited": 1524493543, + "lat": "49.2886946", + "lng": "-123.1111906", + "location_message": "45% OFF THROUGH April 25", + "location_type": "None", + "maps": [], + "name": "Pan Pacific ", + "order": 3, + "sold_out": false, + "state": "BC", + "website_url": null, + "zip_code": "V6C 3B5" + }, + "entity_id": 343, + "id": 1498358, + "last_edited": 1524493226, + "type": "UPDATE" +} diff --git a/OpenStack Summit/CoreSummitTests/JSON/DataUpdates24.json b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates24.json new file mode 100644 index 00000000..5117b072 --- /dev/null +++ b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates24.json @@ -0,0 +1,32 @@ +{ + "class_name": "SummitEvent", + "created": 1526757986, + "entity": { + "allow_feedback": false, + "avg_feedback_rate": 0, + "class_name": "SummitEvent", + "description": "

Monday

\n
  • Grab 'n' Go Lunches on all three levels (Level 1: Marketplace, Level 2: Room 211, Level 3: Foyer)
  • \n

Tuesday - Thursday

\n
  • Grab 'n' Go Lunches on all three levels
  • \n
  • Hot buffet on Level 1 (Ballrooms A/B)
  • \n

View the Menus

", + "end_date": 1526934600, + "head_count": 0, + "id": 21561, + "is_published": true, + "location_id": 0, + "rsvp_external": false, + "rsvp_link": null, + "rsvp_max_user_number": 0, + "rsvp_max_user_wait_list_number": 0, + "rsvp_template_id": 0, + "social_description": "Lunch", + "sponsors": [], + "start_date": 1526930100, + "summit_id": 24, + "tags": [], + "title": "Lunch", + "track_id": 221, + "type_id": 163 + }, + "entity_id": 21561, + "id": 1552098, + "last_edited": 1526757986, + "type": "UPDATE" +} diff --git a/OpenStack Summit/CoreSummitTests/JSON/DataUpdates25.json b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates25.json new file mode 100644 index 00000000..ebc44cf4 --- /dev/null +++ b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates25.json @@ -0,0 +1,18 @@ +{ + "class_name": "SummitWIFIConnection", + "created": 1526742204, + "entity": { + "created": 1526742204, + "description": null, + "id": 2, + "last_edited": 1526742204, + "password": "OpenInfra", + "ssid": "OpenStackSummit", + "summit_id": 24 + }, + "entity_id": 2, + "id": 1551119, + "last_edited": 1526742204, + "type": "INSERT" +} + diff --git a/OpenStack Summit/CoreSummitTests/JSON/DataUpdates26.json b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates26.json new file mode 100644 index 00000000..21c4117a --- /dev/null +++ b/OpenStack Summit/CoreSummitTests/JSON/DataUpdates26.json @@ -0,0 +1,24 @@ +{ + "class_name": "SummitVenueFloor", + "created": 1526825051, + "entity": { + "created": 1520944651, + "description": null, + "id": 29, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/map-floor3.jpg", + "last_edited": 1526825061, + "name": "Level Three", + "number": 3, + "rooms": [ + 362, + 363, + 364, + 371 + ], + "venue_id": 338 + }, + "entity_id": 29, + "id": 1555969, + "last_edited": 1526825051, + "type": "UPDATE" +} diff --git a/OpenStack Summit/CoreSummitTests/JSON/Summit24.json b/OpenStack Summit/CoreSummitTests/JSON/Summit24.json new file mode 100644 index 00000000..566038e1 --- /dev/null +++ b/OpenStack Summit/CoreSummitTests/JSON/Summit24.json @@ -0,0 +1,53663 @@ +{ + "id": 24, + "created": 1488308918, + "last_edited": 1525881810, + "name": "Vancouver, BC", + "start_date": 1526738400, + "end_date": 1527220800, + "submission_begin_date": 1515009600, + "submission_end_date": 1518422340, + "voting_begin_date": 1519113600, + "voting_end_date": 1519631940, + "selection_begin_date": 1519545600, + "selection_end_date": 1520924340, + "registration_begin_date": null, + "registration_end_date": null, + "start_showing_venues_date": 1522695600, + "schedule_start_date": 1526886000, + "active": true, + "type_id": 0, + "dates_label": "May 21-24, 2018", + "presentation_votes_count": 11425, + "presentation_voters_count": 1611, + "attendees_count": 1172, + "speakers_count": 556, + "presentations_submitted_count": 1158, + "published_events_count": 505, + "speaker_announcement_email_accepted_count": 253, + "speaker_announcement_email_rejected_count": 622, + "speaker_announcement_email_alternate_count": 0, + "speaker_announcement_email_accepted_alternate_count": 0, + "speaker_announcement_email_accepted_rejected_count": 154, + "speaker_announcement_email_alternate_rejected_count": 0, + "time_zone_id": "America/Vancouver", + "secondary_registration_link": "https://www.openstack.org/summit/vancouver-2018/sponsors", + "secondary_registration_label": "Sponsor the Event", + "available_on_api": true, + "max_submission_allowed_per_user": 3, + "registration_link": "https://openstacksummit2018vancouver.eventbrite.com/?aff=VancouverSummit2018", + "link": "/summit/vancouver-2018/", + "external_summit_id": "40845826968", + "calendar_sync_name": "Vancouver 2018 Calendar", + "calendar_sync_desc": "Calendar to hold Summit Events", + "time_zone": { + "country_code": "CA", + "latitude": 49.26667, + "longitude": -123.11667, + "comments": "Pacific - BC (most areas)", + "name": "America/Vancouver", + "offset": -25200 + }, + "logo": null, + "page_url": "https://devbranch.openstack.org/summit/vancouver-2018", + "schedule_page_url": "https://devbranch.openstack.org/summit/vancouver-2018/summit-schedule", + "schedule_event_detail_url": "https://devbranch.openstack.org/summit/vancouver-2018/summit-schedule/events/:event_id/:event_title", + "ticket_types": [ + { + "id": 66, + "created": 1513065734, + "last_edited": 1513065734, + "name": "Early Bird Full Access Pass", + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243163", + "summit_id": 24 + }, + { + "id": 67, + "created": 1513065734, + "last_edited": 1516842003, + "name": "Full Access Pass + online COA exam —Save on your COA exam!", + "description": "Save on the Certified OpenStack Administrator exam when you buy a Full Access Pass to the Vancouver Summit. Note: This purchase is an ONLINE exam that you can take at any time; there will be *NO* in-person exams given at the Sydney Summit. Upon purchase, your COA code will be sent in a separate email within 2-3 business days.", + "external_id": "77243164", + "summit_id": 24 + }, + { + "id": 68, + "created": 1513065734, + "last_edited": 1513065734, + "name": "AUC/ATC Full Access Pass", + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243165", + "summit_id": 24 + }, + { + "id": 69, + "created": 1513065734, + "last_edited": 1513065734, + "name": "Student Full Access Pass", + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243166", + "summit_id": 24 + }, + { + "id": 70, + "created": 1513065734, + "last_edited": 1513065734, + "name": "Discounted Full Access Pass", + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243167", + "summit_id": 24 + }, + { + "id": 71, + "created": 1513065734, + "last_edited": 1513065734, + "name": "Full Access Pass", + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243168", + "summit_id": 24 + }, + { + "id": 72, + "created": 1513065734, + "last_edited": 1516842003, + "name": "Full Access Pass + online COA exam —Save on your COA exam!", + "description": "Save on the Certified OpenStack Administrator exam when you buy a Full Access Pass to the Vancouver Summit. Note: This purchase is an ONLINE exam that you can take at any time; there will be *NO* in-person exams given at the Sydney Summit. Upon purchase, your COA code will be sent in a separate email within 2-3 business days.", + "external_id": "77243169", + "summit_id": 24 + }, + { + "id": 73, + "created": 1513065734, + "last_edited": 1513065734, + "name": "WEEK LONG Full Access Pass", + "description": "Access to all Breakout Sessions and Workshops, Design Summit Developer & Operator working sessions, Keynote presentations, Marketplace Expo Hall, Lounges, etc.", + "external_id": "77243170", + "summit_id": 24 + }, + { + "id": 74, + "created": 1513065734, + "last_edited": 1516842003, + "name": "Full Access Pass + online COA exam —Save on your COA exam!", + "description": "Save on the Certified OpenStack Administrator exam when you buy a Full Access Pass to the Vancouver Summit. Note: This purchase is an ONLINE exam that you can take at any time; there will be *NO* in-person exams given at the Sydney Summit. Upon purchase, your COA code will be sent in a separate email within 2-3 business days.", + "external_id": "77243171", + "summit_id": 24 + }, + { + "id": 75, + "created": 1513065734, + "last_edited": 1517446803, + "name": "MONDAY Day Pass - Full Access", + "description": null, + "external_id": "77243172", + "summit_id": 24 + }, + { + "id": 76, + "created": 1513065734, + "last_edited": 1517446803, + "name": "TUESDAY Day Pass - Full Access", + "description": null, + "external_id": "77243173", + "summit_id": 24 + }, + { + "id": 77, + "created": 1513065734, + "last_edited": 1517446803, + "name": "WEDNESDAY Day Pass - Full Access", + "description": null, + "external_id": "77243174", + "summit_id": 24 + }, + { + "id": 78, + "created": 1513065734, + "last_edited": 1515027602, + "name": "Donation to Travel Support Program Fund", + "description": "Want your name to be featured on a slide during keynotes? Then donate to the Travel Support Program! \r\n***This is a donation to the Travel Support Fund. It is NOT a pass to the Summit.*** The Travel Support Program is based on the promise of Open Design and facilitates participation of key contributors to the OpenStack Summit by covering travel and accommodation costs.", + "external_id": "77243176", + "summit_id": 24 + }, + { + "id": 79, + "created": 1515027602, + "last_edited": 1515027602, + "name": "Marketplace Mixer ONLY (Note: Full Access pass holders already have access to this event)", + "description": "Grants access to the Marketplace Mixer on Monday from 6-8pm. **This ticket type DOES NOT grant access to any other Summit activities or facilities before or after the above time. **", + "external_id": "78873729", + "summit_id": 24 + } + ], + "locations": [ + { + "id": 338, + "created": 1512486055, + "last_edited": 1524493495, + "name": "Vancouver Convention Centre West", + "description": null, + "location_type": "Internal", + "order": 1, + "class_name": "SummitVenue", + "address_1": "1055 Canada Pl", + "address_2": null, + "zip_code": "V6C 0C3", + "city": "Vancouver", + "state": "BC", + "country": "CA", + "lng": "-123.1174984", + "lat": "49.2903197", + "website_url": "https://www.vancouverconventioncentre.com/contact", + "display_on_site": true, + "details_page": false, + "location_message": null, + "is_main": true, + "maps": [ + { + "id": 37, + "created": 1525791404, + "last_edited": 1525791405, + "name": "Overall Venue Map", + "description": null, + "class_name": "SummitLocationMap", + "location_id": 338, + "order": 1, + "image_url": "https://devbranch.openstack.org/assets/summits/24/locations/338/maps/vcc-fullvenuemap.jpg" + } + ], + "images": [ + { + "id": 36, + "created": 1512486585, + "last_edited": 1512486640, + "name": "Vancouver Convention Center", + "description": null, + "class_name": "SummitLocationImage", + "location_id": 338, + "order": 1, + "image_url": "https://devbranch.openstack.org/assets/summits/24/locations/338/images/5403631349-6062029d45-o.jpg" + } + ], + "rooms": [ + { + "id": 347, + "created": 1520944702, + "last_edited": 1520944702, + "name": "Room 109-110", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 414, + "override_blackouts": false + }, + { + "id": 348, + "created": 1520944726, + "last_edited": 1520944726, + "name": "Room 121-122", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 181, + "override_blackouts": false + }, + { + "id": 349, + "created": 1520944746, + "last_edited": 1520944746, + "name": "Room 118-120", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 328, + "override_blackouts": false + }, + { + "id": 350, + "created": 1520944766, + "last_edited": 1520944800, + "name": "Room 202-204", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 248, + "override_blackouts": false + }, + { + "id": 351, + "created": 1520944793, + "last_edited": 1520944793, + "name": "Room 205-207", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 248, + "override_blackouts": false + }, + { + "id": 352, + "created": 1520944817, + "last_edited": 1520944817, + "name": "Room 208-209", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 124, + "override_blackouts": false + }, + { + "id": 353, + "created": 1520944831, + "last_edited": 1520944831, + "name": "Room 210", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 63, + "override_blackouts": false + }, + { + "id": 354, + "created": 1520944845, + "last_edited": 1520944845, + "name": "Room 212", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 120, + "override_blackouts": false + }, + { + "id": 355, + "created": 1520944860, + "last_edited": 1520944860, + "name": "Room 213-214", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 98, + "override_blackouts": false + }, + { + "id": 356, + "created": 1520944873, + "last_edited": 1520944873, + "name": "Room 215-216", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 357, + "created": 1520944888, + "last_edited": 1520944888, + "name": "Room 223", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 358, + "created": 1520944901, + "last_edited": 1520944901, + "name": "Room 220", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 359, + "created": 1520944913, + "last_edited": 1520944913, + "name": "Room 221-222", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 360, + "created": 1520944943, + "last_edited": 1520944943, + "name": "Room 224", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 362, + "created": 1520944969, + "last_edited": 1520944969, + "name": "Room 301", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 29, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 363, + "created": 1520944987, + "last_edited": 1520944987, + "name": "Room 302-303", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 29, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 364, + "created": 1520945002, + "last_edited": 1520945002, + "name": "Room 304-305", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 29, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 365, + "created": 1520958145, + "last_edited": 1520958502, + "name": "Ballroom A/B", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 366, + "created": 1520958513, + "last_edited": 1520958537, + "name": "TBA", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 0, + "override_blackouts": true + }, + { + "id": 367, + "created": 1520962776, + "last_edited": 1520962781, + "name": "Lightning Talk Theater", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 0, + "override_blackouts": true + }, + { + "id": 368, + "created": 1522254244, + "last_edited": 1522254244, + "name": "Room 218-219", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 369, + "created": 1523463640, + "last_edited": 1523463640, + "name": "Ballroom C/D", + "description": "

The OpenStack Marketplace<\/p>", + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 0, + "override_blackouts": true + }, + { + "id": 370, + "created": 1523881028, + "last_edited": 1523881142, + "name": "Room 217", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 371, + "created": 1524147892, + "last_edited": 1524147892, + "name": "Room 306", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 29, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 372, + "created": 1525092615, + "last_edited": 1525092615, + "name": "Marketplace Demo Theater", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 373, + "created": 1525701987, + "last_edited": 1525701987, + "name": "Room 211", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 375, + "created": 1525877233, + "last_edited": 1525877233, + "name": "Level 1", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 376, + "created": 1526036440, + "last_edited": 1526036440, + "name": "The Marketplace (Ballroom C/D)", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 0, + "override_blackouts": false + } + ], + "floors": [ + { + "id": 27, + "created": 1520944629, + "last_edited": 1525790853, + "name": "Level One", + "description": null, + "number": 1, + "venue_id": 338, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/vcc-level1.jpg", + "rooms": [ + 347, + 348, + 349, + 365, + 366, + 367, + 369, + 372, + 375, + 376 + ] + }, + { + "id": 28, + "created": 1520944639, + "last_edited": 1525790866, + "name": "Level Two", + "description": null, + "number": 2, + "venue_id": 338, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/vcc-level2.jpg", + "rooms": [ + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 368, + 370, + 373 + ] + }, + { + "id": 29, + "created": 1520944651, + "last_edited": 1525790885, + "name": "Level Three", + "description": null, + "number": 3, + "venue_id": 338, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/vcc-level3.jpg", + "rooms": [ + 362, + 363, + 364, + 371 + ] + }, + { + "id": 30, + "created": 1525791065, + "last_edited": 1525791079, + "name": "East Meeting Level", + "description": null, + "number": 4, + "venue_id": 338, + "image": "https://devbranch.openstack.org/assets/summits/24/locations/338/floors/vcc-eastmeeting.jpg" + } + ] + }, + { + "id": 339, + "created": 1512490933, + "last_edited": 1525786236, + "name": "Vancouver Marriott Pinnacle Downtown", + "description": null, + "location_type": "None", + "order": 7, + "class_name": "SummitHotel", + "address_1": "1128 W Hastings St", + "address_2": null, + "zip_code": "V6E 4R5", + "city": "Vancouver", + "state": "BC", + "country": "CA", + "lng": "-123.1204422", + "lat": "49.2879707", + "website_url": null, + "display_on_site": true, + "details_page": false, + "location_message": null, + "capacity": 0, + "booking_link": " https://aws.passkey.com/e/49171307", + "hotel_type": "Primary", + "sold_out": false, + "maps": [], + "images": [] + }, + { + "id": 340, + "created": 1512491044, + "last_edited": 1524493495, + "name": "Fairmont Pacific Rim", + "description": null, + "location_type": "None", + "order": 5, + "class_name": "SummitHotel", + "address_1": "1038 Canada Pl", + "address_2": null, + "zip_code": "V6C 0B9", + "city": "Vancouver", + "state": "BC", + "country": "CA", + "lng": "-123.1165232", + "lat": "49.2880938", + "website_url": null, + "display_on_site": true, + "details_page": false, + "location_message": "40% OFF THROUGH May 4", + "capacity": 0, + "booking_link": " https://resweb.passkey.com/go/openstack2018vpr", + "hotel_type": "Primary", + "sold_out": false, + "maps": [], + "images": [] + }, + { + "id": 341, + "created": 1512491253, + "last_edited": 1524493495, + "name": "Fairmont Waterfront Hotel", + "description": null, + "location_type": "None", + "order": 6, + "class_name": "SummitHotel", + "address_1": "900 Canada Pl", + "address_2": null, + "zip_code": "V6C 3L5", + "city": "Vancouver", + "state": "BC", + "country": "CA", + "lng": "-123.1139649", + "lat": "49.2872212", + "website_url": null, + "display_on_site": true, + "details_page": false, + "location_message": "43% OFF THROUGH May 4", + "capacity": 0, + "booking_link": " https://resweb.passkey.com/go/openstacksummit2018", + "hotel_type": "Primary", + "sold_out": false, + "maps": [], + "images": [] + }, + { + "id": 342, + "created": 1512491359, + "last_edited": 1524493495, + "name": "Fairmont Hotel Vancouver", + "description": null, + "location_type": "None", + "order": 4, + "class_name": "SummitHotel", + "address_1": "900 W Georgia St", + "address_2": null, + "zip_code": "V6C 2W6", + "city": "Vancouver", + "state": "BC", + "country": "CA", + "lng": "-123.1209848", + "lat": "49.2838113", + "website_url": null, + "display_on_site": true, + "details_page": false, + "location_message": "44% OFF THROUGH May 4", + "capacity": 0, + "booking_link": "https://resweb.passkey.com/go/openstack2018", + "hotel_type": "Primary", + "sold_out": false, + "maps": [], + "images": [] + }, + { + "id": 343, + "created": 1512491526, + "last_edited": 1524493543, + "name": "Pan Pacific ", + "description": null, + "location_type": "None", + "order": 3, + "class_name": "SummitHotel", + "address_1": "300 - 999 Canada Place", + "address_2": null, + "zip_code": "V6C 3B5", + "city": "Vancouver", + "state": "BC", + "country": "CA", + "lng": "-123.1111906", + "lat": "49.2886946", + "website_url": null, + "display_on_site": true, + "details_page": false, + "location_message": "45% OFF THROUGH April 25", + "capacity": 0, + "booking_link": "https://aws.passkey.com/go/2018OpenStackSummit", + "hotel_type": "Primary", + "sold_out": false, + "maps": [], + "images": [] + }, + { + "id": 344, + "created": 1512491614, + "last_edited": 1525786250, + "name": "Pinnacle Hotel Harbourfront", + "description": null, + "location_type": "None", + "order": 9, + "class_name": "SummitHotel", + "address_1": "1133 W Hastings St", + "address_2": null, + "zip_code": "V6E 3T3", + "city": "Vancouver", + "state": "BC", + "country": "CA", + "lng": "-123.1209695", + "lat": "49.2884419", + "website_url": null, + "display_on_site": true, + "details_page": false, + "location_message": null, + "capacity": 0, + "booking_link": "https://aws.passkey.com/event/49495336/owner/2075/home", + "hotel_type": "Primary", + "sold_out": false, + "maps": [], + "images": [] + }, + { + "id": 345, + "created": 1512491784, + "last_edited": 1525786243, + "name": "Hyatt Regency", + "description": null, + "location_type": "None", + "order": 8, + "class_name": "SummitHotel", + "address_1": "655 Burrard St", + "address_2": null, + "zip_code": "V6C 2R7", + "city": "Vancouver", + "state": "BC", + "country": "CA", + "lng": "-123.1205418", + "lat": "49.2850955", + "website_url": null, + "display_on_site": true, + "details_page": false, + "location_message": null, + "capacity": 0, + "booking_link": "https://aws.passkey.com/go/2018openstack", + "hotel_type": "Primary", + "sold_out": false, + "maps": [], + "images": [] + }, + { + "id": 346, + "created": 1512491941, + "last_edited": 1524493495, + "name": "Four Seasons", + "description": null, + "location_type": "None", + "order": 2, + "class_name": "SummitHotel", + "address_1": "791 W Georgia St", + "address_2": null, + "zip_code": "V6C 2T4", + "city": "Vancouver", + "state": "BC", + "country": "CA", + "lng": "-123.1187075", + "lat": "49.2832102", + "website_url": null, + "display_on_site": true, + "details_page": false, + "location_message": "55% OFF THROUGH APRIL 25", + "capacity": 0, + "booking_link": "https://www.fourseasons.com/vancouver/landing_pages/events/OpenStack_Summit/", + "hotel_type": "Primary", + "sold_out": false, + "maps": [], + "images": [] + }, + { + "id": 347, + "created": 1520944702, + "last_edited": 1520944702, + "name": "Room 109-110", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 414, + "override_blackouts": false + }, + { + "id": 348, + "created": 1520944726, + "last_edited": 1520944726, + "name": "Room 121-122", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 181, + "override_blackouts": false + }, + { + "id": 349, + "created": 1520944746, + "last_edited": 1520944746, + "name": "Room 118-120", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 328, + "override_blackouts": false + }, + { + "id": 350, + "created": 1520944766, + "last_edited": 1520944800, + "name": "Room 202-204", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 248, + "override_blackouts": false + }, + { + "id": 351, + "created": 1520944793, + "last_edited": 1520944793, + "name": "Room 205-207", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 248, + "override_blackouts": false + }, + { + "id": 352, + "created": 1520944817, + "last_edited": 1520944817, + "name": "Room 208-209", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 124, + "override_blackouts": false + }, + { + "id": 353, + "created": 1520944831, + "last_edited": 1520944831, + "name": "Room 210", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 63, + "override_blackouts": false + }, + { + "id": 354, + "created": 1520944845, + "last_edited": 1520944845, + "name": "Room 212", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 120, + "override_blackouts": false + }, + { + "id": 355, + "created": 1520944860, + "last_edited": 1520944860, + "name": "Room 213-214", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 98, + "override_blackouts": false + }, + { + "id": 356, + "created": 1520944873, + "last_edited": 1520944873, + "name": "Room 215-216", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 357, + "created": 1520944888, + "last_edited": 1520944888, + "name": "Room 223", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 358, + "created": 1520944901, + "last_edited": 1520944901, + "name": "Room 220", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 359, + "created": 1520944913, + "last_edited": 1520944913, + "name": "Room 221-222", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 360, + "created": 1520944943, + "last_edited": 1520944943, + "name": "Room 224", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 362, + "created": 1520944969, + "last_edited": 1520944969, + "name": "Room 301", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 29, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 363, + "created": 1520944987, + "last_edited": 1520944987, + "name": "Room 302-303", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 29, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 364, + "created": 1520945002, + "last_edited": 1520945002, + "name": "Room 304-305", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 29, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 365, + "created": 1520958145, + "last_edited": 1520958502, + "name": "Ballroom A/B", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 366, + "created": 1520958513, + "last_edited": 1520958537, + "name": "TBA", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 0, + "override_blackouts": true + }, + { + "id": 367, + "created": 1520962776, + "last_edited": 1520962781, + "name": "Lightning Talk Theater", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 0, + "override_blackouts": true + }, + { + "id": 368, + "created": 1522254244, + "last_edited": 1522254244, + "name": "Room 218-219", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 369, + "created": 1523463640, + "last_edited": 1523463640, + "name": "Ballroom C/D", + "description": "

The OpenStack Marketplace<\/p>", + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 0, + "override_blackouts": true + }, + { + "id": 370, + "created": 1523881028, + "last_edited": 1523881142, + "name": "Room 217", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 371, + "created": 1524147892, + "last_edited": 1524147892, + "name": "Room 306", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 29, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 372, + "created": 1525092615, + "last_edited": 1525092615, + "name": "Marketplace Demo Theater", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 373, + "created": 1525701987, + "last_edited": 1525701987, + "name": "Room 211", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 28, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 374, + "created": 1525775380, + "last_edited": 1525775422, + "name": "Pan Pacific Hotel, Oceanview Rooms 1-4", + "description": null, + "location_type": "External", + "order": 10, + "class_name": "SummitExternalLocation", + "address_1": "300 - 999 Canada Place", + "address_2": null, + "zip_code": "V6C 3B5", + "city": "Vancouver", + "state": "BC", + "country": "CA", + "lng": "-123.11305190000002", + "lat": "49.28794", + "website_url": null, + "display_on_site": false, + "details_page": false, + "location_message": null, + "capacity": 0, + "maps": [], + "images": [] + }, + { + "id": 375, + "created": 1525877233, + "last_edited": 1525877233, + "name": "Level 1", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 0, + "override_blackouts": false + }, + { + "id": 376, + "created": 1526036440, + "last_edited": 1526036440, + "name": "The Marketplace (Ballroom C/D)", + "description": null, + "location_type": "Internal", + "order": 0, + "class_name": "SummitVenueRoom", + "venue_id": 338, + "floor_id": 27, + "capacity": 0, + "override_blackouts": false + } + ], + "wifi_connections": [], + "event_types": [ + { + "id": 158, + "created": 1515076637, + "last_edited": 1521738741, + "name": "Presentation", + "class_name": "PresentationType", + "color": "#f0f0ee", + "black_out_times": false, + "use_sponsors": true, + "are_sponsors_mandatory": false, + "allows_attachment": false, + "is_default": true, + "max_speakers": 3, + "min_speakers": 1, + "max_moderators": 0, + "min_moderators": 0, + "use_speakers": true, + "are_speakers_mandatory": false, + "use_moderator": false, + "is_moderator_mandatory": false, + "moderator_label": null, + "should_be_available_on_cfp": true + }, + { + "id": 159, + "created": 1515076637, + "last_edited": 1515076637, + "name": "Keynotes", + "class_name": "PresentationType", + "color": "#f0f0ee", + "black_out_times": false, + "use_sponsors": false, + "are_sponsors_mandatory": false, + "allows_attachment": false, + "is_default": true, + "max_speakers": 3, + "min_speakers": 1, + "max_moderators": 1, + "min_moderators": 0, + "use_speakers": true, + "are_speakers_mandatory": false, + "use_moderator": true, + "is_moderator_mandatory": false, + "moderator_label": null, + "should_be_available_on_cfp": false + }, + { + "id": 160, + "created": 1515076637, + "last_edited": 1517859117, + "name": "Panel", + "class_name": "PresentationType", + "color": "#f0f0ee", + "black_out_times": false, + "use_sponsors": false, + "are_sponsors_mandatory": false, + "allows_attachment": false, + "is_default": true, + "max_speakers": 4, + "min_speakers": 1, + "max_moderators": 1, + "min_moderators": 0, + "use_speakers": true, + "are_speakers_mandatory": true, + "use_moderator": true, + "is_moderator_mandatory": false, + "moderator_label": null, + "should_be_available_on_cfp": true + }, + { + "id": 161, + "created": 1515076637, + "last_edited": 1515076637, + "name": "Lightning Talks", + "class_name": "PresentationType", + "color": "#f0f0ee", + "black_out_times": false, + "use_sponsors": false, + "are_sponsors_mandatory": false, + "allows_attachment": false, + "is_default": true, + "max_speakers": 3, + "min_speakers": 1, + "max_moderators": 0, + "min_moderators": 0, + "use_speakers": true, + "are_speakers_mandatory": false, + "use_moderator": false, + "is_moderator_mandatory": false, + "moderator_label": null, + "should_be_available_on_cfp": true + }, + { + "id": 162, + "created": 1515076637, + "last_edited": 1515076637, + "name": "Hand-on Labs", + "class_name": "SummitEventType", + "color": "#f0f0ee", + "black_out_times": false, + "use_sponsors": false, + "are_sponsors_mandatory": false, + "allows_attachment": false, + "is_default": true + }, + { + "id": 163, + "created": 1515076637, + "last_edited": 1515076637, + "name": "Lunch", + "class_name": "SummitEventType", + "color": "#f0f0ee", + "black_out_times": false, + "use_sponsors": false, + "are_sponsors_mandatory": false, + "allows_attachment": false, + "is_default": true + }, + { + "id": 164, + "created": 1515076637, + "last_edited": 1515076637, + "name": "Breaks", + "class_name": "SummitEventType", + "color": "#f0f0ee", + "black_out_times": false, + "use_sponsors": false, + "are_sponsors_mandatory": false, + "allows_attachment": false, + "is_default": true + }, + { + "id": 165, + "created": 1515076637, + "last_edited": 1515076637, + "name": "Evening Events", + "class_name": "SummitEventType", + "color": "#f0f0ee", + "black_out_times": false, + "use_sponsors": false, + "are_sponsors_mandatory": false, + "allows_attachment": false, + "is_default": true + }, + { + "id": 166, + "created": 1515076637, + "last_edited": 1515076637, + "name": "Groups Events", + "class_name": "SummitEventType", + "color": "#f0f0ee", + "black_out_times": false, + "use_sponsors": false, + "are_sponsors_mandatory": false, + "allows_attachment": false, + "is_default": true + }, + { + "id": 167, + "created": 1516122251, + "last_edited": 1517859148, + "name": "Workshop", + "class_name": "PresentationType", + "color": "#f0f0ee", + "black_out_times": false, + "use_sponsors": false, + "are_sponsors_mandatory": false, + "allows_attachment": false, + "is_default": false, + "max_speakers": 4, + "min_speakers": 1, + "max_moderators": 0, + "min_moderators": 0, + "use_speakers": true, + "are_speakers_mandatory": true, + "use_moderator": false, + "is_moderator_mandatory": false, + "moderator_label": null, + "should_be_available_on_cfp": true + }, + { + "id": 168, + "created": 1521473403, + "last_edited": 1525881198, + "name": "Fishbowl", + "class_name": "PresentationType", + "color": "#f0f0ee", + "black_out_times": false, + "use_sponsors": false, + "are_sponsors_mandatory": false, + "allows_attachment": false, + "is_default": false, + "max_speakers": 2, + "min_speakers": 0, + "max_moderators": 2, + "min_moderators": 0, + "use_speakers": true, + "are_speakers_mandatory": false, + "use_moderator": true, + "is_moderator_mandatory": false, + "moderator_label": "Discussion Leader", + "should_be_available_on_cfp": false + }, + { + "id": 169, + "created": 1523463022, + "last_edited": 1523463022, + "name": "Marketplace Hours", + "class_name": "SummitEventType", + "color": "#cc0000", + "black_out_times": false, + "use_sponsors": false, + "are_sponsors_mandatory": false, + "allows_attachment": false, + "is_default": false + }, + { + "id": 170, + "created": 1524143043, + "last_edited": 1524143266, + "name": "Collab Discussion", + "class_name": "PresentationType", + "color": "#f0f0ee", + "black_out_times": false, + "use_sponsors": false, + "are_sponsors_mandatory": false, + "allows_attachment": false, + "is_default": false, + "max_speakers": 0, + "min_speakers": 0, + "max_moderators": 4, + "min_moderators": 0, + "use_speakers": false, + "are_speakers_mandatory": false, + "use_moderator": true, + "is_moderator_mandatory": false, + "moderator_label": "Moderator", + "should_be_available_on_cfp": false + }, + { + "id": 180, + "created": 1525701883, + "last_edited": 1525701883, + "name": "Breakfast", + "class_name": "SummitEventType", + "color": "#f0f0ee", + "black_out_times": false, + "use_sponsors": false, + "are_sponsors_mandatory": false, + "allows_attachment": false, + "is_default": false + } + ], + "tracks": [ + { + "id": 210, + "created": 1515076339, + "last_edited": 1519617684, + "name": "Private & Hybrid Cloud", + "description": "Topics include: architecture, bare metal, economics, hardware, operations, orchestration & hybrid cloud tools, networking, organizational culture & processes, security & compliance, SLAs, storage, upgrades, user experience, vendor selection", + "code": "PHC", + "slug": "private-hybrid-cloud", + "session_count": 42, + "alternate_count": 18, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": true, + "chair_visible": true, + "summit_id": 24, + "track_groups": [ + 83 + ], + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 211, + "created": 1515076355, + "last_edited": 1519617694, + "name": "Public Cloud", + "description": "Topics include: architecture / hardware, economics, cloud portability, features & needs, federation, hardware, operations / upgrades, multi-tenance, networking, performance, scale, security & compliance, SLAs, storage, open source platforms, tools & SDKs, UI / UX, upgrades, user experience", + "code": "PC", + "slug": "public-cloud", + "session_count": 14, + "alternate_count": 4, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": true, + "chair_visible": true, + "summit_id": 24, + "track_groups": [ + 83 + ], + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 212, + "created": 1515076366, + "last_edited": 1525695193, + "name": "Container Infrastructure", + "description": "Topics include: Running containers at scale, container ecosystem, container networking, container storage, container security, hybrid VM & container architectures, containers & bare metal", + "code": "CI", + "slug": "container-infra", + "session_count": 27, + "alternate_count": 10, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": true, + "chair_visible": true, + "summit_id": 24, + "track_groups": [], + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 213, + "created": 1515076381, + "last_edited": 1519617618, + "name": "Edge Computing", + "description": "Topics include: 5G, cloudlet, distributed computing, Mesh, security, networking, architecture, ease of deployment, edge ecosystem, hardware performance accelerators (e.g. GPUs, ASICs, etc.), hardware profile, IoT, low end-to-end latency, management tools, scaling, edge-enabled applications, physical hardening, QoS, remote/extreme environments, remote troubleshooting, standalone cloudlets, tamper evidence, tamper resistance, VM and container handoff across WAN connections, zero-touch provisioning", + "code": "EI", + "slug": "edge-infra", + "session_count": 17, + "alternate_count": 6, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": true, + "chair_visible": true, + "summit_id": 24, + "track_groups": [ + 83 + ], + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 214, + "created": 1515076393, + "last_edited": 1519617667, + "name": "OpenDev CI/CD", + "description": "Topics include: Software development pipeline, automated testing, QA, culture & process, policies & compliance, CI/CD ecosystem, repository architecture, unit vs integration testing, deployment maturity model, gitops", + "code": "CD", + "slug": "cicd", + "session_count": 0, + "alternate_count": 4, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": true, + "chair_visible": true, + "summit_id": 24, + "track_groups": [ + 83 + ], + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 215, + "created": 1515076408, + "last_edited": 1519617630, + "name": "HPC / GPU / AI", + "description": "Topics include: AI, computation, cluster, economics, exascale, government, GPUs, grid, HPC, HTC, machine learning, New applications for AI running on OpenStack clouds, Novel/Emerging architectures for GPUs/AI, operations at scale, performance, scientific research,\r\n\r\n ", + "code": "HPC", + "slug": "hpc-htc-gpu", + "session_count": 12, + "alternate_count": 3, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": true, + "chair_visible": true, + "summit_id": 24, + "track_groups": [ + 83 + ], + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 216, + "created": 1515076419, + "last_edited": 1521138546, + "name": "Telecom & NFV", + "description": "Topics include: 5G, architecture, NFV, economics, hardware, operations, performance, QoS, SDN, SLAs, standardization e.g. ETSI NFV", + "code": "NFV", + "slug": "telecom-nfv", + "session_count": 29, + "alternate_count": 10, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": true, + "chair_visible": true, + "summit_id": 24, + "track_groups": [ + 83 + ], + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 4669, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 217, + "created": 1515076431, + "last_edited": 1519617647, + "name": "Open Source Community", + "description": "Topics include: community management, diversity and inclusion, mentoring, open source governance, ambassadors, roadmap development", + "code": "OSC", + "slug": "open-source-community", + "session_count": 9, + "alternate_count": 3, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": true, + "chair_visible": true, + "summit_id": 24, + "track_groups": [ + 83 + ], + "allowed_tag": [ + 493, + 1765, + 1142, + 37, + 38, + 36, + 797, + 357, + 35, + 34, + 3939, + 1435, + 1116, + 1383, + 4590, + 4591, + 4592, + 4593, + 4594, + 4596, + 4597, + 4599, + 4600, + 4603, + 4606, + 4607, + 4608, + 4609, + 4610, + 4612, + 4613, + 4614, + 4615, + 4618, + 4619, + 4621, + 4622, + 4624, + 4626, + 4627, + 4628, + 4629, + 4632, + 4633, + 4634, + 4635, + 4636, + 4637, + 4638, + 4642, + 4643, + 4644, + 4645, + 4646, + 4647, + 4648, + 4649, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4662, + 4663, + 4664, + 4665, + 4667, + 4668, + 4552, + 14, + 1270, + 3537, + 4284, + 4092, + 4677, + 500, + 1235, + 355, + 3540, + 2080, + 4554, + 1249, + 1114, + 1913, + 964, + 1649, + 3351, + 3892, + 39, + 3539, + 1064, + 4085, + 1273, + 3543, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 218, + "created": 1518540880, + "last_edited": 1519617732, + "name": "Working Groups & BoF", + "description": "Working Groups & BoF", + "code": null, + "slug": "working-groups-bof", + "session_count": 0, + "alternate_count": 0, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": false, + "chair_visible": false, + "summit_id": 24, + "track_groups": [], + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 219, + "created": 1519983435, + "last_edited": 1519983435, + "name": "Workshops", + "description": null, + "code": null, + "slug": "workshops", + "session_count": 0, + "alternate_count": 0, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": false, + "chair_visible": false, + "summit_id": 24, + "track_groups": [], + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 220, + "created": 1520957803, + "last_edited": 1520957803, + "name": "Keynotes", + "description": null, + "code": "K$", + "slug": "keynotes", + "session_count": 0, + "alternate_count": 0, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": false, + "chair_visible": false, + "summit_id": 24, + "track_groups": [ + 83 + ], + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 221, + "created": 1520958644, + "last_edited": 1520958644, + "name": "Lunches & Breaks", + "description": null, + "code": "LB", + "slug": "lunches-breaks", + "session_count": 0, + "alternate_count": 0, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": true, + "chair_visible": true, + "summit_id": 24, + "track_groups": [], + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 222, + "created": 1521042442, + "last_edited": 1521042442, + "name": "Intensive Trainings", + "description": null, + "code": "IT", + "slug": "intensive-trainings", + "session_count": 0, + "alternate_count": 0, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": false, + "chair_visible": false, + "summit_id": 24, + "track_groups": [], + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 223, + "created": 1521473195, + "last_edited": 1521473195, + "name": "Project Updates", + "description": null, + "code": "PU", + "slug": "project-updates", + "session_count": 0, + "alternate_count": 0, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": false, + "chair_visible": false, + "summit_id": 24, + "track_groups": [], + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 224, + "created": 1521473315, + "last_edited": 1521473315, + "name": "Forum", + "description": null, + "code": "F", + "slug": "forum", + "session_count": 0, + "alternate_count": 0, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": false, + "chair_visible": false, + "summit_id": 24, + "track_groups": [ + 84 + ], + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 225, + "created": 1523463297, + "last_edited": 1523463297, + "name": "Marketplace", + "description": null, + "code": "M$", + "slug": "marketplace", + "session_count": 0, + "alternate_count": 0, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": false, + "chair_visible": false, + "summit_id": 24, + "track_groups": [], + "allowed_tag": [ + 4647, + 4648, + 4650, + 4653, + 4654, + 4656, + 4657, + 4658, + 4659, + 4660, + 4663, + 4662, + 4664, + 1270, + 4624, + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 258, + "created": 1525805181, + "last_edited": 1525805181, + "name": "Foundation Fundamentals", + "description": null, + "code": "FF", + "slug": "foundation-fundamentals", + "session_count": 0, + "alternate_count": 0, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": true, + "chair_visible": true, + "summit_id": 24, + "track_groups": [], + "allowed_tag": [ + 822, + 4697, + 4691, + 4692, + 4693, + 4694, + 4695, + 4696, + 4698, + 4699, + 4700, + 4701, + 4702, + 4703 + ] + }, + { + "id": 259, + "created": 1525877035, + "last_edited": 1525877035, + "name": "Registration", + "description": null, + "code": "Reg", + "slug": "registration", + "session_count": 0, + "alternate_count": 0, + "lightning_count": 0, + "lightning_alternate_count": 0, + "voting_visible": false, + "chair_visible": false, + "summit_id": 24, + "track_groups": [], + "allowed_tag": [] + } + ], + "track_groups": [ + { + "id": 83, + "created": 1515076180, + "last_edited": 1525696450, + "name": "OpenStack Open Infrastructure Summit", + "color": "#f0f0ee", + "description": null, + "class_name": "PresentationCategoryGroup", + "summit_id": 24, + "tracks": [ + 210, + 211, + 213, + 214, + 215, + 216, + 217, + 220 + ] + }, + { + "id": 84, + "created": 1521473246, + "last_edited": 1524826839, + "name": "The Forum", + "color": "#f0f0ee", + "description": null, + "class_name": "PresentationCategoryGroup", + "summit_id": 24, + "tracks": [ + 224 + ] + } + ], + "schedule": [ + { + "id": 21580, + "title": "OpenStack Upstream Institute Sponsored by Lenovo - Day 1 (RSVP Required)", + "description": "

OpenStack Upstream Institute is an intensive program designed to share knowledge about the different ways of contributing to OpenStack like providing new features, writing documentation, participating in working groups, and so forth. The educational program is built on the principle of open collaboration and will teach the students how to find information and navigate the intricacies of the project’s technical tools and social interactions in order to get the contributions accepted. The live one and a half day class is focusing on hands-on practice like the students can use a development environment to work on real-life bug fixes or new features and learn how to test, prepare and upload them for review. The attendees are also given the opportunity to join a mentoring program to get further help and guidance on their journey to become an active and successful member of the OpenStack community.<\/p>\n

<\/p>", + "social_description": "OpenStack Upstream Institute", + "start_date": 1526763600, + "end_date": 1526778000, + "location_id": 356, + "summit_id": 24, + "type_id": 158, + "class_name": "Presentation", + "allow_feedback": true, + "avg_feedback_rate": 0, + "is_published": true, + "head_count": 0, + "rsvp_link": "https://devbranch.openstack.org/summit/vancouver-2018/summit-schedule/events/21580/openstack-upstream-institute-sponsored-by-lenovo-day-1-rsvp-required/rsvp", + "rsvp_template_id": 13, + "rsvp_max_user_number": 60, + "rsvp_max_user_wait_list_number": 20, + "rsvp_external": false, + "track_id": 222, + "level": "N/A", + "moderator_speaker_id": 0, + "problem_addressed": null, + "attendees_expected_learnt": null, + "to_record": false, + "attending_media": false, + "status": "Accepted", + "sponsors": [ + 720 + ], + "tags": [], + "speakers": [ + 4019, + 292 + ], + "slides": [], + "links": [], + "videos": [] + }, + { + "id": 21662, + "title": "RSVP REQUIRED: Containers, Kubernetes and OpenShift - Red Hat OpenShift on OpenStack Hands-on Training", + "description": "

Join the OpenShift by Red Hat team for a full day of discussion and hands on lab to learn how OpenShift can help you deliver apps even faster.<\/p>\n


Topics to be covered: