Skip to content

Commit

Permalink
Use compress plugin in prod, change load_squashed_image to load_expor…
Browse files Browse the repository at this point in the history
…ted_image. Fixes #172
  • Loading branch information
bkabrda committed Aug 10, 2015
1 parent f19fa43 commit 917b16f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion inputs/prod_inner.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@
}
],
"postbuild_plugins": [
{
"name": "compress",
"args": {
"load_exported_image": true,
"method": "gzip"
}
},
{
"name": "cp_built_image_to_nfs",
"args": {
Expand All @@ -81,7 +88,7 @@
"name": "pulp_push",
"args": {
"pulp_registry_name": "{{PULP_REGISTRY_NAME}}",
"load_squashed_image": true
"load_exported_image": true
}
},
{
Expand Down

0 comments on commit 917b16f

Please sign in to comment.