2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Be more verbose in osdeploy initialize

Output was a tad terse.
This commit is contained in:
Jarrod Johnson 2020-06-26 08:19:22 -04:00
parent 283cd6318e
commit a704c0cdab

View File

@ -142,6 +142,7 @@ def initialize(cmdset):
subprocess.check_call(tarcmd)
os.chdir(opath)
os.rename(tmptarname, '/var/lib/confluent/public/site/initramfs.tgz')
print('Site initramfs content packed successfully')
if cmdset.k:
with open('/etc/ssh/ssh_known_hosts', 'a+b') as skh:
for cafile in glob.glob('/var/lib/confluent/public/site/ssh/*.ca'):