Actions
Bug #12728
closedCannot setup environment with Rudder dev
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Priority:
40
Name check:
Fix check:
Regression:
Description
./rtf platform setup dev Traceback (most recent call last): File "./rtf", line 1203, in <module> platform.setup(client_path) File "./rtf", line 554, in setup self.hosts[hostname].start() File "./rtf", line 303, in start os.system(proxy + "vagrant up " + self.hostid + " --provider="+self.provider) TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Updated by Nicolas CHARLES over 6 years ago
reverting to ea266a426a1c8c5ae8e5d1460351d60f05c6a79c solves the isse
Updated by Nicolas CHARLES over 6 years ago
Most likely introduced by https://www.rudder-project.org/redmine/issues/12370
Updated by Benoît PECCATTE over 6 years ago
- Assignee set to Benoît PECCATTE
- Target version set to master
- Severity set to Major - prevents use of part of Rudder | no simple workaround
- User visibility set to Infrequent - complex configurations | third party integrations
- Priority changed from 0 to 41
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from New to In progress
- Assignee changed from Benoît PECCATTE to Vincent MEMBRÉ
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-tests/pull/125
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-tests|d39d6f58cdd0b666149e21063d07f78b58a52947.
Updated by Benoît PECCATTE over 6 years ago
- Status changed from Pending release to Released
- Priority changed from 41 to 40
Actions