系统环境信息报告
报告生成时间:{{start_time}}
仓库分组信息
{% for item in group_comp_data%} {% endfor %}
源仓库组 目标仓库组 删除项 新增项 相同项
{{item["origin_group_name"]}} {{item["target_group_name"]}} {{item["delete_list_count"] }} {{item["add_list_count"] }} {{item["same_list_count"] }}
{% for item in group_comp_data %}
{% if item["origin_group_name"] %}
{{item["origin_group_name"]}}组详情
{% else %}
{{item["target_group_name"]}}组详情
{% endif %}
{% if item["delete_list"] %}
删除软件包列表
    {% for del_group in item["delete_list"] %}
  • {% for del_item in del_group %}
    {{del_item}}
    {% endfor %}
  • {% endfor %}
{% endif %} {% if item["add_list"] %}
新增软件包列表
    {% for add_group in item["add_list"] %}
  • {% for add_item in add_group %}
    {{add_item}}
    {% endfor %}
  • {% endfor %}
{% endif %} {% if item["same_list"] %}
相同软件包列表
    {% for same_group in item["same_list"] %}
  • {% for same_item in same_group %}
    {{same_item}}
    {% endfor %}
  • {% endfor %}
{% endif %}
{% 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 }}
配置项
原始值
目标值

结论

删除
变更
增加
相同
{% if sysctl_comp_data[2] |length %}
    {%else%}
      {% endif %} {% for del_item in sysctl_comp_data[2] %}
    • {{del_item[0]}}
      {{del_item[1]}}
      {{del_item[2]}}
    • {% endfor %}
    {% if sysctl_comp_data[1] |length%}
      {% else %}
        {% endif %} {% for chg_item in sysctl_comp_data[1] %}
      • {{chg_item[0]}}
        {{chg_item[1]}}
        {{chg_item[2]}}
      • {% endfor %}
      {% if sysctl_comp_data[3] |length%}
        {% else %}
          {% endif %} {% for add_item in sysctl_comp_data[3] %}
        • {{add_item[0]}}
          {{add_item[1]}}
          {{add_item[2]}}
        • {% endfor %}
        {% if sysctl_comp_data[0] |length%}
          {% else %}
            {% endif %} {% for same_item in sysctl_comp_data[0] %}
          • {{same_item[0]}}
            {{same_item[1]}}
            {{same_item[2]}}
          • {% endfor %}
            暂无数据
{% if kabi_comp_data and kabi_comp_data.result != -1 %}
KABI兼容性:
{{kabi_comp_data["desc"]}}
不兼容接口数量:
{{kabi_comp_data["not_com_count"]}}
非管控范围内接口数量:
{{kabi_comp_data["uncontroll_count"]}}
接口详情列表
接口名称

接口类型

不兼容
非管控内
{% else %}
输入系统不支持KABI分析
{% endif %}