-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Sven Oppermann edited this page Jul 8, 2015
·
6 revisions
PACIFy stand's for Package Configuration Framework and it's main purpose is to get a step further in the devops movement. PACIFy solves the the problem of How do i have to configure your package?.
- The dev team has written a nice install documentation and specified all configuration elements which the package contains. But the op's team didn't read it and missed that new configuration.
- The op's team forgot to do a configuration in a file.
- The op's team destroyed the Encoding of file x.y when they replaced the placeholder.
- The op's team changed the line endings of file x.y when they replaced the placeholder.
- The op's team reports deployment successfully completed but the app shows some really strange behavior. The dev team digged some hours and the result? One of the previous mentioned point.
- Perhaps you are on the devops train already and are using ansible, chef and/or puppet than you have to change the workflow, if the dev team adds some new properties or removes them.
With PACIFy all of this problems are non-existent!