| Current Path : /lib/python3/dist-packages/sos/report/plugins/__pycache__/ |
| Current File : //lib/python3/dist-packages/sos/report/plugins/__pycache__/ovn_central.cpython-38.pyc |
U
���b� � @ sf d dl mZmZmZmZmZ d dlZd dlZG dd� de�ZG dd� dee�Z G dd� deee�Z
dS ) � )�Plugin�RedHatPlugin�DebianPlugin�UbuntuPlugin�SoSPredicateNc @ s8 e Zd ZdZdZdZdZg fdd�Zdd� Zd d
� Z dS )�
OVNCentralz
OVN NorthdZovn_central)ZnetworkZvirt)zovn-dbs-bundle.*c
sb | j r|d| }| j|d d| j d�}|d dkrB| �d| j � d S zt�|d �}W n$ tk
rx | �d| � Y d S X n�z`t| �|�d ��F}zt�|�}W n0 tk
r� | �d| � Y W 5 Q R � W d S X W 5 Q R X W n< t k
�r } z| �d
||f � W Y �d S d }~X Y nX z� fdd�t
�|d
�D �W S tk
�r\ | �d| � Y nX d S )Nzcat %sT)�timeout�
foreground� containerZstatusr z3Could not retrieve DB schema file from container %s�outputzCannot parse JSON file %s�rz$Could not open DB schema file %s: %sc s g | ]}|� kr|�qS � r
)�.0�table��skipr
�@/usr/lib/python3/dist-packages/sos/report/plugins/ovn_central.py�
<listcomp>9 s �z5OVNCentral.get_tables_from_schema.<locals>.<listcomp>�tablesz DB schema %s has no 'tables' key)
�_container_nameZexec_cmdZ
_log_error�json�loads� Exception�open� path_join�load�IOError�dict�keys�AttributeError)�self�filenamer �cmd�resZdb�f�exr
r r �get_tables_from_schema sF
��
�"
��
z!OVNCentral.get_tables_from_schemac C s( |sd S |D ]}|� d||f � qd S )Nz
%s list %s)�append)r r �cmdsZovn_cmdr r
r
r �add_database_output>