Project

Profile

Help

Issue #2524

closed

Vagrant systemd and upstart scripts are not symlinked to source

Added by bmbouter over 7 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Low
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version:
Platform Release:
2.12.2
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

To reproduce:

1. `vagrant up` to master
2. make a change to this file in your local checkout
3. Check the local vagrant environment to see if it received your changes with cat /usr/lib/systemd/system/pulp_resource_manager.service
4. Observe that your changes will not take effect in your dev environment
5. Which makes sense because this is not a symlink:

[vagrant@dev ~]$ ls -la /usr/lib/systemd/system/pulp_resource_manager.service 
-rw-r--r--. 1 root root 459 Dec  6 07:35 /usr/lib/systemd/system/pulp_resource_manager.service

In the dev environment, I expect all installed systemd .service files and all upstart init scripts to be symlinks to their source locations in the repo.

Also available in: Atom PDF