CFEngine3 Node: Difference between revisions
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
=== Naming convention === |
=== Naming convention === |
||
We use a naming convention in order to determine the role of a node. |
We use a naming convention in order to determine the role of a node. |
||
{| |
|||
! style="text-align:left;"| Role |
|||
! Mnemonic |
|||
|- |
|||
|apt_cacher |
|||
|apt |
|||
|- |
|||
|ips_server |
|||
|ips |
|||
|- |
|||
|nfs_server |
|||
|nfs |
|||
|- |
|||
!webapp_server |
|||
|webapp |
|||
|} |
|||
You can always check the CFEngine code that manages the role of the server here: |
You can always check the CFEngine code that manages the role of the server here: |
||
[https://github.com/Webhuis/CFEngine-Roadshow/blob/master/services.cf The CFEngine Node Role] |
[https://github.com/Webhuis/CFEngine-Roadshow/blob/master/services.cf The CFEngine Node Role] |
||
Revision as of 12:43, 15 October 2014
Webhuis facilitates and encourages attendees to The CFEngine Roadshow to configure a blank VM of choice.
Pre requisities
Install a blank Virtual Machine
Please have your bare Virtual Machine ready before you take part in The CFEngine Roadshow.
Naming convention
We use a naming convention in order to determine the role of a node.
| Role | Mnemonic |
|---|---|
| apt_cacher | apt |
| ips_server | ips |
| nfs_server | nfs |
| webapp_server | webapp |
You can always check the CFEngine code that manages the role of the server here:
The CFEngine Node Role
CFEngine package
Please install CFEngine 3.6.2 for your distribution of choice.
Debian users are encouraged to build their own package from:
Debian-team
Instructions can be found here:
Debian-team Wiki
Supported Platforms
- Debian
- RHEL
- Suse
Please file a request if you do not find your preferred platform.
Return to: Cfengine