Actions
Bug #8976
closedDon't display warning about configuring policy server on root server
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
I just installed a root server and saw this:
==> server_centos: ******************************************************************************** ==> server_centos: rudder-agent has been installed (not started). This host can be a Rudder node. ==> server_centos: To get started, configure your Rudder server's hostname and launch the agent: ==> server_centos: # echo 'rudder.server' > /var/rudder/cfengine-community/policy_server.dat ==> server_centos: # service rudder-agent start ==> server_centos: This node will then appear in the Rudder web interface under 'Accept new nodes'. ==> server_centos: ********************************************************************************
This is clearly unecessary and I think also untrue. We should surround this echo command with a simple test to check if the UUID is "root" and then not print it if so.
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 3.1.14 to 3.1.15
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 3.1.15 to 3.1.16
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 3.1.16 to 3.1.17
Updated by Vincent MEMBRÉ almost 8 years ago
- Target version changed from 3.1.17 to 3.1.18
Updated by Vincent MEMBRÉ almost 8 years ago
- Target version changed from 3.1.18 to 3.1.19
Updated by Benoît PECCATTE over 7 years ago
- Status changed from New to In progress
- Assignee changed from Alexis Mousset to Benoît PECCATTE
Updated by Benoît PECCATTE over 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-packages/pull/1281
Updated by Benoît PECCATTE over 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|7cdfc6b67f982ab075a659b3da0099262ffbeea6.
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from Pending release to Released
- Priority set to 0
Actions