Compare commits

..

14 Commits

Author SHA1 Message Date
2b8c1ec61a fix wrong used var name 2023-01-26 13:12:04 +00:00
1da644ef95 replace unicode dash with underscore 2023-01-26 11:49:59 +00:00
ef0b2645eb Replace another weird char in the page name
New docs bring new fun - unicode chars in page names. This is not bad on
its own, but hurts us since it can not be addressed in the file name
which for us is coming from title.
2023-01-26 09:11:52 +01:00
6a0fb20d02 adding fix for & character
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2023-01-25 18:48:14 +00:00
a98e12fea0 CBR UMN Fine-Grained Permission Version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: zhangyue <zhangyue164@huawei.com>
Co-committed-by: zhangyue <zhangyue164@huawei.com>
2023-01-25 14:29:14 +00:00
3f5759eed2 MRS comp-lts 2.0.38.SP20 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Yang, Tong <yangtong2@huawei.com>
Co-committed-by: Yang, Tong <yangtong2@huawei.com>
2023-01-19 17:08:45 +00:00
a24ca60074 DWS DEVELOPER 811 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-01-19 13:37:49 +00:00
a037336b6b bms_umn_1109
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: guoyanyan <guoyanyan3@huawei.com>
Co-committed-by: guoyanyan <guoyanyan3@huawei.com>
2023-01-17 12:34:22 +00:00
60010eb9d0 dds api 2.0.38sp24 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com>
Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
2023-01-13 08:55:41 +00:00
05f2df2618 Workaround bolds ending with space
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: gtema <artem.goncharov@gmail.com>
Co-committed-by: gtema <artem.goncharov@gmail.com>
2023-01-12 20:44:35 +00:00
256e58e5d1 evs_dev_update
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Zaoxu, Li <lizaoxu@huawei.com>
Co-committed-by: Zaoxu, Li <lizaoxu@huawei.com>
2023-01-12 13:53:19 +00:00
21e968a153 rds api 2.0.38sp24 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com>
Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
2023-01-12 13:50:31 +00:00
79b1bc1455 RDS UMN 20221101 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com>
Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
2023-01-09 10:26:58 +00:00
b1e6b7227a Another repo cleanup
Reviewed-by: Goncharov, Artem <artem.goncharov@t-systems.com>
Co-authored-by: gtema <artem.goncharov@gmail.com>
Co-committed-by: gtema <artem.goncharov@gmail.com>
2023-01-06 14:51:32 +00:00
3565 changed files with 249528 additions and 5747 deletions

Submodule doc-exports deleted from 118a109795

View File

@ -1 +0,0 @@
var expandClassName="dropdownexpand";var collapseClassName="dropdowncollapse";var collapseTableClassName="dropdowncollapsetable";function ExpandorCollapseNode(a){a=a.parentNode;if(a.className==expandClassName){a.className=collapseClassName}else{a.className=expandClassName}}function ExpandorCollapseTableNode(a){a=a.parentNode;if(a.className==expandClassName){a.className=collapseTableClassName}else{a.className=expandClassName}}function ExpandorCollapseAllNodes(g,h,c){var a=g.getAttribute("title");var b=g.parentNode;if(a=="collapse"){g.setAttribute("title","expand");g.className="dropdownAllButtonexpand";g.innerHTML=h}else{g.setAttribute("title","collapse");g.className="dropdownAllButtoncollapse";g.innerHTML=c}var f=b.getElementsByTagName("*");for(var d=0;d<f.length;d++){var e=f[d];if(e.className.indexOf(expandClassName)!=-1||e.className.indexOf(collapseClassName)!=-1||e.className.indexOf(collapseTableClassName)!=-1){if(a=="collapse"){if(e.tagName.toLowerCase()=="table"){e.className=collapseTableClassName}else{e.className=collapseClassName}}else{e.className=expandClassName}}}}function ExpandForHref(f){if(null==f||"#"==f||"###"==f){return}var a=null;try{a=document.getElementById(f)}catch(d){}if(null==a||a.length==0){return}try{var b=a.parentNode;while(b!=null&&b.tagName!="body"){if(b.className==collapseClassName){b.className=expandClassName}b=b.parentNode}}catch(c){}}window.onload=function(){var b=document.getElementsByTagName("div");for(var c=0;c<b.length;c++){var j=b[c];if(j.className.indexOf(expandClassName)!=-1){j.className=collapseClassName}}var d=document.getElementsByTagName("a");try{for(var c=0;c<d.length;c++){var f=d[c];var h=f.getAttribute("href");if(h!=""&&h!=null){f.addEventListener("click",showHasConref,false)}}}catch(g){}};function showHasConref(b){var a=b.currentTarget.getAttribute("href");try{if(a!=null&&a!="#"&&a.lastIndexOf("#")>-1){ExpandForHref(a.substring(a.lastIndexOf("#")+1))}}catch(c){}};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,2 +0,0 @@
/*! Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved. */.msgph{font-family:Courier New}.unresolved{background-color:#87ceeb}.noTemplate{background-color:#ff0}.base{background-color:#fff}/*! Add space for top level topics */.nested0,.p{margin-top:1em}/*! div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid *//*! Default of italics to set apart figure captions */.figcap,.italic,.var{font-style:italic}.figdesc{font-style:normal}/*! Use @frame to create frames on figures */.figborder{padding-left:3px;padding-right:3px;margin-top:1em;border:2px solid Silver}.figsides{margin-top:1em;padding-left:3px;padding-right:3px;border-left:2px solid Silver;border-right:2px solid Silver}.figtop{border-top:2px solid Silver;margin-top:1em}.figbottom{border-bottom:2px solid Silver}.figtopbot{border-top:2px solid Silver;border-bottom:2px solid Silver;margin-top:1em}/*! Most link groups are created with <div>. Ensure they have space before and after. */.ullinks,ul.simple{list-style-type:none}.attention,.danger,.ddexpand,.dlexpand,.example,.fastpath,.important,.liexpand,.linklist,.note,.notice,.olchildlink,.relconcepts,.relinfo,.relref,.reltasks,.remember,.restriction,.section,.sliexpand,.stepexpand,.substepexpand,.tip,.ulchildlink,.warning{margin-top:1em;margin-bottom:1em}.linklistwithchild,.sublinklist{margin-top:1em;margin-right:1.5em;margin-bottom:1em}.breadcrumb{font-size:smaller;margin-bottom:1em}.prereq{margin-right:20px}/*! Set heading sizes, getting smaller for deeper nesting */.topictitle1{font-size:1.34em;margin-top:0;margin-bottom:.1em}.topictitle2,.topictitle3,.topictitle4,.topictitle5,.topictitle6,.sectiontitle{font-size:1.17em}.topictitle2{margin-top:1pc;margin-bottom:.45em}.topictitle3{margin-top:1pc;margin-bottom:.17em;font-weight:700}.topictitle4{margin-top:.83em;font-weight:700}.topictitle5{font-weight:700}.topictitle6{font-style:italic}.sectiontitle{margin-top:1em;margin-bottom:0;color:#000;font-weight:700}/*! All note formats have the same default presentation */.attentiontitle,.bold,.cautiontitle,.dangertitle,.dlterm,.fastpathtitle,.firstcol,.importanttitle,.notelisttitle,.notetitle,.noticetitle,.parmname,.remembertitle,.restrictiontitle,.tiptitle,.uicontrol,.warningtitle{font-weight:700}.caution{font-weight:700;margin-bottom:1em}/*! Simple lists do not get a bullet *//*! Used on the first column of a table, when rowheader="firstcol" is used *//*! Various basic phrase styles */.boldItalic{font-weight:700;font-style:italic}.shortcut,.underlined{text-decoration:underline}/*! 2008-10-27 keyword采用跟随上下文的样式
*//*! Default of bold for definition list terms *//*! Use CSS to expand lists with @compact="no" */.dltermexpand{font-weight:700;margin-top:1em}[compact="yes"]>li{margin-top:0}[compact="no"]>li{margin-top:.53em}/*! Align images based on @align on topic/image */div.imageleft,.text-align-left{text-align:left}div.imagecenter,.text-align-center{text-align:center}div.imageright,.text-align-right{text-align:right}div.imagejustify,.text-align-justify{text-align:justify}.cellrowborder{border-right:0;border-top:0;border-left:1px solid;border-bottom:1px solid}.row-nocellborder{border-left:hidden;border-right:0;border-top:0;border-bottom:1px solid}.cell-norowborder{border-top:0;border-bottom:hidden;border-right:0;border-left:1px solid}.nocellnorowborder{border:0;border-left:hidden;border-bottom:hidden}pre.codeblock,pre.screen{padding:5px;border:outset;background-color:#ccc;margin-top:2px;margin-bottom:2px;white-space:pre}

View File

@ -1,18 +0,0 @@
/** IDP renames $ to $$$,jQueryHW2 */
var $$$, jQueryHW2;
jQueryHW2 = $$$ = $;
function image_size(a) {
$$$(window).on('load', function () {
$$$(a).each(function () {
var e = $$$(this);
var f = e.width();
var d = e.height();
var b = f;
var c = d;
e.click(function () {
tb_show("", this.src, false)
})
})
})
};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,7 +0,0 @@
/*!
* jQuery Mousewheel 3.1.13
*
* Copyright 2015 jQueryHW2 Foundation and other contributors
* Released under the MIT license.
*/
!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a:a(jQueryHW2)}(function(a){function b(b){var g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=0,o=0,p=0;if(b=a.event.fix(g),b.type="mousewheel","detail"in g&&(m=-1*g.detail),"wheelDelta"in g&&(m=g.wheelDelta),"wheelDeltaY"in g&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS&&(l=-1*m,m=0),j=0===m?l:m,"deltaY"in g&&(m=-1*g.deltaY,j=m),"deltaX"in g&&(l=g.deltaX,0===m&&(j=-1*l)),0!==m||0!==l){if(1===g.deltaMode){var q=a.data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else if(2===g.deltaMode){var r=a.data(this,"mousewheel-page-height");j*=r,m*=r,l*=r}if(n=Math.max(Math.abs(m),Math.abs(l)),(!f||f>n)&&(f=n,d(g,n)&&(f/=40)),d(g,n)&&(j/=40,l/=40,m/=40),j=Math[j>=1?"floor":"ceil"](j/f),l=Math[l>=1?"floor":"ceil"](l/f),m=Math[m>=1?"floor":"ceil"](m/f),k.settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clientX-s.left,p=b.clientY-s.top}return b.deltaX=l,b.deltaY=m,b.deltaFactor=f,b.offsetX=o,b.offsetY=p,b.deltaMode=0,h.unshift(b,j,l,m),e&&clearTimeout(e),e=setTimeout(c,200),(a.event.dispatch||a.event.handle).apply(this,h)}}function c(){f=null}function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type&&b%120===0}var e,f,g=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],h="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],i=Array.prototype.slice;if(a.event.fixHooks)for(var j=g.length;j;)a.event.fixHooks[g[--j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var c=h.length;c;)this.addEventListener(h[--c],b,!1);else this.onmousewheel=b;a.data(this,"mousewheel-line-height",k.getLineHeight(this)),a.data(this,"mousewheel-page-height",k.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var c=h.length;c;)this.removeEventListener(h[--c],b,!1);else this.onmousewheel=null;a.removeData(this,"mousewheel-line-height"),a.removeData(this,"mousewheel-page-height")},getLineHeight:function(b){var c=a(b),d=c["offsetParent"in a.fn?"offsetParent":"parent"]();return d.length||(d=a("body")),parseInt(d.css("fontSize"),10)||parseInt(c.css("fontSize"),10)||16},getPageHeight:function(b){return a(b).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})});

View File

@ -1 +0,0 @@
var i=0;var dhtmlgoodies_tooltipFlag=false;var dhtmlgoodies_tooltip="";var dhtmlgoodies_tooltipShadow="";var dhtmlgoodies_shadowSize=3;var dhtmlgoodies_tooltipMaxWidth=500;var dhtmlgoodies_tooltipMinWidth=100;var dhtmlgoodies_iframe=false;var timeId;var clickFlag=false;var tooltip_is_msie=(navigator.userAgent.indexOf("MSIE")>=0&&navigator.userAgent.indexOf("opera")==-1&&document.all)?true:false;var xPos;var yPos;window.document.onmousemove=function(a){a=a||window.event;if(a.pageX){xPos=a.pageX;yPos=a.pageY}else{if(document.body!==null&&typeof document.body!=="undefined"){xPos=a.clientX+document.body.scrollLeft-document.body.clientLeft;yPos=a.clientY+document.body.scrollTop-document.body.clientTop}}};function showTooltip(e){if(document.body===null||typeof document.body==="undefined"){return}if(i==0){return}clickFlag=true;var f=Json.parse("jsonData."+e);var a=Math.max(document.body.clientWidth,document.documentElement.clientWidth)-20;if(!dhtmlgoodies_tooltipFlag){dhtmlgoodies_tooltip=document.createElement("DIV");dhtmlgoodies_tooltip.id="dhtmlgoodies_tooltip";dhtmlgoodies_tooltipShadow=document.createElement("DIV");dhtmlgoodies_tooltipShadow.id="dhtmlgoodies_tooltipShadow";document.body.appendChild(dhtmlgoodies_tooltip);document.body.appendChild(dhtmlgoodies_tooltipShadow);if(tooltip_is_msie){dhtmlgoodies_iframe=document.createElement("IFRAME");dhtmlgoodies_iframe.frameborder="5";dhtmlgoodies_iframe.style.backgroundColor="#FFFFFF";dhtmlgoodies_iframe.src="#";dhtmlgoodies_iframe.style.zIndex=100;dhtmlgoodies_iframe.style.position="absolute";document.body.appendChild(dhtmlgoodies_iframe)}}dhtmlgoodies_tooltip.style.display="block";dhtmlgoodies_tooltipShadow.style.display="block";if(tooltip_is_msie){dhtmlgoodies_iframe.style.display="block"}var b=Math.max(document.body.scrollTop,document.documentElement.scrollTop);if(navigator.userAgent.toLowerCase().indexOf("safari")>=0){b=0}var c=xPos+10;dhtmlgoodies_tooltip.style.width=null;dhtmlgoodies_tooltip.innerHTML=f;dhtmlgoodies_tooltip.style.left=c+"px";if(tooltip_is_msie){dhtmlgoodies_tooltip.style.top=yPos+20+b+"px"}else{dhtmlgoodies_tooltip.style.top=yPos+20+"px"}dhtmlgoodies_tooltipShadow.style.left=c+dhtmlgoodies_shadowSize+"px";if(tooltip_is_msie){dhtmlgoodies_tooltipShadow.style.top=yPos+20+b+dhtmlgoodies_shadowSize+"px"}else{dhtmlgoodies_tooltipShadow.style.top=yPos+20+dhtmlgoodies_shadowSize+"px"}if(dhtmlgoodies_tooltip.offsetWidth>dhtmlgoodies_tooltipMaxWidth){dhtmlgoodies_tooltip.style.width=dhtmlgoodies_tooltipMaxWidth+"px"}var d=dhtmlgoodies_tooltip.offsetWidth;if(d<dhtmlgoodies_tooltipMinWidth){d=dhtmlgoodies_tooltipMinWidth}dhtmlgoodies_tooltip.style.width=d+"px";dhtmlgoodies_tooltipShadow.style.width=dhtmlgoodies_tooltip.offsetWidth+"px";dhtmlgoodies_tooltipShadow.style.height=dhtmlgoodies_tooltip.offsetHeight+"px";if((c+d)>a){dhtmlgoodies_tooltip.style.left=(dhtmlgoodies_tooltipShadow.style.left.replace("px","")-((c+d)-a))+"px";dhtmlgoodies_tooltipShadow.style.left=(dhtmlgoodies_tooltipShadow.style.left.replace("px","")-((c+d)-a)+dhtmlgoodies_shadowSize)+"px"}if(tooltip_is_msie){dhtmlgoodies_iframe.style.left=dhtmlgoodies_tooltip.style.left;dhtmlgoodies_iframe.style.top=dhtmlgoodies_tooltip.style.top;dhtmlgoodies_iframe.style.width=dhtmlgoodies_tooltip.offsetWidth+"px";dhtmlgoodies_iframe.style.height=dhtmlgoodies_tooltip.offsetHeight+"px"}}function hideTooltip(){i=0;clickFlag=false;if((dhtmlgoodies_tooltip!==null&&typeof dhtmlgoodies_tooltip!=="undefined")&&+(dhtmlgoodies_tooltip.style!==null&&typeof dhtmlgoodies_tooltip.style!=="undefined")){dhtmlgoodies_tooltip.style.display="none";dhtmlgoodies_tooltipShadow.style.display="none";if(tooltip_is_msie){dhtmlgoodies_iframe.style.display="none"}}if(timeId!==null&&typeof timeId!=="undefined"&&timeId!=""){clearTimeout(timeId)}}function showText(a){i=1;timeId=setTimeout(function(){showTooltip(a)},500)}function showText2(a){if(!clickFlag){i=1;showTooltip(a);i=0;if(timeId!==null&&typeof timeId!=="undefined"&&timeId!=""){clearTimeout(timeId)}}}function anchorScroll(b){var d=document.getElementsByName(b);if(d!=null&&d.length>0){var c=d[0];var a=c.getBoundingClientRect().left+(document.body.scrollLeft||(document.documentElement&&document.documentElement.scrollLeft));var e=c.getBoundingClientRect().top+(document.body.scrollTop||(document.documentElement&&document.documentElement.scrollTop));window.scrollTo(a,e-30)}};

View File

@ -1 +0,0 @@
#TB_window{font:12px Arial,Helvetica,sans-serif;color:#333333;}#TB_secondLine{font:10px Arial,Helvetica,sans-serif;color:#666666;}#TB_window a:link{color:#666666;}#TB_window a:visited{color:#666666;}#TB_window a:hover{color:#000;}#TB_window a:active{color:#666666;}#TB_window a:focus{color:#666666;}#TB_overlay{position:fixed;z-index:100;top:0;left:0;height:100%;width:100%;}.TB_overlayMacFFBGHack{background:url(macFFBgHack.png) repeat;}.TB_overlayBG{background-color:#000;filter:alpha(opacity=30);-moz-opacity:.75;opacity:.75;}* html #TB_overlay{position:absolute;height:expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px');}#TB_window{position:fixed;background:#ffffff;z-index:102;color:#000000;display:none;border:2px solid #525252;text-align:left;top:50%;left:50%;}* html #TB_window{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');}#TB_window img#TB_Image{display:block;margin:0 auto;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-top:1px solid #666;border-left:1px solid #666;cursor:pointer;}#TB_caption{padding:7px 30px 10px 25px;float:left;}#TB_closeWindow{color:#999999;padding:8px 0 25px;font-size:12px;}#TB_closeWindow a{float:left;height:17px;line-height:100px;margin-left:10px;overflow:hidden;width:17px;}#TB_closeWindow a:hover{float:left;height:17px;line-height:100px;margin-left:10px;overflow:hidden;width:17px;}#TB_closeWindow a.imgadjust{background:url(imagemax.gif) no-repeat 0 top;}#TB_closeWindow a.imgclose{background:url(imageclose.gif) no-repeat 0 top;}#TB_closeWindow a.imgadjust:hover{background:url(imagemaxhover.gif) no-repeat 0 top;}#TB_closeWindow a.imgclose:hover{background:url(imageclosehover.gif) no-repeat 0 top;}.TB_padding{padding:5px 10px 10px;}#TB_closeAjaxWindow{padding:7px 10px 5px 0;margin-bottom:1px;text-align:right;float:right;}#TB_ajaxWindowTitle{float:left;padding:7px 0 5px 10px;margin-bottom:1px;}#TB_title{background-color:#e8e8e8;height:27px;}#TB_ajaxContent{clear:both;padding:2px 15px 15px 15px;overflow:auto;text-align:left;line-height:1.4em;}#TB_ajaxContent.TB_modal{padding:15px;}#TB_ajaxContent p{padding:5px 0 5px 0;}#TB_load{position:fixed;display:none;height:13px;width:208px;z-index:103;top:50%;left:50%;margin:-6px 0 0 -104px;}* html #TB_load{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)+'px');}#TB_HideSelect{z-index:99;position:fixed;top:0;left:0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;height:100%;width:100%;}* html #TB_HideSelect{position:absolute;height:expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px');}#TB_iframeContent{clear:both;border:none;margin-bottom:-1px;margin-top:1px;_margin-bottom:1px;}

File diff suppressed because one or more lines are too long

View File

@ -1,2 +0,0 @@
/*! Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. All rights reserved. */.msgph{font-family:Courier New}.unresolved{background-color:#87ceeb}.noTemplate{background-color:#ff0}.base{background-color:#fff}/*! Add space for top level topics */.nested0,.p{margin-top:1em}/*! div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid *//*! Default of italics to set apart figure captions */.figcap,.italic,.var{font-style:italic}.figdesc{font-style:normal}/*! Use @frame to create frames on figures */.figborder{padding-left:3px;padding-right:3px;margin-top:1em;border:2px solid Silver}.figsides{margin-top:1em;padding-left:3px;padding-right:3px;border-left:2px solid Silver;border-right:2px solid Silver}.figtop{border-top:2px solid Silver;margin-top:1em}.figbottom{border-bottom:2px solid Silver}.figtopbot{border-top:2px solid Silver;border-bottom:2px solid Silver;margin-top:1em}/*! Most link groups are created with <div>. Ensure they have space before and after. */.ullinks,ul.simple{list-style-type:none}.attention,.danger,.ddexpand,.dlexpand,.example,.fastpath,.important,.liexpand,.linklist,.note,.notice,.olchildlink,.relconcepts,.relinfo,.relref,.reltasks,.remember,.restriction,.section,.sliexpand,.stepexpand,.substepexpand,.tip,.ulchildlink,.warning{margin-top:1em;margin-bottom:1em}.linklistwithchild,.sublinklist{margin-top:1em;margin-right:1.5em;margin-bottom:1em}.breadcrumb{font-size:smaller;margin-bottom:1em}.prereq{margin-right:20px}/*! Set heading sizes, getting smaller for deeper nesting */.topictitle1{font-size:1.34em;margin-top:0;margin-bottom:.1em}.topictitle2,.topictitle3,.topictitle4,.topictitle5,.topictitle6,.sectiontitle{font-size:1.17em}.topictitle2{margin-top:1pc;margin-bottom:.45em}.topictitle3{margin-top:1pc;margin-bottom:.17em;font-weight:700}.topictitle4{margin-top:.83em;font-weight:700}.topictitle5{font-weight:700}.topictitle6{font-style:italic}.sectiontitle{margin-top:1em;margin-bottom:0;color:#000;font-weight:700}/*! All note formats have the same default presentation */.attentiontitle,.bold,.cautiontitle,.dangertitle,.dlterm,.fastpathtitle,.firstcol,.importanttitle,.notelisttitle,.notetitle,.noticetitle,.parmname,.remembertitle,.restrictiontitle,.tiptitle,.uicontrol,.warningtitle{font-weight:700}.caution{font-weight:700;margin-bottom:1em}/*! Simple lists do not get a bullet *//*! Used on the first column of a table, when rowheader="firstcol" is used *//*! Various basic phrase styles */.boldItalic{font-weight:700;font-style:italic}.shortcut,.underlined{text-decoration:underline}/*! 2008-10-27 keyword采用跟随上下文的样式
*//*! Default of bold for definition list terms *//*! Use CSS to expand lists with @compact="no" */.dltermexpand{font-weight:700;margin-top:1em}[compact="yes"]>li{margin-top:0}[compact="no"]>li{margin-top:.53em}/*! Align images based on @align on topic/image */div.imageleft,.text-align-left{text-align:left}div.imagecenter,.text-align-center{text-align:center}div.imageright,.text-align-right{text-align:right}div.imagejustify,.text-align-justify{text-align:justify}.cellrowborder{border-right:0;border-top:0;border-left:1px solid;border-bottom:1px solid}.row-nocellborder{border-left:hidden;border-right:0;border-top:0;border-bottom:1px solid}.cell-norowborder{border-top:0;border-bottom:hidden;border-right:0;border-left:1px solid}.nocellnorowborder{border:0;border-left:hidden;border-bottom:hidden}pre.codeblock,pre.screen{padding:5px;border:outset;background-color:#ccc;margin-top:2px;margin-bottom:2px;white-space:pre}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 711 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 469 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@ -21,23 +21,23 @@
</thead>
<tbody><tr id="EN-US_TOPIC_0053536889__row73621433103510"><td class="cellrowborder" valign="top" width="26.950000000000003%" headers="mcps1.3.3.2.6.4.2.3.1.1 "><p id="EN-US_TOPIC_0053536889__p1236312336353">Protocol</p>
</td>
<td class="cellrowborder" valign="top" width="73.05%" headers="mcps1.3.3.2.6.4.2.3.1.2 "><p id="EN-US_TOPIC_0053536889__p193631337352">Specifies the network protocol for which the security group rule takes effect. The value can be <strong id="EN-US_TOPIC_0053536889__b84235270613479">TCP</strong>, <strong id="EN-US_TOPIC_0053536889__b842352706134713">UDP</strong>, <strong id="EN-US_TOPIC_0053536889__b842352706134716">ICMP</strong>, <strong id="EN-US_TOPIC_0053536889__b842352706134721">HTTP</strong>, or others.</p>
<td class="cellrowborder" valign="top" width="73.05%" headers="mcps1.3.3.2.6.4.2.3.1.2 "><p id="EN-US_TOPIC_0053536889__en-us_topic_0118534005_p1711515526562">Network protocol for which the security group rule takes effect. The value can be <strong id="EN-US_TOPIC_0053536889__b8945497133131">All</strong>, <strong id="EN-US_TOPIC_0053536889__b3247411303131">TCP</strong>, <strong id="EN-US_TOPIC_0053536889__b21148393923131">UDP</strong>, <strong id="EN-US_TOPIC_0053536889__b2261981713131">ICMP</strong>, or <strong id="EN-US_TOPIC_0053536889__b9041353793131">GRE</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0053536889__row123671533143517"><td class="cellrowborder" valign="top" width="26.950000000000003%" headers="mcps1.3.3.2.6.4.2.3.1.1 "><p id="EN-US_TOPIC_0053536889__p8367133123514">Port</p>
</td>
<td class="cellrowborder" valign="top" width="73.05%" headers="mcps1.3.3.2.6.4.2.3.1.2 "><p id="EN-US_TOPIC_0053536889__p2367153383514">Specifies the port or port range for which the security group rule takes effect. The value ranges from <strong id="EN-US_TOPIC_0053536889__b842352706135645">0</strong> to <strong id="EN-US_TOPIC_0053536889__b842352706135649">65535</strong>.</p>
<td class="cellrowborder" valign="top" width="73.05%" headers="mcps1.3.3.2.6.4.2.3.1.2 "><p id="EN-US_TOPIC_0053536889__p2367153383514">Port or port range for which the security group rule takes effect. The value ranges from <strong id="EN-US_TOPIC_0053536889__b842352706135645">1</strong> to <strong id="EN-US_TOPIC_0053536889__b842352706135649">65535</strong>.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0053536889__row2368183363513"><td class="cellrowborder" valign="top" width="26.950000000000003%" headers="mcps1.3.3.2.6.4.2.3.1.1 "><p id="EN-US_TOPIC_0053536889__p1036913339351">Source</p>
</td>
<td class="cellrowborder" valign="top" width="73.05%" headers="mcps1.3.3.2.6.4.2.3.1.2 "><p id="EN-US_TOPIC_0053536889__p108388761418">Specifies the traffic source (inbound rule). This parameter is required for an inbound rule.</p>
<td class="cellrowborder" valign="top" width="73.05%" headers="mcps1.3.3.2.6.4.2.3.1.2 "><p id="EN-US_TOPIC_0053536889__p108388761418">Traffic source (inbound rule). This parameter is required for an inbound rule.</p>
<p id="EN-US_TOPIC_0053536889__p5369143343516">The value can be an IP address or a security group.</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0053536889__row337112338359"><td class="cellrowborder" valign="top" width="26.950000000000003%" headers="mcps1.3.3.2.6.4.2.3.1.1 "><p id="EN-US_TOPIC_0053536889__p113725338352">Destination</p>
</td>
<td class="cellrowborder" valign="top" width="73.05%" headers="mcps1.3.3.2.6.4.2.3.1.2 "><p id="EN-US_TOPIC_0053536889__p8389166121417">Specifies the traffic destination (outbound rule). This parameter is required for an outbound rule.</p>
<td class="cellrowborder" valign="top" width="73.05%" headers="mcps1.3.3.2.6.4.2.3.1.2 "><p id="EN-US_TOPIC_0053536889__p8389166121417">Traffic destination (outbound rule). This parameter is required for an outbound rule.</p>
<p id="EN-US_TOPIC_0053536889__p137316337354">The value can be an IP address or a security group.</p>
</td>
</tr>

View File

@ -8,7 +8,7 @@
</div>
<div class="section" id="EN-US_TOPIC_0053536894__section3498539110333"><h4 class="sectiontitle">Procedure</h4><p id="EN-US_TOPIC_0053536894__p2935510255">You can create a BMS supporting quick provisioning by following the instructions in <a href="en-us_topic_0053536933.html">Creating a Common BMS</a>.</p>
<p id="EN-US_TOPIC_0053536894__p122121832182519">When creating the BMS, pay attention to the following parameters:</p>
<ul id="EN-US_TOPIC_0053536894__ul12559184912518"><li id="EN-US_TOPIC_0053536894__li1655944910255"><strong id="EN-US_TOPIC_0053536894__b23057293403">Flavor</strong>: Select <strong id="EN-US_TOPIC_0053536894__b173066290409">physical.h2.large</strong>. For more information about flavors, see <a href="en-us_topic_0083745258.html">Instance Family</a>.</li><li id="EN-US_TOPIC_0053536894__li1436631012617"><strong id="EN-US_TOPIC_0053536894__b684916213564">Image</strong>: Select a public image that supports quick provisioning.</li><li id="EN-US_TOPIC_0053536894__li744752714260"><strong id="EN-US_TOPIC_0053536894__b138731156574">Disk</strong>: Set the system disk type and size.</li></ul>
<ul id="EN-US_TOPIC_0053536894__ul12559184912518"><li id="EN-US_TOPIC_0053536894__li1655944910255"><strong id="EN-US_TOPIC_0053536894__b5951352315">Flavor</strong>: Select <strong id="EN-US_TOPIC_0053536894__b1996165218120">physical.h2.large</strong>. For more information about flavors, see <a href="en-us_topic_0083745258.html">Instance Family</a>.</li><li id="EN-US_TOPIC_0053536894__li1436631012617"><strong id="EN-US_TOPIC_0053536894__b684916213564">Image</strong>: Select a public image that supports quick provisioning.</li><li id="EN-US_TOPIC_0053536894__li744752714260"><strong id="EN-US_TOPIC_0053536894__b138731156574">Disk</strong>: Set the system disk type and size.</li></ul>
</div>
</div>
<div>

View File

@ -12,12 +12,14 @@
</li>
<li class="ulchildlink"><strong><a href="en-us_topic_0053536900.html">Can BMSs Communicate with ECSs in the Same VPC?</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-us_topic_0068432774.html">Can Multiple EIPs Be Bound to a BMS?</a></strong><br>
<li class="ulchildlink"><strong><a href="en-us_topic_0068432774.html">Can I Bind Multiple EIPs to a BMS?</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-us_topic_0204289807.html">Can I Configure the EIP?</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-us_topic_0068040529.html">How Can I Modify the Network Configuration or Restart the Network If I Can Log In to a BMS Using Only SSH?</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-us_topic_0151554411.html">How Do I Handle the Failure to Ping a CentOS 7 Extension NIC?</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-us_topic_0151841132.html">What Do I Do If the Communication Between the Primary NIC and Extension NIC of the BMS is Abnormal?</a></strong><br>
</li>
<li class="ulchildlink"><strong><a href="en-us_topic_0151841133.html">How Can I Configure a Static IP Address for a BMS?</a></strong><br>

View File

@ -8,7 +8,7 @@
</div>
<div class="section" id="EN-US_TOPIC_0053536924__section40936232171845"><h4 class="sectiontitle"><strong id="EN-US_TOPIC_0053536924__b842352706175513">Procedure</strong></h4><ol id="EN-US_TOPIC_0053536924__ol1607973117228"><li id="EN-US_TOPIC_0053536924__li3490190117228">Log in to the management console.</li><li id="EN-US_TOPIC_0053536924__li1859019014179">Under <strong id="EN-US_TOPIC_0053536924__b1134469344202623">Computing</strong>, click <strong id="EN-US_TOPIC_0053536924__b856921432202623">Bare Metal Server</strong>.<p id="EN-US_TOPIC_0053536924__p127731959141113">The BMS console is displayed.</p>
</li><li id="EN-US_TOPIC_0053536924__li7527625498"><strong id="EN-US_TOPIC_0053536924__b893007009102943">Task Status</strong> is displayed on the right of common operations, such as <strong id="EN-US_TOPIC_0053536924__b2010858540102943">Start</strong>, <strong id="EN-US_TOPIC_0053536924__b1273790430102943">Stop</strong>, <strong id="EN-US_TOPIC_0053536924__b1746310403102943">Restart</strong>, and <strong id="EN-US_TOPIC_0053536924__b578281045102943">Delete</strong>. After you apply for a BMS, the <strong id="EN-US_TOPIC_0053536924__b769450484102943">Task Status</strong> area will show the task processing status.<div class="fignone" id="EN-US_TOPIC_0053536924__fig15281205162813"><span class="figcap"><b>Figure 1 </b>BMS application status</span><br><span><img id="EN-US_TOPIC_0053536924__image228145182815" src="en-us_image_0166733479.png" title="Click to enlarge" class="imgResize"></span></div>
</li><li id="EN-US_TOPIC_0053536924__li5737160017537">Click the number displayed in the <strong id="EN-US_TOPIC_0053536924__b1234598481224930">Task Status</strong> area to view details about the BMS application processing status. The tasks in <strong id="EN-US_TOPIC_0053536924__b84235270610340">Processing</strong> and <strong id="EN-US_TOPIC_0053536924__b84235270610349">Failed</strong> statuses are displayed.<div class="note" id="EN-US_TOPIC_0053536924__note757395218525"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="EN-US_TOPIC_0053536924__p4861383818525">If <strong id="EN-US_TOPIC_0053536924__b4669105533914">Failed</strong> is displayed for a task in the <strong id="EN-US_TOPIC_0053536924__b11675155510395">Task Status</strong> area, but the BMS list contains the BMS, handle this issue by following the instructions in <a href="en-us_topic_0053536915.html">Why Is the BMS Creation Task Displayed as Failed But the BMS List Shows the BMS?</a></p>
</li><li id="EN-US_TOPIC_0053536924__li5737160017537">Click the number displayed in the <strong id="EN-US_TOPIC_0053536924__b1234598481224930">Task Status</strong> area to view details about the BMS application processing status. The tasks in <strong id="EN-US_TOPIC_0053536924__b84235270610340">Processing</strong> and <strong id="EN-US_TOPIC_0053536924__b84235270610349">Failed</strong> statuses are displayed.<div class="note" id="EN-US_TOPIC_0053536924__note757395218525"><img src="public_sys-resources/note_3.0-en-us.png"><span class="notetitle"> </span><div class="notebody"><p id="EN-US_TOPIC_0053536924__p4861383818525">If <strong id="EN-US_TOPIC_0053536924__b869131711710">Failed</strong> is displayed for a task in the <strong id="EN-US_TOPIC_0053536924__b117519171472">Task Status</strong> area, but the BMS list contains the BMS, handle this issue by following the instructions in <a href="en-us_topic_0053536915.html">Why Is the BMS Creation Task Displayed as Failed But the BMS List Shows the BMS?</a></p>
</div></div>
</li></ol>
</div>

Some files were not shown because too many files have changed in this diff Show More