cancel
Showing results for 
Search instead for 
Did you mean: 
Navdeep
Mission Specialist
Mission Specialist
  • 1,459 Views

DO409 v3.3

lab tower-webui setup

It doesn't passes through,

when in looked at script:

function lab_setup {
  # Tower setup
  target='tower'
  print_header "Setting up ${target} for lab exercise work:"
  host_reachable ${target}

  projectdir='/root/ansible/DO409'

  pad " · Configure Demo Project on ${target}"
  cmd1="ansible-playbook -i ${projectdir}/inventories/admin/hosts ${projectdir}/localdemoproject.yml"
  if ${cmd1};
  then
    print_SUCCESS
  else
    print_FAIL
  fi
}

 

is there any fix to it ??

Labels (1)
0 Kudos
1 Reply
LLi
Cadet
Cadet
  • 990 Views

Looks it is a known issue. Has it ever been fixed?

[student@workstation ~]$ lab tower-webui setup

Setting up tower lab exercise work:

. Configure Demo Project on tower .................. FAIL

[student@workstation ~]

0 Kudos
Join the discussion
You must log in to join this conversation.