Building Service Platforms Using Openstack and CEPH

Total Page:16

File Type:pdf, Size:1020Kb

Building Service Platforms Using Openstack and CEPH Building Service Platforms using OpenStack and CEPH Malte Dreyer Humboldt-Universität zu Berlin Founded in 1810 Faculties: 9 Students: 35 000 (5 000 International) Degree Programs: 185 Professorships: 419(483) Academic Staff: 2 000 Non-Academic: 1 500 3 Campuses, ~180 Buildings Computer and Media Service Broad Range of Services ADS Hardware Service Terminalserver Service AFS Identity Management Repositories Accounts Image Editing Training Anti Virus Software Mail Service Trouble Ticket Systems Audio / Video Equipment Mailing Lists User Certificates Backup-Service Map Service User Support Calendar Service Media Repository VPN Campus Management SW Moodle Video Conferences Chat Service Printing Service Video Service Compute Clusters Public Computers WLAN Computer Networks Publication Repository Web Content Management Computer Training Rooms Resource Management SW Web Files Database Service Scanning Service Web Hosting Managed Desktops Shibboleth Website Management File Exchange Software Service Wiki and Blog Farms File Service Statistics SW Service Windows Domains Graphics Service Storage Area Network ePublishing Survey Service Projects in Close Cooperation with Scholars Customizations and feature developments Media Repository Farm Joint projects and software developments Laudatio Corpus Repository "Products of research are not just publications.” NSF senior policy specialist Beth Strausser. Biographical Sketch(es), has been revised to rename the “Publications” section to “Products” and amend terminology and instructions accordingly. 13 January 2013: "National Science Foundation’s Merit Review Criteria: Review and Revisions” Chapter II.C.2.f(i)(c), 1. Recommended open access to scholarly papers of publicly funded research 2. Recommended open access to all digital outputs of publicly funded research 3. Mandated open access to scholarly papers of publicly funded research 4. Mandated open access to all digital outputs of publicly funded research 5. Enforced, mandated open access to scholarly papers of publicly funded research 6. Enforced, mandated open access to all digital outputs of publicly funded research From a Data Center Point of View 80 individual projects 80 setups 80 databases 80 configs Custom software Fedora Repository CakePHP Elastic Search PID-Server (Handle) jQuery / Bootstrap Apache Xerces +RedMine for Tickets Cloud as e-Infrastructure Supporting Research SaaS Applications Applications and Data PaaS Platform Platform OS & Basic Services OS & Basic Services IaaS Infrastructure Infrastructure Infrastructure Servers–Storage- Servers–Storage- Servers–Storage- Network Network Network XaaS/EaaS: Software-led Infrastructure (Software Defined Data Center) Backup Database Identity Monitoring Network Security Storage …………………. as a Service Media Repository Seafile Repository xyz …………………. as a Service Flexible e-Infrastructure… keep services alive reduce technology beyond project lifetime stack for project staff concentrate on what easy testing you are really environments interested in We Took a Look At… (Being aware that these are different in type) • amazon web services • Apache Cloudstack • Docker / LXC • Eucalyptus • Microsoft Azure • OpenNebula • OpenStack • VMware And still use Proxmox for VM management for many services … and Chose OpenStack still under heavy development Macro Scripting „Manage VMs like a Linux Process“ Pet or Cattle Images: Sheep: Public Domain; Toy Dog: By Toyloverz (Own work) [CC BY-SA 3.0 (http://creativecommons.org/licenses/by-sa/3.0)], via Wikimedia Commons OpenStack Component Architecture Horizon Heat Ceilometer Dashboard Orchestration Metering Trove Sahara Database Mgmt Hadoop Glance Keystone Cinder Image Mgmt Identity Mgmt Block Storage Nova Neutron Swift Compute Network Object Storage • Preise [TEUR] 2016 2017 2018 WDM (Licht) 200 200 Linecards 10 200 Gbps x20 MLX (Router) 175 175 Chassis 8x Linecards (26) 10Gbps 286 286 x8 Summe 661 661 200 CEPH Server SAN MB/s Aggregated 160 MB/s1200 140 1000 Read from disk 120 800 100 Read from cache 80 600 Aggregated read 60 400 from disk 40 Aggregated read 200 20 from cache 0 0 1 2 3 4 5 6 7 8 Number of instances Figure to the left: By Inktank, CC-BY-SA http://ceph.com/docs/master/architecture/ Seafile: Deployment in OpenStack Using Ansible and Heat ANSIBLE Playbook HEAT my_port01: # update packet cache type: OS::Neutron::Port - hosts: all properties: tasks: admin_state_up: true - apt: name: Port01 network_id: { get_resource: my_first_network } - name: apply common configuration to all nodes my_server07: hosts: all type: OS::Nova::Server roles: properties: - common name: seaf07 key_name: { get_param: keypair_name } - name: deploy and configure memcached server flavor: { get_param: machine_flavor } hosts: memcached image: { get_param: image_id } roles: networks: [{ "port": { get_resource: my_port07 }, …}] - memcached user_data: | #!/bin/bash -v - name: deploy MySQL and configure the databases …. hosts: db cinder_volume07: roles: type: OS::Cinder::Volume - db properties: size: { get_param: volume_size } - name: deploy seafile and apply configuration hosts: nodes volume_attachment07: roles: type: OS::Cinder::VolumeAttachment - nodes properties: volume_id: { get_resource: cinder_volume07 } - name: deploy loadbalancer instance_uuid: { get_resource: my_server07 } hosts: loadbalancer mountpoint: /dev/vdb roles: - loadbalancer tags: - loadbalancer Organizational Responsibilities Horizon Heat Ceilometer Dashboard Orchestration Metering Trove Sahara Database Mgmt Hadoop Glance Keystone Cinder Image Mgmt Identity Mgmt Block Storage Nova Neutron Swift Compute Network Object Storage Organizational Responsibilities /1 Horizon Heat Ceilometer Dashboard Orchestration Metering Trove Sahara Database Mgmt Hadoop Glance Keystone Cinder Image Mgmt Identity Mgmt Block Storage Nova Neutron Swift Compute Network Object Storage Organizational Responsibilities /2 Horizon Heat Ceilometer Dashboard Orchestration Metering Trove Sahara Database Mgmt Hadoop Glance Keystone Cinder Image Mgmt Identity Mgmt Block Storage Nova Neutron Swift Compute Network Object Storage Organizational Responsibilities /3 Horizon Heat Ceilometer Dashboard Orchestration Metering Trove Sahara Database Mgmt Hadoop Glance Keystone Cinder Image Mgmt Identity Mgmt Block Storage Nova Neutron Swift Compute Network Object Storage Organizational Responsibilities /4 Horizon Heat Ceilometer Dashboard Orchestration Metering Trove Sahara Database Mgmt Hadoop Glance Keystone Cinder Image Mgmt Identity Mgmt Block Storage Nova Neutron Swift Compute Network Object Storage Organizational Responsibilities /5 Horizon Heat Ceilometer Dashboard Orchestration Metering Trove Sahara Database Mgmt Hadoop Glance Keystone Cinder Image Mgmt Identity Mgmt Block Storage Nova Neutron Swift Compute Network Object Storage Organizational Responsibilities /6 Horizon Heat Ceilometer Dashboard Orchestration Metering Trove Sahara Database Mgmt Hadoop Glance Keystone Cinder Image Mgmt Identity Mgmt Block Storage Nova Neutron Swift Compute Network Object Storage Organizational Responsibilities: New Distributed Competency Horizon Heat Ceilometer Dashboard Orchestration Metering Trove Sahara Database Mgmt Hadoop Glance Keystone Cinder Image Mgmt Identity Mgmt Block Storage Nova Neutron Swift Compute Network Object Storage Organizational Challenges and Conclusions Build new competencies • OpenStack is complex and additional technologies are needed • An advanced training program Changing system administration styles • Develop vs. configure manually step by step Re-Use what others built already (and share again) • Read scripts from other people Be patient when OpenStack is still immature, or Neutron fails again • So far it develops/improves very fast • Dogfooding builds trust ..…Thanks….. [email protected] Questions? [email protected] .
Recommended publications
  • Installing, Configuring, and Running the Open Edx Platform: Eucalyptus
    Installing, Configuring, and Running the Open edX Platform: Eucalyptus Release Release September 30, 2016 Contents 1 General Information 3 1.1 Read Me.................................................3 1.2 Other edX Resources...........................................3 1.3 edX Browser Support..........................................9 1.4 Change Log...............................................9 2 Open edX Platform Releases 11 2.1 Open edX Eucalyptus Release...................................... 11 2.2 Open edX Dogwood Release....................................... 13 2.3 Open edX Cypress Release....................................... 17 2.4 Open edX Birch Release......................................... 19 3 Installing and Starting the Open edX Platform 23 3.1 Open edX Platform Installation Options................................. 23 3.2 Installation Prerequisites......................................... 26 3.3 Getting Help............................................... 26 3.4 Installing and Starting Devstack..................................... 27 3.5 Installing and Starting Fullstack..................................... 31 3.6 Installing and Starting Analytics Devstack............................... 33 4 Configuring the Open edX Platform 39 4.1 Guidelines for Updating the Open edX Platform............................ 39 4.2 Configuring Open edX Sites....................................... 39 4.3 Changing the Appearance of Open edX Sites.............................. 41 4.4 Adding Custom Fields to the Registration Page............................
    [Show full text]
  • Bokudrive – Sync and Share Online Storage
    BOKU-IT BOKUdrive – Sync and Share Online Storage At https://drive.boku.ac.at members of the University of Natural Resources and Life Sciences have access to a modern Sync and Share online storage facility. The data of this online storage are stored on servers and in data centers of the University of Natural Resources and Life Sciences. The solution is technically based on the free software "Seafile". Users can access their data via a web interface or synchronize via desktop and mobile clients. Seafile offers similar features to popular online services such as Dropbox and Google Drive. The main difference is that Seafile can be installed as open source software on its own servers and its data is stored completely on servers and in data centers of the University of Natural Resources and Life Sciences. Target group of the documentation:BOKU staff, BOKU students Please send inquiries: BOKU-IT Hotline [email protected] Table of contents 1 What is BOKUdrive ? ............................................................................................................... 3 2 BOKUdrive: First steps ............................................................................................................ 4 2.1 Seadrive Client vs. Desktop Syncing Client ...................................................................... 4 2.2 Installation of the Desktop Syncing Client ......................................................................... 5 3 Shares, links and groups ........................................................................................................
    [Show full text]
  • Openstack Designate
    OpenStack Designate Stephan Lagerholm Graham Hayes What is OpenStack? OpenStack is a free open standard cloud computing platform, mostly deployed as infrastructure-as-a-service (IaaS) in both public and private clouds where virtual servers and other resources are made available to users. The software platform consists of interrelated components that control diverse, multi-vendor hardware pools of processing, storage, and networking resources throughout a data center. Users either manage it through a web-based dashboard, through command-line tools, or through RESTful web services. OpenStack began in 2010 as a joint project of Rackspace Hosting and NASA. As of 2012, it was managed by the OpenStack Foundation (Source: Wikipedia) 2 Designate • Designate started as a project to maintain DNS infrastructure for OpenStack Users. It was an ecosystem project that was in production at both HP’s and Rackspace’s clouds. During 2015, Designate was moved into OpenStack Foundation and in 2017 it became a registered trademark. • Designate is providing API, CLI and a Graphical User interface so that OpenStack Users can setup and make changes to DNS data. The zones are thereafter exposed to secondary DNS servers via Zone Transfers. • Officially Bind 9.X and PowerDNS 4.X is supported although other DNS servers are known to work too. Most resource Record Types such as A, AAAA, PTR, CNAME, NS, MX, etc are supported 3 Producer Producer Backend Producer Producer Producer Worker Customer Facing API Central DNS Servers Standard XFR Secured by TSIG Nova / DB Mini
    [Show full text]
  • File Synchronization As a Way to Add Quality Metadata to Research Data
    File Synchronization as a Way to Add Quality Metadata to Research Data Master Thesis - Master in Library and Information Science (MALIS) Faculty of Information Science and Communication Studies - Technische Hochschule Köln Presented by: Ubbo Veentjer on: September 27, 2016 to: Dr. Peter Kostädt (First Referee) Prof. Dr. Andreas Henrich (Second Referee) License: Creative-Commons Attribution-ShareAlike (CC BY-SA) Abstract Research data which is put into long term storage needs to have quality metadata attached so it may be found in the future. Metadata facilitates the reuse of data by third parties and makes it citable in new research contexts and for new research questions. However, better tools are needed to help the researchers add metadata and prepare their data for publication. These tools should integrate well in the existing research workflow of the scientists, to allow metadata enrichment even while they are creating, gathering or collecting the data. In this thesis an existing data publication tool from the project DARIAH-DE was connected to a proven file synchronization software to allow the researchers prepare the data from their personal computers and mobile devices and make it ready for publication. The goal of this thesis was to find out whether the use of file synchronization software eases the data publication process for the researchers. Forschungsadaten, die langfristig gespeichert werden sollen, benötigen qualitativ hochwertige Meta- daten um wiederauffindbar zu sein. Metadaten ermöglichen sowohl die Nachnutzung der Daten durch Dritte als auch die Zitation in neuen Forschungskontexten und unter neuen Forschungsfragen. Daher werden bessere Werkzeuge benötigt um den Forschenden bei der Metadatenvergabe und der Vorbereitung der Publikation zu unterstützen.
    [Show full text]
  • Clouder Documentation Release 1.0
    Clouder Documentation Release 1.0 Yannick Buron May 15, 2017 Contents 1 Getting Started 3 1.1 Odoo installation.............................................3 1.2 Clouder configuration..........................................4 1.3 Services deployed by the oneclick....................................6 2 Connect to a new node 9 3 Images 13 4 Applications 15 4.1 Application Types............................................ 15 4.2 Application................................................ 16 5 Services 21 6 Domains and Bases 25 6.1 Domains................................................. 25 6.2 Bases................................................... 27 7 Backups and Configuration 31 7.1 Backups................................................. 31 7.2 Configuration............................................... 33 i ii Clouder Documentation, Release 1.0 Contents: Contents 1 Clouder Documentation, Release 1.0 2 Contents CHAPTER 1 Getting Started In this chapter, we’ll see a step by step guide to install a ready-to-use infrastructure. For the example, the base we will create will be another Clouder. Odoo installation This guide will not cover the Odoo installation in itself, we suggest you read the installation documentation on the official website. You can also, and it’s probably the easier way, use an Odoo Docker image like https://hub.docker.com/ _/odoo/ or https://hub.docker.com/r/tecnativa/odoo-base/ Due to the extensive use of ssh, Clouder is only compatible with Linux. Once your Odoo installation is ready, install the paramiko, erppeek and apache-libcloud python libraries (pip install paramiko erppeek apache-libcloud), download the OCA/Connector module on Github and the Clouder modules on Github and add them in your addons directory, then install the clouder module and clouder_template_odoo (this module will install a lot of template dependencies, like postgres, postfix etc...).
    [Show full text]
  • Comparative Study of Eucalyptus, Open Stack and Nimbus
    International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-2307, Volume-4 Issue-6, January 2015 Comparative Study of Eucalyptus, Open Stack and Nimbus Lakshmi D Kurup, Chandni Chandawalla, Zalak Parekh, Kunjita Sampat Abstract- Cloud computing is a Service Oriented Architecture ii. PaaS (Platform as a Service): A platform as a which reduces information technology overhead for the end-user service (PaaS) offering, usually depicted in all- and provides great flexibility, reduced total cost of ownership, on- cloud diagrams between the SaaS layer above it demand services and many other benefits. Hence it delivers all IT and the IaaS layer below, is a broad collection of related capabilities as services rather than product .Services on application infrastructure (middleware) services cloud are divided into three broad categories: Software as a Service, Infrastructure as a Service & Platform as a Service. (including application platform, integration, Same as services cloud is also classified as Private Cloud, Public business process management and database Cloud & Hybrid Cloud. Private cloud is gaining popularity, not services). However, the hype surrounding the PaaS only among large organizations but also small and medium concept is focused mainly on application PaaS enterprises. To deploy public or private cloud there are many (aPaaS) as the representative of the whole open source software platforms available such as Eucalyptus, category. Nimbus, OpenStack, Open Nebula, Cloud Stack and Amazon iii. SaaS (Software as a Service): Gartner defines Web Services. In this paper, we provide a comparative study of software as a service (SaaS) as software that is three open source cloud management platforms: Eucalyptus, owned, delivered and managed remotely by one or OpenStack and Nimbus.
    [Show full text]
  • Eucalyptus - Installation Manual
    Eucalyptus - Installation Manual Hannes Gamper and Tomi Pievil¨ainen December 3, 2009, Espoo Contents 1 Introduction 1 2 Requirements 1 3 Installation procedure 2 3.1 Install Ubuntu 9.10 Server edition and Ubuntu Enterprise Cloud . 2 3.2 Step 1 - Prerequisites . 2 3.3 Step 2 - System Installation and Configuration . 2 3.4 Step 3 - Registering UEC Components . 3 3.5 Step 4 - Initial Login . 3 1 Introduction Cloud computing systems provide users with access to large amounts of computational resources and data [4]. Virtualisation is used to hide information like physical location and architectural details of the resources from the user. Eucalyptus is an open-source software framework for cloud computing implementing Infrastructure as a Service (IaaS). It is tailored for the use in the research community. Users can run and control virtual machine instances on a variety of physical resources found within academic settings. 2 Requirements Eucalyptus can be installed via the Ubuntu Enterprise Cloud, introduced in Ubuntu 9.04 [3]. The following installation instructions are based on Ubuntu 9.10 Server edition. In terms of hardware requirements recommended minimum specification is a a dual-core 2.2 GHz processor with virtualization extension (Intel-VT or AMD-V), 4GB RAM and 100 GB hard drive. 1 3 Installation procedure • Ubuntu 9.10, server edition • dual-core 2.2 GHz processor with virtualization extension (Intel-VT or AMD-V), 4GB RAM and 100 GB hard drive. • port 22 needs to be open for admins (for maintenance) • port 8443 needs to be open for users for controlling and sending requests to the cloud via a web interface 3 Installation procedure The installation instructions in this manual closely follow those given on the \Ubuntu Enterprise Cloud" homepage [2], with some remarks regarding installation from scratch via the Ubuntu 9.10 server edition.
    [Show full text]
  • Ovirt and Openstack Storage (Present and Future)
    oVirt and OpenStack Storage (present and future) Federico Simoncelli Principal Software Engineer, Red Hat January 2014 1 Federico Simoncelli – oVirt and OpenStack Storage (present and future) Agenda ● Introduction ● oVirt and OpenStack Overview ● Present ● oVirt and Glance Integration ● Importing and Exporting Glance Images ● Current Constraints and Limitations ● Future ● Glance Future Integration ● Keystone Authentication in oVirt ● oVirt and Cinder Integration 2 Federico Simoncelli – oVirt and OpenStack Storage (present and future) oVirt Overview ● oVirt is a virtualization management application ● manages hardware nodes, storage and network resources, in order to deploy and monitor virtual machines running in your data center ● Free open source software released under the terms of the Apache License 3 Federico Simoncelli – oVirt and OpenStack Storage (present and future) The oVirt Virtualization Architecture 4 Federico Simoncelli – oVirt and OpenStack Storage (present and future) OpenStack Overview ● Cloud computing project to provide an Infrastructure as a Service (IaaS) ● Controls large pools of compute, storage, and networking resources ● Free open source software released under the terms of the Apache License ● Project is managed by the OpenStack Foundation, a non-profit corporate entity established in September 2012 5 Federico Simoncelli – oVirt and OpenStack Storage (present and future) OpenStack Glance Service ● Provides services for discovering, registering, and retrieving virtual machine images ● RESTful API that allows querying
    [Show full text]
  • IBM Power Systems and Openpower Solutions for Hybrid Cloud Optimized Infrastructure and Solutions for Data and Computational Services in the Cloud
    IBM Systems Power Systems Solution Brief IBM Power Systems and OpenPOWER Solutions for Hybrid Cloud Optimized infrastructure and solutions for data and computational services in the Cloud Technology plays in increasingly critical role in the ability of organiza- Highlights tions in all industries and all regions of the world to compete and succeed. Ubiquitous access to the internet from anywhere is erasing traditional ●● ●●IBM® Power Systems™ and boundaries and empowering customers, partners, and even things—to OpenPOWER servers with POWER8® processor technology are purpose-built connect, respond, engage, compare and buy. There is a digital transfor- for more efficient processing of data and mation sweeping the planet and organizations that do not make bold analytic workloads in the cloud moves to adapt quickly and intelligently, will undoubtedly fall behind ●● ●●Delivers the broadest choice of cloud- and fail to grow. ready infrastructure and solutions to suit client’s needs and workloads: scale up, The challenge and responsibility of responding effectively to these scale out, converged, proven Reference Architectures, hybrid and public cloud changing dynamics rests solidly with today’s technology leaders. Without services strong leadership to chart a strategic path, organizations will flounder and will see their business decline. IT needs to adopt flexible infrastructure ●● ●●OpenStack based cloud management from IBM, ISV partners and open source strategies and agile development methods to deal with the: Linux distributions provide extensible, scalable and resilient solutions for public ●●●Explosion in amount of data that needs to be rapidly analyzed and and private clouds managed ●●●Security threats that are constant and constantly changing ●●●Need to reach global markets and supply chains ●●●Demand for fast and error-free client’ s engagement experiences IBM Systems Power Systems Solution Brief Organizations need a flexible infrastructure to enable growth and innovation while lowering overall IT costs.
    [Show full text]
  • An Accounting Solution for the Open-Source Eucalyptus Cloud Computing Framework
    An Accounting Solution for the Open-Source Eucalyptus Cloud Computing Framework Rodolfo N. Duldulao, Jr. Chryss Ann A. Belaguin Regelyn T. Bañacia Institute of Computer Science Institute of Computer Science Institute of Computer Science University of the Philippines University of the Philippines University of the Philippines Los Baños Los Baños Los Baños [email protected] [email protected] [email protected] Joseph Anthony C. Hermocilla Institute of Computer Science University of the Philippines Los Baños [email protected] ABSTRACT infrastructure are accessed through a thin client interface This research presents an accounting facility which is cur- such as a web browser. In SaaS, the user does not actually rently lacking from the open-source Eucalyptus cloud com- develop the applications being used. PaaS is a service where puting framework. The main contribution of this work is the user obtains access to a platform residing on the cloud a command line tool for billing and web interface for data infrastructure which can be used to develop and deliver ap- viewing. Utilization cost was computed based on the ex- plications. [12] tracted information from virtual machine instances in the cloud. The cost rate applied was based on the pricing scheme IaaS can be deployed as a private cloud. A private cloud of Amazon Elastic Compute Cloud(Amazon EC2). consists of internal data centers of a business or other or- ganization that are not made available to the public. [1] Keywords However, even if the cloud is not publicly available, it can Cloud computing, Eucalyptus, Accounting, Private cloud, be optionally commercialized within the organization using Amazon EC2 a utility business model.
    [Show full text]
  • 14. Comparison of Cloud Management Platforms
    14. Comparison of cloud management platforms Kimmo Ahokas Aalto University School of Science [email protected] Abstract tion cloud computing is divided into three different service models, namely Software as a Service (SaaS), Platform as a Cloud computing allows fast and efficient resource provi- Service (PaaS) and Infrastructure as a Service (IaaS). In this sioning within data centers. In large companies this can paper we are only interested in IaaS service model, which lead to significant savings, thus creating market for complete is defined as "The capability provided to the consumer is cloud platforms. In addition to commercial products, sev- to provision processing, storage, networks, and other fun- eral open source cloud platforms exist. This paper compares damental computing resources where the consumer is able four cloud management platforms and identifies the factors to deploy and run arbitrary software, which can include op- affecting future success of each of the platforms. We also es- erating systems and applications. The consumer does not timate the future development of the cloud platform market. manage or control the underlying cloud infrastructure but has control over operating systems, storage, and deployed KEYWORDS: cloud platform, IaaS, CloudStack, Open- applications; and possibly limited control of select network- Stack, OpenNebula, Eucalyptus, VMware ing components (e.g., host firewalls)." [10] Cloud management platform is a software system that 1 Introduction controls the allocation of physical resources on the data cen- ter. In the IaaS model users can launch virtual machines us- Cloud computing has rapidly changed the way in which re- ing the management console, which causes the platform to sources in data centers can be provisioned.
    [Show full text]
  • Cutter IT Journal
    Cutter The Journal of IT Journal Information Technology Management Vol. 26, No. 3 March 2013 “Cloud service providers, the IT industry, professional The Emerging Cloud Ecosystem: and industry associations, governments, and IT pro- Innovative New Services and fessionals all have a role to Business Models play in shaping, fostering, and harnessing the full potential of the emerging cloud ecosystem.” Opening Statement — San Murugesan, by San Murugesan . 3 Guest Editor Merging IaaS with PaaS to Deliver Robust Development Tools by Beth Cohen . 6 Intrusion Detection as a Service (IDaaS) in an Open Source Cloud Infrastructure by John Prakash Veigas and K Chandra Sekaran . 12 Cloud Ecology: Surviving in the Jungle by Claude R. Baudoin . 19 The Promise of a Diverse, Interoperable Cloud Ecosystem — And Recommendations for Realizing It by Kathy L. Grise . 26 NOT FOR DISTRIBUTION For authorized use, contact Cutter Consortium: +1 781 648 8700 [email protected] Cutter IT Journal About Cutter IT Journal Cutter IT Journal® Cutter Business Technology Council: Part of Cutter Consortium’s mission is to Cutter IT Journal subscribers consider the Rob Austin, Ron Blitstein, Tom DeMarco, Lynne Ellyn, Israel Gat, Vince Kellen, foster debate and dialogue on the business Journal a “consultancy in print” and liken Tim Lister, Lou Mazzucchelli, technology issues challenging enterprises each month’s issue to the impassioned Ken Orr, and Robert D. Scott today, helping organizations leverage IT for debates they participate in at the end of Editor Emeritus: Ed Yourdon competitive advantage and business success. a day at a conference. Publisher: Karen Fine Coburn Cutter’s philosophy is that most of the issues Group Publisher: Chris Generali that managers face are complex enough to Every facet of IT — application integration, Managing Editor: Karen Pasley merit examination that goes beyond simple security, portfolio management, and testing, Production Editor: Linda M.
    [Show full text]