Showing headlines posted by dba477
« Previous ( 1 ... 11 12 13 14 15 16 17 18 19 20 21 ... 30 ) Next »Nested KVM set up on Fedora 22 && Running devstack on Ubuntu 14.04 guests
Following bellow are brief instructions how to achieve extremely high performance of VMs created via devstack ( stack.sh ) inside another virtual machine created with Fedora 22 KVM Hypervisor and having Nested KVM feature enabled, working with sufficiently advanced Intel CPUs (Haswell kernel or above which have newer hardware virt extensions ) and 16 GB or more RAM.
RDO Juno multi node setup && Switching to eth(X) interfaces on Fedora 21
This post is closely related to RDO Juno Multi Node deployment via packstack on Fedora 21 landscape with boxes having different boards and different Ethernet NICs inegrated either plugged into systems. Originally tested on Two Node Controller&&Network and Compute Fedora 21 .
Xen 4.4 via libvirt for OpenStack Juno
This document describes steps Xing Lin (University of Utah) took to setup a compute node based on Ubuntu 14.04 for OpenStack "juno", using the Xen Project via libvirt approach. As of the fall of 2014, Openstack does not support this approach well as Xen Project is in the Group C of the hypervisor support matrix for Openstack
Setup the most recent Nova Docker Driver via Devstack on F21
This article presents a step by step procedure for installing the latest version of nova docker on Fedora 21.
Testing the most recent Nova-Docker driver on Ubuntu 14.04 in devstack environment recoverable between reboots
Testing the most recent Nova-Docker driver on Ubuntu 14.04 in devstack environment recoverable between reboots. Recently new patch... However,nova-docker containers have been lost after every reboot due to bridge br-ex came up with no IP and running ./rejoin-stack.sh didn't help much. This post describes workaround for this issue.
Set up Two Node RDO Juno ML2&OVS&VXLAN Cluster runnig Docker Hypervisor on Compute Node
It's quite obvious that Nova-Docker driver set up success for real applications is important to get on Compute Nodes . It's nice when everything works on AIO Juno host or Controller, but just as demonstration.
Set up Two Node RDO Juno ML2&OVS&VXLAN Cluster runnig Docker Hypervisor on Controller and KVM on Compute
As a final result of performing configuration bellow Juno dashboard will automatically spawn,launch and run Nova-Dockers containers on Controller and usual nova instances supposed to run on KVM Hypervisor (Libvirt driver) on Compute Node
Set up LVMiSCSI cinder backend for RDO Juno on Fedora 21 for Two Node Cluster (Controller&&Network and Compute)
During RDO Juno set up on Fedora 21 Workstation service target is deactivated on boot up, and tgtd is started (versus CentOS 7 installation procedure) , what requires some additional efforts to tune LVMiSCSI cinder back end on newest Fedora release.
Set up GlassFish 4.1 Nova-Docker Container via phusion/baseimage on RDO Juno
The problem here is that phusion/baseimage per https://github.com/phusion/baseimage-docker should provide ssh access to container , however it doesn't. Working with docker container there is easy workaround suggested by Mykola Gurov in http://stackoverflow.com/questions/27816298/cannot-get-ssh-a... which is of no help in case of Nova-Docker Container.
Building docker container for GlassFish 4.1 via phusion/baseimage on CentOS 7
Building docker container for GlassFish 4.1 via image phusion/baseimage allows to execute several scripts been placed in folder /etc/my_init.d. In particular, not only run.sh coming from https://registry.hub.docker.com/u/bonelli/glassfish-4.1/ , but also script database.sh starting up Derby Database have been placed in mentioned folder, what actually does completely functional load GlassFish 4.1 docker container. The core issue in ([1]) is attempt to extend JAVA:8 , what causes a problem when starting several daemons during docker container load
Running Glassfish 4.1 in Nova-Docker Comtainer on RDO Juno
This post follows up http://www.linux.com/community/blogs/133-general-linux/79956...
Docker image been built bellow has pre-installed JDK 1.8 and GlassFish 4.1,
providing ssh connect to Nova-Docker container ( launched via this image )
it allows initialize Glassfish with JPA support manually.
Running Oracle XE 11gR2 in Nova-Docker container on OpenStack RDO Juno (CentOS 7)
Docker image arahman/docker-oracle-xe-11g:latest allows to build Nova-Docker
Container on RDO Juno running Oracle XE instance, which may be accessed remotely via floating IP assigned to nova instance. Several network configuration files require tuning with Nova system instance-name and floating IP assigned
from neutron external pool.
Xen Virtualization on Linux and Solaris
Recently Filip Krikav made a fork on github and created a Juno branch using the latest commit + fixing the problem of loading an image from glance.
Running Nova-Docker on OpenStack RDO Juno (CentOS 7)
Quote (http://technodrone.blogspot.com/2014/10/nova-docker-on-juno....) The Docker driver is a hypervisor driver for Openstack Nova Compute. It was introduced with the Havana release, but lives out-of-tree for Icehouse and Juno. Being out-of-tree has allowed the driver to reach maturity and feature-parity faster than would be possible should it have remained in-tree. It is expected the driver will return to mainline Nova in the Kilo release.
How VMs access metadata via qrouter-namespace in Juno
It is actually an update of http://techbackground.blogspot.ie/2013/06/metadata-via-quant... for Neutron on Juno ( original blog considers Quantum implementation on Grizzly ). From my standpoint understanding of core architecture of Neutron openstack flow in regards of nova-api metadata service access (and getting proper response from nova-api ) by VMs launching via nova causes a lot of problems due to leak of understanding of core concepts.
Tuning RDO Juno CentOS 7 TwoNode Gluster 3.5.2 Cluster for Qemu integration with libgfapi to work seamlessly
This post is focused on tuning replica 2 gluster volume when building RDO Juno Gluster Cluster on CentOS 7. Steps undertaken come from Gluster 3.5.2 Release Notes (http://blog.nixpanic.net/2014_07_01_archive.html) and make integration Qemu (1.5.3) && libgfapi really working
LVMiSCSI cinder backend for RDO Juno on CentOS 7
Current post follows up http://lxer.com/module/newswire/view/207415/index.html RDO Juno has been intalled on Controller and Compute nodes via packstack as described in link @lxer.com. iSCSI initiator implementation on CentOS 7 differs significantly from CentOS 6.5 and is based on CLI utility targetcli and service target. With Enterprise Linux 7, both Red Hat and CentOS, there is a big change in the management of iSCSI targets.Software run as part of the standard systemd structure. Consequently there will be significant changes in multi back end cinder architecture of RDO Juno running on CentOS 7 or Fedora 21 utilizing LVM
based iSCSI targets.
RDO Juno Set up Two Real Node (Controller+Compute) Gluster 3.5.2 Cluster ML2&OVS&VXLAN on CentOS 7
Post bellow follows up http://cloudssky.com/en/blog/RDO-OpenStack-Juno-ML2-VXLAN-2-... however answer file provided here allows in single run create Controller && Compute Node. Based oh RDO Juno release as of 10/27/2014 it doesn't require creating OVS bridge br-ex and OVS port enp2s0 on Compute Node.It also doesn't install nova-compute service on Controller. Gluster 3.5.2 setup also is performed in way which differs from similar procedure on IceHouse && Havana RDO releases.
Understanding Packet Flows in OpenStack Neutron
A Neutron setup is composed of numerous interfaces,such as br-int,br-tun,br-ex,
eth1/2/3. For beginners it's usually hard to understand what route packets will take
through these devices and hosts. So let's take a closer look
Setup QCOW2 standard CentOS 7 cloud image to work with 2 VLANs on IceHouse ML2&OVS&GRE System
Notice, that same schema would work for any F20 or Ubuntu QCOW2 cloud images via qemu-nbd mount and increasing number of NICs interface files up to 2,3,... Approach suggested down here is universal. Any cinder volume been built up on updated glance image ( 2 NICs ready ) would be 2 NICs ready as well
« Previous ( 1 ... 11 12 13 14 15 16 17 18 19 20 21 ... 30 ) Next »