めもめも

このブログに記載の内容は個人の見解であり、必ずしも所属組織の立場、戦略、意見を代表するものではありません。

2013-07-01から1ヶ月間の記事一覧

Prototype of DCK Server for OpenStack

A new word "Cloud OS" is floating around these days. If you interpret it as a "system to operate computing resources in the cloud", it makes some sense to me. However, it gives me an impression that there could be more direct comparison be…

CPU温度を表示するアクセサリー

自宅のデスクトップをFedora19にしたら、CPU温度を表示するgnome-extentionが使えなくなって悲しかったので、作りました。前提パッケージは多分この程度。 # yum install lm_sensors tkinter tix見た目はこんな感じ。本体は以下。 #!/usr/bin/python # -*- c…

RDOデモ環境を確実に構築する手順(複数ノード編)

2013/11/02 この記事の内容は古くなっている恐れがあります。複数ノード環境の構築手順については、こちらを参照ください。 「RDOデモ環境を確実に構築する手順」で紹介したdemostackを拡張して、複数ノード構成に対応しました。最初に、Nova Compute以外の…