Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To run the agent:
$ export AMBARI_PASSPHRASE="tmp"

Copy puppet modules to /var/lib/ambari-agent/puppet/

$ cp -R ../../puppet/modules/ /var/lib/ambari-agent/puppet
$ python2.6 main.py

The Server currently doesnt implement the apis needed for the agent, so the agent will just try connecting to the server and do nothing. Take a look at

...