Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-16293

FIWARE.Request.Lab.Request to resolve issue while uploading VM image on FIWARE.

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: FIWARE-LAB-HELP
    • Labels:
      None

      Description

      Hi Team,

      We are exploring a tool and we need to install this internal tool from VM image and this local VM can image be found on: https://www.snap4city.org/download/video/StartSNAP4CITYVM/StartSNAP4CITYVM-V1-2.rar <https://www.snap4city.org/download/video/StartSNAP4CITYVM/StartSNAP4CITYVM-V1-0.rar> . For this VM image, VMware version is VMware ESXi v6.5 .

      Our team has tried to upload this VM image but they are facing error while uploading. Please see attached screenshot and kindly update us to fix this issue if we are proceeding wrong and let us know if there is an option you can do at your end from backend.

      Thanks & regards,
      Priya Kataria

      ________________________________
      The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or NECTI or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of NECTI or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately.

      __________________________________________________________________________________________

      You can get more information about our cookies and privacy policies on the following links:

      Fiware-lab-help mailing list
      Fiware-lab-help@lists.fiware.org

      To unsubscribe from Fiware-lab-help mailing list, go to the information page of the list at:
      https://lists.fiware.org/listinfo/fiware-lab-help

      [Created via e-mail received from: Priya Kataria <priya.kataria@india.nec.com>]

        Activity

        Hide
        fw.ext.user FW External User added a comment -

        From: Priya Kataria
        Sent: 07 November 2019 14:45
        To: fiware-lab-help@lists.fiware.org
        Cc: Naman Kapoor <Naman.Kapoor@india.nec.com>
        Subject: Request to resolve issue while uploading VM image on FIWARE

        Hi Team,

        We are exploring a tool and we need to install this internal tool from VM image and this local VM can image be found on: https://www.snap4city.org/download/video/StartSNAP4CITYVM/StartSNAP4CITYVM-V1-2.rar <https://www.snap4city.org/download/video/StartSNAP4CITYVM/StartSNAP4CITYVM-V1-0.rar> . For this VM image, VMware version is VMware ESXi v6.5 .

        Our team has tried to upload this VM image but they are facing error while uploading. Please see attached screenshot and kindly update us to fix this issue if we are proceeding wrong and let us know if there is an option you can do at your end from backend.

        Thanks & regards,
        Priya Kataria

        Show
        fw.ext.user FW External User added a comment - From: Priya Kataria Sent: 07 November 2019 14:45 To: fiware-lab-help@lists.fiware.org Cc: Naman Kapoor <Naman.Kapoor@india.nec.com> Subject: Request to resolve issue while uploading VM image on FIWARE Hi Team, We are exploring a tool and we need to install this internal tool from VM image and this local VM can image be found on: https://www.snap4city.org/download/video/StartSNAP4CITYVM/StartSNAP4CITYVM-V1-2.rar < https://www.snap4city.org/download/video/StartSNAP4CITYVM/StartSNAP4CITYVM-V1-0.rar > . For this VM image, VMware version is VMware ESXi v6.5 . Our team has tried to upload this VM image but they are facing error while uploading. Please see attached screenshot and kindly update us to fix this issue if we are proceeding wrong and let us know if there is an option you can do at your end from backend. Thanks & regards, Priya Kataria
        Hide
        atul_pandey Noida Node Helpdesk added a comment -

        We have resolved this issue. You can now upload the images from your account.
        Fiware-lab-Admin-Noida

        Show
        atul_pandey Noida Node Helpdesk added a comment - We have resolved this issue. You can now upload the images from your account. Fiware-lab-Admin-Noida
        Hide
        atul_pandey Noida Node Helpdesk added a comment -

        Hi José,

        We have successfully resolved the issue in which the Noida node users were unable to create instances, upload images on the cloud portal.

        We have also resolved the problem in which we were not able get the quota for any user.

        Change is done in nova identify.py file from where request header was prepared.

        Before changes:

        42         resp = sess.get('/projects/%s' % project_id,
        43                         endpoint_filter={
        44                             'service_type': 'identity',
        45                             'version': (2, 0)
        46                         },
        

        After changes:

        42         resp = sess.get('/projects/%s' % project_id,
        43                         endpoint_filter={
        44                             'service_type': 'identity',
        45                             'version': (3, 0)
        46                         },
        

        Earlier, Nova “quota show” command was working with v2 header, so we suspect changes has been done at central keystone. Could you confirm the same?

        Show
        atul_pandey Noida Node Helpdesk added a comment - Hi José, We have successfully resolved the issue in which the Noida node users were unable to create instances, upload images on the cloud portal. We have also resolved the problem in which we were not able get the quota for any user. Change is done in nova identify.py file from where request header was prepared. Before changes : 42 resp = sess.get('/projects/%s' % project_id, 43 endpoint_filter={ 44 'service_type': 'identity', 45 'version': (2, 0) 46 }, After changes : 42 resp = sess.get('/projects/%s' % project_id, 43 endpoint_filter={ 44 'service_type': 'identity', 45 'version': (3, 0) 46 }, Earlier, Nova “quota show” command was working with v2 header, so we suspect changes has been done at central keystone. Could you confirm the same?
        Hide
        jicg José Ignacio Carretero Guarde added a comment -

        The issue has been emailed:

        • Time sent: 11/Nov/19 1:52 PM
        • To: priya.kataria@india.nec.com
        • with subject: *(HELP-16293) [Fiware-lab-help] Request to resolve issue while uploading VM image on FIWARE *

        We had a problem with central services. Please check again if this works for you

        From FIWARE JIRA - Main Help Desk ----

        -------------------------------------------------------------------------------
        Comments:

        Noida Node Helpdesk - Today 9:41 AM
        ------------------
        Hi José,

        We have successfully resolved the issue in which the Noida node users were unable to create instances, upload images on the cloud portal.

        We have also resolved the problem in which we were not able get the quota for any user.

        Change is done in nova identify.py file from where request header was prepared.

        Before changes:

        42         resp = sess.get('/projects/%s' % project_id,
        43                         endpoint_filter={
        44                             'service_type': 'identity',
        45                             'version': (2, 0)
        46                         },
        

        After changes:

        42         resp = sess.get('/projects/%s' % project_id,
        43                         endpoint_filter={
        44                             'service_type': 'identity',
        45                             'version': (3, 0)
        46                         },
        

        Earlier, Nova “quota show” command was working with v2 header, so we suspect changes has been done at central keystone. Could you confirm the same?

        Noida Node Helpdesk - Friday 5:22 PM
        ------------------
        We have resolved this issue. You can now upload the images from your account.
        Fiware-lab-Admin-Noida

        FW External User - Friday 5:34 AM
        ------------------

        From: Priya Kataria
        Sent: 07 November 2019 14:45
        To: fiware-lab-help@lists.fiware.org
        Cc: Naman Kapoor <Naman.Kapoor@india.nec.com>
        Subject: Request to resolve issue while uploading VM image on FIWARE

        Hi Team,

        We are exploring a tool and we need to install this internal tool from VM image and this local VM can image be found on: https://www.snap4city.org/download/video/StartSNAP4CITYVM/StartSNAP4CITYVM-V1-2.rar <https://www.snap4city.org/download/video/StartSNAP4CITYVM/StartSNAP4CITYVM-V1-0.rar> . For this VM image, VMware version is VMware ESXi v6.5 .

        Our team has tried to upload this VM image but they are facing error while uploading. Please see attached screenshot and kindly update us to fix this issue if we are proceeding wrong and let us know if there is an option you can do at your end from backend.

        Thanks & regards,
        Priya Kataria

        ------------------------
        Issue id: HELP-16293
        Description:
        Hi Team,

        We are exploring a tool and we need to install this internal tool from VM image and this local VM can image be found on: https://www.snap4city.org/download/video/StartSNAP4CITYVM/StartSNAP4CITYVM-V1-2.rar <https://www.snap4city.org/download/video/StartSNAP4CITYVM/StartSNAP4CITYVM-V1-0.rar> . For this VM image, VMware version is VMware ESXi v6.5 .

        Our team has tried to upload this VM image but they are facing error while uploading. Please see attached screenshot and kindly update us to fix this issue if we are proceeding wrong and let us know if there is an option you can do at your end from backend.

        Thanks & regards,
        Priya Kataria

        ________________________________
        The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or NECTI or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of NECTI or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately.

        __________________________________________________________________________________________

        You can get more information about our cookies and privacy policies on the following links:

        Fiware-lab-help mailing list
        Fiware-lab-help@lists.fiware.org

        To unsubscribe from Fiware-lab-help mailing list, go to the information page of the list at:
        https://lists.fiware.org/listinfo/fiware-lab-help

        [Created via e-mail received from: Priya Kataria <priya.kataria@india.nec.com>]

        FIWARE Chapter:
        FIWARE GEri:

        Status: Open

        ---------------------
        This email was generated by FIWARE JIRA following an email received into the Main Help Desk.

        Show
        jicg José Ignacio Carretero Guarde added a comment - The issue has been emailed: Time sent: 11/Nov/19 1:52 PM To: priya.kataria@india.nec.com with subject: *( HELP-16293 ) [Fiware-lab-help] Request to resolve issue while uploading VM image on FIWARE * We had a problem with central services. Please check again if this works for you From FIWARE JIRA - Main Help Desk ---- ------------------------------------------------------------------------------- Comments: Noida Node Helpdesk - Today 9:41 AM ------------------ Hi José, We have successfully resolved the issue in which the Noida node users were unable to create instances, upload images on the cloud portal. We have also resolved the problem in which we were not able get the quota for any user. Change is done in nova identify.py file from where request header was prepared. Before changes : 42 resp = sess.get('/projects/%s' % project_id, 43 endpoint_filter={ 44 'service_type': 'identity', 45 'version': (2, 0) 46 }, After changes : 42 resp = sess.get('/projects/%s' % project_id, 43 endpoint_filter={ 44 'service_type': 'identity', 45 'version': (3, 0) 46 }, Earlier, Nova “quota show” command was working with v2 header, so we suspect changes has been done at central keystone. Could you confirm the same? Noida Node Helpdesk - Friday 5:22 PM ------------------ We have resolved this issue. You can now upload the images from your account. Fiware-lab-Admin-Noida FW External User - Friday 5:34 AM ------------------ From: Priya Kataria Sent: 07 November 2019 14:45 To: fiware-lab-help@lists.fiware.org Cc: Naman Kapoor <Naman.Kapoor@india.nec.com> Subject: Request to resolve issue while uploading VM image on FIWARE Hi Team, We are exploring a tool and we need to install this internal tool from VM image and this local VM can image be found on: https://www.snap4city.org/download/video/StartSNAP4CITYVM/StartSNAP4CITYVM-V1-2.rar < https://www.snap4city.org/download/video/StartSNAP4CITYVM/StartSNAP4CITYVM-V1-0.rar > . For this VM image, VMware version is VMware ESXi v6.5 . Our team has tried to upload this VM image but they are facing error while uploading. Please see attached screenshot and kindly update us to fix this issue if we are proceeding wrong and let us know if there is an option you can do at your end from backend. Thanks & regards, Priya Kataria ------------------------ Issue id: HELP-16293 Description: Hi Team, We are exploring a tool and we need to install this internal tool from VM image and this local VM can image be found on: https://www.snap4city.org/download/video/StartSNAP4CITYVM/StartSNAP4CITYVM-V1-2.rar < https://www.snap4city.org/download/video/StartSNAP4CITYVM/StartSNAP4CITYVM-V1-0.rar > . For this VM image, VMware version is VMware ESXi v6.5 . Our team has tried to upload this VM image but they are facing error while uploading. Please see attached screenshot and kindly update us to fix this issue if we are proceeding wrong and let us know if there is an option you can do at your end from backend. Thanks & regards, Priya Kataria ________________________________ The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or NECTI or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of NECTI or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. __________________________________________________________________________________________ You can get more information about our cookies and privacy policies on the following links: https://wiki.fiware.org/FIWARE_Privacy_Policy https://wiki.fiware.org/Cookies_Policy_FIWARE Fiware-lab-help mailing list Fiware-lab-help@lists.fiware.org To unsubscribe from Fiware-lab-help mailing list, go to the information page of the list at: https://lists.fiware.org/listinfo/fiware-lab-help [Created via e-mail received from: Priya Kataria <priya.kataria@india.nec.com>] FIWARE Chapter: FIWARE GEri: Status: Open --------------------- This email was generated by FIWARE JIRA following an email received into the Main Help Desk.
        Hide
        atul_pandey Noida Node Helpdesk added a comment -

        Hi Jose,

        Before changes:

        42         resp = sess.get('/projects/%s' % project_id,
        43                         endpoint_filter={
        44                             'service_type': 'identity',
        45                             'version': (2, 0)
        46                         },
        

        After changes:

        42         resp = sess.get('/projects/%s' % project_id,
        43                         endpoint_filter={
        44                             'service_type': 'identity',
        45                             'version': (3, 0)
        46                         },
        

        Could you please confirm above changes that we have done for (all) problems at central node are appropriate and complete or do we have to do some additional changes also?

        Show
        atul_pandey Noida Node Helpdesk added a comment - Hi Jose, Before changes : 42 resp = sess.get('/projects/%s' % project_id, 43 endpoint_filter={ 44 'service_type': 'identity', 45 'version': (2, 0) 46 }, After changes : 42 resp = sess.get('/projects/%s' % project_id, 43 endpoint_filter={ 44 'service_type': 'identity', 45 'version': (3, 0) 46 }, Could you please confirm above changes that we have done for (all) problems at central node are appropriate and complete or do we have to do some additional changes also?

          People

          • Assignee:
            jicg José Ignacio Carretero Guarde
            Reporter:
            fw.ext.user FW External User
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: