Size: px
Start display at page:

Download ""

Transcription

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16 SearchVirtualDesktop

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32 Install-WindowsFeature Hyper-V Install-WindowsFeature Failover- Clustering -IncludeManagementTools Install-WindowsFeature Multipath-IO

33

34

35 New-Cluster -Name <Clustername> - StaticAddress <IP-Adresse des Clusters> -Node <Knoten 1>, <Knoten 2>

36

37

38 Install-WindowsFeature -Name File- Services, Failover-Clustering - IncludeManagementTools

39 Test-Cluster -Node <Knoten1,Knoten2,Knoten3,Knoten4> - Include Storage Spaces Direct,Inventory,Network, System Configuration New-Cluster -Name <ClusterName> -Node <Knoten1,Knoten2,Knoten3,Knoten4> - NoStorage ClusterStorageSpacesDirect Enable-

40

41

42

43 apt-get update apt-get upgrade apt-get install samba4 apt-get install samba smbclient apt-get install attr build-essential libacl1-dev libattr1-dev \ libblkid-dev libgnutls-dev libreadlinedev python-dev libpam0g-dev \

44 python-dnspython gdb pkg-config libpopt-dev libldap2-dev \ dnsutils libbsd-dev attr krb5-user docbook-xsl libcups2-dev acl ntp apt-get install krb5-user mv /etc/krb5.conf /etc/krb5.conf.orig ln -sf /var/lib/samba/private/krb5.conf /etc/krb5.conf kinit administrator klist

45 apt-get install ntp service ntp stop ntpdate -B 0.ubuntu.pool.ntp.org service ntp start ntpq -p samba-tool domain provision

46 samba-tool testparm samba-tool drs showrepl samba-tool domain join test.dom DC -- username=administrator --use-ntvfs

47 cd /srv cd /v

48

49

50 SearchVirtualStorage

51

52

53

54

55

56

57

58

59 apt-get

60

61

62 apt-get controller compute1 apt-get install ubuntu-cloud-keyring echo "deb \

63 "trusty-updates/kilo main" > /etc/apt/sources.list.d/cloudarchivekilo.list apt-get update && apt-get dist-upgrade service mysql restart mysql_secure_installation apt-get install rabbitmq-server

64 rabbitmqctl change_password guest RABBIT_PASS openssl rand -hex 10 apt-get install keystone pythonkeystoneclient

65 su s /bin/sh -c "keystone-manage db_sync" keystone service keystone restart export OS_SERVICE_TOKEN=cde3aa151a5a7e048da9 OS_SERVICE_ENDPOINT= 5357/v2.0

66 keystone tenant-create --name admin -- description "Admin Tenant" keystone user-create --name admin -- pass ADMIN_PASS -- _ADDRESS keystone tenant-create --name service - -description "Service Tenant" unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT

67 keystone --os-tenant-name admin --osusername admin --os-password ADMIN_PASS \ > --os-auth-url token-get keystone role-create --name admin

68 keystone user-role-list --user admin -- tenant admin export OS_SERVICE_TOKEN=cde3aa151a5a7e048da9 export OS_SERVICE_ENDPOINT= 5357/v2.0 keystone user-role-add --user admin -- tenant admin --role admin list

69 vi admin-openrc.sh export OS_TENANT_NAME=admin export OS_USERNAME=admin export OS_PASSWORD=ADMIN_PASS export OS_AUTH_URL= 0 vi demo-openrc.sh export OS_TENANT_NAME=demo export OS_USERNAME=demo export OS_PASSWORD=DEMO_PASS

70 export OS_AUTH_URL= source admin-openrc.sh keystone user-create --name glance -- pass GLANCE_PASS export OS_SERVICE_TOKEN=cde3aa151a5a7e048da9

71 export OS_SERVICE_ENDPOINT= 5357/v2.0 keystone service-create --name glance --type image \ --description "OpenStack Image Service" keystone endpoint-create \ --service-id $(keystone service-list awk '/ image / {print $2}') \ \ --publicurl \ --internalurl

72 --adminurl \ --region regionone apt-get install glance pythonglanceclient #sqlite_db = /var/lib/glance/glance.sqlite [keystone_authtoken] #identity_uri = #admin_tenant_name = %SERVICE_TENANT_NAME% #admin_user = %SERVICE_USER% #admin_password = %SERVICE_PASSWORD% #revocation_cache_time = 10

73 auth_uri = identity_uri = admin_tenant_name = service admin_user = glance admin_password = GLANCE_PASS vi /etc/glance/glance-registry.conf /bin/sh -c "glance-manage db_sync" glance CRITICAL glance [-] DBConnectionError: (OperationalError) (2003, "Can't

74 connect to MySQL server on 'controller' (111)") None None glance image-create --name "cirros x86_64" --file /tmp/images/cirros x86_64- disk.img \ --disk-format qcow2 --containerformat bare --is-public True --progress

75 service glance-registry restart service glance-api restart [DEFAULT] verbose = True dhcpbridge_flagfile=/etc/nova/nova.conf dhcpbridge=/usr/bin/nova-dhcpbridge logdir=/var/log/nova state_path=/var/lib/nova lock_path=/var/lock/nova force_dhcp_release=true

76 libvirt_use_virtio_for_bridges=true verbose=true ec2_private_dns_show_ip=true api_paste_config=/etc/nova/apipaste.ini enabled_apis=ec2,osapi_compute,metadata my_ip = vncserver_listen = vncserver_proxyclient_address = rpc_backend = rabbit rabbit_host = controller rabbit_password = RABBIT_PASS auth_strategy = keystone [database]

77 connection = mysql://nova:nova_dbpass@controller/nov a [keystone_authtoken] auth_uri = identity_uri = admin_tenant_name = service admin_user = nova admin_password = NOVA_PASS [glance] host = controller

78 vnc_enabled = True novncproxy_base_url =

79 sudo apt-get install --no-installrecommends ubuntu-desktop visudo

80 SearchVirtualDesktop

81

82

83

84 SearchDataCenter.de

85

86

87

88

89

90

91

92

93 SearchDataCenter.de

94

95

96

97

98

99

100

101

102

103

104 SearchCloudComputing

105

106

107

108

109

110

Icehouse. docs.openstack.org

Icehouse. docs.openstack.org Icehouse TM docs.openstack.org (2014-09-12) Copyright 2012, 2013 OpenStack Foundation All rights reserved. ii The OpenStack system consists of several key projects that you install separately but that

More information

Assignment 3 Deploying a Mini-cloud via OpenStack

Assignment 3 Deploying a Mini-cloud via OpenStack Assignment 3 Deploying a Mini-cloud via OpenStack (Due by Midnight, Tuesday, December 5, 10% Grade) 1. Summary In this assignment, we will deploy a mini cloud using OpenStack [2]. Due to limited resources,

More information

Icehouse. docs.openstack.org

Icehouse. docs.openstack.org Icehouse TM docs.openstack.org (2014-09-12) Copyright 2012, 2013 OpenStack Foundation All rights reserved. ii The OpenStack system consists of several key projects that you install separately but that

More information

Juno. docs.openstack.org

Juno. docs.openstack.org Juno docs.openstack.org (2015-03-16) Copyright 2012-2014 OpenStack Foundation All rights reserved. The OpenStack system consists of several key projects that you install separately. These projects work

More information

1. OpenStack Basic Install

1. OpenStack Basic Install 1. Table of Contents Introduction... 1 Architecture... 2 Requirements... 2 Controller Node... 3 Introduction... 3 Common services... 3 Keystone... 6 Glance... 7 Nova... 8 Cinder... 10 Quantum... 10 Dashboard

More information

Juno. docs.openstack.org

Juno. docs.openstack.org Juno docs.openstack.org Red Hat Enterprise Linux 7, CentOS 7, 20 (2014-11-18) Copyright 2012-2014 OpenStack Foundation All rights reserved. The OpenStack system consists of several key projects that you

More information

The Road to Rolling Upgrade of Intel Private Cloud

The Road to Rolling Upgrade of Intel Private Cloud The Road to Rolling Upgrade of Intel Private Cloud Huang, Shuquan May 2015 Agenda Intel Private Cloud Enterprise Upgrade Strategy Rehearsal Plan Roll back Plan Validation Plan Automation & local CI Detail

More information

Deploying SwiftStack Object Storage for VMware Integrated OpenStack

Deploying SwiftStack Object Storage for VMware Integrated OpenStack Deploying SwiftStack Object Storage for VMware Integrated OpenStack April 2015 Page 1 Table of Contents Table of Contents Introduction Important Notes Step-by-Step Details Step 1: Register for the SwiftStack

More information

OpenStack Install and Deploy Manual

OpenStack Install and Deploy Manual docs.openstack.org OpenStack Install and Deploy (2012-05-03) Copyright 2012 OpenStack LLC All rights reserved. The OpenStack system has several key projects that are separate installations but can work

More information

Openstack Essex Guide

Openstack Essex Guide Openstack Essex Guide for Ubuntu Precise stackops.com 1/20 OpenStack Guide for Ubuntu Precise v1.4, 12 June 2012 Emilien Macchi «StackOps» and the StackOps Logo are registered trademarks of StackOps Technologies.

More information

Kilo. docs.openstack.org

Kilo. docs.openstack.org Kilo docs.openstack.org (2015-12-10) Copyright 2012-2015 OpenStack Foundation All rights reserved. The OpenStack system consists of several key projects that you install separately. These projects work

More information

CISE Research Infrastructure: Mid-Scale Infrastructure - NSFCloud (CRI: NSFCloud)

CISE Research Infrastructure: Mid-Scale Infrastructure - NSFCloud (CRI: NSFCloud) Chameleon Cloud Tutorial National Science Foundation Program Solicitation # NSF 13-602 CISE Research Infrastructure: Mid-Scale Infrastructure - NSFCloud (CRI: NSFCloud) Cloud - API Objectives In this tutorial,

More information

Openstack Essex Guide

Openstack Essex Guide Openstack Essex Guide for Ubuntu Precise stackops.com 1/19 OpenStack Guide for Ubuntu Precise v1.0, 30 Apr 2012 Emilien Macchi «StackOps» and the StackOps Logo are registered trademarks of StackOps Technologies.

More information

Red Hat OpenStack Platform 11 Manual Installation Procedures

Red Hat OpenStack Platform 11 Manual Installation Procedures Red Hat OpenStack Platform 11 Manual Installation Procedures Manual Installation Procedures for Red Hat OpenStack Platform OpenStack Documentation Team Red Hat OpenStack Platform 11 Manual Installation

More information

Minimal OpenStack Starting Your OpenStack Journey

Minimal OpenStack Starting Your OpenStack Journey Minimal OpenStack Starting Your OpenStack Journey Sean Dague / Aug 19th, 2015 Twitter: @sdague Blog: dague.net The Mission of OpenStack "To produce the ubiquitous Open Source Cloud Computing platform that

More information

Docker on Openstack

Docker on Openstack Docker on Openstack http://www.slideshare.net/osc_hojinkim/docker-on-openstack-by-osc 2015. 3. 12 오픈소스컨설팅 김호진 1 25 2 개 mainframe UNIX LINUX http://www.redbooks.ibm.com/redbooks/pdfs/sg248199.pdf 2 Contents

More information

OSM Hackfest Session 1 Installation and first use. Gianpietro Lavado (Whitestack)

OSM Hackfest Session 1 Installation and first use. Gianpietro Lavado (Whitestack) OSM Hackfest Session 1 Installation and first use Gianpietro Lavado (Whitestack) OSM installation Click HERE 2 Installing OSM Using a pre-built vagrant image for Virtualbox Instructions when using remote

More information

Red Hat OpenStack Platform 10

Red Hat OpenStack Platform 10 Red Hat OpenStack Platform 10 DNS-as-a-Service Guide Integrate DNS Management with Red Hat OpenStack Platform Last Updated: 2018-03-02 Red Hat OpenStack Platform 10 DNS-as-a-Service Guide Integrate DNS

More information

Red Hat OpenStack Platform 11 DNS-as-a-Service Guide

Red Hat OpenStack Platform 11 DNS-as-a-Service Guide Red Hat OpenStack Platform 11 DNS-as-a-Service Guide Integrate DNS Management with Red Hat OpenStack Platform OpenStack Team Red Hat OpenStack Platform 11 DNS-as-a-Service Guide Integrate DNS Management

More information

Introduction to OpenStack Trove

Introduction to OpenStack Trove Introduction to OpenStack Trove A multi-database deployment Doug Shelley - Tesora Michael Basnight - Rackspace Agenda What is Trove How to Install Trove A look at the Trove API Multi-Database demonstration

More information

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti S3IT: Service and Support for Science IT Cloud middleware Part2: Let s pick one cloud IaaS middleware: OpenStack Sergio Maffioletti S3IT: Service and Support for Science IT, University of Zurich http://www.s3it.uzh.ch/

More information

Install and Configure Windows Server 2016 Core on Hyper-V Step by Step (V1.1)

Install and Configure Windows Server 2016 Core on Hyper-V Step by Step (V1.1) Install and Configure Windows Server 2016 Core on Hyper-V 2016 Step by Step (V1.1) Ahmed Abdelwahed Microsoft Certified Trainer Ahmed_abdulwahed@outlook.com Contents Lab Scenario... 3 Working with Hyper-V...

More information

Installing and Configuring Devstack Newton for Infoblox Integration

Installing and Configuring Devstack Newton for Infoblox Integration DEPLOYMENT GUIDE Installing and Configuring Devstack Newton for Infoblox Integration 2017 Infoblox Inc. All rights reserved. Installing and Configuring Devstack Newton for Infoblox Integration Page 1 of

More information

MasterScope Virtual DataCenter Automation Standard Edition Topology Template Orchestrator Option

MasterScope Virtual DataCenter Automation Standard Edition Topology Template Orchestrator Option MasterScope Virtual DataCenter Automation Standard Edition Topology Template Orchestrator Option Cluster Configuration Guide 1 Edition March, 2018 NEC Corporation Disclaimer The copyrighted information

More information

openstack-xenserver Documentation Release latest

openstack-xenserver Documentation Release latest openstack-xenserver Documentation Release latest Sep 27, 2017 Contents 1 1. Overview 3 1.1 Changelog................................................ 5 1.2 About the Author.............................................

More information

Libra Client Documentation

Libra Client Documentation Libra Client Documentation Release 2015-10-17-beta Andrew Hutchings October 17, 2015 Contents 1 Introduction 1 2 Installation 3 2.1 From Ubuntu Package via PPA..................................... 3 2.2

More information

Kwapi Documentation. Release. OpenStack, LLC

Kwapi Documentation. Release. OpenStack, LLC Kwapi Documentation Release OpenStack, LLC May 29, 2014 Contents 1 What is the purpose of the project and vision for it? 3 2 Table of contents 5 2.1 Installing.................................................

More information

MidoNet is a network virtualization software for Infrastructure-as-a-Service (IaaS) clouds.

MidoNet is a network virtualization software for Infrastructure-as-a-Service (IaaS) clouds. docs.midonet.org MidoNet Quick Start Guide for 5.4 (2017-03-23 14:49 UTC) Copyright 2017 Midokura SARL All rights reserved. MidoNet is a network virtualization software for Infrastructure-as-a-Service

More information

Inception Cloud User s Guide

Inception Cloud User s Guide Inception Cloud User s Guide 1 Overview Creating an inception cloud consists of preparing your workstation, preparing the VM environment by adding a temporary boot-up machine, and then executing the orchestrator

More information

Deploying Instances On Heterogeneous Hardware Using Availability Zones in OpenStack Compute

Deploying Instances On Heterogeneous Hardware Using Availability Zones in OpenStack Compute Deploying Instances On Heterogeneous Hardware Using Availability Zones in OpenStack Compute William Kelly, Deployment Engineer, Rackspace Hosting, Inc. (william.kelly@rackspace.com) Joseph W. Breu, Deployment

More information

Cisco Nexus Fabric OpenStack Enabler Installation for the VXLAN BGP EVPN fabric

Cisco Nexus Fabric OpenStack Enabler Installation for the VXLAN BGP EVPN fabric Cisco Nexus Fabric OpenStack Enabler Installation for the fabric Hardware and Software Requirements, on page 1 Before you start, on page 3 Assumptions, on page 4 Architecture, on page 4 Cisco Nexus Fabric

More information

Avi LBaaS Driver Installation Instructions for Contrail

Avi LBaaS Driver Installation Instructions for Contrail Page 1 of 6 Avi LBaaS Driver Installation Instructions for Contrail view online This article details installation of the Avi LBaaS driver in an OpenStack + Contrail environment. There are two mutually

More information

Red Hat Ceph Storage 2 Using Keystone to Authenticate Ceph Object Gateway Users

Red Hat Ceph Storage 2 Using Keystone to Authenticate Ceph Object Gateway Users Red Hat Ceph Storage 2 Using Keystone to Authenticate Ceph Object Gateway Users Configuring OpenStack and Ceph Object Gateway to use Keystone for user authentication. Red Hat Ceph Storage Documentation

More information

OpenStack Tutorial. Shihabur R. Chowdhury CS Winter 2017 University of Waterloo

OpenStack Tutorial. Shihabur R. Chowdhury CS Winter 2017 University of Waterloo OpenStack Tutorial Shihabur R. Chowdhury CS 856 - Winter 2017 University of Waterloo Environment Setup Download the VirtualBox image from here Open VirtualBox and go to File > Import Appliance Choose the

More information

Red Hat Ceph Storage 3

Red Hat Ceph Storage 3 Red Hat Ceph Storage 3 Using Keystone to Authenticate Ceph Object Gateway Users Configuring OpenStack and the Ceph Object Gateway to use Keystone for user authentication. Last Updated: 2018-12-20 Red

More information

CloudKitty Hands-on 1 / 59

CloudKitty Hands-on 1 / 59 CloudKitty Hands-on 1 / 59 Let s meet your hosts! 2 / 59 Let s meet your hosts! Today s speakers Luka Peschke (Objectif Libre) Cloud Consultant / Core CloudKitty Ludovic Logiou (Objectif Libre) Cloud Consultant

More information

OSM Hackfest Installation and first use. Gerardo García (Telefónica)

OSM Hackfest Installation and first use. Gerardo García (Telefónica) OSM Hackfest Installation and first use Gerardo García (Telefónica) OSM installation Click HERE 2 Before installing OSM Instructions https://osm.etsi.org/wikipub/index.php/lxd_configuration_for_osm_release_t

More information

Installing and Configuring OpenStack (Kilo) in Oracle Solaris

Installing and Configuring OpenStack (Kilo) in Oracle Solaris Installing and Configuring OpenStack (Kilo) in Oracle Solaris Part No: E61044 June 2016 Installing and Configuring OpenStack (Kilo) in Oracle Solaris Part No: E61044 Copyright 2014, 2016, Oracle and/or

More information

ETSI OSM Hackfest Session 1 Installation and first use Benjamín Díaz (Whitestack)

ETSI OSM Hackfest Session 1 Installation and first use Benjamín Díaz (Whitestack) OSM Hackfest Session 1 Installation and first use Benjamín Díaz (Whitestack) Installing OSM Official REL4 installation procedure: https://osm.etsi.org/wikipub/index.php/osm_release_four Using Vagrant:

More information

OpenStack Command-Line Interface Reference

OpenStack Command-Line Interface Reference docs.openstack.org OpenStack Command-Line Interface Reference current (2014-12-10) Copyright 2014 OpenStack Foundation Some rights reserved. This guide documents the OpenStack command-line clients. Except

More information

Deploying VNFs Using AutoVNF

Deploying VNFs Using AutoVNF This chapter describes the following topics: Introduction, page 1 VNF Deployment Automation Overview, page 1 Pre-VNF Installation Verification, page 5 Deploy the USP-based VNF, page 5 Upgrading/Redeploying

More information

Optimizing NFV Infrastructure for TCP Workloads with Intel Xeon Scalable Processors

Optimizing NFV Infrastructure for TCP Workloads with Intel Xeon Scalable Processors Solution Implementation Guide Intel Corporation Datacenter Network Solutions Group Optimizing NFV Infrastructure for TCP Workloads with Intel Xeon Scalable Processors Authors Sarita Maini Solutions Software

More information

Red Hat OpenStack Platform 8

Red Hat OpenStack Platform 8 Red Hat OpenStack Platform 8 Bare Metal Provisioning Install, Configure, and Use Bare Metal Provisioning (Ironic) Last Updated: 2018-01-20 Red Hat OpenStack Platform 8 Bare Metal Provisioning Install,

More information

Deployment Guide for Nuage Networks VSP

Deployment Guide for Nuage Networks VSP Page 1 of 29 view online Overview This document discusses the deployment and configuration of Avi Vantage Load Balancer in a Nuage Networks integrated OpenStack platform for a single tenant mode. The following

More information

Deployment Guide for Nuage Networks VSP

Deployment Guide for Nuage Networks VSP Page 1 of 11 view online Overview This document discusses the deployment and configuration of Avi Vantage Load Balancer in a Nuage Networks integrated OpenStack platform for a single tenant mode. The following

More information

Isn't it Ironic? Managing a bare metal cloud. devananda.github.io/talks/isnt-it-ironic.html. Devananda van der Veen

Isn't it Ironic? Managing a bare metal cloud. devananda.github.io/talks/isnt-it-ironic.html. Devananda van der Veen Isn't it Ironic? Managing a bare metal cloud Devananda van der Veen twitter: @devananda devananda.github.io/talks/isnt-it-ironic.html Who am I Master Engineer at HP OpenStack Ironic PTL OpenStack Technical

More information

Ubuntu Openstack Installer, Single Machine Mode

Ubuntu Openstack Installer, Single Machine Mode Ubuntu Openstack Installer, Single Machine Mode A Dell and Canonical Technical White Paper Kent Baxley Canonical Field Engineer 2 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

OpenStack. Architecture and Operation. OpenStack Tutorial Day 2. Kasidit Chanchio Vasabilab, Thammasat University

OpenStack. Architecture and Operation. OpenStack Tutorial Day 2. Kasidit Chanchio Vasabilab, Thammasat University OpenStack Architecture and Operation OpenStack Tutorial Day 2 Kasidit Chanchio Vasabilab, Thammasat University How OpenStack Components work Components in our focuses: Keystone Nova Glance Networking Orchrestration

More information

OpenStack Havana All-in-One lab on VMware Workstation

OpenStack Havana All-in-One lab on VMware Workstation OpenStack Havana All-in-One lab on VMware Workstation With all of the popularity of OpenStack in general, and specifically with my other posts on deploying the Rackspace Private Cloud lab on VMware Workstation,

More information

INSTALLATION RUNBOOK FOR Triliodata + TrilioVault

INSTALLATION RUNBOOK FOR Triliodata + TrilioVault INSTALLATION RUNBOOK FOR Triliodata + TrilioVault Application Type: [Backup and disaster recovery] Application Version: [2.1] MOS Version: [7.0] OpenStack version: [Kilo] Content Document History 1 Introduction

More information

VMware NSX OpenStack Plugin Installation and Configuration NSX-T 2.0

VMware NSX OpenStack Plugin Installation and Configuration NSX-T 2.0 VMware NSX OpenStack Plugin Installation and Configuration NSX-T 2.0 2017, VMware 1 Table of Contents Overview Related Documentation Prerequisites System Requirements Installing the NSX Plugins Configuration

More information

Pure Storage OpenStack (Liberty) Cinder Driver Best Practices. Simon Dodsley, OpenStack Solutions Architect

Pure Storage OpenStack (Liberty) Cinder Driver Best Practices. Simon Dodsley, OpenStack Solutions Architect Pure Storage OpenStack (Liberty) Cinder Driver Best Practices Simon Dodsley, OpenStack Solutions Architect Version 2.0, 30 November 2015 Contents Executive Summary... 3 Audience... 3 OpenStack Architecture...

More information

File system, 199 file trove-guestagent.conf, 40 flavor-create command, 108 flavor-related APIs list, 280 show details, 281 Flavors, 107

File system, 199 file trove-guestagent.conf, 40 flavor-create command, 108 flavor-related APIs list, 280 show details, 281 Flavors, 107 Index A Amazon AWS, 7, 10 Amazon RDS DBaaS solutions, 10 service vs. platform, 8 single-tenant DBaaS solution, 6 Amazon RedShift DBaaS solutions, 10 single-tenant DBaaS solution, 6 AMD-V, 17 AMQP server

More information

Red Hat OpenStack Platform 10

Red Hat OpenStack Platform 10 Red Hat OpenStack Platform 10 OpenStack Integration Test Suite Guide Introduction to the OpenStack Integration Test Suite Last Updated: 2018-03-22 Red Hat OpenStack Platform 10 OpenStack Integration Test

More information

OpenStack Technology Review & Demo

OpenStack Technology Review & Demo OpenStack Technology Review & Demo Egan Ford IBM Distinguished Engineer egan@us.ibm.com PPT s and Videos: http://xmission.com/~egan/cloud/! 2 Agenda IBM SmartCloud and OpenStack Cloud Taxonomy Some OpenStack

More information

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack

High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack High Availability for Enterprise Clouds: Oracle Solaris Cluster and OpenStack Eve Kleinknecht Principal Product Manager Thorsten Früauf Principal Software Engineer November 18, 2015 Safe Harbor Statement

More information

First, we will install the OpenStack packages from the Image Packaging System repository, as follows:

First, we will install the OpenStack packages from the Image Packaging System repository, as follows: Installing the OpenStack Packages First, we will install the OpenStack packages from the Image Packaging System repository, as follows: # pkg install openstack rabbitmq rad-evs-controller Packages to install:

More information

CISE Research Infrastructure: Mid-Scale Infrastructure - NSFCloud (CRI: NSFCloud)

CISE Research Infrastructure: Mid-Scale Infrastructure - NSFCloud (CRI: NSFCloud) Chameleon Cloud Tutorial National Science Foundation Program Solicitation # NSF 13-602 CISE Research Infrastructure: Mid-Scale Infrastructure - NSFCloud (CRI: NSFCloud) Networking - Security Objectives

More information

User Workspace Management

User Workspace Management Access the Interface, page 1 User Management Workspace User Types, page 4 Projects (Admin User), page 5 Users (Admin User), page 9 CML Server (Admin User), page 11 Connectivity, page 30 Using the VM Control

More information

Openstack Installation Guide

Openstack Installation Guide Openstack Installation Guide Installation Steps Step1: Making the Host Machine ready f Installation Step2: Configuring the Host Machine Interfaces Step3: Checkout the Installation Scripts Step4: Installing

More information

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1 VMware Integrated OpenStack User Guide VMware Integrated OpenStack 4.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

OpenStack in 10 minutes with DevStack

OpenStack in 10 minutes with DevStack OpenStack in 10 minutes with DevStack Sean Dague / Aug 20th, 2014 Twitter: @sdague Blog: dague.net OpenStack A Constellation of IaaS Services Heat Sahara Horizon Swift Trove Glance Nova Cinder Keystone

More information

OpenStack Ceilometer. Lucas Graf, ZHAW, Toni Zehnder, ZHAW,

OpenStack Ceilometer. Lucas Graf, ZHAW, Toni Zehnder, ZHAW, OpenStack Ceilometer Lucas Graf, ZHAW, graflu0@students.zhaw.ch Toni Zehnder, ZHAW, zehndton@students.zhaw.ch Intro Beginning 2012: Billing left out of OpenStack core But almost every deployment needs

More information

VMware NSX OpenStack Plugin Installation and Configuration NSX-T 2.1

VMware NSX OpenStack Plugin Installation and Configuration NSX-T 2.1 VMware NSX OpenStack Plugin Installation and Configuration NSX-T 2.1 2018, VMware 1 Table of Contents Overview Related Documentation Prerequisites System Requirements Installing the NSX Plugins Configuration

More information

Build Cloud like Rackspace with OpenStack Ansible

Build Cloud like Rackspace with OpenStack Ansible Build Cloud like Rackspace with OpenStack Ansible https://etherpad.openstack.org/p/osa-workshop-01 Jirayut Nimsaeng DevOps & Cloud Architect 2nd Cloud OpenStack-Container Conference and Workshop 2016 Grand

More information

swiftenv Documentation

swiftenv Documentation swiftenv Documentation Release 1.3.0 Kyle Fuller Sep 27, 2017 Contents 1 The User Guide 3 1.1 Installation................................................ 3 1.2 Getting Started..............................................

More information

vmtp Documentation Release dev1 OpenStack Foundation

vmtp Documentation Release dev1 OpenStack Foundation vmtp Documentation Release 2.4.8.dev1 OpenStack Foundation Jul 18, 2018 Contents 1 Overview 3 1.1 Features.................................................. 3 1.2 Online Documentation..........................................

More information

Setting up Docker Datacenter on VMware Fusion

Setting up Docker Datacenter on VMware Fusion Setting up Docker Datacenter on VMware Fusion With the release of Docker Datacenter, it seemed like a good idea to kick the tires on this new system to get a handle on what the experience is like installing,

More information

What Multisite Means for Identity Management

What Multisite Means for Identity Management What Multisite Means for Identity Management Multisite Howard Huang, Huawei 2 Outline Multisite Project Overview Multisite Identity Management Use Case Proposed Solution Demo Upstream Bug Report 3 Multisite

More information

NFV in the Embedded World: Yocto Project and OpenStack

NFV in the Embedded World: Yocto Project and OpenStack NFV in the Embedded World: Yocto Project and OpenStack August 22 nd, 2014 Jason Wessel - Product Architect for Wind River Linux - Kernel.org KDB/KGDB Maintainer 1 Cloud this, Cloud that Google, Microsoft

More information

Deploying a Private OpenStack Cloud at Scale. Matt Fischer & Clayton O Neill

Deploying a Private OpenStack Cloud at Scale. Matt Fischer & Clayton O Neill Deploying a Private OpenStack Cloud at Scale Matt Fischer & Clayton O Neill Introduction Clayton O Neill clayton.oneill@twcable.com IRC: clayton Matt Fischer matt.fischer@twcable.com IRC: mfisch What Is

More information

OpenStack Image Service Admin Manual

OpenStack Image Service Admin Manual (2011-09-22) Copyright 2010, 2011 OpenStack LLC All rights reserved. OpenStack Image Service offers a service for discovering, registering, and retrieving virtual machine images. Code-named Glance, it

More information

Enabling Cloud-Native Applications with Application Credentials in Keystone

Enabling Cloud-Native Applications with Application Credentials in Keystone Enabling Cloud-Native Applications with Application Credentials in Keystone Colleen Murphy Cloud Developer at SUSE cmurphy @_colleenm Overview Why we needed application credentials What are application

More information

INUVIKA TECHNICAL GUIDE

INUVIKA TECHNICAL GUIDE Version 1.7 July 10, 2018 Passing on or copying of this document, use and communication of its content not permitted without Inuvika written approval PREFACE This document explains the steps to implement

More information

VSEC FOR OPENSTACK R80.10

VSEC FOR OPENSTACK R80.10 16 October 2017 VSEC FOR OPENSTACK R80.10 Administration Guide Protected 2017 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright

More information

OPENSTACK: THE OPEN CLOUD

OPENSTACK: THE OPEN CLOUD OPENSTACK: THE OPEN CLOUD Anuj Sehgal (s.anuj@jacobs-university.de) AIMS 2012 Labs 04 June 2012 1 Outline What is the cloud? Background Architecture OpenStack Nova OpenStack Glance 2 What is the Cloud?

More information

Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide

Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide Wednesday, October 29, 2014 16:13 Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide Contents Chapter 1: Introduction...

More information

HP VAN SDN Controller Installation Guide

HP VAN SDN Controller Installation Guide HP VAN SDN Controller 2.5.20 Installation Guide Abstract This guide supports 2.5.15 and later 2.5.x versions of the HP VAN SDN (Virtual Application Network Software-Defined Networking) Controller, and

More information

OpenStack Swift Workshop

OpenStack Swift Workshop OpenStack Swift Workshop Joe Arnold joe@swiftstack.com swiftstack.com @joearnold Darrell Bishop darrell@swiftstack.com @swifterdarrell San Francisco, CA April 20, 2012 Getting Ready... Creating Virtualbox

More information

vrealize Operations Management Pack for OpenStack 5.0

vrealize Operations Management Pack for OpenStack 5.0 vrealize Operations Management Pack for 5.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit

More information

EMC OpenStack Data Protection Extension

EMC OpenStack Data Protection Extension EMC OpenStack Data Protection Extension Version 7.3 Installation Guide 302-003-022 REV 02 Copyright 2016 EMC Corporation. All rights reserved. Published in the USA. Published June 2016 EMC believes the

More information

VMware Integrated OpenStack User Guide

VMware Integrated OpenStack User Guide VMware Integrated OpenStack User Guide VMware Integrated OpenStack 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

DRAFT Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide

DRAFT Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide DRAFT Pure Storage FlashArray OpenStack Cinder Volume Driver 5.0.0 Setup Guide Thursday, September 14, 2017 19:59 DRAFT Pure Storage FlashArray OpenStack Cinder Volume Driver 5.0.0 Setup Guide Contents

More information

Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide

Pure Storage FlashArray OpenStack Cinder Volume Driver Setup Guide Pure Storage FlashArray OpenStack Cinder Volume Driver 6.0.0 Setup Guide Thursday, September 14, 2017 19:52 Pure Storage FlashArray OpenStack Cinder Volume Driver 6.0.0 Setup Guide Contents Chapter 1:

More information

Cisco Elastic Services Controller Install and Upgrade Guide

Cisco Elastic Services Controller Install and Upgrade Guide First Published: 2017-04-28 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE

More information

Technical Manual(TM)

Technical Manual(TM) Technical Manual(TM) Image Processing Platform Team04 Name First Role Second Role Third Role Hao Wu Requirements Engineer Software Architect Implementer Junran Liu Operational Concept Engineer Software

More information

Using the vrealize Orchestrator OpenStack Plug-In 2.0. Modified on 19 SEP 2017 vrealize Orchestrator 7.0

Using the vrealize Orchestrator OpenStack Plug-In 2.0. Modified on 19 SEP 2017 vrealize Orchestrator 7.0 Using the vrealize Orchestrator OpenStack Plug-In 2.0 Modified on 19 SEP 2017 vrealize Orchestrator 7.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Cisco Virtual Infrastructure Manager Administrator Guide, Release

Cisco Virtual Infrastructure Manager Administrator Guide, Release Cisco Virtual Infrastructure Manager Administrator Guide, Release 2.2.12 First Published: 2018-02-06 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Simon Dodsley, OpenStack Solutions Architect

Simon Dodsley, OpenStack Solutions Architect Simon Dodsley, OpenStack Solutions Architect Contents Executive Summary... 4 Audience... 4 OpenStack Architecture... 5 Cinder Architecture... 6 Pure Storage Cinder Driver... 7 Supported Versions... 7 Getting

More information

Installing Cisco Nexus 1000V for KVM

Installing Cisco Nexus 1000V for KVM This chapter contains the following sections: Steps to Install the Cisco Nexus 1000V for KVM, page 1 Installing and Configuring MAAS, page 2 Installing and Configuring Juju, page 3 Installing and Configuring

More information

OpenStack Lab on VMware Workstation Setting up the All-In-One VM

OpenStack Lab on VMware Workstation Setting up the All-In-One VM OpenStack Lab on VMware Workstation Setting up the All-In-One VM In our first post, we got to the start of the OpenStack install using the Rackspace Private Cloud ISO (Alamo). Because we had to set up

More information

OpenStack for Cisco DFA Install Guide Using Cisco OpenStack Installer. September 26, 2014

OpenStack for Cisco DFA Install Guide Using Cisco OpenStack Installer. September 26, 2014 OpenStack for Cisco DFA Install Guide Using Cisco OpenStack Installer September 26, 2014 Table of Contents OpenStack for Cisco DFA Install Guide... 1 Using Cisco OpenStack Installer... 1 1 Hardware and

More information

ZeroVM Package Manager Documentation

ZeroVM Package Manager Documentation ZeroVM Package Manager Documentation Release 0.2.1 ZeroVM Team October 14, 2014 Contents 1 Introduction 3 1.1 Creating a ZeroVM Application..................................... 3 2 ZeroCloud Authentication

More information

Red Hat Enterprise Linux OpenStack Platform 7 Dell EqualLogic Back End Guide

Red Hat Enterprise Linux OpenStack Platform 7 Dell EqualLogic Back End Guide Red Hat Enterprise Linux OpenStack Platform 7 Dell EqualLogic Back End Guide A Guide to Using Dell EqualLogic Storage in a RHEL OpenStack Platform Environment OpenStack Team Red Hat Enterprise Linux OpenStack

More information

crane Documentation Release Globo.com

crane Documentation Release Globo.com crane Documentation Release 0.6.3 Globo.com January 19, 2017 Contents 1 Downloading binaries (Mac OS X and Linux) 3 2 Using homebrew (Mac OS X only) 5 3 Using the PPA (Ubuntu only) 7 4 Using AUR (ArchLinux

More information

OpenStackFundamentals Workshop

OpenStackFundamentals Workshop OpenStackFundamentals Workshop (Deploy OpenStack Newton w/ Kolla-Ansible) @OpenStack-Cologne Meetup 2016 June, 29th Arash Kaffamanesh @kaffamanesh About OpenStack-Cologne Meetup Initiated: April 2014 Meetups:

More information

Kubernetes on Openstack

Kubernetes on Openstack Kubernetes on Openstack Saverio Proto saverio.proto@switch.ch Lugano 2018 SWITCH 1 Infrastructure & Data Services Your added value Our customers Our offer 2018 SWITCH 2 Your added value SWITCH made Swiss

More information

Red Hat OpenStack Platform 10 Product Guide

Red Hat OpenStack Platform 10 Product Guide Red Hat OpenStack Platform 10 Product Guide Overview of Red Hat OpenStack Platform OpenStack Team Red Hat OpenStack Platform 10 Product Guide Overview of Red Hat OpenStack Platform OpenStack Team rhos-docs@redhat.com

More information

Alarm Counter. A Ceilometer OpenStack Application

Alarm Counter. A Ceilometer OpenStack Application Alarm Counter A Ceilometer OpenStack Application Tejas Tovinkere Pattabhi UTD VOLUNTEER AT AWARD SOLUTIONS Summer 2015 Contents Alarm Counter 1 Introduction...2 2 Pre-Requisites...2 2.1 Server Creation...

More information

F5 Agent for OpenStack Neutron Documentation

F5 Agent for OpenStack Neutron Documentation F5 Agent for OpenStack Neutron Documentation Release 9.3.3.b1 F5 Networks Jul 26, 2017 Contents 1 Global Routed mode 3 2 L2-adjacent mode 7 3 Device Driver Settings/iControl Driver Settings 15 4 Set up

More information