Page MenuHomeDevCentral

Organize the repository by roles
ClosedPublic

Authored by dereckson on Dec 29 2015, 20:05.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 18, 17:51
Unknown Object (File)
Mon, Mar 16, 17:04
Unknown Object (File)
Sat, Mar 14, 00:39
Unknown Object (File)
Thu, Mar 12, 19:02
Unknown Object (File)
Wed, Mar 11, 22:40
Unknown Object (File)
Wed, Mar 11, 09:05
Unknown Object (File)
Wed, Mar 11, 06:13
Unknown Object (File)
Sun, Mar 8, 14:44
Subscribers
None

Details

Summary

A role is defined as a set of components to achieve a feature.

A role is so composed of one or several applications, each
deployed by a component.

A component is a collection of deployment script and files to deploy.

This gives the following roles/<role>/<component> tree:

.
├── roles
│   ├── mailserver
│   │   └── systemd-unit
│   │       └── files
│   └── paas-docker
│       └── systemd-unit
│           └── files
Test Plan

no op

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Organize the repository by roles.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: Sandlayth.
Sandlayth edited edge metadata.
This revision is now accepted and ready to land.Jan 2 2016, 22:17
This revision was automatically updated to reflect the committed changes.