Skip to content

Instantly share code, notes, and snippets.

View TanyaCouture's full-sized avatar

Tanya Couture TanyaCouture

View GitHub Profile
@TanyaCouture
TanyaCouture / PackagingRoadmap.md
Last active December 28, 2015 16:18 — forked from sehqlr/PackagingRoadmap.md
Packaging Roadmap for Mantl

Packaging Roadmap for Mantl

Rationale

To improve mantl's deployment speed, we are going to replace some ansible role logic with packages. These packages will be defined by a hammer spec, and uploaded to bintray. Anything that is as simple as 'copy this file here' or 'run this command' can be ported to these packages. Then, the ansible roles can be updated to simple package install commands

Because we are using the hammer tool to build these, when hammer supports .deb packages, ubuntu/debian support will come much more easily.