diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-06-28 20:48:38 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-06-28 20:51:14 +0200 |
commit | a0805a01542505301918cacb5db6216814c40023 (patch) | |
tree | dcc125fa94cbacdac6f30bea2d6ebc59ad335598 /patches/fuel-main | |
parent | be00c803bcefb56ad9f690ae1509d3dcae7e9d9b (diff) |
MCP: Remove all Fuel patches and plugins
Chances are none of the old patches / plugins can be reused as-is,
so remove all of them and prepare for the switch to MCP.
Change-Id: I999927a43b438d9bda9ff118731e2af4b1fa8caa
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches/fuel-main')
-rw-r--r-- | patches/fuel-main/0001-ntpd-autostart-at-Fuel-master-boot-time.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/patches/fuel-main/0001-ntpd-autostart-at-Fuel-master-boot-time.patch b/patches/fuel-main/0001-ntpd-autostart-at-Fuel-master-boot-time.patch deleted file mode 100644 index 5375c82a..00000000 --- a/patches/fuel-main/0001-ntpd-autostart-at-Fuel-master-boot-time.patch +++ /dev/null @@ -1,32 +0,0 @@ -:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -: Copyright (c) 2017 Enea AB and others. -: -: All rights reserved. This program and the accompanying materials -: are made available under the terms of the Apache License, Version 2.0 -: which accompanies this distribution, and is available at -: http://www.apache.org/licenses/LICENSE-2.0 -:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -From: Alexandru Avadanii <Alexandru.Avadanii@enea.com> -Date: Fri, 5 May 2017 20:40:19 +0200 -Subject: [PATCH] ntpd autostart at Fuel master boot time - -Closes-bug: 1688631 - -Change-Id: I9bc4e4cb9918bedef2408abb304696fc431ed378 -Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> ---- - iso/bootstrap_admin_node.sh | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/iso/bootstrap_admin_node.sh b/iso/bootstrap_admin_node.sh -index dbcac5f..f5d1583 100755 ---- a/iso/bootstrap_admin_node.sh -+++ b/iso/bootstrap_admin_node.sh -@@ -542,6 +542,7 @@ fi - # Sync time - systemctl stop ntpd - systemctl start ntpdate || echo "Failed to synchronize time with 'ntpdate'" -+systemctl enable ntpd - systemctl start ntpd - - bash /etc/rc.local |