8.1.4.1.3. cobbler.modules.installation package

8.1.4.1.3.1. Submodules

8.1.4.1.3.2. cobbler.modules.installation.post_log module

cobbler.modules.installation.post_log.register()[source]
cobbler.modules.installation.post_log.run(api, args, logger)[source]

8.1.4.1.3.3. cobbler.modules.installation.post_power module

class cobbler.modules.installation.post_power.reboot(api, target)[source]

Bases: threading.Thread

run()[source]

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.

cobbler.modules.installation.post_power.register()[source]
cobbler.modules.installation.post_power.run(api, args, logger)[source]

8.1.4.1.3.4. cobbler.modules.installation.post_puppet module

This module signs newly installed client puppet certificates if the puppet master server is running on the same machine as the cobbler server.

Based on: http://www.ithiriel.com/content/2010/03/29/writing-install-triggers-cobbler

cobbler.modules.installation.post_puppet.register()[source]
cobbler.modules.installation.post_puppet.run(api, args, logger)[source]

8.1.4.1.3.5. cobbler.modules.installation.post_report module

cobbler.modules.installation.post_report.register()[source]
cobbler.modules.installation.post_report.run(api, args, logger)[source]

8.1.4.1.3.6. cobbler.modules.installation.pre_clear_anamon_logs module

cobbler.modules.installation.pre_clear_anamon_logs.register()[source]
cobbler.modules.installation.pre_clear_anamon_logs.run(api, args, logger)[source]

8.1.4.1.3.7. cobbler.modules.installation.pre_log module

cobbler.modules.installation.pre_log.register()[source]
cobbler.modules.installation.pre_log.run(api, args, logger)[source]

8.1.4.1.3.8. cobbler.modules.installation.pre_puppet module

This module removes puppet certs from the puppet master prior to reinstalling a machine if the puppet master is running on the cobbler server.

Based on: http://www.ithiriel.com/content/2010/03/29/writing-install-triggers-cobbler

cobbler.modules.installation.pre_puppet.register()[source]
cobbler.modules.installation.pre_puppet.run(api, args, logger)[source]

8.1.4.1.3.9. Module contents