diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2017-03-13 20:22:47 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2017-03-17 12:28:44 +0800 |
commit | 524fea7f6eacfa6a102614b7fb4c66e1be1b8287 (patch) | |
tree | 8cbcaa6a3db33d15a4fee8ef9476e2d10722fa8c /deploy/conf/hardware_environment/huawei-pod2/os-nosdn-openo-ha.yml | |
parent | 36de0a04135b0932eab1e3a30d703a98aabc031d (diff) |
update opera related files
1. update opera_adapter.py to sync new opera config
2. modify all os-nosdn-openo-ha.yml, add open-o version
and vnf type
3. modify all network_openo.yml, using only one external
ip and assign open-o docker ips
Change-Id: Iadcba8cc2fc17ddf32dfea9fe52c471a6bfadde8
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'deploy/conf/hardware_environment/huawei-pod2/os-nosdn-openo-ha.yml')
-rw-r--r-- | deploy/conf/hardware_environment/huawei-pod2/os-nosdn-openo-ha.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/deploy/conf/hardware_environment/huawei-pod2/os-nosdn-openo-ha.yml b/deploy/conf/hardware_environment/huawei-pod2/os-nosdn-openo-ha.yml index e1219ddc..a6dcccfb 100644 --- a/deploy/conf/hardware_environment/huawei-pod2/os-nosdn-openo-ha.yml +++ b/deploy/conf/hardware_environment/huawei-pod2/os-nosdn-openo-ha.yml @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. +# Copyright (c) 2017 HUAWEI TECHNOLOGIES CO.,LTD and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 @@ -16,8 +16,12 @@ POWER_TOOL: ipmitool ipmiVer: '2.0' deploy_options: - - orchestrator: open-o - - application: clearwater + orchestrator: + type: open-o + version: 1.0.0 + + vnf: + type: hosts: - name: host1 |