仓库分组信息
| 源仓库组 | 目标仓库组 | 删除项 | 新增项 | 相同项 |
|---|---|---|---|---|
| {{item["origin_group_name"]}} | {{item["target_group_name"]}} | {{item["delete_list_count"] }} | {{item["add_list_count"] }} | {{item["same_list_count"] }} |
{% if item["origin_group_name"] %}
{% endfor %}
{{item["origin_group_name"]}}组详情
{% else %}
{{item["target_group_name"]}}组详情
{% endif %}
{% if item["delete_list"] %}
{% endif %}
{% if item["add_list"] %}
{% endif %}
{% if item["same_list"] %}
{% endif %}
删除软件包列表
-
{% for del_group in item["delete_list"] %}
-
{% for del_item in del_group %}
{{del_item}}{% endfor %}
{% endfor %}
新增软件包列表
-
{% for add_group in item["add_list"] %}
-
{% for add_item in add_group %}
{{add_item}}{% endfor %}
{% endfor %}
相同软件包列表
-
{% for same_group in item["same_list"] %}
-
{% for same_item in same_group %}
{{same_item}}{% endfor %}
{% endfor %}
原内核版本:
{{origin_kerner_ver}}
目标内核版本:
{{target_kerner_ver}}
删除项:
{{sysctl_comp_data[2] |length }}
变更项:
{{sysctl_comp_data[1] |length }}
新增项:
{{sysctl_comp_data[3] |length }}
一致项:
{{sysctl_comp_data[0] |length }}
配置项
原始值
目标值
结论
删除
变更
增加
相同
-
{%else%}
-
{{del_item[0]}}{{del_item[1]}}{{del_item[2]}}
{% endfor %}
-
{{chg_item[0]}}{{chg_item[1]}}{{chg_item[2]}}
{% endfor %}
-
{{add_item[0]}}{{add_item[1]}}{{add_item[2]}}
{% endfor %}
-
{{same_item[0]}}{{same_item[1]}}{{same_item[2]}}
{% endfor %}
-
{% endif %}
{% for del_item in sysctl_comp_data[2] %}
-
{% else %}
-
{% endif %}
{% for chg_item in sysctl_comp_data[1] %}
-
{% else %}
-
{% endif %}
{% for add_item in sysctl_comp_data[3] %}
-
{% else %}
-
{% endif %}
{% for same_item in sysctl_comp_data[0] %}
-
暂无数据
KABI兼容性:
{{kabi_comp_data["desc"]}}
不兼容接口数量:
{{kabi_comp_data["not_com_count"]}}
非管控范围内接口数量:
{{kabi_comp_data["uncontroll_count"]}}
接口详情列表
接口名称
接口类型
不兼容
非管控内
«
»
输入系统不支持KABI分析
{% endif %}