Page MenuHomeDevCentral

Organize the repository by roles
ClosedPublic

Authored by dereckson on Dec 29 2015, 20:05.
Tags
None
Referenced Files
F12465698: D134.diff
Fri, Nov 7, 09:34
Unknown Object (File)
Fri, Nov 7, 02:40
Unknown Object (File)
Tue, Nov 4, 05:09
Unknown Object (File)
Wed, Oct 29, 10:00
Unknown Object (File)
Tue, Oct 28, 09:49
Unknown Object (File)
Fri, Oct 24, 11:14
Unknown Object (File)
Mon, Oct 20, 12:49
Unknown Object (File)
Wed, Oct 15, 01:13
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.