diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2017-03-13 20:22:47 +0800 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2017-03-18 06:00:23 +0000 |
commit | 4b003c873eac38684844a4c2b19665c2f0362843 (patch) | |
tree | 3dd5d4d624525e3d9fa07b2b0c29677b8e20a67d /deploy/conf/hardware_environment/huawei-pod1/os-nosdn-openo-ha.yml | |
parent | 07e00673db9a395326ae97d2725ce9be9e47e53d (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>
(cherry picked from commit 524fea7f6eacfa6a102614b7fb4c66e1be1b8287)
Diffstat (limited to 'deploy/conf/hardware_environment/huawei-pod1/os-nosdn-openo-ha.yml')
-rw-r--r-- | deploy/conf/hardware_environment/huawei-pod1/os-nosdn-openo-ha.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/deploy/conf/hardware_environment/huawei-pod1/os-nosdn-openo-ha.yml b/deploy/conf/hardware_environment/huawei-pod1/os-nosdn-openo-ha.yml index 6eb50a29..0d403bc2 100644 --- a/deploy/conf/hardware_environment/huawei-pod1/os-nosdn-openo-ha.yml +++ b/deploy/conf/hardware_environment/huawei-pod1/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 @@ ipmiUser: root ipmiVer: '2.0' deploy_options: - - orchestrator: open-o - - application: clearwater + orchestrator: + type: open-o + version: 1.0.0 + + vnf: + type: hosts: - name: host1 |