このコンテンツは選択した言語では利用できません。

7.8.8. Configuring the Broker Plug-ins


Enable the required plug-ins for authentication, DNS, and messaging in the /etc/openshift/plugins.d directory. For example, the example.conf file enables the example plug-in. The contents of the example.conf file contain configuration settings in the form of lines containing key=value pairs. In some cases, the only requirement is to copy an example configuration. Other plug-ins, such as the DNS plug-in, require further configuration.
Change to the /etc/openshift/plugins.d/ directory to access the files needed for the following configuration steps:
# cd /etc/openshift/plugins.d
Copy to Clipboard Toggle word wrap

Procedure 7.14. To Configure the Required Plug-ins:

  1. Copy the example configuration file for the remote user authentication plug-in:
    # cp openshift-origin-auth-remote-user.conf.example openshift-origin-auth-remote-user.conf
    Copy to Clipboard Toggle word wrap
  2. Copy the example configuration file for the MCollective messaging plug-in:
    # cp openshift-origin-msg-broker-mcollective.conf.example openshift-origin-msg-broker-mcollective.conf
    Copy to Clipboard Toggle word wrap
  3. Configure the dns-nsupdate plug-in:
    # cat << EOF > openshift-origin-dns-nsupdate.conf
    BIND_SERVER="127.0.0.1"
    BIND_PORT=53
    BIND_KEYNAME="$domain"
    BIND_KEYVALUE="$KEY"
    BIND_KEYALGORITHM=HMAC-SHA256
    BIND_ZONE="$domain"
    EOF
    Copy to Clipboard Toggle word wrap

    Important

    Verify that $domain and $KEY are configured correctly as described in Section 7.3.2, “Configuring BIND and DNS”.

Note

If you use the kickstart or bash script, the configure_httpd_auth, configure_messaging_plugin, and configure_dns_plugin functions perform these steps.
トップに戻る
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2025 Red Hat