2016-03-07 Flash Test By Nikolas Hermanns.

Slides:



Advertisements
Similar presentations
Using OpenStack With OpenDaylight
Advertisements

© 2012 IBM Corporation Architecture of Quantum Folsom Release Yong Sheng Gong ( 龚永生 ) gongysh #openstack-dev Quantum Core developer.
Seamless migration from Nova-network to Neutron in eBay production Chengyuan Li, Han Zhou.
A 5 minutes intro to Openstack (and a few more minutes on Openstack Networking) Salvatore Orlando 3 rd OSUG Italy Meetup Rome, May 9 th 2013.
7th OpenSTACK USER group nordics
UPLOADING YOUR SERVER CODE TO YOUR VIRTUAL MACHINE.
OpenContrail Quickstart
Private Cloud or Dedicated Hosts Mason Mabardy & Matt Maples.
Evaluate container lifecycle support in TOSCA TOSCA – 174 Adhoc TC.
RADIUS Server (Brocade Controller)
SDN Problem Statement and Use Cases for Data Center Applications Ping Pan Thomas Nadeau November 2011.
System Center 2012 Setup The components of system center App Controller Data Protection Manager Operations Manager Orchestrator Service.
AP (Access Point) Client Operation Mode : Bridge Mode: AP IP Address: DHCP: Server Operation Mode : Bridge Mode: Client IP Address:
Configuring a network os
Installation and Integration of Virtual Clusters onto Pragma Grid NAIST Nara, Japan Kevin Lam 06/28/13.
Creating an EC2 Provisioning Module for VCL Cameron Mann & Everett Toews.
Daemon issue 14 SSH Port Forwarding Yannis Tsopokis Wednesday, April 26 th 2006.
O.S.C.A.R. Cluster Installation. O.S.C.A.R O.S.C.A.R. Open Source Cluster Application Resource Latest Version: 2.2 ( March, 2003 )
Kali Linx Attacks Jim Nasto. Window 8 Computer On my Windows 8 64 bit OS machine. I started using a Virtual Machine using Hyper V Manager and shared the.
Port Forwarding in VM brief intro
1 Chapter 3: Multiprotocol Network Design Designs That Include Multiple Protocols IPX Design Concepts AppleTalk Design Concepts SNA Design Concepts.
Networking Lab Life of a packet Nicolas Prost Septembre
Linux Exercise. Download and Install the latest CentOS version and latest Ubuntu/Fedora OS. Configure a unique Host Name and a permanent IP Address for.
Introduction to Virtualization Lewis Talley – InSource Solutions.
RT-LAB Electrical Applications 1 Opal-RT Technologies Use of the “Store Embedded” mode Solution RT-LAB for PC-104.
Virtualization One computer can do the job of multiple computers, by sharing the resources of a single computer across multiple environments. Turning hardware.
Case study: Data Provider setup Sergey Sukhonosov National Oceanographic Data Centre, Russia Expert training on the Ocean Data Portal technology, Buenos.
Computing Services Charles (Cal) Loomis & Mohammed Airaj LAL, Univ. Paris-Sud, CNRS/IN2P October 2013.
© Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Docker Overview Automating.
1 COPYRIGHT © 2011 ALCATEL-LUCENT. ALL RIGHTS RESERVED. Customer Facing Slides Presenting the DEMO.
1 TCS Confidential. 2 In this session we will be learning:  What is Rally?  Why Rally?  Use cases  Actions  Architecture  Components.
Cloud Computing – UNIT - II. VIRTUALIZATION Virtualization Hiding the reality The mantra of smart computing is to intelligently hide the reality Binary->
Evaluate container lifecycle support in TOSCA TOSCA – 174 Adhoc TC.
Cloud Installation & Configuration Management. Outline  Definitions  Tools, “Comparison”  References.
Let's build a VMM service template from A to Z in one hour Damien Caro Technical Evangelist Microsoft Central & Eastern Europe
Co-ordination & Harmonisation of Advanced e-Infrastructures for Research and Education Data Sharing Grant.
Installation Guacamole Is a web application that provides access to desktop environments using remote desktop protocols (such as VNC or RDP); Installation.
Intro To Virtualization Mohammed Morsi
Ganeti Instance Creation
Shaopeng, Ho Architect of Chinac Group
OpenStack.
MySQL Exploit with Metasploit
X V Consumer C1 Consumer C2 Consumer C3
Tor Good + Evil.
Doctor + OPenStack Congress
Connecting to the Multi-FUEL HOst
WSU Linux Users Group By Haven Hash
Introduction to Networking
Lab 1 introduction, debrief
Bin Hu, AT&T IPv6 Project Lead, OPNFV
OPNFV Arno Installation & Validation Walk-Through
Chapter 2. Malware Analysis in VMs
File Transfer Protocol
PPPoE Internet Point to Point Protocol over Ethernet
Lab 7 - Topics Establishing SSH Connection Install SSH Configure SSH
Firewalls Routers, Switches, Hubs VPNs
تنظیم مودم D-Link به حالت NAT
OpenStack-alapú privát felhő üzemeltetés
Bridge Configuration For ZyXEL ADSL Wireless Router
Dovetail & CVP Tutorial/Demo
Config 3200 مراحل نصب مودم 3200.
OPS235 Configuring a Network Using Virtual Machines – Part I
* Introduction to Cloud computing * Introduction to OpenStack * OpenStack Design & Architecture * Demonstration of OpenStack Cloud.
COMP4442 Cloud Computing: Assignment 1
How To Configure Hotspot in Virtual Mikrotik on VMware
Lecture9: Embedded Network Operating System: cisco IOS
Read this to find out how the internet works!
Port Forwarding ( VirtualBox / VMware Player )
Lecture9: Embedded Network Operating System: cisco IOS
Openstack Summit November 2017
Presentation transcript:

2016-03-07 Flash Test By Nikolas Hermanns

Way is flash_test needed Most setups do not follow the namespace hacking on the neutron server to access the vms. Some setups do not follow neutron public IP concepts or do not have it yet In tempest only one server at a time can have a public IP. No convenient way to access the hypervisor

OpenStack Controller Compute rally ssh Tempest Flash-Test 2016-03-07 Start – VMs, Networks, etc. OpenStack Controller Compute Get OS info Access the hosts Virtual-switch command rally ssh Execute virsh command to access the VM Tempest Flash-Test

The Openstack way to connect VM OS_controller Hypervisor net-namespace ovs ovs Neutron-net

SSH Connectivity VM with userdata Flash_test virsh Br-flash-test IP-Address: 10.20.19.x Nikos Birthday  VM with userdata Flash_test virsh Internal bridge 10.20.19.87 Br-flash-test SSH-Tunnel OS_controller Hypervisor SSH-Tunnel jump jump Flash_test need only connectivity to the OS_controller

Config env: cloud_deployer: fuel hypervisor_ssh_user: root nodes: main_controller: address: 10.20.0.3 user: root test_vm: user: cirros password: 'cubswin:)'

2016-03-07