LoginSignup
1
1

More than 1 year has passed since last update.

MAAS(Metal-As-A-Service)でデプロイしたUbuntuを通常のKVM環境に移したときに変えた設定

Posted at

一般的にマシンイメージをそのまま移行する際に必要になるデバイスまわりなどの設定は置いといて、下記2点について設定変更が必要となりました。
忘れそうなのでメモメモ📝

  • 時刻同期(/etc/systemd/timesyncd.conf
    時刻同期先がMAASサーバになっているので再設定。

  • aptプロキシの無効化(/etc/apt/apt.conf.d/90curtin-aptproxy
    MAASサーバがプロキシ指定されているので、下記のようにコメントアウト。

#Acquire::http::Proxy "http://192.168.0.1:8000/";
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1