aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2017-07-14 14:04:23 +0000
committerEmilien Macchi <emilien@redhat.com>2017-07-21 16:10:48 +0000
commit0443e7a836d11f99639213e2f99538d47530f9b6 (patch)
tree48e2b5afba58d49ea30a81287989e97a5643fabe /releasenotes
parent9f1fbcb40a030d40b3241b6684fd554e12732dd1 (diff)
Revert "Disable systemd-networkd & systemd-resolved"
https://github.com/camptocamp/puppet-systemd/pull/32 is disabling by default the services so we don't have to control them via TripleO. This reverts commit d24874c7b2625e25630534a86864a93050f661d3. Change-Id: I4044f0b28b636c7a022912f6f24707bce22c8b98 Related-Bug: #1704160
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/systemd-d9a41bb3709d0653.yaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/releasenotes/notes/systemd-d9a41bb3709d0653.yaml b/releasenotes/notes/systemd-d9a41bb3709d0653.yaml
deleted file mode 100644
index af66f89d..00000000
--- a/releasenotes/notes/systemd-d9a41bb3709d0653.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-fixes:
- - |
- Latest commits in puppet-systemd enabled by default systemd-networkd and
- systemd-resolved but we don't want to manage them for now in TripleO.
- MySQL and MongoDB services were managing some systemd resources so now
- we ensure that these 2 systemd services are disabled. In the future, we
- might want and activate these services and revert that patch but for now
- we want to disable them.