~nobuto/landscape-bundles/lp1840209

« back to all changes in this revision

Viewing changes to landscape-template.jinja2

  • Committer: 🤖 Landscape Builder
  • Author(s): David Britton
  • Date: 2017-03-30 21:23:21 UTC
  • mfrom: (41.1.3 add-machine-constraints)
  • Revision ID: _landscape_builder-20170330212321-7wsfyjo60csytq1f
Merge add-machine-contraints [f=1677663] [r=landscape-builder,fginther,chad.smith] [a=David Britton]
bump mem constraints to 4096 for machine 0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
            "gui-y": "120"
92
92
{% if landscape["to"] %}
93
93
machines:
94
 
    "0": {}
 
94
    "0":
 
95
        constraints: "mem=4096 root-disk=30G"
95
96
{% endif %}
96
97
relations:
97
98
    - [landscape-server, rabbitmq-server]