<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>J.A. Coarasa&#039;s Digital Home</title>
	<atom:link href="http://coarasa.ddnsfree.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://coarasa.ddnsfree.com</link>
	<description>Thinkplify, mentor, enable...</description>
	<lastBuildDate>Thu, 10 Nov 2016 11:30:57 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.1</generator>
	<item>
		<title>How to Activate nested virtualization on a VM in ESXi</title>
		<link>http://coarasa.ddnsfree.com/?p=229&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-activate-nested-virtualization-on-a-vm-in-esxi</link>
		<comments>http://coarasa.ddnsfree.com/?p=229#comments</comments>
		<pubDate>Thu, 10 Nov 2016 11:14:52 +0000</pubDate>
		<dc:creator><![CDATA[toni]]></dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://coarasa.ddnsfree.com/?p=229</guid>
		<description><![CDATA[I am consolidating here a couple of instructions (here and here, and here for the ESXi shell activation part) I found to activate nested virtualization on a VM in an ESXi server without access to the server vmware part. You need to: &#8230; <a href="http://coarasa.ddnsfree.com/?p=229">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I am consolidating here a couple of instructions (<a title="How to Enable Nested ESXi &amp; Other Hypervisors in vSphere 5.1 | virtuallyGhetto" href="http://www.virtuallyghetto.com/2012/08/how-to-enable-nested-esxi-other.html" target="_blank">here</a> and <a title="KVM Nested in Vmware ESXi 5.5 - enable guest hypervisor vmx/svm flags without vsphere web client" href="https://forum.ivorde.com/kvm-nested-in-vmware-esxi-5-5-enable-guest-hypervisor-vmx-svm-flags-without-vsphere-web-client-t19773.html Seite 1 von 2" target="_blank">here</a>, and <a title="Using ESXi Shell in ESXi 5.x and 6.0 (2004746) | VMware KB" href="https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=2004746" target="_blank">here</a> for the ESXi shell activation part) I found to activate nested virtualization on a VM in an ESXi server without access to the server vmware part. You need to:</p>
<ol>
<li>Check that the ESXi will support it (BIOS, hypervisor&#8230;). Look for nestedHVSupported in the output of https://[your-esxi-host-ip-address]/mob/?moid=ha-host&amp;doPath=capability after authenticating.</li>
<li>Enable the ESXi shell (you need this so that you can edit the VM definition later):
<ol>
<li>Use the vSphere Client to enable local and remote access to the ESXi Shell:</li>
<li>Log in to a vCenter Server system using the vSphere Client.</li>
<li>Select the host in the Inventory panel.</li>
<li>Click the Configuration tab and click Security Profile.</li>
<li>In the Services section, click Properties.</li>
<li>Select ESXi Shell from this list:</li>
<li>Click Options and select Start and stop manually. Note: When you select Start and stop manually, the service does not start when you reboot the host. If you want the service to start when you reboot the host, select Start and stop with host.</li>
<li>Click Start to enable the service.</li>
<li>Click OK.</li>
</ol>
</li>
<li>Log in to the shell with credentials and Alt-F1</li>
<li>Add the vhv.enable = &#8220;TRUE&#8221; at the end of the .vmx file corresponding to the VM that you want to activate the nested virtualization on&#8230;</li>
<li>Identify the  hypervisor vm ID and reload it&#8217;s configuration with the vim-cmd esxi command:<br />
Code:</p>
<blockquote><p>~ # vim-cmd vmsvc/getallvms | grep -i ubun 44 VM6-Ubuntu-KVM [datastore1] VM6-Ubuntu-KVM/VM6-Ubuntu-KVM.vmx ubuntu64Guest vmx-08</p></blockquote>
<blockquote><p>~ # vim-cmd vmsvc/reload 44</p></blockquote>
</li>
<li>Check within the VM as root that it sees the &#8220;hardware virtualization&#8221; with:<br />
<blockquote><p>egrep -c &#8216;(vmx|svm)&#8217; /proc/cpuinfo</p></blockquote>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://coarasa.ddnsfree.com/?feed=rss2&#038;p=229</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenStack nova network multihost with external gateway. Solving a metadata issue in Kilo. The power of ebtables.</title>
		<link>http://coarasa.ddnsfree.com/?p=220&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=openstack-nova-network-multihost-with-external-gateway-solving-a-metadata-issue-in-kilo</link>
		<comments>http://coarasa.ddnsfree.com/?p=220#comments</comments>
		<pubDate>Thu, 15 Oct 2015 19:03:32 +0000</pubDate>
		<dc:creator><![CDATA[toni]]></dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://coarasa.ddnsfree.com/?p=220</guid>
		<description><![CDATA[In a recent project we found the issue that the metadata service running on the compute node was not reachable by the VMs running on it. In the project we use Ubuntu 14.04.3 and vanilla OpenStack (kilo). The implementation uses nova &#8230; <a href="http://coarasa.ddnsfree.com/?p=220">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>In a recent project we found the issue that the metadata service running on the compute node was not reachable by the VMs running on it.</p>
<p>In the project we use <a title="Ubuntu 14.04.3 release notes" href="https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes" target="_blank">Ubuntu 14.04.3</a> and vanilla <a title="OpenStack Installation Guide for Ubuntu 14.04" href="http://docs.openstack.org/kilo/install-guide/install/apt/content/index.html" target="_blank">OpenStack (kilo)</a>. The implementation uses nova network (with VLANs) in multihost mode with an external gateway for each VLAN. The latter can be achieved by:</p>
<ul>
<li>configuring nova in /etc/nova/nova.conf with the option:</li>
</ul>
<blockquote><p>dnsmasq_config_file=/etc/dnsmasq-nova.conf</p></blockquote>
<ul>
<li>and by supplying a file /etc/dnsmasq-nova.conf where you give the external gateway configuration for the different networks (demo-net, demo2.net in the following example):</li>
</ul>
<blockquote><p>dhcp-option=tag:demo-net,option:router,10.44.1.1<br />
dhcp-option=tag:demo2-net,option:router,10.44.2.1</p></blockquote>
<p>In our configuration the VMs are not able to reach the metadata service when being provisioned. In other words 169.254.169.254:80 is not properly DNATed to hypervisor_IP:8775 for the VM.</p>
<p>The underlying reason is that since the VM has a different gateway (the external gateway) than the hypervisors VLAN IP, there will be no IP routing (it is only a L2 not an L3) so the  PREROUTING chain in table NAT will not be traversed by these packets.</p>
<p>To solve this issue we force these packets to traverse the IP routing with an ebtables rule like:</p>
<blockquote><p>ebtables -t nat -I PREROUTING -p ipv4  &#8211;ip-dst 169.254.169.254 &#8211;ip-protocol 6 &#8211;ip-dport 80 -j redirect &#8211;redirect-target ACCEPT</p></blockquote>
<p>Enjoy the ebtables! Find more examples and documentation in <a title="ebtables" href="http://ebtables.netfilter.org" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://coarasa.ddnsfree.com/?feed=rss2&#038;p=220</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exposing Infiniband (or any PCI device) to the VMs on an OpenStack Cloud</title>
		<link>http://coarasa.ddnsfree.com/?p=210&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exposing-infiniband-to-the-vms-on-an-openstack-cloud</link>
		<comments>http://coarasa.ddnsfree.com/?p=210#comments</comments>
		<pubDate>Fri, 09 Oct 2015 16:28:36 +0000</pubDate>
		<dc:creator><![CDATA[toni]]></dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coarasa.ddnsfree.com/?p=210</guid>
		<description><![CDATA[For a recent project we (me and Wuming) had to provide an OpenStack cloud in which the raw infiniband protocol would be available to the VMs running on the cloud. The installation was done on Ubuntu 14.04.3 with vanilla OpenStack. &#8230; <a href="http://coarasa.ddnsfree.com/?p=210">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>For a recent project we (me and Wuming) had to provide an OpenStack cloud in which the raw infiniband protocol would be available to the VMs running on the cloud.</p>
<p>The installation was done on <a title="Ubuntu 14.04.3 release notes" href="https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes" target="_blank">Ubuntu 14.04.3</a> with vanilla <a title="OpenStack Installation Guide for Ubuntu 14.04" href="http://docs.openstack.org/kilo/install-guide/install/apt/content/index.html" target="_blank">OpenStack</a>. Exposing infiniband requires quite a few steps and reading/googling quite a bit so I will document it here in case somebody needs to do the same.</p>
<p>To expose the native hardware interfaces to the VM:</p>
<ul>
<li>The BIOS of the computer has to support it (you may need to activate Intel VT-d (or AMD I/O Virtualization Technology), as with virtualization extensions, it may be off by default). Explore the BIOS of your servers to activate it if necessary;</li>
<li>The Infiniband cards themselves have to support it. Look for SR-IOV in an &#8220;lspci -v&#8221; output as below:</li>
</ul>
<blockquote><p>$ sudo lspci -v |grep -A40 Mellanox<br />
04:00.0 Network controller: Mellanox Technologies MT27520 Family [ConnectX-3 Pro]<br />
Subsystem: Hewlett-Packard Company Device 22f5<br />
Flags: bus master, fast devsel, latency 0, IRQ 16<br />
Memory at 96000000 (64-bit, non-prefetchable) [size=1M]<br />
Memory at 94000000 (64-bit, prefetchable) [size=32M]<br />
Capabilities: [40] Power Management version 3<br />
Capabilities: [48] Vital Product Data<br />
Capabilities: [9c] MSI-X: Enable+ Count=128 Masked-<br />
Capabilities: [60] Express Endpoint, MSI 00<br />
Capabilities: [100] Alternative Routing-ID Interpretation (ARI)<br />
Capabilities: [148] Device Serial Number 24-be-05-ff-ff-b6-e3-40<br />
<strong>Capabilities: [108] Single Root I/O Virtualization (SR-IOV)</strong><br />
Capabilities: [154] Advanced Error Reporting<br />
Capabilities: [18c] #19<br />
Kernel driver in use: mlx4_core</p>
<p><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"><span style="font-size: 15px;"><i> </i></span></span></p></blockquote>
<ul>
<li>The kernel in linux needs to be configured by passing the option intel_iommu=on. You can do it by editing the file /etc/default/grub so that it contains the option GRUB_CMDLINE_LINUX_DEFAULT=&#8221;intel_iommu=on&#8221; and running update-grub;</li>
<li>The Infiniband cards need to be configured to expose the VFs. Edit the file /etc/modprobe.d/mlx4_core.conf to contain options like: options mlx4_core num_vfs=16 (or as high as your card supports. One VM will take one VF so this could be the limiting factor as of how many VMs can be deployed per compute node). You can find more documentation for the mellanox cards in the Mellanox Linux User Manual <a title="Mellanox_OFED_Linux_User_Manual_v3.10" href="http://www.mellanox.com/related-docs/prod_software/Mellanox_OFED_Linux_User_Manual_v3.10.pdf" target="_blank">Mellanox_OFED_Linux_User_Manual_v3.10</a> or <a title="This post shows how to enable SR-IOV on Mellanox ConnectX-3 adapters." href="https://community.mellanox.com/docs/DOC-1317" target="_blank">here</a> since you may need to enable this option (in our case it was enabled already);</li>
<li>Nova has to be configured to allow pci passthrough. Follow the documentation in <a title="Pci passthrough" href="https://wiki.openstack.org/wiki/Pci_passthrough" target="_blank">here</a> on &#8220;How to prepare the environment&#8221;
<ul>
<li>Configure the nova (find the Virtualized Interfaces vendor_id and product_id for your case by running an lspci -vn)</li>
<li>Create a flavor that automatically adds the interface to the VM</li>
</ul>
</li>
</ul>
<p>And now&#8230; Just launch a VM and log in! You should see the Infiniband card!</p>
]]></content:encoded>
			<wfw:commentRss>http://coarasa.ddnsfree.com/?feed=rss2&#038;p=210</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 TED talks to inspire and get you out searching for more</title>
		<link>http://coarasa.ddnsfree.com/?p=205&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=5-ted-talks-to-inspire-and-get-you-out-searching-more</link>
		<comments>http://coarasa.ddnsfree.com/?p=205#comments</comments>
		<pubDate>Thu, 24 Sep 2015 20:41:11 +0000</pubDate>
		<dc:creator><![CDATA[toni]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coarasa.ddnsfree.com/?p=205</guid>
		<description><![CDATA[Here you have 5 TED talks that will inspire you and will make you move and search for more! Manu Prakash: A 50-cent microscope that folds like origami http://www.ted.com/talks/manu_prakash_a_50_cent_microscope_that_folds_like_origami Steve Jobs: How to live before you die http://www.ted.com/talks/steve_jobs_how_to_live_before_you_die Elon Musk: The &#8230; <a href="http://coarasa.ddnsfree.com/?p=205">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Here you have 5 <a title="TED" href="http://www.ted.com" target="_blank">TED</a> talks that will inspire you and will make you move and search for more!</p>
<p>Manu Prakash: A 50-cent microscope that folds like origami <a title="Manu Prakash: A 50-cent microscope that folds like origami" href="http://www.ted.com/talks/manu_prakash_a_50_cent_microscope_that_folds_like_origami" target="_blank">http://www.ted.com/talks/manu_prakash_a_50_cent_microscope_that_folds_like_origami</a></p>
<p>Steve Jobs: How to live before you die <a title="Steve Jobs: How to live before you die" href="http://www.ted.com/talks/steve_jobs_how_to_live_before_you_die" target="_blank">http://www.ted.com/talks/steve_jobs_how_to_live_before_you_die</a></p>
<p>Elon Musk: The mind behind Tesla, SpaceX, SolarCity &#8230; <a title="Elon Musk: The mind behind Tesla, SpaceX, SolarCity ..." href="http://www.ted.com/talks/elon_musk_the_mind_behind_tesla_spacex_solarcity" target="_blank">http://www.ted.com/talks/elon_musk_the_mind_behind_tesla_spacex_solarcity</a></p>
<p>Simon Sinek: How great leaders inspire action <a title="Simon Sinek: How great leaders inspire action" href="http://www.ted.com/talks/simon_sinek_how_great_leaders_inspire_action" target="_blank">http://www.ted.com/talks/simon_sinek_how_great_leaders_inspire_action</a></p>
<p>Jack Andraka: A promising test for pancreatic cancer &#8230; from a teenager <a title="Jack Andraka: A promising test for pancreatic cancer ... from a teenager " href="http://www.ted.com/talks/jack_andraka_a_promising_test_for_pancreatic_cancer_from_a_teenager" target="_blank">http://www.ted.com/talks/jack_andraka_a_promising_test_for_pancreatic_cancer_from_a_teenager</a></p>
]]></content:encoded>
			<wfw:commentRss>http://coarasa.ddnsfree.com/?feed=rss2&#038;p=205</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get a deep overview on OpenStack</title>
		<link>http://coarasa.ddnsfree.com/?p=199&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=get-a-deep-overview-on-openstack</link>
		<comments>http://coarasa.ddnsfree.com/?p=199#comments</comments>
		<pubDate>Thu, 10 Sep 2015 07:27:56 +0000</pubDate>
		<dc:creator><![CDATA[toni]]></dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://coarasa.ddnsfree.com/?p=199</guid>
		<description><![CDATA[In this presentation you find an overview of the functional architecture of OpenStack and a deep and detailed explanation on how OpenStack processes work. Enjoy!]]></description>
				<content:encoded><![CDATA[<p>In <a title="OpenStack Architecture" href="http://www.slideshare.net/mirantis/openstack-architecture-43160012?next_slideshow=1" target="_blank">this presentation</a> you find an overview of the functional architecture of OpenStack and a deep and detailed explanation on how OpenStack processes work. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://coarasa.ddnsfree.com/?feed=rss2&#038;p=199</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If privacy is important for you, open a protonmail account</title>
		<link>http://coarasa.ddnsfree.com/?p=195&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=if-privacy-is-important-for-you-open-a-protonmail-account</link>
		<comments>http://coarasa.ddnsfree.com/?p=195#comments</comments>
		<pubDate>Tue, 16 Jun 2015 11:06:26 +0000</pubDate>
		<dc:creator><![CDATA[toni]]></dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://coarasa.ddnsfree.com/?p=195</guid>
		<description><![CDATA[If privacy is important for you, you will wish to have a protomail account. They provide a very good privacy in hosted email, if you of course believe their claims, which I have no reason not to. To celebrate the &#8230; <a href="http://coarasa.ddnsfree.com/?p=195">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>If privacy is important for you, you will wish to have a <a title="Protonmail" href="https://protonmail.ch" target="_blank">protomail</a> account. They provide a very good privacy in hosted email, if you of course believe their claims, which I have no reason not to.</p>
<p>To celebrate the 1st year anniversary, protonmail has created a special link that allows instant account creation:<br />
<a title="Protonmail instant account creation" href="https://protonmail.ch/privacyforall" target="_blank">https://protonmail.ch/privacyforall</a></p>
<p>This will only last for a limited amount of time.</p>
<p>Happy private e-mailing.</p>
]]></content:encoded>
			<wfw:commentRss>http://coarasa.ddnsfree.com/?feed=rss2&#038;p=195</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A couple of other interesting talks from the OpenStack Summit</title>
		<link>http://coarasa.ddnsfree.com/?p=193&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-couple-of-other-interesting-talks-from-the-openstack-summit</link>
		<comments>http://coarasa.ddnsfree.com/?p=193#comments</comments>
		<pubDate>Fri, 05 Jun 2015 09:00:13 +0000</pubDate>
		<dc:creator><![CDATA[toni]]></dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://coarasa.ddnsfree.com/?p=193</guid>
		<description><![CDATA[I very interesting talk on Ceph and its scalability issues, and another hands-on one about Docker containers. &#160;]]></description>
				<content:encoded><![CDATA[<p>I very interesting <a title="Ceph at CERN: A Year in the Life of a Petabyte-Scale Block Storage Service" href="https://www.openstack.org/summit/vancouver-2015/summit-videos/presentation/ceph-at-cern-a-year-in-the-life-of-a-petabyte-scale-block-storage-service" target="_blank">talk</a> on Ceph and its scalability issues, and another hands-on <a title="Using Docker with OpenStack - Hands On!" href="https://www.openstack.org/summit/vancouver-2015/summit-videos/presentation/using-docker-with-openstack-hands-on" target="_blank">one</a> about Docker containers.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://coarasa.ddnsfree.com/?feed=rss2&#038;p=193</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A very nice overview talk on OpenStack HA</title>
		<link>http://coarasa.ddnsfree.com/?p=191&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-very-nice-overview-talk-on-openstack-ha</link>
		<comments>http://coarasa.ddnsfree.com/?p=191#comments</comments>
		<pubDate>Fri, 29 May 2015 14:33:48 +0000</pubDate>
		<dc:creator><![CDATA[toni]]></dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://coarasa.ddnsfree.com/?p=191</guid>
		<description><![CDATA[This talk: &#8220;Deep Dive Into a Highly Available OpenStack Architecture&#8220;, given at the recent OpenStack Summit in Vancouver, provides an unusual nice balance between overview and details! It will provide you with a sound understanding of the architecture and services &#8230; <a href="http://coarasa.ddnsfree.com/?p=191">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This talk: &#8220;<a title="Deep Dive Into a Highly Available OpenStack Architecture" href="https://www.openstack.org/summit/vancouver-2015/summit-videos/presentation/deep-dive-into-a-highly-available-openstack-architecture" target="_blank">Deep Dive Into a Highly Available OpenStack Architecture</a>&#8220;, given at the recent <a title="OpenStack Summit in Vancouver" href="https://www.openstack.org/summit/vancouver-2015/" target="_blank">OpenStack Summit in Vancouver</a>, provides an unusual nice balance between overview and details!</p>
<p>It will provide you with a sound understanding of the architecture and services of OpenStack, specially the later, and how to make the OpenStack services Highly available.</p>
<p>It does not cover Heat or Ceilometer but once you understand the other services it is not complicated to use the same architectural concepts.</p>
<p>I highly recommend watching it!</p>
]]></content:encoded>
			<wfw:commentRss>http://coarasa.ddnsfree.com/?feed=rss2&#038;p=191</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix an installation issue with the Openstack command line tools in OS X 10.9.5 and 10.9.4</title>
		<link>http://coarasa.ddnsfree.com/?p=183&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-an-installation-issue-with-the-openstack-command-line-tools-in-os-x-10-9-5-and-10-9-4</link>
		<comments>http://coarasa.ddnsfree.com/?p=183#comments</comments>
		<pubDate>Fri, 10 Oct 2014 10:41:35 +0000</pubDate>
		<dc:creator><![CDATA[toni]]></dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coarasa.ddnsfree.com/?p=183</guid>
		<description><![CDATA[If you follow the Openstack  command line client tools installation guide you will have an issue. For example to install the keystone tools (Mind root access, add sudo when needed): #easy_install pip #pip install python-keystoneclient This will result in the error &#8230; <a href="http://coarasa.ddnsfree.com/?p=183">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>If you follow the Openstack  <a title="Install the OpenStack command-line clients" href="http://docs.openstack.org/user-guide/content/install_clients.html" target="_blank">command line client tools installation guide</a> you will have an issue. For example to install the keystone tools (Mind root access, add sudo when needed):</p>
<blockquote><p>#easy_install pip</p>
<p>#pip install python-keystoneclient</p></blockquote>
<p>This will result in the error when trying to execute the tools (with nova you would get the same error!):</p>
<blockquote><p>$ keystone &#8211;list</p>
<p>Traceback (most recent call last):</p>
<p>File &#8220;/usr/local/bin/keystone&#8221;, line 7, in &lt;module&gt;</p>
<p>from keystoneclient.shell import main</p>
<p>File &#8220;/Library/Python/2.7/site-packages/keystoneclient/__init__.py&#8221;, line 37, in &lt;module&gt;</p>
<p>__version__ = pbr.version.VersionInfo(&#8216;python-keystoneclient&#8217;).version_string()</p>
<p>File &#8220;/Library/Python/2.7/site-packages/pbr/version.py&#8221;, line 78, in version_string</p>
<p>for part in self.release_string().split(&#8216;.&#8217;):</p>
<p>File &#8220;/Library/Python/2.7/site-packages/pbr/version.py&#8221;, line 70, in release_string</p>
<p>self.release = self._get_version_from_pkg_resources()</p>
<p>File &#8220;/Library/Python/2.7/site-packages/pbr/version.py&#8221;, line 62, in _get_version_from_pkg_resources</p>
<p>return packaging.get_version(self.package)</p>
<p>File &#8220;/Library/Python/2.7/site-packages/pbr/packaging.py&#8221;, line 870, in get_version</p>
<p>raise Exception(&#8220;Versioning for this project requires either an sdist&#8221;</p>
<p>Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?</p></blockquote>
<p>The solution: install also the distribute package:</p>
<blockquote><p> pip install &#8211;upgrade distribute</p></blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://coarasa.ddnsfree.com/?feed=rss2&#038;p=183</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cloudlynx. A Highly Compliant and Secure Swiss Cloud</title>
		<link>http://coarasa.ddnsfree.com/?p=180&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cloudlynx-a-highly-compliant-and-secure-swiss-cloud</link>
		<comments>http://coarasa.ddnsfree.com/?p=180#comments</comments>
		<pubDate>Fri, 15 Aug 2014 17:10:44 +0000</pubDate>
		<dc:creator><![CDATA[toni]]></dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://coarasa.ddnsfree.com/?p=180</guid>
		<description><![CDATA[As the website for this new company Cloudlynx states. They are a Highly Compliant Swiss Cloud. They will go to an encrypted experience of the Cloud. They will not have the problem with data being hosted in the US and thus &#8230; <a href="http://coarasa.ddnsfree.com/?p=180">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>As the website for this new company <a title="Cloudlynx" href="http://www.cloudlynx.ch" target="_blank">Cloudlynx</a> states. They are a Highly Compliant Swiss Cloud. They will go to an encrypted experience of the Cloud.</p>
<p>They will not have the problem with data being hosted in the US and thus being subject to the patriot act. For many European this should be attractive.</p>
<p>Also the privacy rules that characterise Switzerland should be very appealing.</p>
]]></content:encoded>
			<wfw:commentRss>http://coarasa.ddnsfree.com/?feed=rss2&#038;p=180</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
