Re: [xcat-user] [External] Ansible and Confluent

2024-02-06 Thread David Magda
n_hosts look on the management node? > > Does osdeploy initialize -k > > Make it work? > > From: David Magda > Sent: Monday, January 29, 2024 2:07 PM > To: xCAT Users Mailing list > Subject: Re: [xcat-user] [External] Ansible and Confluent > >> Yes, I was able to

Re: [xcat-user] [External] Ansible and Confluent

2024-01-29 Thread Jarrod Johnson
Oh, how does /etc/ssh/ssh_known_hosts look on the management node? Does osdeploy initialize -k Make it work? From: David Magda Sent: Monday, January 29, 2024 2:07 PM To: xCAT Users Mailing list Subject: Re: [xcat-user] [External] Ansible and Confluent Yes, I

Re: [xcat-user] [External] Ansible and Confluent

2024-01-29 Thread David Magda
; import confluent.sshutil as ssh > print(ssh.get_passphrase()) > > > Then: > export PYTHONPATH=/opt/confluent/lib/python > python thatscript.py > > Then: > sudo -u confluent bash > eval $(ssh-agent) > ssh-add /etc/confluent/ssh/automation > > Then paste

Re: [xcat-user] [External] Ansible and Confluent

2024-01-26 Thread Jarrod Johnson
above. Does that let confluent user ssh into the node? From: David Magda Sent: Friday, January 26, 2024 4:22 PM To: xCAT Users Mailing list Subject: Re: [xcat-user] [External] Ansible and Confluent Yup: """ # sha1sum /var/lib/confluent/public/s

Re: [xcat-user] [External] Ansible and Confluent

2024-01-26 Thread David Magda
automationpubkey >> /etc/confluent/ssh/automation.pub >> >> Do they match? >> >> From: David Magda >> Sent: Friday, January 26, 2024 3:50 PM >> To: xCAT Users Mailing list >> Subject: Re: [xcat-user] [External] Ansible and Confluent >> >

Re: [xcat-user] [External] Ansible and Confluent

2024-01-26 Thread Jarrod Johnson
David Magda > Sent: Friday, January 26, 2024 3:40 PM > To: xCAT Users Mailing list > Subject: Re: [xcat-user] [External] Ansible and Confluent > > There’s no “syncfiles” in the default Ubuntu profile, nor anything in the web > docs on its format, but I found a template in &

Re: [xcat-user] [External] Ansible and Confluent

2024-01-26 Thread David Magda
nt: Friday, January 26, 2024 3:40 PM > To: xCAT Users Mailing list > Subject: Re: [xcat-user] [External] Ansible and Confluent > > There’s no “syncfiles” in the default Ubuntu profile, nor anything in the web > docs on its format, but I found a template in > "/opt/confl

Re: [xcat-user] [External] Ansible and Confluent

2024-01-26 Thread Jarrod Johnson
# ls /var/lib/confluent/public/site/ssh/*pubkey From: David Magda Sent: Friday, January 26, 2024 3:40 PM To: xCAT Users Mailing list Subject: Re: [xcat-user] [External] Ansible and Confluent There’s no “syncfiles” in the default Ubuntu profile, nor anything in

Re: [xcat-user] [External] Ansible and Confluent

2024-01-26 Thread David Magda
t_to_node ['rsync', '-rvLD', targdir + '/', 'root@[{}]:/'.format(targip)])[0] File "/opt/confluent/lib/python/confluent/util.py", line 45, in run raise subprocess.CalledProcessError(retcode, process.args, output=stdout) CalledProcessError: C

Re: [xcat-user] [External] Ansible and Confluent

2024-01-26 Thread Jarrod Johnson
Magda Sent: Friday, January 26, 2024 2:01 PM To: xCAT Users Mailing list Subject: Re: [xcat-user] [External] Ansible and Confluent We have Confluent installed on a RH/CentOS 7 system that originally had/has xCat installed for deployment of our Lenovo hardware/HPC solution. I just installed it there

Re: [xcat-user] [External] Ansible and Confluent

2024-01-26 Thread David Magda
ISHED) """ On Thu, January 25, 2024 16:34, Jarrod Johnson wrote: > What is the OS of the deployment server? > > kill -USR1 $(cat /var/run/confluent/pid) > > This should produce a /var/log/confluennt/hangtraces > > Would be interesting to see if there'

Re: [xcat-user] [External] Ansible and Confluent

2024-01-25 Thread Ryan Novosielski via xCAT-user
One thing to mention, since I’m in the exact same sinking boat (not doing deployments though): confluent_selfcheck doesn’t work that reliably on RHEL7. -- #BlackLivesMatter || \\UTGERS, |---*O*--- ||_// the State | Ryan Novosielski

Re: [xcat-user] [External] Ansible and Confluent

2024-01-25 Thread Jarrod Johnson
Sent: Thursday, January 25, 2024 4:25 PM To: xCAT Users Mailing list Subject: Re: [xcat-user] [External] Ansible and Confluent First suggested command: """ # confluent_selfcheck OS Deployment: Initialized Confluent UUID: Consistent Web Server: Running Web Certificate: Traceback (m

Re: [xcat-user] [External] Ansible and Confluent

2024-01-25 Thread David Magda
First suggested command: """ # confluent_selfcheck OS Deployment: Initialized Confluent UUID: Consistent Web Server: Running Web Certificate: Traceback (most recent call last): File "/opt/confluent/bin/confluent_selfcheck", line 178, in cert = certificates_missing_ips(conn) File "/opt/conf

Re: [xcat-user] [External] Ansible and Confluent

2024-01-25 Thread Jarrod Johnson
Anything in /var/log/confluent/stderr or /var/log/confluent/trace? Also would be tempted to see if 'confluent_selfcheck' has any suggestions. You can also ssh into the node during that phase to confirm what it is doing while it is seemingly hung, e.g. looking at ps axf