관리-도구
편집 파일: DataSourceAltCloud.cpython-39.pyc
a '�Dg�! � @ s� d Z ddlZddlZddlZddlZddlmZmZmZm Z e� e�ZdZ ddgZi ddi d �Zd d� ZG dd � d ej�Zdd� ZeejejffgZdd� ZdS )zb This file contains code used to gather the user data passed to an instance on RHEVm and vSphere. � N)�dmi�sources�subp�utilz/etc/sysconfig/cloud-infoZmodprobeZfloppyi� Z localhost)zblock-device-mappingzinstance-idzlocal-hostnameZ placementc C sp | d }| d }zt �|��� }W nH tyj zt �|��� }W n" tyd t �td� Y Y dS 0 Y n0 |S )an Description: This callback will be applied by util.mount_cb() on the mounted file. Deltacloud file name contains deltacloud. Those not using Deltacloud but instead instrumenting the injection, could drop deltacloud from the file name. Input: mount_dir - Mount directory Returns: User Data z/deltacloud-user-data.txtz/user-data.txtz Failed accessing user data file.N)r �load_text_file�strip�IOError�logexc�LOG)Z mount_dirZdeltacloud_user_data_fileZuser_data_fileZ user_data� r �H/usr/lib/python3.9/site-packages/cloudinit/sources/DataSourceAltCloud.py�read_user_data_callback&