Resiliency Synthesis Nov 21, 2017.

Slides:



Advertisements
Similar presentations
Mecanismos de alta disponibilidad con Microsoft SQL Server 2008 Por: ISC Lenin López Fernández de Lara.
Advertisements

High Availability Group 08: Võ Đức Vĩnh Nguyễn Quang Vũ
Approaches to EJB Replication. Overview J2EE architecture –EJB, components, services Replication –Clustering, container, application Conclusions –Advantages.
1 © Copyright 2010 EMC Corporation. All rights reserved. EMC RecoverPoint/Cluster Enabler for Microsoft Failover Cluster.
F5 solution for Microsoft Exchange
ArcGIS for Server Reference Implementations An ArcGIS Server’s architecture tour.
Kubernetes on CloudStack Sebastien Nov 6 th 2014 Geneva, Switzerland.
8 Systems Analysis and Design in a Changing World, Fifth Edition.
1© Copyright 2011 EMC Corporation. All rights reserved. EMC RECOVERPOINT/ CLUSTER ENABLER FOR MICROSOFT FAILOVER CLUSTER.
SQL Server Management Studio Introduction
Implementing High Availability
Microsoft Load Balancing and Clustering. Outline Introduction Load balancing Clustering.
Understanding and Managing WebSphere V5
Implementing Multi-Site Clusters April Trần Văn Huệ Nhất Nghệ CPLS.
Module 11: Designing Files Services and DFS in Windows Server® 2008
Module 1: Server Roles and Initial Configuration Tasks
Module 12: Designing High Availability in Windows Server ® 2008.
What is SMEcollaborate Primarily developed for Small and Medium Companies who wish to collaborate together. It is a:- A resource center for collaborating.
Leaders Have Vision™ visionsolutions.com 1 Leading Edge Solutions, Proven Technologies Anne-Elisabeth Caillot Pre-Sales & Business Development
Cluster Reliability Project ISIS Vanderbilt University.
SQLCAT: SQL Server 2012 AlwaysOn Lessons Learned from Early Customer Deployments Sanjay Mishra Program Manager Microsoft Corporation DBI360.
Revolutionizing enterprise web development Searching with Solr.
Heterogeneous Database Replication Gianni Pucciani LCG Database Deployment and Persistency Workshop CERN October 2005 A.Domenici
1 4/23/2007 Introduction to Grid computing Sunil Avutu Graduate Student Dept.of Computer Science.
Case Study ProsperaSoft’s global sourcing model gives the maximum benefit to customers in terms of cost savings, improved quality, access to highly talented.
Thank you. We request that you please turn off pagers and cell phones during class.
SONIC-3: Creating Large Scale Installations & Deployments Andrew S. Neumann Principal Engineer, Progress Sonic.
Server Performance, Scaling, Reliability and Configuration Norman White.
OSIsoft High Availability PI Replication
Stairway to the cloud or can we take the highway? Taivo Liik.
Alwayson Availability Groups
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
CLM Case Study An investigation of deployment options for IBM Rational Team Concert in a ClearCase/ClearQuest environment July 18, 2011 Michael Gormley.
How Are Customers Using Opalis? Automate provisioning, resource allocation and retirement Extend virtual machine management to the cloud Virtual Machine.
You there? Yes Network Health Monitoring Heartbeats are sent to monitor health status of network interfaces Are sent over all cluster.
Recent Enhancements to Quality Assurance and Case Management within the Emissions Modeling Framework Alison Eyth, R. Partheepan, Q. He Carolina Environmental.
Narasimha Reddy Gopu Jisha J. Agenda Introduction to AlwaysOn * AlwaysOn Availability Groups (AG) & Listener * AlwaysOn Failover * AlwaysOn Active Secondaries.
SQL Server 2014 AlwaysOn Step-by-Step SQL Server 2014 AlwaysOn Step-by-Step A hands on look at implementing AlwaysOn in SQL Server 2014.
Appendix B Advanced Topics in Exchange Server 2010.
OSIsoft High Availability PI Replication Colin Breck, PI Server Team Dave Oda, PI SDK Team.
Pilot Kafka Service Manuel Martín Márquez. Pilot Kafka Service Manuel Martín Márquez.
ONAP security meeting
ONAP Multi-VIM/Cloud Long Term Architecture and Use Cases (Under Community Discussion across Use Case, Optimization Framework, OOM,
Replicated LevelDB on JBoss Fuse
Dockerize OpenEdge Srinivasa Rao Nalla.
Multiplying 2 Digit Factors
Always On Availability Groups
Configuration Store in ONAP using Distributed KV Store (As part of making ONAP carrier grade) Consul.
Secure communication among services
Dmytro Mykhailov How HashiCorp platform tools can make the difference in development and deployment Target and goal of HashiCorp.
Secret Server proposal
Enhanced Platform Awareness (EPA) Alex Vul Intel Corporation
Agenda Where we are (Amsterdam Architecture)
Beijing S3P test strategy Eric Debeau, Sylvain Desbureaux, Morgan Richomme December 12, 2017.
Kubernetes Container Orchestration
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Planning High Availability and Disaster Recovery
Wavestore Integrates…
ONAP Beijing Architecture Chris Donley 1/9/18
Ewen Cheslack-Postava
SYED SAJID WASIM SQL SERVER ALWAYS ON Step by Step.
Clouds & Containers: Case Studies for Big Data
Container cluster management solutions
Case Study: Multi-System Migration to ENOVIA PLM
Robert Down & Pranay Sadarangani Nov 8th 2011
Microservices – What Exactly Am I Securing Again?
ONAP and ONAP Edge Orchestration Cloud Native Proposal
Setting up PostgreSQL for Production in AWS
ONAP Architecture Principle Review
DMaaP Edge Deployments ONAP Dublin
Presentation transcript:

Resiliency Synthesis Nov 21, 2017

ARC reviewed three resiliency proposals for Beijing OOM Already plan of record for deployments Adds HA features from Kubernetes Consul health monitoring CHAP (Common HA Platform) MUSIC: multi-site active-active failover (based on Cassandra, zookeeper) HAL – recipes (based on zookeeper) Conductor – site selection Distributed KV store Move configuration from databases to KV store Could be consul or etcd; proposal recommends consul based on tool support

Synthesis The base platform will inherit significant resiliency features from OOM When we move from HEAT template deployment in Beijing release Primarily focused on intra-site deployments Could be augmented by CHAP in multisite deployments Distributed KV store could help with multiple database problem All three could work together to improve system resiliency One potential issue: can we get to a common health check/KV/data synchronization solution? Consul, etcd, zookeeper?

Open source data synchronization services Three similar services: Consul (hashicorp) Provides service discovery, failure detection, KV store, and multisite replication Zookeeper (apache) Provides configuration information and distributed synchronization Etcd (coreos) Provides a data store across a cluster of machines Can we agree on a common tool? Do we need multiple? Do we need more information/discussion? Proposal: encourage Consul, as it’s common to two of three proposals, already part of OOM PoR, and has good tool integration

Possible new project? CHAP does not currently exist in ONAP. Is it something we would like to see proposed as a new project? Is it an enhancement to OOM?