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:
parent
283cd6318e
commit
a704c0cdab
@ -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'):
|
||||
|
Loading…
Reference in New Issue
Block a user