diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-30 17:04:04 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-30 17:09:47 -0500 |
commit | 1f67ee4bac259f5997ee570eec3060f24e05d56f (patch) | |
tree | aacef5d6135c005ec147a9ba55ad79b4c7732247 /ci/deploy.py | |
parent | 8af52f45681275997204080f1cac854b255f2bcc (diff) |
modified to make use of the bundle generated.
Change-Id: I1854658a93dbb3cbd1a7c41d19d7a76645ede85c
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/deploy.py')
-rw-r--r-- | ci/deploy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.py b/ci/deploy.py index 08861612..a7ee952f 100644 --- a/ci/deploy.py +++ b/ci/deploy.py @@ -242,6 +242,7 @@ opnfvlabcfg["opnfv"]["ext_port"]=labcfg["lab"]["racks"][0]["ext-port"] opnfvlabcfg["opnfv"]["units"]=len(labcfg["lab"]["racks"][0]["nodes"]) opnfvlabcfg["opnfv"]["admin_password"]="openstack" opnfvlabcfg["opnfv"]["storage"]=labcfg["opnfv"]["storage"] +opnfvlabcfg["opnfv"]["spaces"]=labcfg["opnfv"]["spaces"] with open('deployment.yaml', 'wa') as opnfvf: yaml.dump(opnfvcfg, opnfvf, default_flow_style=False) |