Hi Owen,
Thanks for trying out Director.
Have you read the README.md co-located with the conf file you linked?
https://github.com/cloudera/director-scripts/tree/master/high-availability/README.mdThis git repo provides scripts (written in python or groovy) that you can
use to enable HA for HDFS on a newly created cluster. The scripts,
https://github.com/cloudera/director-scripts/blob/master/high-availability/python/enable-hdfs-ha.pyor
https://github.com/cloudera/director-scripts/blob/master/high-availability/groovy/enableHdfsHa.groov...allow you to specify the nameservice on the command line.
Director 1.5 and Cloudera Manager 5.4 do not support pre-configuring HDFS
for HA at cluster creation time. The provided scripts will invoke a command
on Cloudera Manager to enable HA for an existing HDFS service. Director
will not have any knowledge about the role changes that result from these
scripts, but could still be used for growing and shrinking worker nodes.
Full HA support at cluster creation time is being worked on for a future
release of Director.
David