citadel.nodes.platform module

class citadel.nodes.platform.Platform(yml, path)[source]
Synopsis:Runs basic platform checks.
Requirements:None
Platform:Any

Usage

1
platform: rhel6

The initial concept was to provide docker based images or even pre-built Virtual Machines for the build environment. Currently this options is little more than a placeholder.

If you are interested in using it, it supports the following checks:

  • rhel6
  • ubuntu

If the system where the citadel-generated bash doesn’t comply with those, it will abort instantly.