Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Configure ambari.properties using blueprint?

avatar
New Member

Hi,

Is it possible to configure /etc/ambari-server/conf/ambari.properties by blueprint? I haven't managed to find any code examples. Specifically, I want to configure ldap authentication which requires changing numerous settings in this file. If possible, in which attribute under "configurations" would I place them in the blueprint json?

Many thanks

1 ACCEPTED SOLUTION

avatar
Guru

It is not possible to configure the Ambari Server instance (ambari.properties) via Blueprints. The idea is Ambari Server is already setup and configured, then you use Blueprints for cluster install.

You'll need to automate running "ambari-server setup-ldap" (and the other Ambari Server setup commands), or handle modifying the ambari.properties file to get the Ambari Server configured how you want. Then use the Server with a Blueprint for cluster install.

Hope this helps.

View solution in original post

1 REPLY 1

avatar
Guru

It is not possible to configure the Ambari Server instance (ambari.properties) via Blueprints. The idea is Ambari Server is already setup and configured, then you use Blueprints for cluster install.

You'll need to automate running "ambari-server setup-ldap" (and the other Ambari Server setup commands), or handle modifying the ambari.properties file to get the Ambari Server configured how you want. Then use the Server with a Blueprint for cluster install.

Hope this helps.