16.6. Microsoft Azure プラグインのアンインストール
以前に Microsoft Azure プラグインをインストールしているにも拘らず、そのプラグインをホストの管理や Azure へのデプロイに使用しない場合は、Satellite Server からアンインストールできます。
手順
Azure コンピューティングリソースプロバイダーを Satellite Server からアンインストールします。
Red Hat Enterprise Linux 8 の場合:
satellite-maintain packages remove rubygem-foreman_azure_rm rubygem-ms_rest_azure satellite-installer --no-enable-foreman-plugin-azure
# satellite-maintain packages remove rubygem-foreman_azure_rm rubygem-ms_rest_azure # satellite-installer --no-enable-foreman-plugin-azure
Copy to Clipboard Copied! Red Hat Enterprise Linux 7 の場合:
satellite-maintain packages remove -y tfm-rubygem-foreman_azure_rm tfm-rubygem-ms_rest_azure satellite-installer --no-enable-foreman-plugin-azure
# satellite-maintain packages remove -y tfm-rubygem-foreman_azure_rm tfm-rubygem-ms_rest_azure # satellite-installer --no-enable-foreman-plugin-azure
Copy to Clipboard Copied!
- オプション: Satellite Web UI で、Administer > About に移動し、Available Providers タブを選択して、Microsoft Azure プラグインの削除を確認します。