2013-01-01から1ヶ月間の記事一覧
This is a private note on how to setup OpenStack Folsom with Fedora18. Virtual networks are configured with Quantum OVS plugin using VLAN. (Fedora18's OVS doesn't support GRE tunnelling at the moment.) Network Configuration Physical networ…
Note(2013/02/20)Official patch is now in the stable updates repo :) iproute-3.6.0-6.fc18 critical path bugfix update You can now just apply the latest fix. # yum update iproute Background Fedora17/18 has a problem that "ip netns exec" brea…
OpenShiftでお手軽CI環境を作る話です。 Jenkinsカートリッジの利用 OpenShiftでは、Jenkinsが稼働するギアを用意することができます。Webアプリケーションが稼働するギアに、「Jenkins Client」のカートリッジを入れると、「git push」した後のビルド処理が…
アプリケーションデプロイの仕組み いくつかの具体例で、クラウド上のPaaS環境にアプリケーションをデプロイした際の動作を説明します。 Rubyカートリッジ まずは、単純に、ruby-1.9のギアを用意します。 # rhc app create -a rubyapp -t ruby-1.9 Password:…
OpenShiftについて調べる機会があったので、覚書を残しておきます。まずは、全体像の説明から。 OpenShiftとは? OpenShiftは、Webアプリケーションを構築するためのPaaS環境を提供するものです。大きく、3種類の形態で提供されます(将来計画を含みます)。…