TOSCA Workflows Use Cases.

Slides:



Advertisements
Similar presentations
SugarCRM Database Deployment Variants DB in separate Service Template DB external to Service Template.
Advertisements

©2009 Justin C. Klein Keane PHP Code Auditing Session 3 – Tools of the Trade & Crafting Malicious Input Justin C. Klein Keane
Web Application Server Apache Tomcat Downloading and Deployment Guide.
TOSCA SugarCRM Deployment
P-GRADE and WS-PGRADE portals supporting desktop grids and clouds Peter Kacsuk MTA SZTAKI
1 CENTER FOR PARALLEL COMPUTERS An Introduction to Globus Toolkit® 3 -Developing Interoperable Grid services.
Introduction to MySQL Administration.  Server startup and shutdown ◦ How to manually start and stop it from the command line ◦ How to arrange an automated.
XMAS installation instructions Windows Version: 1.0 4/22/2008.
13-Jul-15 Getting Ready for Java. 2 What You Need 256 MB of RAM (512 MB or more recommended) 500 MHz Pentium or better Macintosh: must run Mac OS X, preferably.
Building and Deploying a Simple Web Application. Tomcat and JSP Tomcat is an application server, commonly used to host JSP applications Applications are.
VIRTUALISATION OF HADOOP CLUSTERS Dr G Sudha Sadasivam Assistant Professor Department of CSE PSGCT.
Apache Jakarta Tomcat Suh, Junho. Road Map Tomcat Overview Tomcat Overview History History What is Tomcat? What is Tomcat? Servlet Container.
Understanding and Managing WebSphere V5
Topology and Orchestration Specification for Cloud Applications (TOSCA) Standard TOSCA Interoperability Demonstration Join the TOSCA Technical Committee.
Default: Zoom 65% then screenshot. DB XStudio tests Launcher DB XStudio XAgent tests Backup DB tests Launcher.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
TOSCA Workloads with OpenStack Heat-Translator
TOSCA Interoperability Demonstration
Monitoring Scale-Out with the MySQL Enterprise Monitor Andy Bang Lead Software Engineer MySQL-Sun, Enterprise Tools Team Wednesday, April 16, :15.
Remote OMNeT++ v2.0 Introduction What is Remote OMNeT++? Remote environment for OMNeT++ Remote simulation execution Remote data storage.
PrimoGENI Tutorial Miguel Erazo, Neil Goldman, Nathanael Van Vorst, and Jason Liu Florida International University Other project participants: Julio Ibarra.
Projects. High Performance Computing Projects Design and implement an HPC cluster with one master node and two compute nodes. (Hint: use Rocks HPC Cluster.
Apache + Tomcat. Apache + Tomcat Download mod_webapp.so:
ALVIN CHAO GRIDS & PIECES : MINIMIZE LOAD TIME & INCREASE ACCESSIBILITY WITH RSS & CSS.
Apache, MySQL and PHP Installation and Configuration Chapter 4 XAMPP Installation and Configuration.
Guidelines for Homework 6. Getting Started Homework 6 requires that you complete Homework 5. –All of HW5 must run on the GridFarm. –HW6 may run elsewhere.
SugarCRM LAMP App Deployment Usecase IBM Vnomic. 2 Objective Using an application which is simple, but also presents the most fundamental deployment challenges,
INFSOM-RI Juelich, 10 June 2008 ETICS - Maven From competition, to collaboration.
Plug-in Development Environment. Session Outline Tools Installation Configuration New Project Basic Debugging Remote Debugging.
INFSO-RI JRA2: Testing senarious ETICS AH meeting Budapest, Iune 2009 Eva Takacs, Jozsef Kuti, András Milassin 4D Soft.
(1) A Beginner’s Quick Start to SIMICS. (2) Disclaimer This is a quick start document to help users get set up quickly Does not replace the user guide.
Contents 1.Introduction, architecture 2.Live demonstration 3.Extensibility.
#saa15 #s601 Implementing ArchivesSpace in a Small Institution Chris Ervin CA PMP Archivist Mojave Desert Archives Goffs, California 1.
Installation and Development Tools National Center for Supercomputing Applications University of Illinois at Urbana-Champaign The SEASR project and its.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
Setting Up your Hosting Account and Installing WordPress and Omeka CCC America Advanced Omeka Training.
CSE 548 Advanced Computer Network Security Trust in MobiCloud using Hadoop Framework Updates Sayan Cole Jaya Chakladar Group No: 1.
How to Install Eclipse Click hereClick here to download Eclipse.
Hadoop Joshua Nester, Garrison Vaughan, Calvin Sauerbier, Jonathan Pingilley, and Adam Albertson.
CSE 548 Advanced Computer Network Security Trust in MobiCloud using Hadoop Framework Updates Sayan Kole Jaya Chakladar Group No: 1.
Field Trip #24 Setting Up a Web Server. Apache Apache is one of the most successful open source web servers In 1995 the most popular web server was the.
Managed by UT-Battelle for the Department of Energy Kay Kasemir ORNL/SNS 2012, January 9-12 at NSRRC, Taiwan Control System Studio Training.
WMarket For Adminstrators Install with Docker or the Automatic Script.
Introduction to Linux Server Setup Jonathan Hood CSE 4000 Practical Issues in Software Engineering.
1 Download current version of Tomcat from: g/tomcat/ g/tomcat/ Install it in: C:\Program Files\Apache.
Settings MySQL Database and JDBC configuration Instructor: Sergey Goldman.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
WMarket For Adminstrators Manual Installation. Basic Dependencies To install your own WMarket instance, you are required to install the following software:
Setup of database, JMS broker, and FTP server Søren V. Carlsen
PostgreSQL consulting services give you one-on- one access to a senior PostgreSQL consultant who can help you plan, deploy, review, troubleshoot, and.
Free minecraft account guide free minecraft account guide.
Project Cumulus Overview March 15, End Goal Unified Public & Private PaaS for GlassFish/Java EE Simplify deployment of Java EE Apps on top of.
TOSCA workflows. Default workflow is declarative (generated from nodes and relationships) install at the beginning of install workflow all instances are.
TOSCA Workflow Proposal
Updatecenter Module 3 Application Server SE/EE 8.1 Installation
(Application Form - Part VI)
SAP Business One B1iF Training
LOCO Extract – Transform - Load
Updatecenter Snjezana Sevo-Zenzerovic
ETL Job Scheduler Job Database Server User Interface Scheduler
1. Environment Setting Minhaeng Lee.
DevOps Deep Dive DevOps Deep Dive What you will learn
Content: What is JMeter? What can I do with JMeter?
TOSCA Workflow Proposal
TOSCA workflows.
Introduction to Apache
Setup Sqoop.
September 12-14, 2018 Raleigh, NC.
Hadoop Installation Fully Distributed Mode
Presentation transcript:

TOSCA Workflows Use Cases

Concurrency resolving tomcat Tomcat Requirements Host Scenario 1: Create operation download zip files and unzip them, both in parallel in order to optimize bandwidth. HostedOn mysql MySQL Requirements Host compute started mysql creating tomcat creating mysql create tomcat create HostedOn compute tosca.nodes.Compute Capabilities Container mysql created tomcat created

Concurrency resolving tomcat Tomcat Requirements Host compute started Scenario 2: Create operation performed through apt-get command that doesn’t support concurrency. mysql creating HostedOn mysql MySQL Requirements Host mysql create mysql created tomcat creating HostedOn tomcat create compute tosca.nodes.Compute Capabilities Container tomcat created

Hosted_On – Active hosting compute started tomcat creating Note: pre_configure_target and post_configure_target operations are not allowed as the compte node is not provided by the user but Substituated by the orchestrator. The user has no ownership on it’s lifecycle. tomcat create tomcat Tomcat Capabilities Container Requirements Host tomcat created tomcat configuring HostedOn pre_configure_source tomcat configure HostedOn post_configure_source HostedOn compute tosca.nodes.Compute Capabilities Container tomcat configured tomcat starting tomcat start tomcat started Many other scenaris like Database on DBMS, even some War on containers

Hosted_On – Passive hosting Source ElasticSearch Plugin Requirements Host I need to create the plugin before the ElasticSearch is created HostedOn Target ElasticSearch Capabilities Container ElasticSearch Java plugins: Documentation extract: These plugins contain only JAR files, and must be installed on every node in the cluster. After installation, each node must be restarted before the plugin becomes visible.

Cluster Manager/Managed use case Need some nodes to be in certain states before next nodes do something. Cluster with master Election and then need the address of the master Runtime impacts with new master election are also to consider. TODO detail the use-case