Fix the parameter name shows in portal. Fix the msb register issue.
Change-Id: Idca08dd08fca84a6cec7709da70e167e2291812e
Issue-ID: AAI-392
Signed-off-by: lizi <li.zi30@zte.com.cn>
-/*
- * Copyright 2016-2017, CMCC Technologies Co., Ltd.
+/**
+ * Copyright 2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
public class MsbRegisterBean {
private String serviceName = "";
+ private String version = "";
+
private String lb_policy = "";
private String url = "";
+ private String path = "";
+
private String protocol = "";
private String visualRange = "";
this.url = url;
}
+ public String getPath() {
+ return path;
+ }
+
+ public void setPath(String path) {
+ this.path = path;
+ }
+
public String getProtocol() {
return protocol;
}
public void setNodes(List<ServiceNodeBean> nodes) {
this.nodes = nodes;
}
+
+ public String getVersion() {
+ return version;
+ }
+
+ public void setVersion(String version) {
+ this.version = version;
+ }
}
-/*
- * Copyright 2016-2017, CMCC Technologies Co., Ltd.
+/**
+ * Copyright 2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
-/*
- * Copyright 2016-2017, CMCC Technologies Co., Ltd.
+/**
+ * Copyright 2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
-/*
- * Copyright 2016-2017, CMCC Technologies Co., Ltd.
+/**
+ * Copyright 2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
-/*
- * Copyright 2016-2017, CMCC Technologies Co., Ltd.
+/**
+ * Copyright 2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
registerBean.setNodes(nodeList);
registerBean.setServiceName(registerInfo.get("serviceName"));
registerBean.setUrl(registerInfo.get("url"));
+ registerBean.setPath(registerInfo.get("path"));
registerBean.setProtocol(registerInfo.get("protocol"));
registerBean.setVisualRange(registerInfo.get("visualRange"));
registerBean.setLb_policy(registerInfo.get("lb_policy"));
-/*
- * Copyright 2016-2017, CMCC Technologies Co., Ltd.
+/**
+ * Copyright 2017 ZTE Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
-->
<msbRegister>
<msbHost>
- <hostIp>http://192.168.233.226</hostIp>
+ <hostIp>http://127.0.0.1</hostIp>
<hostPort>80</hostPort>
- <msbApiRootDomain>/onapapi/microservices/v1/services</msbApiRootDomain>
+ <msbApiRootDomain>/api/microservices/v1/services</msbApiRootDomain>
</msbHost>
<registerList>
<registerInfo>
<ip>127.0.0.1</ip>
- <port>9150</port>
- <url>/esrui/esr</url>
- <serviceName>esr</serviceName>
+ <port>9519</port>
+ <url>/esr-gui</url>
+ <path>/iui/aai-esr-gui</path>
+ <serviceName>aai-esr-gui</serviceName>
<protocol>UI</protocol>
<visualRange>1</visualRange>
<lb_policy>hash</lb_policy>
</div>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>Ftptype</span>
+ <span>Ftp Type</span>
<span class="required" aria-required="true">*</span>
</label>
<div class="col-sm-7">
</div>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>Remotepath</span>
+ <span>Remote Path</span>
</label>
<div class="col-sm-7">
<input class="form-control" rows="3" ms-duplex="currentElement.resourceAddr.remotepath" name="remotepath"/>
<form class="form-horizontal" id="form_performanceAddr" role="form" hidden>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>Ftptype</span>
+ <span>Ftp Type</span>
<span class="required" aria-required="true">*</span>
</label>
<div class="col-sm-7">
</div>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>Remotepath</span>
+ <span>Remote Path</span>
</label>
<div class="col-sm-7">
<input class="form-control" rows="3" ms-duplex="currentElement.performanceAddr.remotepath" name="remotepath"/>
</div>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>ProductName</span>
+ <span>Product Name</span>
</label>
<div class="col-sm-7">
<input class="form-control" ms-duplex="currentElement.productName" name="productName"/>
</div>
<div class="form-group" ms-if="'DC' == currentElement.type" id="sdncLocation">
<label class="control-label col-sm-3">
- <span>location</span>
+ <span>Location</span>
</label>
<div class="col-sm-7">
<input class="form-control" ms-duplex="currentElement.location" name="location"/>
<form class="form-horizontal" id="vim_form" role="form">
<div class="form-group">
<label class="control-label col-sm-3">
- <span>cloudOwner</span>
+ <span>Cloud Owner</span>
<span class="required" aria-required="true">*</span>
</label>
<div class="col-sm-7">
- <input type="text" ms-duplex="currentElement['cloudOwner']" name="cloudOwner" class="form-control"/>
+ <input type="text" ms-duplex="currentElement['cloudOwner']" name="Cloud Owner" class="form-control"/>
<span class="help-block"></span>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>cloudRegionId</span>
+ <span>Cloud Region Id</span>
<span class="required" aria-required="true">*</span>
</label>
<div class="col-sm-7">
</div>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>cloudType</span>
+ <span>Cloud Type</span>
<span class="required" aria-required="true">*</span>
</label>
<div class="col-sm-7">
</div>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>cloudRegionVersion</span>
+ <span>Cloud Region Version</span>
<span class="required" aria-required="true">*</span>
</label>
<div class="col-sm-7">
</div>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>ownerDefinedType</span>
+ <span>Owner Defined Type</span>
<span class="required" aria-required="true">*</span>
</label>
<div class="col-sm-7">
</div>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>cloudZone</span>
+ <span>Cloud Zone</span>
<span class="required" aria-required="true">*</span>
</label>
<div class="col-sm-7">
</div>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>complexName</span>
+ <span>Complex Name</span>
<span class="required" aria-required="true">*</span>
</label>
<div class="col-sm-7">
</div>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>cloudExtraInfo</span>
+ <span>Cloud Extra Info</span>
<span class="required" aria-required="true">*</span>
</label>
<div class="col-sm-7">
</div>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>authUrl</span>
+ <span>Auth Url</span>
</label>
<div class="col-sm-7">
<input type="text" ms-duplex="currentElement['vimAuthInfos'][0]['authUrl']" name="authUrl" class="form-control"/>
</div>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>sslInsecure</span>
+ <span>ssl Insecure</span>
</label>
<div class="col-sm-7">
<select ms-duplex="currentElement['vimAuthInfos'][0]['sslInsecure']" name="sslInsecure" class="form-control">
</div>
<div class="form-group">
<label class="control-label col-sm-3">
- <span>cloudDomain</span>
+ <span>Cloud Domain</span>
</label>
<div class="col-sm-7">
<input type="text" ms-duplex="currentElement['vimAuthInfos'][0]['cloudDomain']" name="cloudDomain" class="form-control"/>