めもめも

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

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

Private notes on Packstack plugin development (4)

GlusterFS configuration example Now let's try a little bit more practical challenge. I will show a sample plugin to configure GlusterFS storage nodes. The following is the general configuration steps of GlusterFS storage cluster.1) Install…

Private notes on Packstack plugin development (3)

Using Puppet modules In the previous example, I used the simple manifest(puppet/templates/motd.pp) which didn't need any additional modules. But in general, Puppet manifests are associated with modules, self-contained bundles of code and d…

Private notes on Packstack plugin development (2)

Global options I'd like to add my first working plugin which configures "/etc/motd" of the target server. This has three options:1) A switch to enable/disable the plugin. 2) IP address of the target server. (Default is localhost.) 3) One l…

Private notes on Packstack plugin development (1)

Introduction RDO is an OpenStack distribution for RHEL/Fedora platforms, and Packstack is an installation tool for RDO. It internally uses bunch of Puppet manifests for installing and configuring various OpenStack components.But as always …

遠隔地のKVMホストをvirt-managerで管理する方法

KVMホストは、RHEL6.4を前提に記載しています。 Linux Desktopから管理する場合 手元にLinuxのデスクトップ環境がある場合は、そこでvirt-managerを起動して、遠隔地のKVMホストに接続・管理することができます。ここでは、Fedora17のLinuxデスクトップを使…