Revert "Make sure python3-novaclient is installed before creating fence_compute"

This reverts commit c1e9447998. as we
push the package installation to THT via I3dbe35e2037c02cf0436b173bb42578f2a0b2db3

Depends-On: I3dbe35e2037c02cf0436b173bb42578f2a0b2db3
Change-Id: Iaa5451f1072f3c98aaddb1781d14f015a0ccbe0a
This commit is contained in:
Michele Baldessari 2020-09-11 10:01:50 +02:00
parent 5fad3411d5
commit 8d195ca9b5
1 changed files with 2 additions and 8 deletions

View File

@ -253,14 +253,8 @@ class tripleo::profile::base::pacemaker (
}
}
if $enable_instanceha {
if $pacemaker_master {
include tripleo::profile::base::pacemaker::instance_ha
}
# Until https://bugzilla.redhat.com/show_bug.cgi?id=1857247 is fixed we
# need to make sure the package is installed on the host.
ensure_resource('package', 'python3-novaclient', { ensure => 'installed' })
Package<| name == 'python3-novaclient' |> -> Pcmk_stonith<| title == 'fence-nova' |>
if $enable_instanceha and $pacemaker_master {
include tripleo::profile::base::pacemaker::instance_ha
}
if ($step >= 2 and $pacemaker_master) {