2020-02-11 08:46:29,751 - util.py[DEBUG]: Cloud-init v. 19.4 running 'init-local' at Tue, 11 Feb 2020 08:46:29 +0000. Up 8.94 seconds. 2020-02-11 08:46:29,751 - main.py[DEBUG]: No kernel command line url found. 2020-02-11 08:46:29,751 - main.py[DEBUG]: Closing stdin. 2020-02-11 08:46:29,755 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes 2020-02-11 08:46:29,756 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:0 2020-02-11 08:46:29,756 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished 2020-02-11 08:46:29,756 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net 2020-02-11 08:46:29,756 - handlers.py[DEBUG]: start: init-local/check-cache: attempting to read from cache [check] 2020-02-11 08:46:29,756 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) 2020-02-11 08:46:29,757 - stages.py[DEBUG]: no cache found 2020-02-11 08:46:29,757 - handlers.py[DEBUG]: finish: init-local/check-cache: SUCCESS: no cache found 2020-02-11 08:46:29,757 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance 2020-02-11 08:46:29,762 - stages.py[DEBUG]: Using distro class 2020-02-11 08:46:29,762 - __init__.py[DEBUG]: Looking for data source in: ['OVF', 'None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM'] 2020-02-11 08:46:29,779 - __init__.py[DEBUG]: Searching for local data source in: ['DataSourceOVF'] 2020-02-11 08:46:29,779 - handlers.py[DEBUG]: start: init-local/search-OVF: searching for local data from DataSourceOVF 2020-02-11 08:46:29,779 - __init__.py[DEBUG]: Seeing if we can get any data from 2020-02-11 08:46:29,779 - __init__.py[DEBUG]: Update datasource metadata and network config due to events: New instance first boot 2020-02-11 08:46:29,781 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:29,785 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:29,787 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:29,789 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) 2020-02-11 08:46:29,789 - util.py[DEBUG]: Read 94 bytes from /proc/1/environ 2020-02-11 08:46:29,789 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) 2020-02-11 08:46:29,789 - util.py[DEBUG]: Read 1315 bytes from /proc/self/status 2020-02-11 08:46:29,790 - util.py[DEBUG]: querying dmi data /sys/class/dmi/id/product_name 2020-02-11 08:46:29,790 - util.py[DEBUG]: Reading from /sys/class/dmi/id/product_name (quiet=False) 2020-02-11 08:46:29,790 - util.py[DEBUG]: Read 10 bytes from /sys/class/dmi/id/product_name 2020-02-11 08:46:29,790 - util.py[DEBUG]: dmi data /sys/class/dmi/id/product_name returned VMware7,1 2020-02-11 08:46:29,790 - DataSourceOVF.py[DEBUG]: VMware Virtualization Platform found 2020-02-11 08:46:29,790 - DataSourceOVF.py[DEBUG]: Found the customization plugin at /usr/lib64/open-vm-tools/plugins/vmsvc/libdeployPkgPlugin.so 2020-02-11 08:46:29,791 - DataSourceOVF.py[DEBUG]: Waiting for VMware Customization Config File 2020-02-11 08:46:34,796 - util.py[DEBUG]: waiting for configuration file took 5.005 seconds 2020-02-11 08:46:34,796 - DataSourceOVF.py[DEBUG]: Found VMware Customization Config File at /var/run/vmware-imc/cust.cfg 2020-02-11 08:46:34,796 - config_file.py[INFO]: Parsing the config file /var/run/vmware-imc/cust.cfg. 2020-02-11 08:46:34,797 - config_file.py[DEBUG]: FOUND CATEGORY = 'NETWORK' 2020-02-11 08:46:34,797 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'NETWORK|NETWORKING' = 'yes' 2020-02-11 08:46:34,797 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'NETWORK|BOOTPROTO' = 'dhcp' 2020-02-11 08:46:34,797 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'NETWORK|HOSTNAME' = 'gosc-dhcp-vm-01' 2020-02-11 08:46:34,797 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'NETWORK|DOMAINNAME' = 'eng.vmware.com' 2020-02-11 08:46:34,797 - config_file.py[DEBUG]: FOUND CATEGORY = 'NIC-CONFIG' 2020-02-11 08:46:34,797 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'NIC-CONFIG|NICS' = 'NIC1' 2020-02-11 08:46:34,797 - config_file.py[DEBUG]: FOUND CATEGORY = 'NIC1' 2020-02-11 08:46:34,797 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'NIC1|MACADDR' = '00:50:56:95:3c:40' 2020-02-11 08:46:34,797 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'NIC1|ONBOOT' = 'yes' 2020-02-11 08:46:34,797 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'NIC1|IPv4_MODE' = 'BACKWARDS_COMPATIBLE' 2020-02-11 08:46:34,797 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'NIC1|BOOTPROTO' = 'dhcp' 2020-02-11 08:46:34,798 - config_file.py[DEBUG]: FOUND CATEGORY = 'DNS' 2020-02-11 08:46:34,798 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'DNS|DNSFROMDHCP' = 'no' 2020-02-11 08:46:34,798 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'DNS|SUFFIX|1' = 'eng.vmware.com gosv.vmware.com' 2020-02-11 08:46:34,798 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'DNS|NAMESERVER|1' = '10.117.0.1' 2020-02-11 08:46:34,798 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'DNS|NAMESERVER|2' = '10.112.0.1' 2020-02-11 08:46:34,798 - config_file.py[DEBUG]: FOUND CATEGORY = 'DATETIME' 2020-02-11 08:46:34,798 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'DATETIME|TIMEZONE' = 'Europe/Berlin' 2020-02-11 08:46:34,798 - config_file.py[DEBUG]: ADDED KEY-VAL :: 'DATETIME|UTC' = 'yes' 2020-02-11 08:46:34,798 - util.py[DEBUG]: Running command ['vmware-toolbox-cmd', 'config', 'get', 'deployPkg', 'enable-custom-scripts'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:34,816 - guestcust_util.py[DEBUG]: Tools config: [deployPkg] enable-custom-scripts is not found, return default value: false 2020-02-11 08:46:34,816 - DataSourceOVF.py[DEBUG]: Preparing the Network configuration 2020-02-11 08:46:34,816 - util.py[DEBUG]: Running command ['ip', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:34,840 - config_nic.py[INFO]: Configuring the interfaces file 2020-02-11 08:46:34,841 - config_nic.py[INFO]: Debian OS not detected. Skipping the configure step 2020-02-11 08:46:34,841 - util.py[DEBUG]: Recursively deleting /var/run/vmware-imc 2020-02-11 08:46:34,841 - guestcust_util.py[DEBUG]: Trying to connect interfaces, attempt 0 2020-02-11 08:46:34,842 - guestcust_util.py[DEBUG]: Sending RPC command: deployPkg.update.state 4 103 /var/log/cloud-init.log@4000 2020-02-11 08:46:34,842 - util.py[DEBUG]: Running command ['vmware-rpctool', 'deployPkg.update.state 4 103 /var/log/cloud-init.log@4000'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:34,844 - guestcust_util.py[DEBUG]: Sending RPC command: deployPkg.update.state 4 104 /var/log/cloud-init.log@4000 2020-02-11 08:46:34,844 - util.py[DEBUG]: Running command ['vmware-rpctool', 'deployPkg.update.state 4 104 /var/log/cloud-init.log@4000'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:35,848 - guestcust_util.py[DEBUG]: Sending RPC command: deployPkg.update.state 4 104 /var/log/cloud-init.log@4000 2020-02-11 08:46:35,848 - util.py[DEBUG]: Running command ['vmware-rpctool', 'deployPkg.update.state 4 104 /var/log/cloud-init.log@4000'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:35,851 - guestcust_util.py[INFO]: NICS are connected on 1 second 2020-02-11 08:46:35,851 - guestcust_util.py[DEBUG]: Sending RPC command: deployPkg.update.state 5 0 /var/log/cloud-init.log 2020-02-11 08:46:35,851 - util.py[DEBUG]: Running command ['vmware-rpctool', 'deployPkg.update.state 5 0 /var/log/cloud-init.log'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:35,855 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:35,859 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:35,861 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:35,863 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) 2020-02-11 08:46:35,863 - util.py[DEBUG]: Read 94 bytes from /proc/1/environ 2020-02-11 08:46:35,864 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) 2020-02-11 08:46:35,864 - util.py[DEBUG]: Read 1315 bytes from /proc/self/status 2020-02-11 08:46:35,864 - util.py[DEBUG]: querying dmi data /sys/class/dmi/id/product_name 2020-02-11 08:46:35,864 - util.py[DEBUG]: Reading from /sys/class/dmi/id/product_name (quiet=False) 2020-02-11 08:46:35,864 - util.py[DEBUG]: Read 10 bytes from /sys/class/dmi/id/product_name 2020-02-11 08:46:35,864 - util.py[DEBUG]: dmi data /sys/class/dmi/id/product_name returned VMware7,1 2020-02-11 08:46:35,865 - atomic_helper.py[DEBUG]: Atomically writing to file /run/cloud-init/instance-data.json (via temporary file /run/cloud-init/tmp_7wsyo3t) - w: [644] 723 bytes/chars 2020-02-11 08:46:35,866 - atomic_helper.py[DEBUG]: Atomically writing to file /run/cloud-init/instance-data-sensitive.json (via temporary file /run/cloud-init/tmptembqos1) - w: [600] 723 bytes/chars 2020-02-11 08:46:35,866 - handlers.py[DEBUG]: finish: init-local/search-OVF: SUCCESS: found local data from DataSourceOVF 2020-02-11 08:46:35,867 - stages.py[INFO]: Loaded datasource DataSourceOVF - DataSourceOVF [seed=vmware-tools] 2020-02-11 08:46:35,867 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) 2020-02-11 08:46:35,867 - util.py[DEBUG]: Read 2240 bytes from /etc/cloud/cloud.cfg 2020-02-11 08:46:35,867 - util.py[DEBUG]: Attempting to load yaml from string of length 2240 with allowed root types (,) 2020-02-11 08:46:35,878 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) 2020-02-11 08:46:35,878 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg 2020-02-11 08:46:35,878 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (,) 2020-02-11 08:46:35,883 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) 2020-02-11 08:46:35,883 - util.py[DEBUG]: Read 31 bytes from /run/cloud-init/cloud.cfg 2020-02-11 08:46:35,883 - util.py[DEBUG]: Attempting to load yaml from string of length 31 with allowed root types (,) 2020-02-11 08:46:35,883 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2020-02-11 08:46:35,883 - util.py[DEBUG]: loaded blob returned None, returning default. 2020-02-11 08:46:35,884 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance 2020-02-11 08:46:35,884 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/iid-vmware-imc' 2020-02-11 08:46:35,886 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/iid-vmware-imc/datasource (quiet=False) 2020-02-11 08:46:35,886 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/datasource - wb: [644] 49 bytes 2020-02-11 08:46:35,887 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 49 bytes 2020-02-11 08:46:35,887 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) 2020-02-11 08:46:35,887 - stages.py[DEBUG]: previous iid found to be NO_PREVIOUS_INSTANCE_ID 2020-02-11 08:46:35,887 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 15 bytes 2020-02-11 08:46:35,888 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 15 bytes 2020-02-11 08:46:35,888 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 24 bytes 2020-02-11 08:46:35,889 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5438 bytes 2020-02-11 08:46:35,890 - main.py[DEBUG]: [local] init will now be targeting instance id: iid-vmware-imc. new=True 2020-02-11 08:46:35,890 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) 2020-02-11 08:46:35,890 - util.py[DEBUG]: Read 2240 bytes from /etc/cloud/cloud.cfg 2020-02-11 08:46:35,890 - util.py[DEBUG]: Attempting to load yaml from string of length 2240 with allowed root types (,) 2020-02-11 08:46:35,899 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) 2020-02-11 08:46:35,900 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg 2020-02-11 08:46:35,900 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (,) 2020-02-11 08:46:35,904 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) 2020-02-11 08:46:35,905 - util.py[DEBUG]: Read 31 bytes from /run/cloud-init/cloud.cfg 2020-02-11 08:46:35,905 - util.py[DEBUG]: Attempting to load yaml from string of length 31 with allowed root types (,) 2020-02-11 08:46:35,905 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2020-02-11 08:46:35,905 - util.py[DEBUG]: loaded blob returned None, returning default. 2020-02-11 08:46:35,907 - stages.py[DEBUG]: Using distro class 2020-02-11 08:46:35,907 - cc_set_hostname.py[DEBUG]: Setting the hostname to gosc-dhcp-vm-01.eng.vmware.com (gosc-dhcp-vm-01) 2020-02-11 08:46:35,908 - util.py[DEBUG]: Running command ['hostnamectl', 'set-hostname', 'gosc-dhcp-vm-01'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:35,973 - __init__.py[DEBUG]: Non-persistently setting the system hostname to gosc-dhcp-vm-01 2020-02-11 08:46:35,973 - util.py[DEBUG]: Running command ['hostname', 'gosc-dhcp-vm-01'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:35,978 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/set-hostname (via temporary file /var/lib/cloud/data/tmptfn1_gc1) - w: [644] 78 bytes/chars 2020-02-11 08:46:35,979 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) 2020-02-11 08:46:35,979 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address 2020-02-11 08:46:35,979 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) 2020-02-11 08:46:35,979 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address 2020-02-11 08:46:35,980 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) 2020-02-11 08:46:35,980 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/eth0/device/device 2020-02-11 08:46:35,980 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) 2020-02-11 08:46:35,980 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type 2020-02-11 08:46:35,980 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) 2020-02-11 08:46:35,980 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent 2020-02-11 08:46:35,980 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) 2020-02-11 08:46:35,981 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address 2020-02-11 08:46:35,981 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) 2020-02-11 08:46:35,981 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/eth0/device/device 2020-02-11 08:46:35,981 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) 2020-02-11 08:46:35,981 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type 2020-02-11 08:46:35,981 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) 2020-02-11 08:46:35,981 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent 2020-02-11 08:46:35,981 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) 2020-02-11 08:46:35,981 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address 2020-02-11 08:46:35,981 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) 2020-02-11 08:46:35,981 - util.py[DEBUG]: Reading from /sys/class/net/eth0/type (quiet=False) 2020-02-11 08:46:35,981 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/type 2020-02-11 08:46:35,982 - util.py[DEBUG]: Reading from /sys/class/net/lo/type (quiet=False) 2020-02-11 08:46:35,982 - util.py[DEBUG]: Read 4 bytes from /sys/class/net/lo/type 2020-02-11 08:46:35,982 - __init__.py[DEBUG]: net: all expected physical devices present 2020-02-11 08:46:35,982 - stages.py[DEBUG]: applying net config names for {'version': 1, 'config': [{'type': 'physical', 'name': 'eth0', 'mac_address': '00:50:56:95:3c:40', 'subnets': [{'control': 'auto', 'type': 'dhcp'}]}, {'type': 'nameserver', 'address': ['10.117.0.1', '10.112.0.1'], 'search': ['eng.vmware.com gosv.vmware.com']}]} 2020-02-11 08:46:35,982 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) 2020-02-11 08:46:35,982 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/eth0/device/device 2020-02-11 08:46:35,982 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) 2020-02-11 08:46:35,982 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type 2020-02-11 08:46:35,982 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) 2020-02-11 08:46:35,982 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent 2020-02-11 08:46:35,983 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) 2020-02-11 08:46:35,983 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address 2020-02-11 08:46:35,983 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) 2020-02-11 08:46:35,983 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/eth0/device/device 2020-02-11 08:46:35,983 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) 2020-02-11 08:46:35,983 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type 2020-02-11 08:46:35,983 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) 2020-02-11 08:46:35,983 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent 2020-02-11 08:46:35,983 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) 2020-02-11 08:46:35,983 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address 2020-02-11 08:46:35,983 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) 2020-02-11 08:46:35,984 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) 2020-02-11 08:46:35,984 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate 2020-02-11 08:46:35,984 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) 2020-02-11 08:46:35,984 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate 2020-02-11 08:46:35,984 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:35,987 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:35,990 - __init__.py[DEBUG]: no work necessary for renaming of [['00:50:56:95:3c:40', 'eth0', 'vmxnet3', '0x07b0']] 2020-02-11 08:46:35,991 - stages.py[INFO]: Applying network configuration from ds bringup=False: {'version': 1, 'config': [{'type': 'physical', 'name': 'eth0', 'mac_address': '00:50:56:95:3c:40', 'subnets': [{'control': 'auto', 'type': 'dhcp'}]}, {'type': 'nameserver', 'address': ['10.117.0.1', '10.112.0.1'], 'search': ['eng.vmware.com gosv.vmware.com']}]} 2020-02-11 08:46:35,993 - util.py[DEBUG]: Reading from /etc/os-release (quiet=False) 2020-02-11 08:46:35,994 - util.py[DEBUG]: Read 175 bytes from /etc/os-release 2020-02-11 08:46:35,994 - __init__.py[DEBUG]: Selected renderer 'sysconfig' from priority list: None 2020-02-11 08:46:35,998 - util.py[DEBUG]: Writing to /etc/sysconfig/network/ifcfg-eth0 - wb: [644] 126 bytes 2020-02-11 08:46:35,999 - util.py[DEBUG]: Reading from /etc/resolv.conf (quiet=False) 2020-02-11 08:46:35,999 - util.py[DEBUG]: Read 0 bytes from /etc/resolv.conf 2020-02-11 08:46:36,000 - util.py[DEBUG]: Writing to /etc/resolv.conf - wb: [644] 153 bytes 2020-02-11 08:46:36,003 - util.py[DEBUG]: Writing to /etc/NetworkManager/conf.d/99-cloud-init.conf - wb: [644] 89 bytes 2020-02-11 08:46:36,003 - util.py[DEBUG]: Writing to /etc/udev/rules.d/85-persistent-net-cloud-init.rules - wb: [644] 96 bytes 2020-02-11 08:46:36,005 - main.py[DEBUG]: [local] Exiting. datasource DataSourceOVF [seed=vmware-tools] not in local mode. 2020-02-11 08:46:36,005 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/status.json (via temporary file /var/lib/cloud/data/tmpc9qo_3j9) - w: [644] 506 bytes/chars 2020-02-11 08:46:36,006 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) 2020-02-11 08:46:36,006 - util.py[DEBUG]: Read 12 bytes from /proc/uptime 2020-02-11 08:46:36,006 - util.py[DEBUG]: cloud-init mode 'init' took 6.294 seconds (6.29) 2020-02-11 08:46:36,006 - handlers.py[DEBUG]: finish: init-local: SUCCESS: searching for local datasources 2020-02-11 08:46:52,940 - util.py[DEBUG]: Cloud-init v. 19.4 running 'init' at Tue, 11 Feb 2020 08:46:52 +0000. Up 32.13 seconds. 2020-02-11 08:46:52,940 - main.py[DEBUG]: No kernel command line url found. 2020-02-11 08:46:52,940 - main.py[DEBUG]: Closing stdin. 2020-02-11 08:46:52,942 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes 2020-02-11 08:46:52,946 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:0 2020-02-11 08:46:52,946 - util.py[DEBUG]: Running command ['ip', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:52,953 - util.py[DEBUG]: Running command ['ip', '-o', 'route', 'list'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:52,962 - util.py[DEBUG]: Running command ['ip', '--oneline', '-6', 'route', 'list', 'table', 'all'] with allowed return codes [0, 1] (shell=False, capture=True) 2020-02-11 08:46:52,966 - main.py[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early. 2020-02-11 08:46:52,966 - main.py[DEBUG]: Execution continuing, no previous run detected that would allow us to stop early. 2020-02-11 08:46:52,966 - handlers.py[DEBUG]: start: init-network/check-cache: attempting to read from cache [trust] 2020-02-11 08:46:52,966 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) 2020-02-11 08:46:52,967 - util.py[DEBUG]: Read 5438 bytes from /var/lib/cloud/instance/obj.pkl 2020-02-11 08:46:52,977 - util.py[DEBUG]: Reading from /run/cloud-init/.instance-id (quiet=False) 2020-02-11 08:46:52,977 - util.py[DEBUG]: Read 15 bytes from /run/cloud-init/.instance-id 2020-02-11 08:46:52,978 - stages.py[DEBUG]: restored from cache with run check: DataSourceOVF [seed=vmware-tools] 2020-02-11 08:46:52,978 - handlers.py[DEBUG]: finish: init-network/check-cache: SUCCESS: restored from cache with run check: DataSourceOVF [seed=vmware-tools] 2020-02-11 08:46:52,978 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) 2020-02-11 08:46:52,978 - util.py[DEBUG]: Read 2240 bytes from /etc/cloud/cloud.cfg 2020-02-11 08:46:52,978 - util.py[DEBUG]: Attempting to load yaml from string of length 2240 with allowed root types (,) 2020-02-11 08:46:52,999 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) 2020-02-11 08:46:52,999 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg 2020-02-11 08:46:52,999 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (,) 2020-02-11 08:46:53,009 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) 2020-02-11 08:46:53,009 - util.py[DEBUG]: Read 31 bytes from /run/cloud-init/cloud.cfg 2020-02-11 08:46:53,010 - util.py[DEBUG]: Attempting to load yaml from string of length 31 with allowed root types (,) 2020-02-11 08:46:53,010 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2020-02-11 08:46:53,010 - util.py[DEBUG]: loaded blob returned None, returning default. 2020-02-11 08:46:53,011 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance 2020-02-11 08:46:53,011 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/iid-vmware-imc' 2020-02-11 08:46:53,012 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/iid-vmware-imc/datasource (quiet=False) 2020-02-11 08:46:53,012 - util.py[DEBUG]: Read 49 bytes from /var/lib/cloud/instances/iid-vmware-imc/datasource 2020-02-11 08:46:53,012 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/datasource - wb: [644] 49 bytes 2020-02-11 08:46:53,012 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 49 bytes 2020-02-11 08:46:53,013 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) 2020-02-11 08:46:53,013 - util.py[DEBUG]: Read 15 bytes from /var/lib/cloud/data/instance-id 2020-02-11 08:46:53,013 - stages.py[DEBUG]: previous iid found to be iid-vmware-imc 2020-02-11 08:46:53,013 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 15 bytes 2020-02-11 08:46:53,013 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 15 bytes 2020-02-11 08:46:53,014 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 15 bytes 2020-02-11 08:46:53,015 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5526 bytes 2020-02-11 08:46:53,015 - main.py[DEBUG]: [net] init will now be targeting instance id: iid-vmware-imc. new=False 2020-02-11 08:46:53,015 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) 2020-02-11 08:46:53,016 - util.py[DEBUG]: Read 2240 bytes from /etc/cloud/cloud.cfg 2020-02-11 08:46:53,016 - util.py[DEBUG]: Attempting to load yaml from string of length 2240 with allowed root types (,) 2020-02-11 08:46:53,031 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) 2020-02-11 08:46:53,031 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg 2020-02-11 08:46:53,031 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (,) 2020-02-11 08:46:53,035 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) 2020-02-11 08:46:53,035 - util.py[DEBUG]: Read 31 bytes from /run/cloud-init/cloud.cfg 2020-02-11 08:46:53,035 - util.py[DEBUG]: Attempting to load yaml from string of length 31 with allowed root types (,) 2020-02-11 08:46:53,045 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2020-02-11 08:46:53,045 - util.py[DEBUG]: loaded blob returned None, returning default. 2020-02-11 08:46:53,046 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) 2020-02-11 08:46:53,046 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address 2020-02-11 08:46:53,046 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) 2020-02-11 08:46:53,046 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address 2020-02-11 08:46:53,046 - __init__.py[DEBUG]: Datasource DataSourceOVF [seed=vmware-tools] not updated for events: System boot 2020-02-11 08:46:53,046 - stages.py[DEBUG]: No network config applied. Neither a new instance nor datasource network update on 'System boot' event 2020-02-11 08:46:53,047 - stages.py[DEBUG]: applying net config names for {'version': 1, 'config': [{'type': 'physical', 'name': 'eth0', 'mac_address': '00:50:56:95:3c:40', 'subnets': [{'control': 'auto', 'type': 'dhcp'}]}, {'type': 'nameserver', 'address': ['10.117.0.1', '10.112.0.1'], 'search': ['eng.vmware.com gosv.vmware.com']}]} 2020-02-11 08:46:53,047 - stages.py[DEBUG]: Using distro class 2020-02-11 08:46:53,048 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) 2020-02-11 08:46:53,048 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/eth0/device/device 2020-02-11 08:46:53,048 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) 2020-02-11 08:46:53,048 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type 2020-02-11 08:46:53,048 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) 2020-02-11 08:46:53,048 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent 2020-02-11 08:46:53,048 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) 2020-02-11 08:46:53,048 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address 2020-02-11 08:46:53,048 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) 2020-02-11 08:46:53,048 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/eth0/device/device 2020-02-11 08:46:53,049 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) 2020-02-11 08:46:53,049 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type 2020-02-11 08:46:53,049 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) 2020-02-11 08:46:53,049 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent 2020-02-11 08:46:53,049 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) 2020-02-11 08:46:53,049 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address 2020-02-11 08:46:53,049 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) 2020-02-11 08:46:53,049 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) 2020-02-11 08:46:53,049 - util.py[DEBUG]: Read 3 bytes from /sys/class/net/eth0/operstate 2020-02-11 08:46:53,049 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) 2020-02-11 08:46:53,049 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate 2020-02-11 08:46:53,050 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,053 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,058 - __init__.py[DEBUG]: no work necessary for renaming of [['00:50:56:95:3c:40', 'eth0', 'vmxnet3', '0x07b0']] 2020-02-11 08:46:53,059 - handlers.py[DEBUG]: start: init-network/setup-datasource: setting up datasource 2020-02-11 08:46:53,059 - handlers.py[DEBUG]: finish: init-network/setup-datasource: SUCCESS: setting up datasource 2020-02-11 08:46:53,059 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/user-data.txt - wb: [600] 0 bytes 2020-02-11 08:46:53,065 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/user-data.txt.i - wb: [600] 308 bytes 2020-02-11 08:46:53,065 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/vendor-data.txt - wb: [600] 0 bytes 2020-02-11 08:46:53,067 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/vendor-data.txt.i - wb: [600] 308 bytes 2020-02-11 08:46:53,068 - util.py[DEBUG]: Reading from /var/lib/cloud/data/set-hostname (quiet=False) 2020-02-11 08:46:53,068 - util.py[DEBUG]: Read 78 bytes from /var/lib/cloud/data/set-hostname 2020-02-11 08:46:53,068 - cc_set_hostname.py[DEBUG]: No hostname changes. Skipping set-hostname 2020-02-11 08:46:53,068 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/consume_data - wb: [644] 25 bytes 2020-02-11 08:46:53,069 - helpers.py[DEBUG]: Running consume_data using lock () 2020-02-11 08:46:53,069 - handlers.py[DEBUG]: start: init-network/consume-user-data: reading and applying user-data 2020-02-11 08:46:53,069 - stages.py[DEBUG]: Added default handler for {'text/cloud-config', 'text/cloud-config-jsonp'} from CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] 2020-02-11 08:46:53,069 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript'} from ShellScriptPartHandler: [['text/x-shellscript']] 2020-02-11 08:46:53,069 - stages.py[DEBUG]: Added default handler for {'text/cloud-boothook'} from BootHookPartHandler: [['text/cloud-boothook']] 2020-02-11 08:46:53,070 - stages.py[DEBUG]: Added default handler for {'text/upstart-job'} from UpstartJobPartHandler: [['text/upstart-job']] 2020-02-11 08:46:53,070 - stages.py[DEBUG]: Added default handler for {'text/jinja2'} from JinjaTemplatePartHandler: [['text/jinja2']] 2020-02-11 08:46:53,070 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__begin__, None, 3) with frequency once-per-instance 2020-02-11 08:46:53,070 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency once-per-instance 2020-02-11 08:46:53,070 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency once-per-instance 2020-02-11 08:46:53,070 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__begin__, None, 2) with frequency once-per-instance 2020-02-11 08:46:53,070 - __init__.py[DEBUG]: Calling handler JinjaTemplatePartHandler: [['text/jinja2']] (__begin__, None, 3) with frequency once-per-instance 2020-02-11 08:46:53,070 - __init__.py[DEBUG]: {'MIME-Version': '1.0', 'Content-Type': 'text/x-not-multipart', 'Content-Disposition': 'attachment; filename="part-001"'} 2020-02-11 08:46:53,070 - __init__.py[DEBUG]: Empty payload of type text/x-not-multipart 2020-02-11 08:46:53,070 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__end__, None, 3) with frequency once-per-instance 2020-02-11 08:46:53,071 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/cloud-config.txt - wb: [600] 0 bytes 2020-02-11 08:46:53,071 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency once-per-instance 2020-02-11 08:46:53,071 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency once-per-instance 2020-02-11 08:46:53,071 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__end__, None, 2) with frequency once-per-instance 2020-02-11 08:46:53,071 - __init__.py[DEBUG]: Calling handler JinjaTemplatePartHandler: [['text/jinja2']] (__end__, None, 3) with frequency once-per-instance 2020-02-11 08:46:53,071 - handlers.py[DEBUG]: finish: init-network/consume-user-data: SUCCESS: reading and applying user-data 2020-02-11 08:46:53,072 - handlers.py[DEBUG]: start: init-network/consume-vendor-data: reading and applying vendor-data 2020-02-11 08:46:53,072 - stages.py[DEBUG]: no vendordata from datasource 2020-02-11 08:46:53,072 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data: SUCCESS: reading and applying vendor-data 2020-02-11 08:46:53,072 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) 2020-02-11 08:46:53,072 - util.py[DEBUG]: Read 2240 bytes from /etc/cloud/cloud.cfg 2020-02-11 08:46:53,072 - util.py[DEBUG]: Attempting to load yaml from string of length 2240 with allowed root types (,) 2020-02-11 08:46:53,087 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) 2020-02-11 08:46:53,087 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg 2020-02-11 08:46:53,087 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (,) 2020-02-11 08:46:53,091 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) 2020-02-11 08:46:53,091 - util.py[DEBUG]: Read 31 bytes from /run/cloud-init/cloud.cfg 2020-02-11 08:46:53,091 - util.py[DEBUG]: Attempting to load yaml from string of length 31 with allowed root types (,) 2020-02-11 08:46:53,099 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2020-02-11 08:46:53,099 - util.py[DEBUG]: loaded blob returned None, returning default. 2020-02-11 08:46:53,100 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) 2020-02-11 08:46:53,100 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt 2020-02-11 08:46:53,100 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2020-02-11 08:46:53,100 - util.py[DEBUG]: loaded blob returned None, returning default. 2020-02-11 08:46:53,101 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) 2020-02-11 08:46:53,101 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt 2020-02-11 08:46:53,101 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (,) 2020-02-11 08:46:53,101 - util.py[DEBUG]: loaded blob returned None, returning default. 2020-02-11 08:46:53,107 - handlers.py[DEBUG]: start: init-network/activate-datasource: activating datasource 2020-02-11 08:46:53,108 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 7453 bytes 2020-02-11 08:46:53,108 - handlers.py[DEBUG]: finish: init-network/activate-datasource: SUCCESS: activating datasource 2020-02-11 08:46:53,109 - main.py[DEBUG]: no di_report found in config. 2020-02-11 08:46:53,135 - stages.py[DEBUG]: Using distro class 2020-02-11 08:46:53,136 - stages.py[INFO]: Skipping modules 'ca-certs' because they are not verified on distro 'sles'. To run anyway, add them to 'unverified_modules' in config. 2020-02-11 08:46:53,136 - stages.py[DEBUG]: Running module migrator () with frequency always 2020-02-11 08:46:53,136 - handlers.py[DEBUG]: start: init-network/config-migrator: running config-migrator with frequency always 2020-02-11 08:46:53,136 - helpers.py[DEBUG]: Running config-migrator using lock () 2020-02-11 08:46:53,136 - cc_migrator.py[DEBUG]: Migrated 0 semaphore files to there canonicalized names 2020-02-11 08:46:53,137 - handlers.py[DEBUG]: finish: init-network/config-migrator: SUCCESS: config-migrator ran successfully 2020-02-11 08:46:53,137 - stages.py[DEBUG]: Running module seed_random () with frequency once-per-instance 2020-02-11 08:46:53,137 - handlers.py[DEBUG]: start: init-network/config-seed_random: running config-seed_random with frequency once-per-instance 2020-02-11 08:46:53,137 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_seed_random - wb: [644] 24 bytes 2020-02-11 08:46:53,138 - helpers.py[DEBUG]: Running config-seed_random using lock () 2020-02-11 08:46:53,138 - cc_seed_random.py[DEBUG]: no command provided 2020-02-11 08:46:53,138 - handlers.py[DEBUG]: finish: init-network/config-seed_random: SUCCESS: config-seed_random ran successfully 2020-02-11 08:46:53,138 - stages.py[DEBUG]: Running module bootcmd () with frequency always 2020-02-11 08:46:53,138 - handlers.py[DEBUG]: start: init-network/config-bootcmd: running config-bootcmd with frequency always 2020-02-11 08:46:53,138 - helpers.py[DEBUG]: Running config-bootcmd using lock () 2020-02-11 08:46:53,138 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration 2020-02-11 08:46:53,139 - handlers.py[DEBUG]: finish: init-network/config-bootcmd: SUCCESS: config-bootcmd ran successfully 2020-02-11 08:46:53,139 - stages.py[DEBUG]: Running module write-files () with frequency once-per-instance 2020-02-11 08:46:53,139 - handlers.py[DEBUG]: start: init-network/config-write-files: running config-write-files with frequency once-per-instance 2020-02-11 08:46:53,139 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_write_files - wb: [644] 25 bytes 2020-02-11 08:46:53,139 - helpers.py[DEBUG]: Running config-write-files using lock () 2020-02-11 08:46:53,139 - cc_write_files.py[DEBUG]: Skipping module named write-files, no/empty 'write_files' key in configuration 2020-02-11 08:46:53,140 - handlers.py[DEBUG]: finish: init-network/config-write-files: SUCCESS: config-write-files ran successfully 2020-02-11 08:46:53,140 - stages.py[DEBUG]: Running module growpart () with frequency always 2020-02-11 08:46:53,140 - handlers.py[DEBUG]: start: init-network/config-growpart: running config-growpart with frequency always 2020-02-11 08:46:53,140 - helpers.py[DEBUG]: Running config-growpart using lock () 2020-02-11 08:46:53,140 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg. Using default: {'mode': 'auto', 'devices': ['/'], 'ignore_growroot_disabled': False} 2020-02-11 08:46:53,140 - util.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,162 - util.py[DEBUG]: Reading from /proc/2060/mountinfo (quiet=False) 2020-02-11 08:46:53,162 - util.py[DEBUG]: Read 4354 bytes from /proc/2060/mountinfo 2020-02-11 08:46:53,162 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,173 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,176 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,185 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) 2020-02-11 08:46:53,185 - util.py[DEBUG]: Read 94 bytes from /proc/1/environ 2020-02-11 08:46:53,186 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) 2020-02-11 08:46:53,186 - util.py[DEBUG]: Read 1315 bytes from /proc/self/status 2020-02-11 08:46:53,188 - util.py[DEBUG]: Reading from /etc/os-release (quiet=False) 2020-02-11 08:46:53,188 - util.py[DEBUG]: Read 175 bytes from /etc/os-release 2020-02-11 08:46:53,188 - util.py[DEBUG]: Reading from /sys/class/block/sda2/partition (quiet=False) 2020-02-11 08:46:53,188 - util.py[DEBUG]: Read 2 bytes from /sys/class/block/sda2/partition 2020-02-11 08:46:53,189 - util.py[DEBUG]: Reading from /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host0/target0:0:0/0:0:0:0/block/sda/dev (quiet=False) 2020-02-11 08:46:53,189 - util.py[DEBUG]: Read 4 bytes from /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/host0/target0:0:0/0:0:0:0/block/sda/dev 2020-02-11 08:46:53,189 - util.py[DEBUG]: Running command ['growpart', '--dry-run', '/dev/sda', '2'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,270 - util.py[DEBUG]: resize_devices took 0.108 seconds 2020-02-11 08:46:53,271 - cc_growpart.py[DEBUG]: '/' NOCHANGE: no change necessary (/dev/sda, 2) 2020-02-11 08:46:53,271 - handlers.py[DEBUG]: finish: init-network/config-growpart: SUCCESS: config-growpart ran successfully 2020-02-11 08:46:53,271 - stages.py[DEBUG]: Running module resizefs () with frequency always 2020-02-11 08:46:53,271 - handlers.py[DEBUG]: start: init-network/config-resizefs: running config-resizefs with frequency always 2020-02-11 08:46:53,271 - helpers.py[DEBUG]: Running config-resizefs using lock () 2020-02-11 08:46:53,282 - util.py[DEBUG]: Reading from /proc/2060/mountinfo (quiet=False) 2020-02-11 08:46:53,283 - util.py[DEBUG]: Read 4354 bytes from /proc/2060/mountinfo 2020-02-11 08:46:53,283 - cc_resizefs.py[DEBUG]: resize_info: dev=/dev/sda2 mnt_point=/ path=/ 2020-02-11 08:46:53,284 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,288 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,291 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,293 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) 2020-02-11 08:46:53,293 - util.py[DEBUG]: Read 94 bytes from /proc/1/environ 2020-02-11 08:46:53,293 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) 2020-02-11 08:46:53,293 - util.py[DEBUG]: Read 1315 bytes from /proc/self/status 2020-02-11 08:46:53,293 - util.py[DEBUG]: Reading from /proc/2060/mountinfo (quiet=False) 2020-02-11 08:46:53,294 - util.py[DEBUG]: Read 4354 bytes from /proc/2060/mountinfo 2020-02-11 08:46:53,294 - cc_resizefs.py[DEBUG]: Resizing / (btrfs) using btrfs filesystem resize max / 2020-02-11 08:46:53,294 - util.py[DEBUG]: Running command ('btrfs', 'filesystem', 'resize', 'max', '/') with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,313 - util.py[DEBUG]: Resizing took 0.019 seconds 2020-02-11 08:46:53,313 - cc_resizefs.py[DEBUG]: Resized root filesystem (type=btrfs, val=True) 2020-02-11 08:46:53,314 - handlers.py[DEBUG]: finish: init-network/config-resizefs: SUCCESS: config-resizefs ran successfully 2020-02-11 08:46:53,314 - stages.py[DEBUG]: Running module disk_setup () with frequency once-per-instance 2020-02-11 08:46:53,314 - handlers.py[DEBUG]: start: init-network/config-disk_setup: running config-disk_setup with frequency once-per-instance 2020-02-11 08:46:53,314 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_disk_setup - wb: [644] 25 bytes 2020-02-11 08:46:53,315 - helpers.py[DEBUG]: Running config-disk_setup using lock () 2020-02-11 08:46:53,315 - handlers.py[DEBUG]: finish: init-network/config-disk_setup: SUCCESS: config-disk_setup ran successfully 2020-02-11 08:46:53,315 - stages.py[DEBUG]: Running module mounts () with frequency once-per-instance 2020-02-11 08:46:53,315 - handlers.py[DEBUG]: start: init-network/config-mounts: running config-mounts with frequency once-per-instance 2020-02-11 08:46:53,316 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_mounts - wb: [644] 25 bytes 2020-02-11 08:46:53,316 - helpers.py[DEBUG]: Running config-mounts using lock () 2020-02-11 08:46:53,316 - cc_mounts.py[DEBUG]: mounts configuration is [] 2020-02-11 08:46:53,316 - util.py[DEBUG]: Reading from /etc/fstab (quiet=False) 2020-02-11 08:46:53,316 - util.py[DEBUG]: Read 1420 bytes from /etc/fstab 2020-02-11 08:46:53,317 - cc_mounts.py[DEBUG]: Attempting to determine the real name of ephemeral0 2020-02-11 08:46:53,317 - cc_mounts.py[DEBUG]: changed default device ephemeral0 => None 2020-02-11 08:46:53,317 - cc_mounts.py[DEBUG]: Ignoring nonexistent default named mount ephemeral0 2020-02-11 08:46:53,317 - cc_mounts.py[DEBUG]: Attempting to determine the real name of swap 2020-02-11 08:46:53,317 - cc_mounts.py[DEBUG]: changed default device swap => None 2020-02-11 08:46:53,317 - cc_mounts.py[DEBUG]: Ignoring nonexistent default named mount swap 2020-02-11 08:46:53,317 - cc_mounts.py[DEBUG]: no need to setup swap 2020-02-11 08:46:53,317 - cc_mounts.py[DEBUG]: No modifications to fstab needed 2020-02-11 08:46:53,317 - handlers.py[DEBUG]: finish: init-network/config-mounts: SUCCESS: config-mounts ran successfully 2020-02-11 08:46:53,317 - stages.py[DEBUG]: Running module set_hostname () with frequency once-per-instance 2020-02-11 08:46:53,317 - handlers.py[DEBUG]: start: init-network/config-set_hostname: running config-set_hostname with frequency once-per-instance 2020-02-11 08:46:53,318 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_set_hostname - wb: [644] 25 bytes 2020-02-11 08:46:53,318 - helpers.py[DEBUG]: Running config-set_hostname using lock () 2020-02-11 08:46:53,318 - util.py[DEBUG]: Reading from /var/lib/cloud/data/set-hostname (quiet=False) 2020-02-11 08:46:53,318 - util.py[DEBUG]: Read 78 bytes from /var/lib/cloud/data/set-hostname 2020-02-11 08:46:53,319 - cc_set_hostname.py[DEBUG]: No hostname changes. Skipping set-hostname 2020-02-11 08:46:53,319 - handlers.py[DEBUG]: finish: init-network/config-set_hostname: SUCCESS: config-set_hostname ran successfully 2020-02-11 08:46:53,319 - stages.py[DEBUG]: Running module update_hostname () with frequency always 2020-02-11 08:46:53,319 - handlers.py[DEBUG]: start: init-network/config-update_hostname: running config-update_hostname with frequency always 2020-02-11 08:46:53,319 - helpers.py[DEBUG]: Running config-update_hostname using lock () 2020-02-11 08:46:53,319 - cc_update_hostname.py[DEBUG]: Updating hostname to gosc-dhcp-vm-01.eng.vmware.com (gosc-dhcp-vm-01) 2020-02-11 08:46:53,319 - util.py[DEBUG]: Running command ['hostname'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,323 - __init__.py[DEBUG]: Attempting to update hostname to gosc-dhcp-vm-01 in 1 files 2020-02-11 08:46:53,323 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-hostname - wb: [644] 15 bytes 2020-02-11 08:46:53,324 - handlers.py[DEBUG]: finish: init-network/config-update_hostname: SUCCESS: config-update_hostname ran successfully 2020-02-11 08:46:53,324 - stages.py[DEBUG]: Running module update_etc_hosts () with frequency always 2020-02-11 08:46:53,324 - handlers.py[DEBUG]: start: init-network/config-update_etc_hosts: running config-update_etc_hosts with frequency always 2020-02-11 08:46:53,324 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock () 2020-02-11 08:46:53,325 - util.py[DEBUG]: Reading from /etc/cloud/templates/hosts.suse.tmpl (quiet=False) 2020-02-11 08:46:53,325 - util.py[DEBUG]: Read 1067 bytes from /etc/cloud/templates/hosts.suse.tmpl 2020-02-11 08:46:53,325 - templater.py[DEBUG]: Rendering content of '/etc/cloud/templates/hosts.suse.tmpl' using renderer jinja 2020-02-11 08:46:53,331 - util.py[DEBUG]: Writing to /etc/hosts - wb: [644] 897 bytes 2020-02-11 08:46:53,331 - handlers.py[DEBUG]: finish: init-network/config-update_etc_hosts: SUCCESS: config-update_etc_hosts ran successfully 2020-02-11 08:46:53,331 - stages.py[DEBUG]: Running module rsyslog () with frequency once-per-instance 2020-02-11 08:46:53,332 - handlers.py[DEBUG]: start: init-network/config-rsyslog: running config-rsyslog with frequency once-per-instance 2020-02-11 08:46:53,332 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_rsyslog - wb: [644] 25 bytes 2020-02-11 08:46:53,332 - helpers.py[DEBUG]: Running config-rsyslog using lock () 2020-02-11 08:46:53,332 - cc_rsyslog.py[DEBUG]: Skipping module named rsyslog, no 'rsyslog' key in configuration 2020-02-11 08:46:53,333 - handlers.py[DEBUG]: finish: init-network/config-rsyslog: SUCCESS: config-rsyslog ran successfully 2020-02-11 08:46:53,333 - stages.py[DEBUG]: Running module users-groups () with frequency once-per-instance 2020-02-11 08:46:53,333 - handlers.py[DEBUG]: start: init-network/config-users-groups: running config-users-groups with frequency once-per-instance 2020-02-11 08:46:53,333 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_users_groups - wb: [644] 25 bytes 2020-02-11 08:46:53,334 - helpers.py[DEBUG]: Running config-users-groups using lock () 2020-02-11 08:46:53,334 - util.py[DEBUG]: Reading from /etc/os-release (quiet=True) 2020-02-11 08:46:53,334 - util.py[DEBUG]: Read 175 bytes from /etc/os-release 2020-02-11 08:46:53,335 - util.py[DEBUG]: Reading from /etc/system-image/channel.ini (quiet=True) 2020-02-11 08:46:53,335 - util.py[DEBUG]: Read 0 bytes from /etc/system-image/channel.ini 2020-02-11 08:46:53,335 - __init__.py[DEBUG]: Adding user sles 2020-02-11 08:46:53,335 - util.py[DEBUG]: Running hidden command to protect sensitive input/output logstring: ['useradd', 'sles', '--comment', 'sles Cloud User', '--groups', 'cdrom,users', '--shell', '/bin/bash', '-m'] 2020-02-11 08:46:53,504 - util.py[DEBUG]: Running command ['passwd', '-l', 'sles'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,534 - util.py[DEBUG]: Reading from /etc/sudoers (quiet=False) 2020-02-11 08:46:53,539 - util.py[DEBUG]: Read 3391 bytes from /etc/sudoers 2020-02-11 08:46:53,541 - util.py[DEBUG]: Writing to /etc/sudoers.d/90-cloud-init-users - wb: [440] 118 bytes 2020-02-11 08:46:53,542 - handlers.py[DEBUG]: finish: init-network/config-users-groups: SUCCESS: config-users-groups ran successfully 2020-02-11 08:46:53,542 - stages.py[DEBUG]: Running module ssh () with frequency once-per-instance 2020-02-11 08:46:53,543 - handlers.py[DEBUG]: start: init-network/config-ssh: running config-ssh with frequency once-per-instance 2020-02-11 08:46:53,543 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_ssh - wb: [644] 25 bytes 2020-02-11 08:46:53,543 - helpers.py[DEBUG]: Running config-ssh using lock () 2020-02-11 08:46:53,544 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_rsa_key.pub 2020-02-11 08:46:53,544 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_rsa_key 2020-02-11 08:46:53,544 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_dsa_key.pub 2020-02-11 08:46:53,544 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_dsa_key 2020-02-11 08:46:53,544 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ecdsa_key.pub 2020-02-11 08:46:53,544 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ecdsa_key 2020-02-11 08:46:53,545 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ed25519_key.pub 2020-02-11 08:46:53,546 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ed25519_key 2020-02-11 08:46:53,546 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'rsa', '-N', '', '-f', '/etc/ssh/ssh_host_rsa_key'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,723 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'dsa', '-N', '', '-f', '/etc/ssh/ssh_host_dsa_key'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,764 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ecdsa', '-N', '', '-f', '/etc/ssh/ssh_host_ecdsa_key'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,770 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ed25519', '-N', '', '-f', '/etc/ssh/ssh_host_ed25519_key'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:53,777 - util.py[DEBUG]: Reading from /etc/ssh/ssh_host_rsa_key.pub (quiet=False) 2020-02-11 08:46:53,777 - util.py[DEBUG]: Read 406 bytes from /etc/ssh/ssh_host_rsa_key.pub 2020-02-11 08:46:53,777 - util.py[DEBUG]: Reading from /etc/ssh/ssh_host_ecdsa_key.pub (quiet=False) 2020-02-11 08:46:53,777 - util.py[DEBUG]: Read 186 bytes from /etc/ssh/ssh_host_ecdsa_key.pub 2020-02-11 08:46:53,777 - util.py[DEBUG]: Reading from /etc/ssh/ssh_host_ed25519_key.pub (quiet=False) 2020-02-11 08:46:53,777 - util.py[DEBUG]: Read 106 bytes from /etc/ssh/ssh_host_ed25519_key.pub 2020-02-11 08:46:53,779 - util.py[DEBUG]: Changing the ownership of /home/sles/.ssh to 1000:100 2020-02-11 08:46:53,779 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) 2020-02-11 08:46:53,788 - util.py[DEBUG]: Read 3420 bytes from /etc/ssh/sshd_config 2020-02-11 08:46:53,789 - util.py[DEBUG]: Writing to /home/sles/.ssh/authorized_keys - wb: [600] 0 bytes 2020-02-11 08:46:53,790 - util.py[DEBUG]: Changing the ownership of /home/sles/.ssh/authorized_keys to 1000:100 2020-02-11 08:46:53,790 - util.py[DEBUG]: Changing the ownership of /root/.ssh to 0:0 2020-02-11 08:46:53,790 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) 2020-02-11 08:46:53,790 - util.py[DEBUG]: Read 3420 bytes from /etc/ssh/sshd_config 2020-02-11 08:46:53,791 - util.py[DEBUG]: Writing to /root/.ssh/authorized_keys - wb: [600] 0 bytes 2020-02-11 08:46:53,792 - util.py[DEBUG]: Changing the ownership of /root/.ssh/authorized_keys to 0:0 2020-02-11 08:46:53,792 - handlers.py[DEBUG]: finish: init-network/config-ssh: SUCCESS: config-ssh ran successfully 2020-02-11 08:46:53,792 - main.py[DEBUG]: Ran 14 modules with 0 failures 2020-02-11 08:46:53,793 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/status.json (via temporary file /var/lib/cloud/data/tmpb_5g8y2h) - w: [644] 532 bytes/chars 2020-02-11 08:46:53,793 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) 2020-02-11 08:46:53,793 - util.py[DEBUG]: Read 12 bytes from /proc/uptime 2020-02-11 08:46:53,793 - util.py[DEBUG]: cloud-init mode 'init' took 0.884 seconds (0.88) 2020-02-11 08:46:53,793 - handlers.py[DEBUG]: finish: init-network: SUCCESS: searching for network datasources 2020-02-11 08:46:54,477 - util.py[DEBUG]: Cloud-init v. 19.4 running 'modules:config' at Tue, 11 Feb 2020 08:46:54 +0000. Up 33.62 seconds. 2020-02-11 08:46:54,485 - stages.py[DEBUG]: Using distro class 2020-02-11 08:46:54,486 - stages.py[INFO]: Skipping modules 'ssh-import-id' because they are not verified on distro 'sles'. To run anyway, add them to 'unverified_modules' in config. 2020-02-11 08:46:54,487 - stages.py[DEBUG]: Running module locale () with frequency once-per-instance 2020-02-11 08:46:54,488 - handlers.py[DEBUG]: start: modules-config/config-locale: running config-locale with frequency once-per-instance 2020-02-11 08:46:54,488 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_locale - wb: [644] 25 bytes 2020-02-11 08:46:54,489 - helpers.py[DEBUG]: Running config-locale using lock () 2020-02-11 08:46:54,489 - cc_locale.py[DEBUG]: Setting locale to en_US.UTF-8 2020-02-11 08:46:54,489 - util.py[DEBUG]: Reading from /etc/locale.conf (quiet=False) 2020-02-11 08:46:54,489 - util.py[DEBUG]: Read 17 bytes from /etc/locale.conf 2020-02-11 08:46:54,489 - util.py[DEBUG]: Writing to /etc/locale.conf - wb: [644] 17 bytes 2020-02-11 08:46:54,490 - handlers.py[DEBUG]: finish: modules-config/config-locale: SUCCESS: config-locale ran successfully 2020-02-11 08:46:54,490 - stages.py[DEBUG]: Running module set-passwords () with frequency once-per-instance 2020-02-11 08:46:54,490 - handlers.py[DEBUG]: start: modules-config/config-set-passwords: running config-set-passwords with frequency once-per-instance 2020-02-11 08:46:54,491 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_set_passwords - wb: [644] 25 bytes 2020-02-11 08:46:54,491 - helpers.py[DEBUG]: Running config-set-passwords using lock () 2020-02-11 08:46:54,491 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) 2020-02-11 08:46:54,491 - util.py[DEBUG]: Read 3420 bytes from /etc/ssh/sshd_config 2020-02-11 08:46:54,492 - ssh_util.py[DEBUG]: line 124: option PasswordAuthentication added with yes 2020-02-11 08:46:54,492 - util.py[DEBUG]: Writing to /etc/ssh/sshd_config - wb: [640] 3447 bytes 2020-02-11 08:46:54,493 - util.py[DEBUG]: Running command ['systemctl', 'restart', 'sshd.service'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:54,635 - cc_set_passwords.py[DEBUG]: Restarted the ssh daemon. 2020-02-11 08:46:54,635 - handlers.py[DEBUG]: finish: modules-config/config-set-passwords: SUCCESS: config-set-passwords ran successfully 2020-02-11 08:46:54,635 - stages.py[DEBUG]: Running module zypper-add-repo () with frequency once-per-instance 2020-02-11 08:46:54,636 - handlers.py[DEBUG]: start: modules-config/config-zypper-add-repo: running config-zypper-add-repo with frequency once-per-instance 2020-02-11 08:46:54,636 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_zypper_add_repo - wb: [644] 24 bytes 2020-02-11 08:46:54,637 - helpers.py[DEBUG]: Running config-zypper-add-repo using lock () 2020-02-11 08:46:54,637 - cc_zypper_add_repo.py[DEBUG]: Skipping module named zypper-add-repo, no 'zypper' relevant configuration found 2020-02-11 08:46:54,637 - handlers.py[DEBUG]: finish: modules-config/config-zypper-add-repo: SUCCESS: config-zypper-add-repo ran successfully 2020-02-11 08:46:54,637 - stages.py[DEBUG]: Running module ntp () with frequency once-per-instance 2020-02-11 08:46:54,637 - handlers.py[DEBUG]: start: modules-config/config-ntp: running config-ntp with frequency once-per-instance 2020-02-11 08:46:54,637 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_ntp - wb: [644] 24 bytes 2020-02-11 08:46:54,638 - helpers.py[DEBUG]: Running config-ntp using lock () 2020-02-11 08:46:54,638 - cc_ntp.py[DEBUG]: Skipping module named ntp, not present or disabled by cfg 2020-02-11 08:46:54,638 - handlers.py[DEBUG]: finish: modules-config/config-ntp: SUCCESS: config-ntp ran successfully 2020-02-11 08:46:54,638 - stages.py[DEBUG]: Running module timezone () with frequency once-per-instance 2020-02-11 08:46:54,638 - handlers.py[DEBUG]: start: modules-config/config-timezone: running config-timezone with frequency once-per-instance 2020-02-11 08:46:54,638 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_timezone - wb: [644] 24 bytes 2020-02-11 08:46:54,639 - helpers.py[DEBUG]: Running config-timezone using lock () 2020-02-11 08:46:54,648 - util.py[DEBUG]: Attempting to remove /etc/localtime 2020-02-11 08:46:54,648 - util.py[DEBUG]: Creating symbolic link from '/etc/localtime' => '/usr/share/zoneinfo/Europe/Berlin' 2020-02-11 08:46:54,648 - handlers.py[DEBUG]: finish: modules-config/config-timezone: SUCCESS: config-timezone ran successfully 2020-02-11 08:46:54,648 - stages.py[DEBUG]: Running module disable-ec2-metadata () with frequency always 2020-02-11 08:46:54,649 - handlers.py[DEBUG]: start: modules-config/config-disable-ec2-metadata: running config-disable-ec2-metadata with frequency always 2020-02-11 08:46:54,649 - helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock () 2020-02-11 08:46:54,649 - cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled 2020-02-11 08:46:54,649 - handlers.py[DEBUG]: finish: modules-config/config-disable-ec2-metadata: SUCCESS: config-disable-ec2-metadata ran successfully 2020-02-11 08:46:54,649 - stages.py[DEBUG]: Running module runcmd () with frequency once-per-instance 2020-02-11 08:46:54,649 - handlers.py[DEBUG]: start: modules-config/config-runcmd: running config-runcmd with frequency once-per-instance 2020-02-11 08:46:54,649 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_runcmd - wb: [644] 25 bytes 2020-02-11 08:46:54,650 - helpers.py[DEBUG]: Running config-runcmd using lock () 2020-02-11 08:46:54,650 - cc_runcmd.py[DEBUG]: Skipping module named runcmd, no 'runcmd' key in configuration 2020-02-11 08:46:54,650 - handlers.py[DEBUG]: finish: modules-config/config-runcmd: SUCCESS: config-runcmd ran successfully 2020-02-11 08:46:54,650 - main.py[DEBUG]: Ran 7 modules with 0 failures 2020-02-11 08:46:54,651 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/status.json (via temporary file /var/lib/cloud/data/tmpu3d0ob9c) - w: [644] 560 bytes/chars 2020-02-11 08:46:54,651 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) 2020-02-11 08:46:54,651 - util.py[DEBUG]: Read 12 bytes from /proc/uptime 2020-02-11 08:46:54,651 - util.py[DEBUG]: cloud-init mode 'modules' took 0.240 seconds (0.24) 2020-02-11 08:46:54,651 - handlers.py[DEBUG]: finish: modules-config: SUCCESS: running modules for config 2020-02-11 08:46:55,285 - util.py[DEBUG]: Cloud-init v. 19.4 running 'modules:final' at Tue, 11 Feb 2020 08:46:55 +0000. Up 34.43 seconds. 2020-02-11 08:46:55,302 - stages.py[DEBUG]: Using distro class 2020-02-11 08:46:55,309 - stages.py[DEBUG]: Running module package-update-upgrade-install () with frequency once-per-instance 2020-02-11 08:46:55,311 - handlers.py[DEBUG]: start: modules-final/config-package-update-upgrade-install: running config-package-update-upgrade-install with frequency once-per-instance 2020-02-11 08:46:55,311 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_package_update_upgrade_install - wb: [644] 25 bytes 2020-02-11 08:46:55,313 - helpers.py[DEBUG]: Running config-package-update-upgrade-install using lock () 2020-02-11 08:46:55,314 - handlers.py[DEBUG]: finish: modules-final/config-package-update-upgrade-install: SUCCESS: config-package-update-upgrade-install ran successfully 2020-02-11 08:46:55,314 - stages.py[DEBUG]: Running module puppet () with frequency once-per-instance 2020-02-11 08:46:55,314 - handlers.py[DEBUG]: start: modules-final/config-puppet: running config-puppet with frequency once-per-instance 2020-02-11 08:46:55,314 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_puppet - wb: [644] 25 bytes 2020-02-11 08:46:55,315 - helpers.py[DEBUG]: Running config-puppet using lock () 2020-02-11 08:46:55,315 - cc_puppet.py[DEBUG]: Skipping module named puppet, no 'puppet' configuration found 2020-02-11 08:46:55,316 - handlers.py[DEBUG]: finish: modules-final/config-puppet: SUCCESS: config-puppet ran successfully 2020-02-11 08:46:55,316 - stages.py[DEBUG]: Running module chef () with frequency once-per-instance 2020-02-11 08:46:55,317 - handlers.py[DEBUG]: start: modules-final/config-chef: running config-chef with frequency once-per-instance 2020-02-11 08:46:55,317 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_chef - wb: [644] 25 bytes 2020-02-11 08:46:55,318 - helpers.py[DEBUG]: Running config-chef using lock () 2020-02-11 08:46:55,318 - cc_chef.py[DEBUG]: Skipping module named chef, no 'chef' key in configuration 2020-02-11 08:46:55,318 - handlers.py[DEBUG]: finish: modules-final/config-chef: SUCCESS: config-chef ran successfully 2020-02-11 08:46:55,318 - stages.py[DEBUG]: Running module mcollective () with frequency once-per-instance 2020-02-11 08:46:55,318 - handlers.py[DEBUG]: start: modules-final/config-mcollective: running config-mcollective with frequency once-per-instance 2020-02-11 08:46:55,318 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_mcollective - wb: [644] 25 bytes 2020-02-11 08:46:55,319 - helpers.py[DEBUG]: Running config-mcollective using lock () 2020-02-11 08:46:55,320 - cc_mcollective.py[DEBUG]: Skipping module named mcollective, no 'mcollective' key in configuration 2020-02-11 08:46:55,320 - handlers.py[DEBUG]: finish: modules-final/config-mcollective: SUCCESS: config-mcollective ran successfully 2020-02-11 08:46:55,320 - stages.py[DEBUG]: Running module salt-minion () with frequency once-per-instance 2020-02-11 08:46:55,320 - handlers.py[DEBUG]: start: modules-final/config-salt-minion: running config-salt-minion with frequency once-per-instance 2020-02-11 08:46:55,321 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_salt_minion - wb: [644] 25 bytes 2020-02-11 08:46:55,321 - helpers.py[DEBUG]: Running config-salt-minion using lock () 2020-02-11 08:46:55,321 - cc_salt_minion.py[DEBUG]: Skipping module named salt-minion, no 'salt_minion' key in configuration 2020-02-11 08:46:55,321 - handlers.py[DEBUG]: finish: modules-final/config-salt-minion: SUCCESS: config-salt-minion ran successfully 2020-02-11 08:46:55,321 - stages.py[DEBUG]: Running module rightscale_userdata () with frequency once-per-instance 2020-02-11 08:46:55,322 - handlers.py[DEBUG]: start: modules-final/config-rightscale_userdata: running config-rightscale_userdata with frequency once-per-instance 2020-02-11 08:46:55,322 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_rightscale_userdata - wb: [644] 25 bytes 2020-02-11 08:46:55,322 - helpers.py[DEBUG]: Running config-rightscale_userdata using lock () 2020-02-11 08:46:55,322 - cc_rightscale_userdata.py[DEBUG]: Failed to get raw userdata in module rightscale_userdata 2020-02-11 08:46:55,322 - handlers.py[DEBUG]: finish: modules-final/config-rightscale_userdata: SUCCESS: config-rightscale_userdata ran successfully 2020-02-11 08:46:55,323 - stages.py[DEBUG]: Running module scripts-vendor () with frequency once-per-instance 2020-02-11 08:46:55,323 - handlers.py[DEBUG]: start: modules-final/config-scripts-vendor: running config-scripts-vendor with frequency once-per-instance 2020-02-11 08:46:55,323 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_scripts_vendor - wb: [644] 25 bytes 2020-02-11 08:46:55,323 - helpers.py[DEBUG]: Running config-scripts-vendor using lock () 2020-02-11 08:46:55,324 - handlers.py[DEBUG]: finish: modules-final/config-scripts-vendor: SUCCESS: config-scripts-vendor ran successfully 2020-02-11 08:46:55,324 - stages.py[DEBUG]: Running module scripts-per-once () with frequency once 2020-02-11 08:46:55,324 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-once: running config-scripts-per-once with frequency once 2020-02-11 08:46:55,324 - util.py[DEBUG]: Writing to /var/lib/cloud/sem/config_scripts_per_once.once - wb: [644] 25 bytes 2020-02-11 08:46:55,325 - helpers.py[DEBUG]: Running config-scripts-per-once using lock () 2020-02-11 08:46:55,325 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-once: SUCCESS: config-scripts-per-once ran successfully 2020-02-11 08:46:55,325 - stages.py[DEBUG]: Running module scripts-per-boot () with frequency always 2020-02-11 08:46:55,325 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-boot: running config-scripts-per-boot with frequency always 2020-02-11 08:46:55,325 - helpers.py[DEBUG]: Running config-scripts-per-boot using lock () 2020-02-11 08:46:55,325 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-boot: SUCCESS: config-scripts-per-boot ran successfully 2020-02-11 08:46:55,325 - stages.py[DEBUG]: Running module scripts-per-instance () with frequency once-per-instance 2020-02-11 08:46:55,326 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-instance: running config-scripts-per-instance with frequency once-per-instance 2020-02-11 08:46:55,326 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_scripts_per_instance - wb: [644] 25 bytes 2020-02-11 08:46:55,327 - helpers.py[DEBUG]: Running config-scripts-per-instance using lock () 2020-02-11 08:46:55,327 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-instance: SUCCESS: config-scripts-per-instance ran successfully 2020-02-11 08:46:55,327 - stages.py[DEBUG]: Running module scripts-user () with frequency once-per-instance 2020-02-11 08:46:55,327 - handlers.py[DEBUG]: start: modules-final/config-scripts-user: running config-scripts-user with frequency once-per-instance 2020-02-11 08:46:55,328 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_scripts_user - wb: [644] 24 bytes 2020-02-11 08:46:55,328 - helpers.py[DEBUG]: Running config-scripts-user using lock () 2020-02-11 08:46:55,329 - handlers.py[DEBUG]: finish: modules-final/config-scripts-user: SUCCESS: config-scripts-user ran successfully 2020-02-11 08:46:55,329 - stages.py[DEBUG]: Running module ssh-authkey-fingerprints () with frequency once-per-instance 2020-02-11 08:46:55,329 - handlers.py[DEBUG]: start: modules-final/config-ssh-authkey-fingerprints: running config-ssh-authkey-fingerprints with frequency once-per-instance 2020-02-11 08:46:55,329 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_ssh_authkey_fingerprints - wb: [644] 25 bytes 2020-02-11 08:46:55,330 - helpers.py[DEBUG]: Running config-ssh-authkey-fingerprints using lock () 2020-02-11 08:46:55,330 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) 2020-02-11 08:46:55,331 - util.py[DEBUG]: Read 3447 bytes from /etc/ssh/sshd_config 2020-02-11 08:46:55,331 - util.py[DEBUG]: Reading from /home/sles/.ssh/authorized_keys (quiet=False) 2020-02-11 08:46:55,331 - util.py[DEBUG]: Read 0 bytes from /home/sles/.ssh/authorized_keys 2020-02-11 08:46:55,331 - handlers.py[DEBUG]: finish: modules-final/config-ssh-authkey-fingerprints: SUCCESS: config-ssh-authkey-fingerprints ran successfully 2020-02-11 08:46:55,331 - stages.py[DEBUG]: Running module keys-to-console () with frequency once-per-instance 2020-02-11 08:46:55,332 - handlers.py[DEBUG]: start: modules-final/config-keys-to-console: running config-keys-to-console with frequency once-per-instance 2020-02-11 08:46:55,332 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_keys_to_console - wb: [644] 25 bytes 2020-02-11 08:46:55,332 - helpers.py[DEBUG]: Running config-keys-to-console using lock () 2020-02-11 08:46:55,332 - util.py[DEBUG]: Running command ['/usr/lib/cloud-init/write-ssh-key-fingerprints', '', 'ssh-dss'] with allowed return codes [0] (shell=False, capture=True) 2020-02-11 08:46:55,372 - handlers.py[DEBUG]: finish: modules-final/config-keys-to-console: SUCCESS: config-keys-to-console ran successfully 2020-02-11 08:46:55,372 - stages.py[DEBUG]: Running module phone-home () with frequency once-per-instance 2020-02-11 08:46:55,373 - handlers.py[DEBUG]: start: modules-final/config-phone-home: running config-phone-home with frequency once-per-instance 2020-02-11 08:46:55,373 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_phone_home - wb: [644] 25 bytes 2020-02-11 08:46:55,374 - helpers.py[DEBUG]: Running config-phone-home using lock () 2020-02-11 08:46:55,374 - cc_phone_home.py[DEBUG]: Skipping module named phone-home, no 'phone_home' configuration found 2020-02-11 08:46:55,374 - handlers.py[DEBUG]: finish: modules-final/config-phone-home: SUCCESS: config-phone-home ran successfully 2020-02-11 08:46:55,374 - stages.py[DEBUG]: Running module final-message () with frequency always 2020-02-11 08:46:55,374 - handlers.py[DEBUG]: start: modules-final/config-final-message: running config-final-message with frequency always 2020-02-11 08:46:55,374 - helpers.py[DEBUG]: Running config-final-message using lock () 2020-02-11 08:46:55,374 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) 2020-02-11 08:46:55,374 - util.py[DEBUG]: Read 12 bytes from /proc/uptime 2020-02-11 08:46:55,380 - util.py[DEBUG]: Cloud-init v. 19.4 finished at Tue, 11 Feb 2020 08:46:55 +0000. Datasource DataSourceOVF [seed=vmware-tools]. Up 34.58 seconds 2020-02-11 08:46:55,380 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [644] 50 bytes 2020-02-11 08:46:55,381 - handlers.py[DEBUG]: finish: modules-final/config-final-message: SUCCESS: config-final-message ran successfully 2020-02-11 08:46:55,381 - stages.py[DEBUG]: Running module power-state-change () with frequency once-per-instance 2020-02-11 08:46:55,381 - handlers.py[DEBUG]: start: modules-final/config-power-state-change: running config-power-state-change with frequency once-per-instance 2020-02-11 08:46:55,381 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-vmware-imc/sem/config_power_state_change - wb: [644] 25 bytes 2020-02-11 08:46:55,382 - helpers.py[DEBUG]: Running config-power-state-change using lock () 2020-02-11 08:46:55,382 - cc_power_state_change.py[DEBUG]: no power_state provided. doing nothing 2020-02-11 08:46:55,382 - handlers.py[DEBUG]: finish: modules-final/config-power-state-change: SUCCESS: config-power-state-change ran successfully 2020-02-11 08:46:55,382 - main.py[DEBUG]: Ran 16 modules with 0 failures 2020-02-11 08:46:55,383 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/status.json (via temporary file /var/lib/cloud/data/tmplppohuu8) - w: [644] 588 bytes/chars 2020-02-11 08:46:55,383 - atomic_helper.py[DEBUG]: Atomically writing to file /var/lib/cloud/data/result.json (via temporary file /var/lib/cloud/data/tmpm60_mou6) - w: [644] 84 bytes/chars 2020-02-11 08:46:55,383 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json' 2020-02-11 08:46:55,383 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) 2020-02-11 08:46:55,383 - util.py[DEBUG]: Read 12 bytes from /proc/uptime 2020-02-11 08:46:55,383 - util.py[DEBUG]: cloud-init mode 'modules' took 0.163 seconds (0.16) 2020-02-11 08:46:55,384 - handlers.py[DEBUG]: finish: modules-final: SUCCESS: running modules for final