Project

General

Profile

Actions

Bug #7110

closed

If I have a Rudder server in 3.1, but the relay in 3.0, all nodes behind the relay can't fetch the uuid of the relay

Added by Nicolas CHARLES over 8 years ago. Updated about 8 years ago.

Status:
Rejected
Priority:
1
Assignee:
-
Category:
Server components
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

I upgraded my rudder serve to 3.1.1, but forgot to upgrade my relay
The nodes now fetch the uuid of the policy server on https, but the conf of the relay havent apperently been upgraded:

netstat -laputen
tcp        0      0 :::22                       :::*                        LISTEN      0          11086      1120/sshd           
tcp        0      0 ::1:25                      :::*                        LISTEN      0          11296      1198/master         
tcp        0      0 :::514                      :::*                        LISTEN      0          10507      951/rsyslogd        
tcp        0      0 :::37934                    :::*                        LISTEN      29         10714      998/rpc.statd       
tcp        0      0 :::111                      :::*                        LISTEN      0          10605      978/rpcbind         
tcp        0      0 :::80                       :::*                        LISTEN      0          11433      1209/httpd          

On the node

/usr/bin/curl -k -1 -s -f --proxy '' -o "/var/rudder/cfengine-community/rudder-server-uuid.txt" https://relay1.rudder.local/uuid
echo $?
7

Is it mandatory to upgrade the relay ??

Actions #1

Updated by Nicolas CHARLES over 8 years ago

ok, it seems that no promises exist to configure the ports on which the relay listen to, so we'd at least need to document that the relay should be upgraded

Actions #2

Updated by Nicolas CHARLES over 8 years ago

oh :( the relay didn't have the relay package installed (it comes from a 2.10 era), so do I need to install a new package ???

Actions #3

Updated by Alexis Mousset about 8 years ago

  • Status changed from New to Rejected

Closing as it is a documentation issue, see #6226

Actions

Also available in: Atom PDF