From 54a3e4c68e8790d989c9a5986ecb4f7b57c13aca Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 25 Jan 2017 11:42:19 -0500 Subject: Fixes yum update on undercloud We had already disabled this via puppet, but the code upstream was moved into python. This patch now disables it in python. JIRA: APEX-382 Change-Id: Ib8bb82945244818b1de0f26e3e80f599be72e8f6 Signed-off-by: Tim Rozet --- build/0001-Removes-doing-yum-update.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 build/0001-Removes-doing-yum-update.patch (limited to 'build/0001-Removes-doing-yum-update.patch') diff --git a/build/0001-Removes-doing-yum-update.patch b/build/0001-Removes-doing-yum-update.patch new file mode 100644 index 00000000..86e6ea3f --- /dev/null +++ b/build/0001-Removes-doing-yum-update.patch @@ -0,0 +1,25 @@ +From d04e8f730de074bafefea4c105a8270100efd9c1 Mon Sep 17 00:00:00 2001 +From: Tim Rozet +Date: Wed, 25 Jan 2017 09:53:17 -0500 +Subject: [PATCH] Removes doing yum update + +Signed-off-by: Tim Rozet +--- + instack_undercloud/undercloud.py | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/instack_undercloud/undercloud.py b/instack_undercloud/undercloud.py +index 2b9ff8c..b26cb49 100644 +--- a/instack_undercloud/undercloud.py ++++ b/instack_undercloud/undercloud.py +@@ -1209,7 +1209,6 @@ def install(instack_root): + _validate_configuration() + instack_env = _generate_environment(instack_root) + _generate_init_data(instack_env) +- _run_yum_update(instack_env) + _run_instack(instack_env) + _run_orc(instack_env) + _post_config(instack_env) +-- +2.9.3 + -- cgit 1.2.3-korg