-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
RDO Dalmatian
-
None
-
CentOS Stream release 9
packstack 25.0.0
-
False
-
-
False
-
Important
Translation:
Connecting to github.com: port 443 reports an error. Check the py files involved. I am not sure where to connect to github.com. Due to the influence of the domestic network environment in China, I want to try to use a mirror or skip.
说明
连接github.com:443端口报错,查看涉及的py文件,个人无法确定哪里需要连接github.com,由于在中国国内网络环境影响,想尝试使用镜像或跳过。
报错详细日志
```bash
2025-01-22 16:45:49::ERROR::run_setup::1058::root:: Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/packstack/installer/run_setup.py", line 1053, in main
_main(options, conf_file, logFile)
File "/usr/lib/python3.9/site-packages/packstack/installer/run_setup.py", line 679, in _main
runSequences()
File "/usr/lib/python3.9/site-packages/packstack/installer/run_setup.py", line 646, in runSequences
controller.runAllSequences()
File "/usr/lib/python3.9/site-packages/packstack/installer/setup_controller.py", line 81, in runAllSequences
sequence.run(config=self.CONF, messages=self.MESSAGES)
File "/usr/lib/python3.9/site-packages/packstack/installer/core/sequences.py", line 109, in run
step.run(config=config, messages=messages)
File "/usr/lib/python3.9/site-packages/packstack/installer/core/sequences.py", line 50, in run
self.function(config, messages)
File "/usr/lib/python3.9/site-packages/packstack/plugins/puppet_950.py", line 213, in apply_puppet_manifest
wait_for_puppet(currently_running, messages)
File "/usr/lib/python3.9/site-packages/packstack/plugins/puppet_950.py", line 128, in wait_for_puppet
validate_logfile(log)
File "/usr/lib/python3.9/site-packages/packstack/modules/puppet.py", line 110, in validate_logfile
raise PuppetError(message)
packstack.installer.exceptions.PuppetError: Error appeared during Puppet run: 192.168.66.90_controller.pp
Error: Could not set 'present' on ensure: Failed to open TCP connection to github.com:443 (Connection refused - connect(2) for "github.com" port 443) (file: /var/tmp/packstack/2e22a1cfc5874764981b4b9bcaee14db/modules/packstack/manifests/provision/glance.pp, line: 8)^[[0m
You will find full trace in log /var/tmp/packstack/20250122-162335-daya24qn/manifests/192.168.66.90_controller.pp.log
2025-01-22 16:45:49::INFO::shell::98::root:: [192.168.66.90] Executing script:
rm -rf /var/tmp/packstack/2e22a1cfc5874764981b4b9bcaee14db
```