Xen/KVM Virtualization Management Application
  • 日本語
  • English

Karesansui Wiki


リポジトリ - ファイル構成

.
|-- AUTHORS 開発者リスト
|-- COPYING コピーライト(GPL)
|-- COPYING.LIB ライブラリ部分のコピーライト(LGPL)
|-- INSTALL インストール方法
|-- INSTALL.ja インストール方法(日本語)
|-- MANIFEST.in # Python マニフェストファイル
|-- README READMEファイル
|-- README.ja READMEファイル(日本語)
|-- bin # Karesansuiが利用するコマンド(単体での利用も可能です。)
|   |-- __cmd__.py # サーバー起動時に動的に作成されるファイルです。※変更しないでください。
|   |-- add_bonding.py
|   |-- add_disk.py
|   |-- add_iscsi.py
|   |-- add_nic.py
|   |-- append_disk.py
|   |-- apply_lighttpdconf.py
|   |-- apply_snapshot.py
|   |-- autostart_guest.py
|   |-- autostart_network.py
|   |-- autostart_service.py
|   |-- autostart_storage_pool.py
|   |-- connect_virt.py
|   |-- control_iptables.py
|   |-- cputop.py
|   |-- create_guest.py
|   |-- create_network.py
|   |-- create_storage_pool.py
|   |-- create_storage_volume.py
|   |-- delete_bonding.py
|   |-- delete_disk.py
|   |-- delete_export_data.py
|   |-- delete_guest.py
|   |-- delete_iscsi.py
|   |-- delete_network.py
|   |-- delete_nic.py
|   |-- delete_snapshot.py
|   |-- delete_storage_pool.py
|   |-- delete_storage_volume.py
|   |-- destroy_guest.py
|   |-- destroy_storage_pool.py
|   |-- export_guest.py
|   |-- get_cpu_usage.py
|   |-- get_iscsi.py
|   |-- get_memory_usage.py
|   |-- import_guest.py
|   |-- initialize_collectd_conf.py
|   |-- karesansui.fcgi
|   |-- karesansui_sysinfo.py
|   |-- ksscommand.py
|   |-- read_conf.py
|   |-- ready_mount.py
|   |-- reboot_guest.py
|   |-- replicate_guest.py
|   |-- replicate_storage_volume.py
|   |-- restart_network.py
|   |-- restart_network_interface.py
|   |-- restart_service.py
|   |-- restore_firewall.py
|   |-- resume_guest.py
|   |-- save_firewall.py
|   |-- set_mac_address.py
|   |-- set_memory.py
|   |-- set_vcpus.py
|   |-- set_vnc.py
|   |-- shutdown_guest.py
|   |-- start_guest.py
|   |-- start_iscsi.py
|   |-- start_network.py
|   |-- start_service.py
|   |-- start_storage_pool.py
|   |-- stop_iscsi.py
|   |-- stop_network.py
|   |-- stop_service.py
|   |-- suspend_guest.py
|   |-- take_snapshot.py
|   |-- update_iscsi.py
|   |-- update_network.py
|   |-- update_software.py
|   `-- write_conf.py
|-- doc 各種設定ファイル
|   |-- application.conf.example # Karesansuiの設定ファイル例
|   |-- babel.map # 国際化マッピングファイル(Babelを使用しています。)
|   |-- centos5-x86.ks # centos5のキックスタートファイル例
|   |-- cron_cleantmp.example # Karesansuiの設定ファイル例
|   |-- epydoc.cfg # epydocの設定ファイル
|   |-- lighttpd # Karesansuiの設定ファイル例
|   |-- log.conf.example # Karesansuiの設定ファイル例
|   |-- logview.xml.example # Karesansuiの設定ファイル例
|   |-- messages.pot # 国際化メッセージファイル
|   |-- redhat.spec # SPECファイル(KaresansuiをRPMパッケージする場合はこちらを利用してください)
|   |-- service.xml.example # Karesansuiの設定ファイル例
|   |-- tables # Karesansuiの設定ファイル例
|   |-- template # Karesansuiの設定ファイル例
|   `-- whitelist.conf.example # Karesansuiの設定ファイル例
|-- example
|   `-- rrd
|-- installer # インストーラー関連
|   |-- doc
|   |-- installer
|   |-- karesansui-checkenv # Karesansuiの状態をチェックします。
|   |-- karesansui-initdb # Karesansuiが利用するデータベースを初期化します。
|   |-- karesansui-install # Karesanuiインストールコマンド
|   |-- karesansui-uninstall # Karesansuiアンインストールコマンド
|   `-- tool
|-- karesansui # Karesansui 本体
|   |-- __init__.py
|   |-- app.py # サーバー起動ファイル
|   |-- auth # ユーザ認証
|   |-- db # データベース
|   |-- gadget # Controller 
|   |-- lib # ライブラリ
|   |-- locale # 国際化
|   |-- plus # Karesansuiとは別のライセンスで定義されたプログラム
|   |-- prep.py # サーバ起動前処理
|   |-- static # 静的ファイル
|   |-- templates # テンプレート
|   |-- tests # test
|   |-- urls.py # URLマッピング
|-- scripts # FastCGI用のスクリプト
|   `-- karesansui.fcgi
|-- setup.cfg
|-- setup.py
`-- tool # Karesansuiで利用出来るツールコマンド群
    |-- cleanlydb.py # データベースをクリーンすることができます。
    |-- coverage.sh # カバレッジをHTMLで出力します。
    |-- db_dump.sh # データベースダンプコマンド
    |-- db_restore.sh # データベースリストアコマンド
    |-- delbr.sh # ネットワークブリッジを削除するコマンド
    |-- epydoc.sh # Javadoc形式のドキュメントを生成します。
    |-- install.sh # 現在使われていません。
    |-- make_locale.sh # gettextを利用した国際化ファイルを作成します。
    |-- makefirewall.sh # Karesansui用のiptablesを作成します。
    |-- mk_opendev.sh # ※Karesansuiの開発環境を自動で構築します。
    |-- rpm_2_git.sh # 現在利用されていません。
    `-- uninstall.sh # 現在利用されていません。

Also available in: HTML TXT