CiscoUcs / KUBAM-Frontend

Front end GUI to KUBAM Project
http://kubam.io
Other
0 stars 3 forks source link

Adding brand new image #56

Open vallard opened 6 years ago

vallard commented 6 years ago

If the KUBAM file does not exist on the server and the GUI tries to make a new ISO mapping the operation will fail. It does not fail in the API. There is something the GUI is doing that creates an invalid map when it tries to do a post. Subsequent operations work fine.

vallard commented 6 years ago

The SSH keys has the same issue. Perhaps the GUI expects something different when there are no values. The API works fine.

rushins commented 6 years ago

hi

i tried to map ISO from the KUBAM web interface but i cannot, .i have downloade the ISO on KUBAM docker container inside but nothing is possible to map >

does anyone know how to map ISO (centos or redhat ) on operating system - ISO images on kubam interface using?

vallard commented 6 years ago

is the ISO file inside the ~/kubam/ directory ?

On Wed, Jul 18, 2018 at 3:41 PM, rushins notifications@github.com wrote:

hi

i tried to map ISO from the KUBAM web interface but i cannot, .i have downloade the ISO on KUBAM docker container inside but nothing is possible to map >

does anyone know how to map ISO (centos or redhat ) on operating system - ISO images on kubam interface using?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/CiscoUcs/KUBAM-Frontend/issues/56#issuecomment-406096598, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKVTfHDZcxcU1WiqRBNXL9gDMVCKBDrks5uH7mhgaJpZM4VR8ts .

rushins commented 6 years ago

Yes it is also i tried mount the iso but getting loop error which I cannot mount ?

vallard commented 6 years ago

hmm.. .sorry you are having so much trouble. Can you get the kubam/kubam logs?

Run this in one shell: docker logs -f $(docker ps | awk '/kubam\/kubam/ {print $1}')

and then do the GUI and see if you get any output errors that can help troubleshoot.

On Wed, Jul 18, 2018 at 9:21 PM, rushins notifications@github.com wrote:

Yes it is also i tried mount the iso but getting loop error which I cannot mount ?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/CiscoUcs/KUBAM-Frontend/issues/56#issuecomment-406150172, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKVTbHKGtQ-HsUf5IL6GIjZjPDM1omHks5uIAlEgaJpZM4VR8ts .

vallard commented 6 years ago

Also if you try restarting the container I’ve seen that solve it sometimes as well. We have a bug there.

On Jul 18, 2018, at 9:34 PM, Vallard vallard@benincosa.com wrote:

hmm.. .sorry you are having so much trouble. Can you get the kubam/kubam logs?

Run this in one shell: docker logs -f $(docker ps | awk '/kubam\/kubam/ {print $1}')

and then do the GUI and see if you get any output errors that can help troubleshoot.

On Wed, Jul 18, 2018 at 9:21 PM, rushins notifications@github.com wrote: Yes it is also i tried mount the iso but getting loop error which I cannot mount ?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.

rushins commented 6 years ago

yes after container restart , i see that i can MAP ISO from KUBAM with Centos 7.3. This is fixed but after that i have another issues during Deploy tab.

I have selected Big Blue Button "Make Boot Images" i get this error "OS could not be determined with ISO image. Perhaps this is not a supported OS?" i have downloaded from CENTOS bulids http://mirror.ash.fastserv.com/centos/7/isos/x86_64/ and added during Map ISO with Centos 7.3 ?

any idea what might be the issue ?

vallard commented 6 years ago

Looks like a new version of Centos (Centos 7.5). I'll add support to that. Currently we only support Centos 7.2/.3/.4

On Thu, Jul 19, 2018 at 7:14 AM, rushins notifications@github.com wrote:

yes after container restart , i see that i can MAP ISO from KUBAM with Centos 7.3. This is fixed but after that i have another issues during Deploy tab.

I have selected Big Blue Button "Make Boot Images" i get this error "OS could not be determined with ISO image. Perhaps this is not a supported OS?" i have downloaded from CENTOS bulids http://mirror.ash.fastserv.com/centos/7/isos/x86_64/ and added during Map ISO with Centos 7.3 ?

any idea what might be the issue ?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/CiscoUcs/KUBAM-Frontend/issues/56#issuecomment-406291127, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKVTdjDs2A3p30GD522ebZra-AB4QP5ks5uIJRegaJpZM4VR8ts .