Hi team,
Now I'm testing upgrade for Fedora Atomic 29 image, but when I run command "atomic host deploy <commitID>" I got below error. Could you please help me understand how to fix this? Thank you in advance.
[root test-fc29 log]# atomic host status
/usr/lib/python3.7/site-packages/Atomic/util.py:469: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
return yaml_load(conf_file)
State: idle
AutomaticUpdates: disabled
Deployments:
* ostree://fedora-atomic:fedora/29/x86_64/atomic-host
Version: 29.20190528.0 (2019-05-28T00:23:56Z)
Commit: cb50ac29d58f4e7e8dcfc3c2dd4156c6acd17038577437e4744edee7b7c02eda
GPGSignature: Valid signature by 5A03B4DD8254ECA02FDA1637A20AA56B429476B4
[root test-fc29 log]# atomic host deploy cb50ac29d58f4e7e8dcfc3c2dd4156c6acd17038577437e4744edee7b7c02eda
/usr/lib/python3.7/site-packages/Atomic/util.py:469: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
return yaml_load(conf_file)
Validating checksum 'cb50ac29d58f4e7e8dcfc3c2dd4156c6acd17038577437e4744edee7b7c02eda'
error: While fetching mirrorlist 'https://ostree.fedoraproject.org/mirrorlist': While fetching https://ostree.fedoraproject.org/mirrorlist: [6] Couldn't resolve host name
[root test-fc29 log]#
--