SlideShare a Scribd company logo
1 of 50
Ashley Neely
Sr. Solution Strategist
LHC1951BE
#VMworld #LHC1951BE
Let OVH Help You Automate
your Cloud Recovery for when
you are Nuked from Orbit:
It’s the only way to be sure.
2017 Proprietary and Confidential
AUTOMATE CLOUD RECOVERY
it’s the only way to be sure…
–––
Ashley Neely | Sr. Solution Strategist
©2017 OVH US | Proprietary & Confidential
–––
AGENDA
1. About OVH – 5 minutes
2. On-Prem Environment review – 5 minutes
3. It’s 2AM and Everything is Down — 5 minutes
4. Demo of a Full Failover — 5 minutes
5. The Building of Mother— 15 minutes
6. Expanding on the Idea — 5 minutes
7. New Possibilities with OVH — 10min
8. Q/A – 10min
3
–––
WHO IS OVH?
©2017 OVH US | Proprietary & Confidential
–––
OVH is a global, hyper-scale cloud provider
that offers our customers maximum performance and value
• Vertical integration (constructing own servers, data centers) and proprietary green water cooling technology allows
OVH to save costs and pass savings to customers
• Named largest hosting & cloud provider in Europe and third largest global hosting provider by Netcraft
https://www.netcraft.com/internet-data-mining/hosting-analysis/
5
OVH GROUP HIGHLIGHTS
©2017 OVH US | Proprietary & Confidential
–––
6
Over 1.2 Million Business Clients in 138 Countries
Own 11+ Tbps
Network
with
32 PoPs
2016
20 data centers in
5 countries and
4 continents
2017
27 data centers
in 11 countries
2020
50 data centers
Hosting capacity: 1.3
million physical servers
270,000 already deployed
OVH IS A GLOBAL CLOUD LEADER
©2017 OVH US | Proprietary & Confidential
©2017 OVH US | Proprietary & Confidential 7
OVH BUILDS OUR OWN DATA CENTERS
©2017 OVH US | Proprietary & Confidential
©2017 OVH US | Proprietary & Confidential 8
30% natural air cooling
+
70% water cooling
=
0% air conditioning
OVH USES GREEN TECHNOLOGY TO MANUFACTURE SERVERS
©2017 OVH US | Proprietary & Confidential
–––
+ Dedicated Cloud
+ Virtual Private Cloud
+ Disaster Recovery
+ VMware SDDC
+ Open API
+ Automation Compatibility
+ Scalability
+ Bring you own License
+ Non-Virtual Workloads
+ Proprietary Software
Dedicated Servers
Bare Metal
Customer Support & Services
Global Hyper-Scale Reach
OVH’s Fiber Optic Network (11+ Tbps) + Anti-DDoS + Private LAN
Public Cloud
SOLUTIONS TO SUIT YOUR NEEDS
Hosted Private Cloud
10
2017 Proprietary and Confidential
ON PREMISES APPS AND REQUIREMENTS
©2017 OVH US | Proprietary & Confidential
–––
HCX – ANY-TO-ANY CLOUD
12
12
HCX – Any-to-Any
• Tether legacy vSphere 5.1 to next-gen vSphere 6.5 and above
• Seamless application mobility between different VMW stacks
• Secure L2 Extension w/o need for NSX on site
• Automatic VPN connectivity across sites
• vMotion and replication across disparate VMW stacks
Features
Benefits
• Move to cloud w/o need to upgrade vSphere on-prem
• No need to upgrade networking architecture to extend L2 to cloud
• Transform from legacy stack to next-gen SDDC+NSX without
downtime
• Transform with no change in networking, IP or IT policies
• Automatic secure, high performance connection between sites
vSphere 5.1+
VCF or
VC + NSX
HCX Hybridity
©2017 OVH US | Proprietary & Confidential
–––
ON PREMISES TO vCLOUD AIR ARCHITECTURE
13
Mother@10.10.10.99
10.10.10.0/24
Dedicated DR with
ANS Premium
Dedicated DR Cloud
©2017 OVH US | Proprietary & Confidential
–––
EXPORT REPLICATION APPLIANCE DATA
14
Mother@10.10.10.99
10.10.10.0/24
Dedicated DR with
ANS Premium
Dedicated DR Cloud
Highlight all replications and choose to Export
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD AIR REPLICATIONS LIST
15
2017 Proprietary and Confidential
DEMO
©2017 OVH US | Proprietary & Confidential
–––
IT’S 2AM AND EVERYTHING IS DOWN
1. Switch handling on premises VLAN2 (running all 10.10.10.1/24 addresses) was
unplugged to trigger the failover
2. Mother app is running in vCloud Air, pinging on premise VMs across the Layer2
Extension provided by HCM every 30 seconds
3. Tier 1 Application is my ElasticSearch cluster running Logstash and Kibana, defined
failover time is 1 minute
4. Tier 2 applications are my CentOS VMs, defined failover time is 5 minutes
5. Tier 3 applications are my Ubuntu server VMs, defined failover is 10 minutes
6. Kibana is monitoring traffic data being sent and received, allowing us to visualize when
the networking is lost
17
2017 Proprietary and Confidential
DEMO
https://youtu.be/ZntpN-EyJVE
2017 Proprietary and Confidential
MEET MOTHER
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD API
20
Retrieving a
session token
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD API
21
Body returned
after obtaining a
session token
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD API
22
Org API return
that includes the
list of VDCs in
the environment
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD API
23
VDC API return
that has the URL
to pull all
enabled
replications for
the VDC
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD API
24
VDC/replications
API return
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD API
25
Replication by
UUID API return
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD AIR SDK
26
$pip install vcloudair
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD AIR SDK
27
$python3 mother/start.py
#pulls replication UUIDs and VM names from the vCloud Air environment and matches them
#to what was pulled from the replication appliance, then starts ping script
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD AIR SDK
28
Obtain a session & authentication token to manipulate the API
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD AIR SDK
29
Login to vCD
Org and VDC
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD AIR SDK
30
Login to vCD
Org and VDC
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD AIR SDK
31
Login to vCD
Org and VDC
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD AIR SDK
32
$python3 mother/start.py
#pulls replication UUIDs and VM names from the vCloud Air environment and matches them
#to what was pulled from the replication appliance, then starts ping script
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD AIR SDK
33
$python3 mother/start.py
#pulls replication UUIDs and VM names from the vCloud Air environment and matches them
#to what was pulled from the replication appliance, then starts ping script
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD AIR SDK
34
Take replication
appliance
ExportList.csv
and match it to
replication
UUIDs in vCloud
Air
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD AIR SDK
35
$python3 mother/start.py
#pulls replication UUIDs and VM names from the vCloud Air environment and matches them
#to what was pulled from the replication appliance, then starts ping script
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD AIR SDK
36
mother/ping.py
“””
Designed to instantiate a monitor object and call the ping utility
“””
From monitor import Monitor
startup = Monitor()
startup.ping_util()
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD AIR SDK
37
Background ping
and failover
process
©2017 OVH US | Proprietary & Confidential
–––
vCLOUD AIR SDK
38
Successful failovers, as seen in the log file:
• Session obtained at time of failover
• VM Name and status of failover is displayed
2017 Proprietary and Confidential
EXPANDING ON THE IDEA
©2017 OVH US | Proprietary & Confidential
–––
OTHER vCLOUD AIR USE CASeS
40
Monitor & Manage Shared Cloud
Environments
©2017 OVH US | Proprietary & Confidential
–––
OTHER vCLOUD AIR USE CASES
41
Monitor & Manage Dedicated Cloud Environments
2017 Proprietary and Confidential
OVH CAPABILITIES
©2017 OVH US | Proprietary & Confidential
–––
NSX & vRACK
43
NSX is available within OVH’s Private
Cloud environments. We are able to
run a full SDDC stack, with NSX and
vSAN. These environments can be a
true Data Center replacement option,
which can then employ vSphere
Replication to replicate to a vCloud Air
environment or even use Zerto to
replicate to a second Private Cloud
Data Center in another OVH
Datacenter.
vRack can interconnect (at Layer 2)
any OVH environments. vRack
Connect (or Direct Connect) can
connect your on premise Data Center
to any OVH POP, allowing Layer 2
connectivity between on premises and
your OVH environments.
©2017 OVH US | Proprietary & Confidential
–––
OVH API
44
©2017 OVH US | Proprietary & Confidential
–––
OVH API
45
©2017 OVH US | Proprietary & Confidential
–––
OVH API
46
©2017 OVH US | Proprietary & Confidential
–––
OVH API
47
–––
Q & A
©2017 OVH US | Proprietary & Confidential
–––
HOW TO CONTACT US
50
VMworld Booth Location – D313
@ovh
ovh
OVH
ovh.com
Let OVH Help You Automate your Cloud Recovery for when you are Nuked from Orbit: It’s the only way to be sure

More Related Content

What's hot

Chris Swan at Container.Camp: Docker networking
Chris Swan at Container.Camp: Docker networkingChris Swan at Container.Camp: Docker networking
Chris Swan at Container.Camp: Docker networkingCohesive Networks
 
WSO2Con ASIA 2016: WSO2 Cloud Strategy Update
WSO2Con ASIA 2016: WSO2 Cloud Strategy UpdateWSO2Con ASIA 2016: WSO2 Cloud Strategy Update
WSO2Con ASIA 2016: WSO2 Cloud Strategy UpdateWSO2
 
How OpenStack is Built - Anton Weiss - OpenStack Day Israel 2016
How OpenStack is Built - Anton Weiss - OpenStack Day Israel 2016How OpenStack is Built - Anton Weiss - OpenStack Day Israel 2016
How OpenStack is Built - Anton Weiss - OpenStack Day Israel 2016Cloud Native Day Tel Aviv
 
Microservices: AutoScaling in Hyper-Microservice Architecture | Nguyễn Trung ...
Microservices: AutoScaling in Hyper-Microservice Architecture | Nguyễn Trung ...Microservices: AutoScaling in Hyper-Microservice Architecture | Nguyễn Trung ...
Microservices: AutoScaling in Hyper-Microservice Architecture | Nguyễn Trung ...Vietnam Open Infrastructure User Group
 
Apache HttpD Web Server - Hardening and other Security Considerations
Apache HttpD Web Server - Hardening and other Security ConsiderationsApache HttpD Web Server - Hardening and other Security Considerations
Apache HttpD Web Server - Hardening and other Security ConsiderationsAndrew Carr
 
The Real World with OpenShift - Red Hat DevOps & Microservices Conference 2017
The Real World with OpenShift - Red Hat DevOps & Microservices Conference 2017 The Real World with OpenShift - Red Hat DevOps & Microservices Conference 2017
The Real World with OpenShift - Red Hat DevOps & Microservices Conference 2017 Xpand IT
 
Deploying OpenStack Services with Linux Containers - Brisbane OpenStack Meetu...
Deploying OpenStack Services with Linux Containers - Brisbane OpenStack Meetu...Deploying OpenStack Services with Linux Containers - Brisbane OpenStack Meetu...
Deploying OpenStack Services with Linux Containers - Brisbane OpenStack Meetu...Ken Thompson
 
Load Balancing Apps in Docker Swarm with NGINX
Load Balancing Apps in Docker Swarm with NGINXLoad Balancing Apps in Docker Swarm with NGINX
Load Balancing Apps in Docker Swarm with NGINXNGINX, Inc.
 
[20200720]cloud native develoment - Nelson Lin
[20200720]cloud native develoment - Nelson Lin[20200720]cloud native develoment - Nelson Lin
[20200720]cloud native develoment - Nelson LinHanLing Shen
 
Role of sdn controllers in open stack
Role of sdn controllers in open stackRole of sdn controllers in open stack
Role of sdn controllers in open stackopenstackindia
 
Kubernetes Networking
Kubernetes NetworkingKubernetes Networking
Kubernetes NetworkingCJ Cullen
 
Mirantis OpenStack-DC-Meetup 17 Sept 2014
Mirantis OpenStack-DC-Meetup 17 Sept 2014Mirantis OpenStack-DC-Meetup 17 Sept 2014
Mirantis OpenStack-DC-Meetup 17 Sept 2014Mirantis
 
Deploying WSO2 Middleware on Kubernetes
Deploying WSO2 Middleware on KubernetesDeploying WSO2 Middleware on Kubernetes
Deploying WSO2 Middleware on KubernetesImesh Gunaratne
 
Monitoring Docker Application in Production
Monitoring Docker Application in ProductionMonitoring Docker Application in Production
Monitoring Docker Application in ProductionAlois Reitbauer
 
Introduction to the Container Network Interface (CNI)
Introduction to the Container Network Interface (CNI)Introduction to the Container Network Interface (CNI)
Introduction to the Container Network Interface (CNI)Weaveworks
 
AWS Summit Singapore 2019 | Latest Trends for Cloud-Native Application Develo...
AWS Summit Singapore 2019 | Latest Trends for Cloud-Native Application Develo...AWS Summit Singapore 2019 | Latest Trends for Cloud-Native Application Develo...
AWS Summit Singapore 2019 | Latest Trends for Cloud-Native Application Develo...AWS Summits
 
How to build a Kubernetes networking solution from scratch
How to build a Kubernetes networking solution from scratchHow to build a Kubernetes networking solution from scratch
How to build a Kubernetes networking solution from scratchAll Things Open
 

What's hot (20)

Chris Swan at Container.Camp: Docker networking
Chris Swan at Container.Camp: Docker networkingChris Swan at Container.Camp: Docker networking
Chris Swan at Container.Camp: Docker networking
 
Kubernetes Networking
Kubernetes NetworkingKubernetes Networking
Kubernetes Networking
 
WSO2Con ASIA 2016: WSO2 Cloud Strategy Update
WSO2Con ASIA 2016: WSO2 Cloud Strategy UpdateWSO2Con ASIA 2016: WSO2 Cloud Strategy Update
WSO2Con ASIA 2016: WSO2 Cloud Strategy Update
 
How OpenStack is Built - Anton Weiss - OpenStack Day Israel 2016
How OpenStack is Built - Anton Weiss - OpenStack Day Israel 2016How OpenStack is Built - Anton Weiss - OpenStack Day Israel 2016
How OpenStack is Built - Anton Weiss - OpenStack Day Israel 2016
 
Microservices: AutoScaling in Hyper-Microservice Architecture | Nguyễn Trung ...
Microservices: AutoScaling in Hyper-Microservice Architecture | Nguyễn Trung ...Microservices: AutoScaling in Hyper-Microservice Architecture | Nguyễn Trung ...
Microservices: AutoScaling in Hyper-Microservice Architecture | Nguyễn Trung ...
 
OpenDaylight OpenStack Integration
OpenDaylight OpenStack IntegrationOpenDaylight OpenStack Integration
OpenDaylight OpenStack Integration
 
Apache HttpD Web Server - Hardening and other Security Considerations
Apache HttpD Web Server - Hardening and other Security ConsiderationsApache HttpD Web Server - Hardening and other Security Considerations
Apache HttpD Web Server - Hardening and other Security Considerations
 
The Real World with OpenShift - Red Hat DevOps & Microservices Conference 2017
The Real World with OpenShift - Red Hat DevOps & Microservices Conference 2017 The Real World with OpenShift - Red Hat DevOps & Microservices Conference 2017
The Real World with OpenShift - Red Hat DevOps & Microservices Conference 2017
 
Devstack On Demand
Devstack On DemandDevstack On Demand
Devstack On Demand
 
Deploying OpenStack Services with Linux Containers - Brisbane OpenStack Meetu...
Deploying OpenStack Services with Linux Containers - Brisbane OpenStack Meetu...Deploying OpenStack Services with Linux Containers - Brisbane OpenStack Meetu...
Deploying OpenStack Services with Linux Containers - Brisbane OpenStack Meetu...
 
Load Balancing Apps in Docker Swarm with NGINX
Load Balancing Apps in Docker Swarm with NGINXLoad Balancing Apps in Docker Swarm with NGINX
Load Balancing Apps in Docker Swarm with NGINX
 
[20200720]cloud native develoment - Nelson Lin
[20200720]cloud native develoment - Nelson Lin[20200720]cloud native develoment - Nelson Lin
[20200720]cloud native develoment - Nelson Lin
 
Role of sdn controllers in open stack
Role of sdn controllers in open stackRole of sdn controllers in open stack
Role of sdn controllers in open stack
 
Kubernetes Networking
Kubernetes NetworkingKubernetes Networking
Kubernetes Networking
 
Mirantis OpenStack-DC-Meetup 17 Sept 2014
Mirantis OpenStack-DC-Meetup 17 Sept 2014Mirantis OpenStack-DC-Meetup 17 Sept 2014
Mirantis OpenStack-DC-Meetup 17 Sept 2014
 
Deploying WSO2 Middleware on Kubernetes
Deploying WSO2 Middleware on KubernetesDeploying WSO2 Middleware on Kubernetes
Deploying WSO2 Middleware on Kubernetes
 
Monitoring Docker Application in Production
Monitoring Docker Application in ProductionMonitoring Docker Application in Production
Monitoring Docker Application in Production
 
Introduction to the Container Network Interface (CNI)
Introduction to the Container Network Interface (CNI)Introduction to the Container Network Interface (CNI)
Introduction to the Container Network Interface (CNI)
 
AWS Summit Singapore 2019 | Latest Trends for Cloud-Native Application Develo...
AWS Summit Singapore 2019 | Latest Trends for Cloud-Native Application Develo...AWS Summit Singapore 2019 | Latest Trends for Cloud-Native Application Develo...
AWS Summit Singapore 2019 | Latest Trends for Cloud-Native Application Develo...
 
How to build a Kubernetes networking solution from scratch
How to build a Kubernetes networking solution from scratchHow to build a Kubernetes networking solution from scratch
How to build a Kubernetes networking solution from scratch
 

Similar to Let OVH Help You Automate your Cloud Recovery for when you are Nuked from Orbit: It’s the only way to be sure

How far is too far? The Hybrid Cloud Distance Factor
How far is too far? The Hybrid Cloud Distance FactorHow far is too far? The Hybrid Cloud Distance Factor
How far is too far? The Hybrid Cloud Distance FactorOVH US
 
Shields Up! Building a True Security Barrier in the Cloud
Shields Up! Building a True Security Barrier in the CloudShields Up! Building a True Security Barrier in the Cloud
Shields Up! Building a True Security Barrier in the CloudOVH US
 
How far is too far? The Hybrid Cloud Distance Factor
How far is too far? The Hybrid Cloud Distance FactorHow far is too far? The Hybrid Cloud Distance Factor
How far is too far? The Hybrid Cloud Distance FactorOVH US
 
Building a Paper Trail: Let OVH show you how to secure and audit a Public Cloud
Building a Paper Trail: Let OVH show you how to secure and audit a Public Cloud Building a Paper Trail: Let OVH show you how to secure and audit a Public Cloud
Building a Paper Trail: Let OVH show you how to secure and audit a Public Cloud OVH US
 
Start Building CI/CD as Code. The 7 Lessons Learnt from Deploying and Managin...
Start Building CI/CD as Code. The 7 Lessons Learnt from Deploying and Managin...Start Building CI/CD as Code. The 7 Lessons Learnt from Deploying and Managin...
Start Building CI/CD as Code. The 7 Lessons Learnt from Deploying and Managin...Amazon Web Services
 
Cisco Live 2017: Container networking deep dive with Docker Enterprise Editio...
Cisco Live 2017: Container networking deep dive with Docker Enterprise Editio...Cisco Live 2017: Container networking deep dive with Docker Enterprise Editio...
Cisco Live 2017: Container networking deep dive with Docker Enterprise Editio...Sanjeev Rampal
 
Cisco connect montreal 2018 vision mondiale analyse locale
Cisco connect montreal 2018 vision mondiale analyse localeCisco connect montreal 2018 vision mondiale analyse locale
Cisco connect montreal 2018 vision mondiale analyse localeCisco Canada
 
utf-8''VRP_3.2_Technical_overview_deck_July_2018.pptx
utf-8''VRP_3.2_Technical_overview_deck_July_2018.pptxutf-8''VRP_3.2_Technical_overview_deck_July_2018.pptx
utf-8''VRP_3.2_Technical_overview_deck_July_2018.pptxRousalValino1
 
Docker Enterprise Networking and Cisco Contiv - Cisco Live 2017 BRKSDN-2256
Docker Enterprise Networking and Cisco Contiv - Cisco Live 2017 BRKSDN-2256Docker Enterprise Networking and Cisco Contiv - Cisco Live 2017 BRKSDN-2256
Docker Enterprise Networking and Cisco Contiv - Cisco Live 2017 BRKSDN-2256Mark Church
 
What’s new xen server 6.5 & xendesktop 7.6
What’s new xen server 6.5 & xendesktop 7.6What’s new xen server 6.5 & xendesktop 7.6
What’s new xen server 6.5 & xendesktop 7.6solarisyougood
 
Cisco Connect Ottawa 2018 multi cloud connect, protect, and consume
Cisco Connect Ottawa 2018 multi cloud   connect, protect, and consumeCisco Connect Ottawa 2018 multi cloud   connect, protect, and consume
Cisco Connect Ottawa 2018 multi cloud connect, protect, and consumeCisco Canada
 
Building Kubernetes images at scale with Tanzu Build Service
Building Kubernetes images at scale with Tanzu Build ServiceBuilding Kubernetes images at scale with Tanzu Build Service
Building Kubernetes images at scale with Tanzu Build ServiceVMware Tanzu
 
DEVNET-1148 Leveraging Cisco OpenStack Private Cloud for Developers
DEVNET-1148	Leveraging Cisco OpenStack Private Cloud for DevelopersDEVNET-1148	Leveraging Cisco OpenStack Private Cloud for Developers
DEVNET-1148 Leveraging Cisco OpenStack Private Cloud for DevelopersCisco DevNet
 
Transform Your Business with VMware Cloud on AWS, an Integrated Hybrid Approa...
Transform Your Business with VMware Cloud on AWS, an Integrated Hybrid Approa...Transform Your Business with VMware Cloud on AWS, an Integrated Hybrid Approa...
Transform Your Business with VMware Cloud on AWS, an Integrated Hybrid Approa...Amazon Web Services
 
Cisco Connect Ottawa 2018 multi cloud
Cisco Connect Ottawa 2018 multi cloudCisco Connect Ottawa 2018 multi cloud
Cisco Connect Ottawa 2018 multi cloudCisco Canada
 
Cisco connect winnipeg 2018 we make it simple
Cisco connect winnipeg 2018   we make it simpleCisco connect winnipeg 2018   we make it simple
Cisco connect winnipeg 2018 we make it simpleCisco Canada
 
Monitoring CloudStack and components
Monitoring CloudStack and componentsMonitoring CloudStack and components
Monitoring CloudStack and componentsShapeBlue
 
CISCO - Presentation at Hortonworks Booth - Strata 2014
CISCO - Presentation at Hortonworks Booth - Strata 2014CISCO - Presentation at Hortonworks Booth - Strata 2014
CISCO - Presentation at Hortonworks Booth - Strata 2014Hortonworks
 
A journey to the cloud: Getting started migrating your on-premises service to...
A journey to the cloud: Getting started migrating your on-premises service to...A journey to the cloud: Getting started migrating your on-premises service to...
A journey to the cloud: Getting started migrating your on-premises service to...OVHcloud
 
Nebulaworks Docker Overview 09-22-2015
Nebulaworks Docker Overview 09-22-2015Nebulaworks Docker Overview 09-22-2015
Nebulaworks Docker Overview 09-22-2015Chris Ciborowski
 

Similar to Let OVH Help You Automate your Cloud Recovery for when you are Nuked from Orbit: It’s the only way to be sure (20)

How far is too far? The Hybrid Cloud Distance Factor
How far is too far? The Hybrid Cloud Distance FactorHow far is too far? The Hybrid Cloud Distance Factor
How far is too far? The Hybrid Cloud Distance Factor
 
Shields Up! Building a True Security Barrier in the Cloud
Shields Up! Building a True Security Barrier in the CloudShields Up! Building a True Security Barrier in the Cloud
Shields Up! Building a True Security Barrier in the Cloud
 
How far is too far? The Hybrid Cloud Distance Factor
How far is too far? The Hybrid Cloud Distance FactorHow far is too far? The Hybrid Cloud Distance Factor
How far is too far? The Hybrid Cloud Distance Factor
 
Building a Paper Trail: Let OVH show you how to secure and audit a Public Cloud
Building a Paper Trail: Let OVH show you how to secure and audit a Public Cloud Building a Paper Trail: Let OVH show you how to secure and audit a Public Cloud
Building a Paper Trail: Let OVH show you how to secure and audit a Public Cloud
 
Start Building CI/CD as Code. The 7 Lessons Learnt from Deploying and Managin...
Start Building CI/CD as Code. The 7 Lessons Learnt from Deploying and Managin...Start Building CI/CD as Code. The 7 Lessons Learnt from Deploying and Managin...
Start Building CI/CD as Code. The 7 Lessons Learnt from Deploying and Managin...
 
Cisco Live 2017: Container networking deep dive with Docker Enterprise Editio...
Cisco Live 2017: Container networking deep dive with Docker Enterprise Editio...Cisco Live 2017: Container networking deep dive with Docker Enterprise Editio...
Cisco Live 2017: Container networking deep dive with Docker Enterprise Editio...
 
Cisco connect montreal 2018 vision mondiale analyse locale
Cisco connect montreal 2018 vision mondiale analyse localeCisco connect montreal 2018 vision mondiale analyse locale
Cisco connect montreal 2018 vision mondiale analyse locale
 
utf-8''VRP_3.2_Technical_overview_deck_July_2018.pptx
utf-8''VRP_3.2_Technical_overview_deck_July_2018.pptxutf-8''VRP_3.2_Technical_overview_deck_July_2018.pptx
utf-8''VRP_3.2_Technical_overview_deck_July_2018.pptx
 
Docker Enterprise Networking and Cisco Contiv - Cisco Live 2017 BRKSDN-2256
Docker Enterprise Networking and Cisco Contiv - Cisco Live 2017 BRKSDN-2256Docker Enterprise Networking and Cisco Contiv - Cisco Live 2017 BRKSDN-2256
Docker Enterprise Networking and Cisco Contiv - Cisco Live 2017 BRKSDN-2256
 
What’s new xen server 6.5 & xendesktop 7.6
What’s new xen server 6.5 & xendesktop 7.6What’s new xen server 6.5 & xendesktop 7.6
What’s new xen server 6.5 & xendesktop 7.6
 
Cisco Connect Ottawa 2018 multi cloud connect, protect, and consume
Cisco Connect Ottawa 2018 multi cloud   connect, protect, and consumeCisco Connect Ottawa 2018 multi cloud   connect, protect, and consume
Cisco Connect Ottawa 2018 multi cloud connect, protect, and consume
 
Building Kubernetes images at scale with Tanzu Build Service
Building Kubernetes images at scale with Tanzu Build ServiceBuilding Kubernetes images at scale with Tanzu Build Service
Building Kubernetes images at scale with Tanzu Build Service
 
DEVNET-1148 Leveraging Cisco OpenStack Private Cloud for Developers
DEVNET-1148	Leveraging Cisco OpenStack Private Cloud for DevelopersDEVNET-1148	Leveraging Cisco OpenStack Private Cloud for Developers
DEVNET-1148 Leveraging Cisco OpenStack Private Cloud for Developers
 
Transform Your Business with VMware Cloud on AWS, an Integrated Hybrid Approa...
Transform Your Business with VMware Cloud on AWS, an Integrated Hybrid Approa...Transform Your Business with VMware Cloud on AWS, an Integrated Hybrid Approa...
Transform Your Business with VMware Cloud on AWS, an Integrated Hybrid Approa...
 
Cisco Connect Ottawa 2018 multi cloud
Cisco Connect Ottawa 2018 multi cloudCisco Connect Ottawa 2018 multi cloud
Cisco Connect Ottawa 2018 multi cloud
 
Cisco connect winnipeg 2018 we make it simple
Cisco connect winnipeg 2018   we make it simpleCisco connect winnipeg 2018   we make it simple
Cisco connect winnipeg 2018 we make it simple
 
Monitoring CloudStack and components
Monitoring CloudStack and componentsMonitoring CloudStack and components
Monitoring CloudStack and components
 
CISCO - Presentation at Hortonworks Booth - Strata 2014
CISCO - Presentation at Hortonworks Booth - Strata 2014CISCO - Presentation at Hortonworks Booth - Strata 2014
CISCO - Presentation at Hortonworks Booth - Strata 2014
 
A journey to the cloud: Getting started migrating your on-premises service to...
A journey to the cloud: Getting started migrating your on-premises service to...A journey to the cloud: Getting started migrating your on-premises service to...
A journey to the cloud: Getting started migrating your on-premises service to...
 
Nebulaworks Docker Overview 09-22-2015
Nebulaworks Docker Overview 09-22-2015Nebulaworks Docker Overview 09-22-2015
Nebulaworks Docker Overview 09-22-2015
 

Recently uploaded

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 

Recently uploaded (20)

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 

Let OVH Help You Automate your Cloud Recovery for when you are Nuked from Orbit: It’s the only way to be sure

  • 1. Ashley Neely Sr. Solution Strategist LHC1951BE #VMworld #LHC1951BE Let OVH Help You Automate your Cloud Recovery for when you are Nuked from Orbit: It’s the only way to be sure.
  • 2. 2017 Proprietary and Confidential AUTOMATE CLOUD RECOVERY it’s the only way to be sure… ––– Ashley Neely | Sr. Solution Strategist
  • 3. ©2017 OVH US | Proprietary & Confidential ––– AGENDA 1. About OVH – 5 minutes 2. On-Prem Environment review – 5 minutes 3. It’s 2AM and Everything is Down — 5 minutes 4. Demo of a Full Failover — 5 minutes 5. The Building of Mother— 15 minutes 6. Expanding on the Idea — 5 minutes 7. New Possibilities with OVH — 10min 8. Q/A – 10min 3
  • 5. ©2017 OVH US | Proprietary & Confidential ––– OVH is a global, hyper-scale cloud provider that offers our customers maximum performance and value • Vertical integration (constructing own servers, data centers) and proprietary green water cooling technology allows OVH to save costs and pass savings to customers • Named largest hosting & cloud provider in Europe and third largest global hosting provider by Netcraft https://www.netcraft.com/internet-data-mining/hosting-analysis/ 5 OVH GROUP HIGHLIGHTS
  • 6. ©2017 OVH US | Proprietary & Confidential ––– 6 Over 1.2 Million Business Clients in 138 Countries Own 11+ Tbps Network with 32 PoPs 2016 20 data centers in 5 countries and 4 continents 2017 27 data centers in 11 countries 2020 50 data centers Hosting capacity: 1.3 million physical servers 270,000 already deployed OVH IS A GLOBAL CLOUD LEADER
  • 7. ©2017 OVH US | Proprietary & Confidential ©2017 OVH US | Proprietary & Confidential 7 OVH BUILDS OUR OWN DATA CENTERS
  • 8. ©2017 OVH US | Proprietary & Confidential ©2017 OVH US | Proprietary & Confidential 8 30% natural air cooling + 70% water cooling = 0% air conditioning OVH USES GREEN TECHNOLOGY TO MANUFACTURE SERVERS
  • 9. ©2017 OVH US | Proprietary & Confidential ––– + Dedicated Cloud + Virtual Private Cloud + Disaster Recovery + VMware SDDC + Open API + Automation Compatibility + Scalability + Bring you own License + Non-Virtual Workloads + Proprietary Software Dedicated Servers Bare Metal Customer Support & Services Global Hyper-Scale Reach OVH’s Fiber Optic Network (11+ Tbps) + Anti-DDoS + Private LAN Public Cloud SOLUTIONS TO SUIT YOUR NEEDS Hosted Private Cloud 10
  • 10. 2017 Proprietary and Confidential ON PREMISES APPS AND REQUIREMENTS
  • 11. ©2017 OVH US | Proprietary & Confidential ––– HCX – ANY-TO-ANY CLOUD 12 12 HCX – Any-to-Any • Tether legacy vSphere 5.1 to next-gen vSphere 6.5 and above • Seamless application mobility between different VMW stacks • Secure L2 Extension w/o need for NSX on site • Automatic VPN connectivity across sites • vMotion and replication across disparate VMW stacks Features Benefits • Move to cloud w/o need to upgrade vSphere on-prem • No need to upgrade networking architecture to extend L2 to cloud • Transform from legacy stack to next-gen SDDC+NSX without downtime • Transform with no change in networking, IP or IT policies • Automatic secure, high performance connection between sites vSphere 5.1+ VCF or VC + NSX HCX Hybridity
  • 12. ©2017 OVH US | Proprietary & Confidential ––– ON PREMISES TO vCLOUD AIR ARCHITECTURE 13 Mother@10.10.10.99 10.10.10.0/24 Dedicated DR with ANS Premium Dedicated DR Cloud
  • 13. ©2017 OVH US | Proprietary & Confidential ––– EXPORT REPLICATION APPLIANCE DATA 14 Mother@10.10.10.99 10.10.10.0/24 Dedicated DR with ANS Premium Dedicated DR Cloud Highlight all replications and choose to Export
  • 14. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD AIR REPLICATIONS LIST 15
  • 15. 2017 Proprietary and Confidential DEMO
  • 16. ©2017 OVH US | Proprietary & Confidential ––– IT’S 2AM AND EVERYTHING IS DOWN 1. Switch handling on premises VLAN2 (running all 10.10.10.1/24 addresses) was unplugged to trigger the failover 2. Mother app is running in vCloud Air, pinging on premise VMs across the Layer2 Extension provided by HCM every 30 seconds 3. Tier 1 Application is my ElasticSearch cluster running Logstash and Kibana, defined failover time is 1 minute 4. Tier 2 applications are my CentOS VMs, defined failover time is 5 minutes 5. Tier 3 applications are my Ubuntu server VMs, defined failover is 10 minutes 6. Kibana is monitoring traffic data being sent and received, allowing us to visualize when the networking is lost 17
  • 17. 2017 Proprietary and Confidential DEMO https://youtu.be/ZntpN-EyJVE
  • 18. 2017 Proprietary and Confidential MEET MOTHER
  • 19. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD API 20 Retrieving a session token
  • 20. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD API 21 Body returned after obtaining a session token
  • 21. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD API 22 Org API return that includes the list of VDCs in the environment
  • 22. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD API 23 VDC API return that has the URL to pull all enabled replications for the VDC
  • 23. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD API 24 VDC/replications API return
  • 24. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD API 25 Replication by UUID API return
  • 25. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD AIR SDK 26 $pip install vcloudair
  • 26. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD AIR SDK 27 $python3 mother/start.py #pulls replication UUIDs and VM names from the vCloud Air environment and matches them #to what was pulled from the replication appliance, then starts ping script
  • 27. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD AIR SDK 28 Obtain a session & authentication token to manipulate the API
  • 28. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD AIR SDK 29 Login to vCD Org and VDC
  • 29. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD AIR SDK 30 Login to vCD Org and VDC
  • 30. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD AIR SDK 31 Login to vCD Org and VDC
  • 31. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD AIR SDK 32 $python3 mother/start.py #pulls replication UUIDs and VM names from the vCloud Air environment and matches them #to what was pulled from the replication appliance, then starts ping script
  • 32. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD AIR SDK 33 $python3 mother/start.py #pulls replication UUIDs and VM names from the vCloud Air environment and matches them #to what was pulled from the replication appliance, then starts ping script
  • 33. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD AIR SDK 34 Take replication appliance ExportList.csv and match it to replication UUIDs in vCloud Air
  • 34. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD AIR SDK 35 $python3 mother/start.py #pulls replication UUIDs and VM names from the vCloud Air environment and matches them #to what was pulled from the replication appliance, then starts ping script
  • 35. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD AIR SDK 36 mother/ping.py “”” Designed to instantiate a monitor object and call the ping utility “”” From monitor import Monitor startup = Monitor() startup.ping_util()
  • 36. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD AIR SDK 37 Background ping and failover process
  • 37. ©2017 OVH US | Proprietary & Confidential ––– vCLOUD AIR SDK 38 Successful failovers, as seen in the log file: • Session obtained at time of failover • VM Name and status of failover is displayed
  • 38. 2017 Proprietary and Confidential EXPANDING ON THE IDEA
  • 39. ©2017 OVH US | Proprietary & Confidential ––– OTHER vCLOUD AIR USE CASeS 40 Monitor & Manage Shared Cloud Environments
  • 40. ©2017 OVH US | Proprietary & Confidential ––– OTHER vCLOUD AIR USE CASES 41 Monitor & Manage Dedicated Cloud Environments
  • 41. 2017 Proprietary and Confidential OVH CAPABILITIES
  • 42. ©2017 OVH US | Proprietary & Confidential ––– NSX & vRACK 43 NSX is available within OVH’s Private Cloud environments. We are able to run a full SDDC stack, with NSX and vSAN. These environments can be a true Data Center replacement option, which can then employ vSphere Replication to replicate to a vCloud Air environment or even use Zerto to replicate to a second Private Cloud Data Center in another OVH Datacenter. vRack can interconnect (at Layer 2) any OVH environments. vRack Connect (or Direct Connect) can connect your on premise Data Center to any OVH POP, allowing Layer 2 connectivity between on premises and your OVH environments.
  • 43. ©2017 OVH US | Proprietary & Confidential ––– OVH API 44
  • 44. ©2017 OVH US | Proprietary & Confidential ––– OVH API 45
  • 45. ©2017 OVH US | Proprietary & Confidential ––– OVH API 46
  • 46. ©2017 OVH US | Proprietary & Confidential ––– OVH API 47
  • 47.
  • 49. ©2017 OVH US | Proprietary & Confidential ––– HOW TO CONTACT US 50 VMworld Booth Location – D313 @ovh ovh OVH ovh.com

Editor's Notes

  1. Template transfer
  2. With OVH you get access to almost any type of infrastructure you will need. If you are like most businesses you have a large number of Vmware based VMs running on-prem. OVH’s private cloud is based on Vmware’s SDDC stack and with the acquisition of vCloud Air, connecting your on-prem to a private cloud has never been easier. If you are looking for public cloud burstability OVH has you covered with Public Cloud provided and run on Openstack. But let’s say you have a workload that has specific requirements and you want access to all parts of the software stack. OVH has Bare Metal servers for you. OVH not only provides differing product platforms to address specific project needs of customers, we also allow the integration of these resources to allow for easy setup and communication between these platforms with our vRack product. A customer may have a piece of each of these all combined into a single solution that suites their needs. Private cloud – vSphere SDDC allowing ease of management by leveraging the same tools you’re used to from VMware. Public Cloud – Get virtualized machines at a per hour/minute cost by leveraging OVH’s public cloud built with Openstack. Dedicated Servers – Have full control of every aspect of your environment by starting from bare metal. Have root and BIOs level access to your hardware, and install what you want.
  3. With OVH you get access to almost any type of infrastructure you will need. If you are like most businesses you have a large number of Vmware based VMs running on-prem. OVH’s private cloud is based on Vmware’s SDDC stack and with the acquisition of vCloud Air, connecting your on-prem to a private cloud has never been easier. If you are looking for public cloud burstability OVH has you covered with Public Cloud provided and run on Openstack. But let’s say you have a workload that has specific requirements and you want access to all parts of the software stack. OVH has Bare Metal servers for you. OVH not only provides differing product platforms to address specific project needs of customers, we also allow the integration of these resources to allow for easy setup and communication between these platforms with our vRack product. A customer may have a piece of each of these all combined into a single solution that suites their needs. Private cloud – vSphere SDDC allowing ease of management by leveraging the same tools you’re used to from VMware. Public Cloud – Get virtualized machines at a per hour/minute cost by leveraging OVH’s public cloud built with Openstack. Dedicated Servers – Have full control of every aspect of your environment by starting from bare metal. Have root and BIOs level access to your hardware, and install what you want.
  4. NIC pulled for VLAN2 / 10.10.10.1/24 Mother app running in vCA loses communication Csv created to have a Tier for each application Failover for Tier 1 apps was set at 1 minute Failover for Tier 2 apps was set at 5 minutes Failover for Tier 3 apps was set at 10 minutes Status updates provided during failover, while connectivity is being restored.
  5. NIC pulled for VLAN2 / 10.10.10.1/24 Mother app running in vCA loses communication Csv created to have a Tier for each application Failover for Tier 1 apps was set at 1 minute Failover for Tier 2 apps was set at 5 minutes Failover for Tier 3 apps was set at 10 minutes Status updates provided during failover, while connectivity is being restored.
  6. NIC pulled for VLAN2 / 10.10.10.1/24 Mother app running in vCA loses communication Csv created to have a Tier for each application Failover for Tier 1 apps was set at 1 minute Failover for Tier 2 apps was set at 5 minutes Failover for Tier 3 apps was set at 10 minutes Status updates provided during failover, while connectivity is being restored.
  7. NIC pulled for VLAN2 / 10.10.10.1/24 Mother app running in vCA loses communication Csv created to have a Tier for each application Failover for Tier 1 apps was set at 1 minute Failover for Tier 2 apps was set at 5 minutes Failover for Tier 3 apps was set at 10 minutes Status updates provided during failover, while connectivity is being restored.
  8. Mother/start.py – configure your environment, pull replication data and match it to on premise replication information, then start script to monitor vis ping
  9. Obtain a session & authentication token that are stored
  10. Obtain a session & authentication token that are stored
  11. Obtain a session & authentication token that are stored
  12. Obtain a session & authentication token that are stored
  13. Mother/start.py – configure your environment, pull replication data and match it to on premise replication information, then start script to monitor vis ping
  14. Mother/start.py – configure your environment, pull replication data and match it to on premise replication information, then start script to monitor vis ping
  15. Take replication appliance csv and match it to replication UUIDs in vCloud Air
  16. Mother/start.py – configure your environment, pull replication data and match it to on premise replication information, then start script to monitor vis ping
  17. Background ping and failover process
  18. Background ping and failover process
  19. Successful failover of a VM in the log Session obtained and logged at failover time VM name and status of failover displayed
  20. 10 GHz CPU base capacity 20 GB RAM 1 TB Basic Storage (DR) 2 TB Basic Storage (VPC) 10 Mbps+ Network 2 Public IP API management of these resources Access to modify everything from NAT and FW rules on the edge to modifying IPSec VPNs
  21. In a model like this the customer has scaled out quite a bit with 2 Dedicated Cloud SKUs 1 HCM Enterprise SKU Additional 420 GHz & 2880 GB RAM Additional 72 TB Basic storage Additional 72 TB SSD-Accelerated Storage Bandwidth upgrade to 10 Gbps 12 additional public IP addresses 10 Gbps Direct Connect Large sized Dedicated DR environment with HDMZ Support for 1-1000 replicated VMs, with an additional 1000 VMs in the DMZ SID, 200 VMs in their VPC and another 600 in Dedicated cloud, adding up to 2800 VMs in vCloud Air, all of which can be managed via API, scripting and automation
  22. In a model like this the customer has scaled out quite a bit with 2 Dedicated Cloud SKUs 1 HCM Enterprise SKU Additional 420 GHz & 2880 GB RAM Additional 72 TB Basic storage Additional 72 TB SSD-Accelerated Storage Bandwidth upgrade to 10 Gbps 12 additional public IP addresses 10 Gbps Direct Connect Large sized Dedicated DR environment with HDMZ Support for 1-1000 replicated VMs, with an additional 1000 VMs in the DMZ SID, 200 VMs in their VPC and another 600 in Dedicated cloud, adding up to 2800 VMs in vCloud Air, all of which can be managed via API, scripting and automation
  23. In a model like this the customer has scaled out quite a bit with 2 Dedicated Cloud SKUs 1 HCM Enterprise SKU Additional 420 GHz & 2880 GB RAM Additional 72 TB Basic storage Additional 72 TB SSD-Accelerated Storage Bandwidth upgrade to 10 Gbps 12 additional public IP addresses 10 Gbps Direct Connect Large sized Dedicated DR environment with HDMZ Support for 1-1000 replicated VMs, with an additional 1000 VMs in the DMZ SID, 200 VMs in their VPC and another 600 in Dedicated cloud, adding up to 2800 VMs in vCloud Air, all of which can be managed via API, scripting and automation
  24. In a model like this the customer has scaled out quite a bit with 2 Dedicated Cloud SKUs 1 HCM Enterprise SKU Additional 420 GHz & 2880 GB RAM Additional 72 TB Basic storage Additional 72 TB SSD-Accelerated Storage Bandwidth upgrade to 10 Gbps 12 additional public IP addresses 10 Gbps Direct Connect Large sized Dedicated DR environment with HDMZ Support for 1-1000 replicated VMs, with an additional 1000 VMs in the DMZ SID, 200 VMs in their VPC and another 600 in Dedicated cloud, adding up to 2800 VMs in vCloud Air, all of which can be managed via API, scripting and automation
  25. In a model like this the customer has scaled out quite a bit with 2 Dedicated Cloud SKUs 1 HCM Enterprise SKU Additional 420 GHz & 2880 GB RAM Additional 72 TB Basic storage Additional 72 TB SSD-Accelerated Storage Bandwidth upgrade to 10 Gbps 12 additional public IP addresses 10 Gbps Direct Connect Large sized Dedicated DR environment with HDMZ Support for 1-1000 replicated VMs, with an additional 1000 VMs in the DMZ SID, 200 VMs in their VPC and another 600 in Dedicated cloud, adding up to 2800 VMs in vCloud Air, all of which can be managed via API, scripting and automation