%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/lib/python3/dist-packages/cloudinit/cmd/__pycache__/
Upload File :
Create Path :
Current File : //usr/lib/python3/dist-packages/cloudinit/cmd/__pycache__/clean.cpython-312.pyc

�

���fU����dZddlZddlZddlZddlZddlmZddlmZddl	m
Z
ddlmZddl
mZmZmZddlmZmZmZmZmZmZd	Ze
d
ddd
dgZdgZdd�Zdd�Zd�Zd�Zedk(re�yy)zFDefine 'clean' utility and handler as part of cloud-init command line.�N)�settings)�uses_systemd)�CLOUDINIT_NETPLAN_FILE)�Init)�ProcessExecutionError�runparts�subp)�del_dir�del_file�error�get_config_logfiles�is_link�
write_filez/etc/machine-idz-/etc/NetworkManager/conf.d/99-cloud-init.confz?/etc/NetworkManager/conf.d/30-cloud-init-ip6-addr-gen-mode.confz@/etc/NetworkManager/system-connections/cloud-init-*.nmconnectionz,/etc/systemd/network/10-cloud-init-*.networkz+/etc/network/interfaces.d/50-cloud-init.cfgz)/etc/ssh/sshd_config.d/50-cloud-init.confc	��|stjdd��}|jdddddd	�
�|jdddd�
�|jddddd�
�|jdddddd�
�|jddgd�gddd��|S)a#Build or extend an arg parser for clean utility.

    @param parser: Optional existing ArgumentParser instance representing the
        clean subcommand which will be extended to support the args of
        this utility.

    @returns: ArgumentParser with proper argument configuration.
    �cleanzJRemove logs, configs and artifacts so cloud-init re-runs on a clean system)�prog�descriptionz-lz--logs�
store_trueF�remove_logszRemove cloud-init logs.)�action�default�dest�helpz--machine-idz�Set /etc/machine-id to 'uninitialized
' for golden imagecreation. On next boot, systemd generates a new machine-id. Remove /etc/machine-id on non-systemd environments.)rrrz-rz--rebootz;Reboot system after logs are cleaned so cloud-init re-runs.z-sz--seed�remove_seedz5Remove cloud-init seed directory /var/lib/cloud/seed.z-cz	--configs)�all�
ssh_config�network�+�
remove_configzbRemove cloud-init generated config files of a certain type. Config types: all, ssh_config, network)�choicesr�nargsrr)�argparse�ArgumentParser�add_argument��parsers �5/usr/lib/python3/dist-packages/cloudinit/cmd/clean.py�
get_parserr(*s�����(�(��$�
���������
�
&�
��������
C��	��������
J����������
�
D�
�������
�
��
�2��
��M�c
�P�|j�|r%t|j�D]
}t|��|rLt	|�jddg�r0tD]'}tj|�D]
}t|���)|r2t	|�jddg�rtD]
}t|��tjj|jj�sytjj|jjd�}tjd|jjz�D]L}||k(r|s�	tjj|�rt|�st!|�nt|��N	t+t,j.�y#t"$r/}t%dj'|t)|���Yd}~y	d}~wwxYw#t0$r)}t%d
t,j.�d|���Yd}~y	d}~wwxYw)a�Helper which removes artifacts dir and optionally log files.

    @param: init: Init object to use
    @param: remove_logs: Boolean. Set True to delete the cloud_dir path. False
        preserves them.
    @param: remove_seed: Boolean. Set True to also delete seed subdir in
        paths.cloud_dir.
    @param: remove_config: List of strings.
        Can be any of: all, network, ssh_config.
    @returns: 0 on success, 1 otherwise.
    rrrr�seedz%s/*zCould not remove {0}: {1}N�zFailure during run-parts of z: )�read_cfgr
�cfgr�set�intersection�GEN_NET_CONFIG_FILES�glob�GEN_SSH_CONFIG_FILES�os�path�isdir�paths�	cloud_dir�joinrr
�OSErrorr�format�strrr�CLEAN_RUNPARTS_DIR�	Exception)	�initrrr�log_filer5�conf�	seed_path�es	         r'�remove_artifactsrDms���	�M�M�O��+�D�H�H�5�	�H��X��	���]�+�8�8�%��9K�L�(�	�D��	�	�$��
�����
�	���]�+�8�8�	����)�	�D��T�N�	��7�7�=�=����-�-�.�������T�Z�Z�1�1�6�:�I��	�	�&�4�:�:�#7�#7�7�8�
���9��[��	��w�w�}�}�T�"�7�4�=���
�����
����,�,�-�
���	��-�4�4�T�3�q�6�B�C���	��
��
�*�8�+F�+F�*G�r�!��M�	
���	�s1�AF8�G3�8	G0�$G+�+G0�3	H%�<H � H%c	���tg��}t||j|j|j�}|j
r,t
�rttdd��ntt�|dk(r:|jr.|jjddd�	�}	t|d
��|S|S#t$r1}tdj!|t#|���d
}Yd}~|Sd}~wwxYw)z3Handle calls to 'cloud-init clean' as a subcommand.)�ds_depszuninitialized
i$)�moder�reboot�nowN)rG�delay�messageF)�capturez-Could not reboot this system using "{0}": {1}r,)rrDrrr�
machine_idrr�ETC_MACHINE_IDrrH�distro�shutdown_commandr	rrr;r<)�name�argsr?�	exit_code�cmdrCs      r'�handle_clean_argsrU�s������D� ��d���� 0� 0�$�2D�2D��I�����>��~�'8�u�E�
�^�$��A�~�$�+�+��k�k�*�*����+�
��	���e�$���9���%�	��?�F�F���Q���
�
�I����	�s�!
B2�2	C,�;&C'�'C,c�r�t�}tjtd|j	���y)z4Tool to collect and tar all cloud-init related logs.rN)r(�sys�exitrU�
parse_argsr%s r'�mainrZ�s&��
�\�F��H�H�
�w��(9�(9�(;�
<�=r)�__main__)N)FN) �__doc__r"r2r4rW�	cloudinitr�cloudinit.distrosr�cloudinit.net.netplanr�cloudinit.stagesr�cloudinit.subprrr	�cloudinit.utilr
rrr
rrrNr1r3r(rDrUrZ�__name__�r)r'�<module>res���M���	�
��*�8�!�@�@���#���3�E�F�2�1�
��0���
@�F/
�d�:>��z���F�r)

Zerion Mini Shell 1.0