Mutire Platform はオンプレミスの Mutire Compute コントロールプレーンです。対応ホスト 1 台でコンソール、API、Mutire Virtual Environment(MVE)をまとめて動かします。
対応 OS は Debian 12 (Bookworm) と Ubuntu 24.04 LTS (Noble)。対応 CPU は amd64 と arm64。インストーラが OS / アーキテクチャを検出し、bookworm または noble の apt スイートを設定します。
Mutire Platform ライセンスキー(MP-…)が必要です。インストーラはライセンス有効化、packages.mutire.com の設定、mutire-platform の導入、サービス起動まで行います。
対応オペレーティングシステム
Debian 12 (Bookworm)
amd64 または arm64 の新規最小インストール。Mutire インストーラ前に apt 更新を適用。
Ubuntu 24.04 LTS (Noble)
amd64 または arm64 の新規サーバーインストール。Mutire インストーラ前に apt 更新を適用。
アーキテクチャ
amd64 と arm64 に対応。適切な .deb と QEMU パッケージを自動選択。
非対応
古い Debian/Ubuntu、非 Debian 系、amd64/arm64 以外。
ホスト要件
ベース OS
Debian 12 または Ubuntu 24.04 LTS(amd64 / arm64)。
MVE
ファームウェアで仮想化を有効化し /dev/kvm があること。
root(または sudo)と packages.mutire.com への HTTPS 送信。
Mutire Cloud → Platform licenses のライセンスキー。
テンプレート/ボリューム用ストレージと計画済みアップリンク。アップリンク IP は変更せず vmbr0/vmbr1 を作成。
ホスト準備(Debian または Ubuntu)
Debian 12 または Ubuntu 24.04 LTS を導入し、SSH を確認。
sudo apt-get update && sudo apt-get upgrade -y を実行。
MVE(/dev/kvm)を確認。
MP-… ライセンスキーを用意。
Mutire Platform のインストール(コントロールプレーン)
As root on the prepared Debian 12 or Ubuntu 24.04 host, run: curl -fsSL https://packages.mutire.com/onprem/install.sh | sudo bash -s -- --license 'MP-xxxx'. Replace MP-xxxx with your license key.
インストーラ完了まで待機。OS/アーキ検出、apt、mutire-platform、PostgreSQL、ブリッジ、サービス起動まで自動実行。
http://YOUR_SERVER_IP/ を開き、インストーラ出力の管理者資格情報でサインイン。
Licenses and updates でライセンスを確認。
VPC、サブネット、パブリック IP、ファイアウォール、プロファイルを設定。
必要なマーケットプレイスイメージのみダウンロード。
既定 MVE でパイロットを起動し Overview を確認。
Optional later upgrades
sudo apt-get update && sudo apt-get install --only-upgrade mutire-platform, then restart mutire-agent mutire-api mutire-web when required.
インストールが設定するもの
nginx
public console and API on ports 80 and 443.
mutire-web and mutire-api
console and control plane on localhost.
mutire-agent
default MVE hypervisor on this host.
ゲスト向けローカルブリッジと NAT。アップリンク IP は維持。
PostgreSQL
local database used by the control plane.
任意: 追加ハイパーバイザー
同じ対応マトリクスの別ホストを準備。
Install the hypervisor agent only
curl -fsSL https://packages.mutire.com/onprem/install-hypervisor.sh | sudo bash -s -- --yes --license 'MP-xxxx'. The script auto-detects OS and architecture the same way.
Hypervisors → Add から mci node join を実行。
後からのアップグレード
Package upgrade
sudo apt-get update && sudo apt-get install --only-upgrade mutire-platform.
コンソール
Licenses and updates → Check for updates。
Running instances
normal upgrades keep guests up. Stop instances before upgrading hypervisor/QEMU packages when required.