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

FIWARE.Request.Tech.Cloud.PaaSManager.FilterError

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: FIWARE-TECH-HELP
    • Labels:
      None
    • HD-Chapter:
      Cloud
    • HD-Enabler:
      Pegasus

      Description

      Hi,

      I've been trying to test (and if needed, fix) the blueprint template that we created for the WebTundra Client with Synchronization bundle last year. It worked in December 2014 but not later now in 2015 yet. Information about previous errors and fix attempts is in https://jira.fiware.org/browse/HELP-3364

      I tried now to re-create the tier for the bundle to get it associated to some working regions. However those GEs don't actually show in the "Software in Catalogue" box in the Create Tier dialog. They showed OK in the "Software in Tier" part earlier, before I deleted the tier to be able to recreate it.

      How can I add them back to the tier?

        Activity

        Hide
        henar Henar Muñoz added a comment -

        Hi
        There is a filter regarding the image OS for the products. I have just added the image ubuntu14 for Spain2 (it was just for Spain). YOu could see them now.
        Regards,
        Henar

        Show
        henar Henar Muñoz added a comment - Hi There is a filter regarding the image OS for the products. I have just added the image ubuntu14 for Spain2 (it was just for Spain). YOu could see them now. Regards, Henar
        Hide
        henar Henar Muñoz added a comment -

        Hi
        I have testbed, and I found the following error in the webtundra.
        Regards,
        Henar

        Show
        henar Henar Muñoz added a comment - Hi I have testbed, and I found the following error in the webtundra. Regards, Henar
        Hide
        antont Toni Alatalo added a comment -

        Thanks that helped, I was able to see them in the listing now when selected ubuntu14.04.

        Also got then another error when it tried to create the tier but that's another story, will look into that next. But this visibility of GEs issues is clear at least in the sense that I also know what it is about.

        Show
        antont Toni Alatalo added a comment - Thanks that helped, I was able to see them in the listing now when selected ubuntu14.04. Also got then another error when it tried to create the tier but that's another story, will look into that next. But this visibility of GEs issues is clear at least in the sense that I also know what it is about.
        Hide
        antont Toni Alatalo added a comment -

        Oh and BTW I couldn't find any attachment regarding your error report earlier, is it actually here somehow or not yet?

        I know of that one issue that recently fixed in the sandbox svn with a change in the url / filename. Need to get that deployed somehow still but that's again a different story (in https://jira.fiware.org/browse/WEB-466 ).

        Show
        antont Toni Alatalo added a comment - Oh and BTW I couldn't find any attachment regarding your error report earlier, is it actually here somehow or not yet? I know of that one issue that recently fixed in the sandbox svn with a change in the url / filename. Need to get that deployed somehow still but that's again a different story (in https://jira.fiware.org/browse/WEB-466 ).
        Hide
        henar Henar Muñoz added a comment -

        Hi

        It should be in /var/log/chef/client.log (inside the VM). The error is:
        [2015-07-16T17:06:10+02:00] FATAL: Stacktrace dumped to /var/cache/chef/chef-stacktrace.out
        [2015-07-16T17:06:10+02:00] ERROR: remote_file[/var/tmp/WebTundra.zip] (webtundra::1.0.0_install line 14) had an error: Chef::Exceptions::ChecksumMismatch: Checksum on resource (140784) does not match checksum on content (e3b0c4)

        if you execute chef-client, you will see
        Converging 4 resources
        Recipe: webtundra::1.0.0_install

        • apt_package[unzip] action install (up to date)
        • apt_package[apache2] action install (up to date)
        • remote_file[/var/tmp/WebTundra.zip] action create

        ================================================================================
        Error executing action `create` on resource 'remote_file[/var/tmp/WebTundra.zip]'
        ================================================================================

        Chef::Exceptions::ChecksumMismatch
        ----------------------------------
        Checksum on resource (140784) does not match checksum on content (e3b0c4)

        Resource Declaration:
        ---------------------

        1. In /var/cache/chef/cookbooks/webtundra/recipes/1.0.0_install.rb

        14: remote_file "/var/tmp/WebTundra.zip" do
        15: source "https://forge.fi-ware.org/frs/download.php/1221/WebTundra-1.0-FIWARE-3.3.3.zip"
        16: mode 00644
        17: owner "www-data"
        18: checksum "14078416e15e0102c5ee2b9e55dab34565795cbb918955a57c90ba76690040b3"
        19: end
        20:

        You should just change the checksum in the recipe.
        Regards,
        Henar

        Show
        henar Henar Muñoz added a comment - Hi It should be in /var/log/chef/client.log (inside the VM). The error is: [2015-07-16T17:06:10+02:00] FATAL: Stacktrace dumped to /var/cache/chef/chef-stacktrace.out [2015-07-16T17:06:10+02:00] ERROR: remote_file [/var/tmp/WebTundra.zip] (webtundra::1.0.0_install line 14) had an error: Chef::Exceptions::ChecksumMismatch: Checksum on resource (140784) does not match checksum on content (e3b0c4) if you execute chef-client, you will see Converging 4 resources Recipe: webtundra::1.0.0_install apt_package [unzip] action install (up to date) apt_package [apache2] action install (up to date) remote_file [/var/tmp/WebTundra.zip] action create ================================================================================ Error executing action `create` on resource 'remote_file [/var/tmp/WebTundra.zip] ' ================================================================================ Chef::Exceptions::ChecksumMismatch ---------------------------------- Checksum on resource (140784) does not match checksum on content (e3b0c4) Resource Declaration: --------------------- In /var/cache/chef/cookbooks/webtundra/recipes/1.0.0_install.rb 14: remote_file "/var/tmp/WebTundra.zip" do 15: source "https://forge.fi-ware.org/frs/download.php/1221/WebTundra-1.0-FIWARE-3.3.3.zip" 16: mode 00644 17: owner "www-data" 18: checksum "14078416e15e0102c5ee2b9e55dab34565795cbb918955a57c90ba76690040b3" 19: end 20: You should just change the checksum in the recipe. Regards, Henar
        Hide
        henar Henar Muñoz added a comment -

        Regarding https://jira.fiware.org/browse/WEB-466, the ticket said that there is an error to execute the recipes as well as I have just told you.
        Regards,
        Henar

        Show
        henar Henar Muñoz added a comment - Regarding https://jira.fiware.org/browse/WEB-466 , the ticket said that there is an error to execute the recipes as well as I have just told you. Regards, Henar
        Hide
        antont Toni Alatalo added a comment - - edited

        did the checksum update to the recipe in testbed svn now.

        following this doc, https://docs.chef.io/resource_remote_file.html , did:

        shasum -a 256 WebTundra-1.0-FIWARE-3.3.3.zip
        1d21147d831b8da9289f0503ae89096988e3ea7dc95fa3cf4398f09c091b5f04 WebTundra-1.0-FIWARE-3.3.3.zip

        recipes antont$ svn diff
        source "https://forge.fi-ware.org/frs/download.php/1221/WebTundra-1.0-FIWARE-3.3.3.zip"
        mode 00644
        owner "www-data"

        • checksum "14078416e15e0102c5ee2b9e55dab34565795cbb918955a57c90ba76690040b3"
          + checksum "1d21147d831b8da9289f0503ae89096988e3ea7dc95fa3cf4398f09c091b5f04"
        Show
        antont Toni Alatalo added a comment - - edited did the checksum update to the recipe in testbed svn now. following this doc, https://docs.chef.io/resource_remote_file.html , did: shasum -a 256 WebTundra-1.0-FIWARE-3.3.3.zip 1d21147d831b8da9289f0503ae89096988e3ea7dc95fa3cf4398f09c091b5f04 WebTundra-1.0-FIWARE-3.3.3.zip recipes antont$ svn diff source "https://forge.fi-ware.org/frs/download.php/1221/WebTundra-1.0-FIWARE-3.3.3.zip" mode 00644 owner "www-data" checksum "14078416e15e0102c5ee2b9e55dab34565795cbb918955a57c90ba76690040b3" + checksum "1d21147d831b8da9289f0503ae89096988e3ea7dc95fa3cf4398f09c091b5f04"

          People

          • Assignee:
            henar Henar Muñoz
            Reporter:
            antont Toni Alatalo
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: