此内容没有您所选择的语言版本。
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
# cd /etc/openshift/plugins.d
Procedure 7.14. To Configure the Required Plug-ins:
- 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
# cp openshift-origin-auth-remote-user.conf.example openshift-origin-auth-remote-user.confCopy to Clipboard Copied! Toggle word wrap Toggle overflow - 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
# cp openshift-origin-msg-broker-mcollective.conf.example openshift-origin-msg-broker-mcollective.confCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Configure the
dns-nsupdateplug-in:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Important
Verify that$domainand$KEYare 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.