SlideShare a Scribd company logo
1 of 9
Download to read offline
Design Proposal - Challenge 1
Prepared for: VirtualDesignMaster.com
Prepared by: Joel Gibson
July 15, 2014
Proposal number: Challenge 1
!
JOEL GIBSON
EXECUTIVE SUMMARY
!
Objective
The objective of this design is to be support the mission critical space ship depot application.
Goals
This solution should be reliable, easily deployable, and fully orchestrated. Downtime is unacceptable, as human
lives are involved.
Solution
With the above goals in mind, the solution has been designed around the following key elements:
!
- All supporting elements must be highly available.
- The physical and logical infrastructure must be able to scale easily, and quickly.
- The application framework must be able to scale automatically.
!
The physical infrastructure has been kept simple, and relies heavily on converged systems. It is easy to rack,
stack, and cable this design. The Nutanix virtual computing platform was chosen as the scalable compute and
storage systems.
This management and application design relies heavily on open source projects, as vendor support may not be
available during the present chaos, and community support is strong.
The virtualization and private cloud infrastructure will be based on the OpenStack framework, and will include a
highly available management cluster. The virtual servers supporting the space port application will reside on a
separate cluster of nodes managed by OpenStack.
!
The web application will be run on Apache, and load balanced using HAProxy. The supporting services are the
database (Cassandra cluster), and messaging (RabbitMQ cluster). These components are all configured in a highly
available fashion, and can be easily scaled.
!
The orchestration framework chosen was two fold: 1) Puppet, for the purpose of OpenStack and Application
configuration state, and 2) OpenStack Heat, for the purpose of scaling up instances in tandem with Ceilometer.
!
!
JOEL GIBSON
PHYSICAL DESIGN
Overview
The Cape Canaveral Space Port is the first, of at least four, critical production facilities. This space port will serve
as a framework that will be replicated in future facilities.
!
The infrastructure and application design for this space ship depot has been configured in a highly available
manner. It is the goal of this design to eliminate any potential single points of failure, such that it is able to support
the mission critical life sustaining workloads.
The physical design of the infrastructure has been kept relatively simple, so that scarce resources can be best
utilized.
As part of this design, the decision was made not to rely on a cloud provider for IaaS services, instead it was
deemed too important to run the workloads outside of the production facility.
Infrastructure
As noted earlier, the physical infrastructure has been kept simple, and relies heavily on converged systems. It is
easy to rack, stack, and cable this design.
The physical systems will reside in two separate racks, supplied by two UPS systems. The two racks of equipment
will closely resemble one another, and will be used to provide physical separation of the key components in
support of a highly available architecture.
The racks will be interconnected via the fibre patch panels, and each will contain the required network gear to
provide Internet and inter-spaceport MPLS connectivity.
The Cisco Nexus 5672UP was chosen as the top-of-rack switch, which provides ample bandwidth and ports for
the existing infrastructure, along with room to grow. It also supports network overlay technology, such as VxLAN
should the future need arise.
The Nutanix NX-3060 virtual computing platform was chosen as the scalable compute and storage systems. Each
of these systems contains four nodes, one of which will be used for the management framework, and the balance
to be used for the application framework. The base configuration will utilize one NX-3060 in each rack, with plenty
of room for future growth.
Risks
There is an inherent risk, that while the remaining three space ship ports are being built, the Cape Canaveral site is
in itself a single point of failure. This is considered an acceptable risk due to the nature of work being completed in
this location. If this site was destroyed, prior to the completion of the other ports, the mission critical work would
be delayed, even if the application was still available.
JOEL GIBSON
Assumptions
It is assumed that the Cape Canaveral Space Port has been designed and built to Tier 3 or above standards
according to the Uptime Institute. In addition, there is enough physical space, and power and cooling capacity
available to scale the physical equipment if required.
Figure 1 - Physical Rack Layout
!
JOEL GIBSON
Figure 2 - High-Level Overview of Virtualization and Cloud Infrastructure
JOEL GIBSON
LOGICAL DESIGN
!
Overview
The premise for this design is based on high availability and orchestration. The purpose of this is to protect the
critical components (i.e. application workload, and data) at the space ports, and ensure that the infrastructure can
scale quickly and efficiently.
!
This design relies heavily on open source projects, as vendor support may not be available during the present
chaos, and community support is strong.
!
The virtualization and private cloud infrastructure will be based on the OpenStack framework, and will include a
highly available management cluster. The virtual servers supporting the space port application will reside on a
separate cluster of nodes managed by OpenStack.
Network
The space ports and moon base will be interconnected via a 3rd party managed redundant carrier-grade MPLS
network. The moon base will be connected utilizing a high-latency, but high-bandwidth link for administrative and
management purposes. The management and maintenance of the MPLS network remains the responsibility of the
3rd party carrier and is backed by and aggressive SLA.
!
Figure 2- High-Level Inter-DC Network Layout
JOEL GIBSON
OpenStack Cluster
The management cluster will reside on two physical nodes (Nutanix node 1, and node 5) and is based on a highly
available application topology.
!
The chosen operating system for the bare-metal install, as well as the supporting virtual servers is CentOS 7.x. The
management components within the cluster will reside on virtual machines, running on top of the KVM hypervisor.
!
The underlying core services supporting the OpenStack cluster are messaging (RabbitMQ), databases (MySQL
with Galera), and orchestration (Puppet with a multi-master config).
!
HAProxy has been chosen to act as a highly available load-balancer for the web tier (Horizon), as well as the
OpenStack API nodes.
!
Puppet will be used to orchestrate and maintain the state and consistency of the OpenStack cluster. It can easily
integrate with, and maintain the desired state of the OpenStack projects, HAProxy, the supporting core services.
JOEL GIBSON
Application Cluster
The chosen operating system for the bare-metal install (Nutanix node 2-4, and 6-8) is CentOS 7.x. The type two
hypervisor to be used is KVM, and will be managed by OpenStack Nova.
!
The virtual servers which form the application framework will utilize CentOS 7.x for their guest operating system.
!
The core services for the web application are the database (Cassandra cluster), and messaging (RabbitMQ
cluster). The web application will be run on Apache, and load balanced using HAProxy. These components are all
configured in a highly available fashion, and can be easily scaled.
!
The desired configuration and state of the application virtual servers will be maintained using Puppet.
!
As part of this design, it was mentioned earlier that the application framework would have the ability to scale
automatically. This requirement will be satisfied utilizing OpenStack Heat and Ceilometer to spin-up/down
instances based on workload, and Puppet to set the desired state of the application configuration.
!
It was decided that a combination approach to orchestration would be best suited to this design to enable both
automatic scaling, while maintaining desired state.
JOEL GIBSON
Storage
The storage utilized by the physical nodes will be presented by the Nutanix virtual computing system in the form of
NFS shares. The management and application servers will reside on separate mount points, as well as any
additional special configuration required for the highly available databases.
Backups
Due to the highly available nature of the architecture, and the ability to easily reproduce the desired state based on
orchestration, it was decided to backup the following components:
!
- required images, virtual templates
- orchestration repositories (i.e. git repo)
- application and management databases
!
To simplify the architecture, save resources, and provide off-site backup capabilities, a 3rd party cloud backup
provider will be utilized.
Assumptions
It is assumed that any of the space ports, or the moon base may lose connectivity with one or more nodes. In the
case of temporary loss of connectivity, the space ports will continue to produce as they are fully independent of
one another.
JOEL GIBSON

More Related Content

Viewers also liked

10 3 13 coppa survey results mkc hi
10 3 13 coppa survey results mkc hi10 3 13 coppa survey results mkc hi
10 3 13 coppa survey results mkc hiSarah Gordon
 
ITEC 7530 JMOSS
ITEC 7530 JMOSSITEC 7530 JMOSS
ITEC 7530 JMOSSpcgrad13
 
Corner Stitching in Swift @ Base Labs - Krakow
Corner Stitching in Swift @ Base Labs - KrakowCorner Stitching in Swift @ Base Labs - Krakow
Corner Stitching in Swift @ Base Labs - KrakowFernando Olivero
 
Lean StartUp: Basics of Customer Discovery & Development
Lean StartUp: Basics of Customer Discovery & DevelopmentLean StartUp: Basics of Customer Discovery & Development
Lean StartUp: Basics of Customer Discovery & DevelopmentGuita Gopalan
 
Total quality management of farid fiber in bangladesh
Total quality management of farid fiber in bangladeshTotal quality management of farid fiber in bangladesh
Total quality management of farid fiber in bangladeshKanok Chowdhury
 
Daemon Behr - Challenge 3 - Virtual Design Master
Daemon Behr - Challenge 3 - Virtual Design Master Daemon Behr - Challenge 3 - Virtual Design Master
Daemon Behr - Challenge 3 - Virtual Design Master vdmchallenge
 
Collabrify WP Client: Features
Collabrify WP Client: FeaturesCollabrify WP Client: Features
Collabrify WP Client: FeaturesJill Bender
 
Presentation from Zagreb-Croatia
Presentation from Zagreb-CroatiaPresentation from Zagreb-Croatia
Presentation from Zagreb-CroatiaMoAlfonsel
 
Working practices workbook
Working practices workbookWorking practices workbook
Working practices workbookharisshaikhPBM
 
Economics Project
Economics ProjectEconomics Project
Economics ProjectPatricia -
 

Viewers also liked (15)

FORMS OF DNA
FORMS OF DNAFORMS OF DNA
FORMS OF DNA
 
10 3 13 coppa survey results mkc hi
10 3 13 coppa survey results mkc hi10 3 13 coppa survey results mkc hi
10 3 13 coppa survey results mkc hi
 
ITEC 7530 JMOSS
ITEC 7530 JMOSSITEC 7530 JMOSS
ITEC 7530 JMOSS
 
Corner Stitching in Swift @ Base Labs - Krakow
Corner Stitching in Swift @ Base Labs - KrakowCorner Stitching in Swift @ Base Labs - Krakow
Corner Stitching in Swift @ Base Labs - Krakow
 
Filming 2
Filming 2Filming 2
Filming 2
 
Seastone Construction Company
Seastone Construction CompanySeastone Construction Company
Seastone Construction Company
 
Lean StartUp: Basics of Customer Discovery & Development
Lean StartUp: Basics of Customer Discovery & DevelopmentLean StartUp: Basics of Customer Discovery & Development
Lean StartUp: Basics of Customer Discovery & Development
 
Total quality management of farid fiber in bangladesh
Total quality management of farid fiber in bangladeshTotal quality management of farid fiber in bangladesh
Total quality management of farid fiber in bangladesh
 
Daemon Behr - Challenge 3 - Virtual Design Master
Daemon Behr - Challenge 3 - Virtual Design Master Daemon Behr - Challenge 3 - Virtual Design Master
Daemon Behr - Challenge 3 - Virtual Design Master
 
Collabrify WP Client: Features
Collabrify WP Client: FeaturesCollabrify WP Client: Features
Collabrify WP Client: Features
 
New Presentation
New PresentationNew Presentation
New Presentation
 
Presentation from Zagreb-Croatia
Presentation from Zagreb-CroatiaPresentation from Zagreb-Croatia
Presentation from Zagreb-Croatia
 
Pila
PilaPila
Pila
 
Working practices workbook
Working practices workbookWorking practices workbook
Working practices workbook
 
Economics Project
Economics ProjectEconomics Project
Economics Project
 

More from vdmchallenge

#VirtualDesignMaster 3 Challenge 4 - Steven Viljoen
#VirtualDesignMaster 3 Challenge 4 - Steven Viljoen#VirtualDesignMaster 3 Challenge 4 - Steven Viljoen
#VirtualDesignMaster 3 Challenge 4 - Steven Viljoenvdmchallenge
 
#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Gupta#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Guptavdmchallenge
 
#VirtualDesignMaster 3 Challenge 4 - Dennis George
#VirtualDesignMaster 3 Challenge 4 - Dennis George#VirtualDesignMaster 3 Challenge 4 - Dennis George
#VirtualDesignMaster 3 Challenge 4 - Dennis Georgevdmchallenge
 
#VirtualDesignMaster 3 Challenge 4 – James Brown
#VirtualDesignMaster 3 Challenge 4 – James Brown#VirtualDesignMaster 3 Challenge 4 – James Brown
#VirtualDesignMaster 3 Challenge 4 – James Brownvdmchallenge
 
#VirtualDesignMaster 3 Challenge 4 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 4 - Abdullah Abdullah#VirtualDesignMaster 3 Challenge 4 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 4 - Abdullah Abdullahvdmchallenge
 
#VirtualDesignMaster 3 Challenge 3 - Steven Viljoen
#VirtualDesignMaster 3 Challenge 3 - Steven Viljoen#VirtualDesignMaster 3 Challenge 3 - Steven Viljoen
#VirtualDesignMaster 3 Challenge 3 - Steven Viljoenvdmchallenge
 
#VirtualDesignMaster 3 Challenge 3 - Lubomir Zvolensky
#VirtualDesignMaster 3 Challenge 3 - Lubomir Zvolensky#VirtualDesignMaster 3 Challenge 3 - Lubomir Zvolensky
#VirtualDesignMaster 3 Challenge 3 - Lubomir Zvolenskyvdmchallenge
 
#VirtualDesignMaster 3 Challenge 3 – James Brown
#VirtualDesignMaster 3 Challenge 3 – James Brown#VirtualDesignMaster 3 Challenge 3 – James Brown
#VirtualDesignMaster 3 Challenge 3 – James Brownvdmchallenge
 
#VirtualDesignMaster 3 Challenge 3 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 3 - Harshvardhan Gupta#VirtualDesignMaster 3 Challenge 3 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 3 - Harshvardhan Guptavdmchallenge
 
#VirtualDesignMaster 3 Challenge 3 - Dennis George
#VirtualDesignMaster 3 Challenge 3 - Dennis George#VirtualDesignMaster 3 Challenge 3 - Dennis George
#VirtualDesignMaster 3 Challenge 3 - Dennis Georgevdmchallenge
 
#VirtualDesignMaster 3 Challenge 3 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 3 - Abdullah Abdullah#VirtualDesignMaster 3 Challenge 3 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 3 - Abdullah Abdullahvdmchallenge
 
#VirtualDesignMaster 3 Challenge 2 - Steven Viljoen
#VirtualDesignMaster 3 Challenge 2 - Steven Viljoen#VirtualDesignMaster 3 Challenge 2 - Steven Viljoen
#VirtualDesignMaster 3 Challenge 2 - Steven Viljoenvdmchallenge
 
#VirtualDesignMaster 3 Challenge 2 - Lubomir Zvolensky
#VirtualDesignMaster 3 Challenge 2 - Lubomir Zvolensky#VirtualDesignMaster 3 Challenge 2 - Lubomir Zvolensky
#VirtualDesignMaster 3 Challenge 2 - Lubomir Zvolenskyvdmchallenge
 
#VirtualDesignMaster 3 Challenge 2 – James Brown
#VirtualDesignMaster 3 Challenge 2 – James Brown#VirtualDesignMaster 3 Challenge 2 – James Brown
#VirtualDesignMaster 3 Challenge 2 – James Brownvdmchallenge
 
#VirtualDesignMaster 3 Challenge 2 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 2 - Harshvardhan Gupta#VirtualDesignMaster 3 Challenge 2 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 2 - Harshvardhan Guptavdmchallenge
 
#VirtualDesignMaster 3 Challenge 2 - Dennis George
#VirtualDesignMaster 3 Challenge 2 - Dennis George#VirtualDesignMaster 3 Challenge 2 - Dennis George
#VirtualDesignMaster 3 Challenge 2 - Dennis Georgevdmchallenge
 
#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullah#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullahvdmchallenge
 
#VirtualDesignMaster 3 Challenge 1 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 1 - Abdullah Abdullah#VirtualDesignMaster 3 Challenge 1 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 1 - Abdullah Abdullahvdmchallenge
 
#VirtualDesignMaster 3 Challenge 1 - Dennis George
#VirtualDesignMaster 3 Challenge 1 - Dennis George#VirtualDesignMaster 3 Challenge 1 - Dennis George
#VirtualDesignMaster 3 Challenge 1 - Dennis Georgevdmchallenge
 
#VirtualDesignMaster 3 Challenge 1 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 1 - Harshvardhan Gupta#VirtualDesignMaster 3 Challenge 1 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 1 - Harshvardhan Guptavdmchallenge
 

More from vdmchallenge (20)

#VirtualDesignMaster 3 Challenge 4 - Steven Viljoen
#VirtualDesignMaster 3 Challenge 4 - Steven Viljoen#VirtualDesignMaster 3 Challenge 4 - Steven Viljoen
#VirtualDesignMaster 3 Challenge 4 - Steven Viljoen
 
#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Gupta#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Gupta
 
#VirtualDesignMaster 3 Challenge 4 - Dennis George
#VirtualDesignMaster 3 Challenge 4 - Dennis George#VirtualDesignMaster 3 Challenge 4 - Dennis George
#VirtualDesignMaster 3 Challenge 4 - Dennis George
 
#VirtualDesignMaster 3 Challenge 4 – James Brown
#VirtualDesignMaster 3 Challenge 4 – James Brown#VirtualDesignMaster 3 Challenge 4 – James Brown
#VirtualDesignMaster 3 Challenge 4 – James Brown
 
#VirtualDesignMaster 3 Challenge 4 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 4 - Abdullah Abdullah#VirtualDesignMaster 3 Challenge 4 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 4 - Abdullah Abdullah
 
#VirtualDesignMaster 3 Challenge 3 - Steven Viljoen
#VirtualDesignMaster 3 Challenge 3 - Steven Viljoen#VirtualDesignMaster 3 Challenge 3 - Steven Viljoen
#VirtualDesignMaster 3 Challenge 3 - Steven Viljoen
 
#VirtualDesignMaster 3 Challenge 3 - Lubomir Zvolensky
#VirtualDesignMaster 3 Challenge 3 - Lubomir Zvolensky#VirtualDesignMaster 3 Challenge 3 - Lubomir Zvolensky
#VirtualDesignMaster 3 Challenge 3 - Lubomir Zvolensky
 
#VirtualDesignMaster 3 Challenge 3 – James Brown
#VirtualDesignMaster 3 Challenge 3 – James Brown#VirtualDesignMaster 3 Challenge 3 – James Brown
#VirtualDesignMaster 3 Challenge 3 – James Brown
 
#VirtualDesignMaster 3 Challenge 3 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 3 - Harshvardhan Gupta#VirtualDesignMaster 3 Challenge 3 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 3 - Harshvardhan Gupta
 
#VirtualDesignMaster 3 Challenge 3 - Dennis George
#VirtualDesignMaster 3 Challenge 3 - Dennis George#VirtualDesignMaster 3 Challenge 3 - Dennis George
#VirtualDesignMaster 3 Challenge 3 - Dennis George
 
#VirtualDesignMaster 3 Challenge 3 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 3 - Abdullah Abdullah#VirtualDesignMaster 3 Challenge 3 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 3 - Abdullah Abdullah
 
#VirtualDesignMaster 3 Challenge 2 - Steven Viljoen
#VirtualDesignMaster 3 Challenge 2 - Steven Viljoen#VirtualDesignMaster 3 Challenge 2 - Steven Viljoen
#VirtualDesignMaster 3 Challenge 2 - Steven Viljoen
 
#VirtualDesignMaster 3 Challenge 2 - Lubomir Zvolensky
#VirtualDesignMaster 3 Challenge 2 - Lubomir Zvolensky#VirtualDesignMaster 3 Challenge 2 - Lubomir Zvolensky
#VirtualDesignMaster 3 Challenge 2 - Lubomir Zvolensky
 
#VirtualDesignMaster 3 Challenge 2 – James Brown
#VirtualDesignMaster 3 Challenge 2 – James Brown#VirtualDesignMaster 3 Challenge 2 – James Brown
#VirtualDesignMaster 3 Challenge 2 – James Brown
 
#VirtualDesignMaster 3 Challenge 2 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 2 - Harshvardhan Gupta#VirtualDesignMaster 3 Challenge 2 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 2 - Harshvardhan Gupta
 
#VirtualDesignMaster 3 Challenge 2 - Dennis George
#VirtualDesignMaster 3 Challenge 2 - Dennis George#VirtualDesignMaster 3 Challenge 2 - Dennis George
#VirtualDesignMaster 3 Challenge 2 - Dennis George
 
#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullah#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 2 - Abdullah Abdullah
 
#VirtualDesignMaster 3 Challenge 1 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 1 - Abdullah Abdullah#VirtualDesignMaster 3 Challenge 1 - Abdullah Abdullah
#VirtualDesignMaster 3 Challenge 1 - Abdullah Abdullah
 
#VirtualDesignMaster 3 Challenge 1 - Dennis George
#VirtualDesignMaster 3 Challenge 1 - Dennis George#VirtualDesignMaster 3 Challenge 1 - Dennis George
#VirtualDesignMaster 3 Challenge 1 - Dennis George
 
#VirtualDesignMaster 3 Challenge 1 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 1 - Harshvardhan Gupta#VirtualDesignMaster 3 Challenge 1 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 1 - Harshvardhan Gupta
 

Recently uploaded

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
🐬 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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
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
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
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
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 

Recently uploaded (20)

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
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
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
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
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 

Joel Gibson - Challenge 1 - Virtual Design Master

  • 1. Design Proposal - Challenge 1 Prepared for: VirtualDesignMaster.com Prepared by: Joel Gibson July 15, 2014 Proposal number: Challenge 1 ! JOEL GIBSON
  • 2. EXECUTIVE SUMMARY ! Objective The objective of this design is to be support the mission critical space ship depot application. Goals This solution should be reliable, easily deployable, and fully orchestrated. Downtime is unacceptable, as human lives are involved. Solution With the above goals in mind, the solution has been designed around the following key elements: ! - All supporting elements must be highly available. - The physical and logical infrastructure must be able to scale easily, and quickly. - The application framework must be able to scale automatically. ! The physical infrastructure has been kept simple, and relies heavily on converged systems. It is easy to rack, stack, and cable this design. The Nutanix virtual computing platform was chosen as the scalable compute and storage systems. This management and application design relies heavily on open source projects, as vendor support may not be available during the present chaos, and community support is strong. The virtualization and private cloud infrastructure will be based on the OpenStack framework, and will include a highly available management cluster. The virtual servers supporting the space port application will reside on a separate cluster of nodes managed by OpenStack. ! The web application will be run on Apache, and load balanced using HAProxy. The supporting services are the database (Cassandra cluster), and messaging (RabbitMQ cluster). These components are all configured in a highly available fashion, and can be easily scaled. ! The orchestration framework chosen was two fold: 1) Puppet, for the purpose of OpenStack and Application configuration state, and 2) OpenStack Heat, for the purpose of scaling up instances in tandem with Ceilometer. ! ! JOEL GIBSON
  • 3. PHYSICAL DESIGN Overview The Cape Canaveral Space Port is the first, of at least four, critical production facilities. This space port will serve as a framework that will be replicated in future facilities. ! The infrastructure and application design for this space ship depot has been configured in a highly available manner. It is the goal of this design to eliminate any potential single points of failure, such that it is able to support the mission critical life sustaining workloads. The physical design of the infrastructure has been kept relatively simple, so that scarce resources can be best utilized. As part of this design, the decision was made not to rely on a cloud provider for IaaS services, instead it was deemed too important to run the workloads outside of the production facility. Infrastructure As noted earlier, the physical infrastructure has been kept simple, and relies heavily on converged systems. It is easy to rack, stack, and cable this design. The physical systems will reside in two separate racks, supplied by two UPS systems. The two racks of equipment will closely resemble one another, and will be used to provide physical separation of the key components in support of a highly available architecture. The racks will be interconnected via the fibre patch panels, and each will contain the required network gear to provide Internet and inter-spaceport MPLS connectivity. The Cisco Nexus 5672UP was chosen as the top-of-rack switch, which provides ample bandwidth and ports for the existing infrastructure, along with room to grow. It also supports network overlay technology, such as VxLAN should the future need arise. The Nutanix NX-3060 virtual computing platform was chosen as the scalable compute and storage systems. Each of these systems contains four nodes, one of which will be used for the management framework, and the balance to be used for the application framework. The base configuration will utilize one NX-3060 in each rack, with plenty of room for future growth. Risks There is an inherent risk, that while the remaining three space ship ports are being built, the Cape Canaveral site is in itself a single point of failure. This is considered an acceptable risk due to the nature of work being completed in this location. If this site was destroyed, prior to the completion of the other ports, the mission critical work would be delayed, even if the application was still available. JOEL GIBSON
  • 4. Assumptions It is assumed that the Cape Canaveral Space Port has been designed and built to Tier 3 or above standards according to the Uptime Institute. In addition, there is enough physical space, and power and cooling capacity available to scale the physical equipment if required. Figure 1 - Physical Rack Layout ! JOEL GIBSON
  • 5. Figure 2 - High-Level Overview of Virtualization and Cloud Infrastructure JOEL GIBSON
  • 6. LOGICAL DESIGN ! Overview The premise for this design is based on high availability and orchestration. The purpose of this is to protect the critical components (i.e. application workload, and data) at the space ports, and ensure that the infrastructure can scale quickly and efficiently. ! This design relies heavily on open source projects, as vendor support may not be available during the present chaos, and community support is strong. ! The virtualization and private cloud infrastructure will be based on the OpenStack framework, and will include a highly available management cluster. The virtual servers supporting the space port application will reside on a separate cluster of nodes managed by OpenStack. Network The space ports and moon base will be interconnected via a 3rd party managed redundant carrier-grade MPLS network. The moon base will be connected utilizing a high-latency, but high-bandwidth link for administrative and management purposes. The management and maintenance of the MPLS network remains the responsibility of the 3rd party carrier and is backed by and aggressive SLA. ! Figure 2- High-Level Inter-DC Network Layout JOEL GIBSON
  • 7. OpenStack Cluster The management cluster will reside on two physical nodes (Nutanix node 1, and node 5) and is based on a highly available application topology. ! The chosen operating system for the bare-metal install, as well as the supporting virtual servers is CentOS 7.x. The management components within the cluster will reside on virtual machines, running on top of the KVM hypervisor. ! The underlying core services supporting the OpenStack cluster are messaging (RabbitMQ), databases (MySQL with Galera), and orchestration (Puppet with a multi-master config). ! HAProxy has been chosen to act as a highly available load-balancer for the web tier (Horizon), as well as the OpenStack API nodes. ! Puppet will be used to orchestrate and maintain the state and consistency of the OpenStack cluster. It can easily integrate with, and maintain the desired state of the OpenStack projects, HAProxy, the supporting core services. JOEL GIBSON
  • 8. Application Cluster The chosen operating system for the bare-metal install (Nutanix node 2-4, and 6-8) is CentOS 7.x. The type two hypervisor to be used is KVM, and will be managed by OpenStack Nova. ! The virtual servers which form the application framework will utilize CentOS 7.x for their guest operating system. ! The core services for the web application are the database (Cassandra cluster), and messaging (RabbitMQ cluster). The web application will be run on Apache, and load balanced using HAProxy. These components are all configured in a highly available fashion, and can be easily scaled. ! The desired configuration and state of the application virtual servers will be maintained using Puppet. ! As part of this design, it was mentioned earlier that the application framework would have the ability to scale automatically. This requirement will be satisfied utilizing OpenStack Heat and Ceilometer to spin-up/down instances based on workload, and Puppet to set the desired state of the application configuration. ! It was decided that a combination approach to orchestration would be best suited to this design to enable both automatic scaling, while maintaining desired state. JOEL GIBSON
  • 9. Storage The storage utilized by the physical nodes will be presented by the Nutanix virtual computing system in the form of NFS shares. The management and application servers will reside on separate mount points, as well as any additional special configuration required for the highly available databases. Backups Due to the highly available nature of the architecture, and the ability to easily reproduce the desired state based on orchestration, it was decided to backup the following components: ! - required images, virtual templates - orchestration repositories (i.e. git repo) - application and management databases ! To simplify the architecture, save resources, and provide off-site backup capabilities, a 3rd party cloud backup provider will be utilized. Assumptions It is assumed that any of the space ports, or the moon base may lose connectivity with one or more nodes. In the case of temporary loss of connectivity, the space ports will continue to produce as they are fully independent of one another. JOEL GIBSON