Skip to content

Commit

Permalink
fix for hypershift deployment
Browse files Browse the repository at this point in the history
Signed-off-by: fbalak <[email protected]>
  • Loading branch information
fbalak committed Jun 13, 2024
1 parent f5d393c commit 2ae31ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocs_ci/deployment/hosted_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ def deploy_multiple_odf_clients(self):

class HypershiftHostedOCP(HyperShiftBase, MetalLBInstaller, CNVInstaller, Deployment):
def __init__(self, name):
Deployment.__init__(self)
HyperShiftBase.__init__(self)
MetalLBInstaller.__init__(self)
CNVInstaller.__init__(self)
Expand Down

0 comments on commit 2ae31ab

Please sign in to comment.