| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python2.7/site-packages/cloudinit/config/ |
Upload File : |
�
oB�]c @ sU d Z d d l Z d d l m Z d d l m Z d e f d � � YZ d � Z d S( s
Set Hostname
------------
**Summary:** set hostname and fqdn
This module handles setting the system hostname and fqdn. If
``preserve_hostname`` is set, then the hostname will not be altered.
A hostname and fqdn can be provided by specifying a full domain name under the
``fqdn`` key. Alternatively, a hostname can be specified using the ``hostname``
key, and the fqdn of the cloud wil be used. If a fqdn specified with the
``hostname`` key, it will be handled properly, although it is better to use
the ``fqdn`` config key. If both ``fqdn`` and ``hostname`` are set, ``fqdn``
will be used.
**Internal name:** ``cc_set_hostname``
**Module frequency:** per instance
**Supported distros:** all
**Config keys**::
preserve_hostname: <true/false>
fqdn: <fqdn>
hostname: <fqdn/hostname>
i����N( t
write_json( t utilt SetHostnameErrorc B s e Z d Z RS( s� Raised when the distro runs into an exception when setting hostname.
This may happen if we attempt to set the hostname early in cloud-init's
init-local timeframe as certain services may not be running yet.
( t __name__t
__module__t __doc__( ( ( sD /usr/lib/python2.7/site-packages/cloudinit/config/cc_set_hostname.pyR , s c C sh t j | d t � r) | j d | � d St j | | � \ } } t j j | j d � d � } i } t j j | � r� t j
t j | � � } n | | j d � k p� | | j d � k } | s� | j d � d S| j d | | � y | j
j | | � WnI t k
rH}
d | | f } t j | | � t d
| |
f � � n Xt | i | d 6| d 6� d S( Nt preserve_hostnamesV Configuration option 'preserve_hostname' is set, not setting the hostname in module %st datas set-hostnamet hostnamet fqdns* No hostname changes. Skipping set-hostnames Setting the hostname to %s (%s)s% Failed to set the hostname to %s (%s)s %s: %s( R t get_cfg_option_boolt Falset debugt get_hostname_fqdnt ost patht joint get_cpatht existst load_jsont load_filet gett distrot set_hostnamet Exceptiont logexcR R ( t namet cfgt cloudt logt _argsR R t prev_fnt
prev_hostnamet hostname_changedt et msg( ( sD /usr/lib/python2.7/site-packages/cloudinit/config/cc_set_hostname.pyt handle5 s,
( R R t cloudinit.atomic_helperR t cloudinitR R R R$ ( ( ( sD /usr/lib/python2.7/site-packages/cloudinit/config/cc_set_hostname.pyt <module># s