diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-21 13:22:05 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-21 13:22:51 -0500 |
commit | 1e67ca426ab0f454fc2d4845efd5d9984782a4db (patch) | |
tree | 75971890123704b43d2cc18f945e4e630ef029df /ci/bundle_tpl/bundle.yaml | |
parent | 037d0f5a87970e414b7678e0a71b12e383fe644f (diff) |
modified to maximize use of resource available at time of
deployment.
Change-Id: Ia769b4c87bafa62e58aa006468fbb2294da16766
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/bundle_tpl/bundle.yaml')
-rw-r--r-- | ci/bundle_tpl/bundle.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ci/bundle_tpl/bundle.yaml b/ci/bundle_tpl/bundle.yaml index 62047fba..52dfaf79 100644 --- a/ci/bundle_tpl/bundle.yaml +++ b/ci/bundle_tpl/bundle.yaml @@ -11,11 +11,7 @@ openstack-phase1: services: nodes: charm: "cs:{{ ubuntu.release }}/ubuntu" -{% if os.ha.mode == 'ha' %} - num_units: 5 -{% else %} - num_units: 2 -{% endif %} + num_units: {{ opnfv.units }} ntp: charm: "local:{{ ubuntu.release }}/ntp" {% if os.network.controller == 'ocl' %} |