Skip to content

Commit

Permalink
he: Deployment was failing because of undefine ansible variable
Browse files Browse the repository at this point in the history
So, Passing the variable required for ansible role.

Bug-Url: https://bugzilla.redhat.com/2106419
Signed-off-by: Ritesh Chikatwar <[email protected]>
  • Loading branch information
rchikatw authored and sandrobonazzola committed Jul 14, 2022
1 parent bdd6dc2 commit 2ac3c40
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dashboard/src/helpers/HostedEngineSetupUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,15 @@ export class HeSetupModel {
},
adminUsername: {
name: "adminUsername",
ansibleVarName: "he_admin_username",
ansiblePhasesUsed: [
phases.BOOTSTRAP_VM,
phases.CREATE_STORAGE,
phases.TARGET_VM,
phases.ISCSI_DISCOVER,
phases.ISCSI_GET_DEVICES,
phases.FC_GET_DEVICES
],
description: "Admin Username",
value: "admin@internal",
type: types.STRING,
Expand Down

0 comments on commit 2ac3c40

Please sign in to comment.