Hi,

We wanted to use catalog diff to verify the old and new catalogs during conversionto hiera. They should be both have the saem resources with the same paramters. But every resource that is created in the 'new' version with create_resources(), gives a wrong catalog diff.

The resource is indeed in both catalogs, only the old one contains 2 automatic attributes (file: and line:). I suspect this is the cause.

Anyone experienced simular result ?

In the meantime, I try to understand the catalog-diff code to see where this could be corrected.

Grts

johan

   Catalog diff output :
   
--------------------------------------------------------------------------------
   test_node                             100.0%
   
--------------------------------------------------------------------------------
   Total resources in old: 0
   Total resources in new: 1
   Only in new:
            notify[my_test_notify]
   Catalag percentage added:       100.00
   Catalog percentage removed:     0.00
   Catalog percentage changed:     0.00
   Added and removed resources:    +1 / 0
   Node percentage:        100.0
   Node differences:       1
   
--------------------------------------------------------------------------------
   1 out of 1 nodes changed.                             100.0%
   
--------------------------------------------------------------------------------
   Nodes with the most changes by percent changed:
   1. test_node                             100.00%
   Nodes with the most changes by differeces:
   1. test_node                                  1false
   The manifest new and catalog entry
   node 'test_node' {
       $my_notify =  { 'my_test_notify' => { 'message' => 'this is a
   test notify',
     'name' => 'test_notify',
     'withpath' => 'true', }
                    }
       create_resources(notify, $my_notify)
   }
   <snip>      {
            "parameters": {
              "withpath": "true",
              "message": "this is a test notify",
              "name": "test_notify"
            },
            "exported": false,
            "tags": [
              "notify",
              "my_test_notify",
              "node",
              "test_node",
              "class"
            ],
            "title": "my_test_notify",
            "type": "Notify"
          }
   <snip>
   The manifest OLD
   node 'test_node' {
       notify { 'my_test_notify':
         message  => 'this is a test notify',
         name     => 'test_notify',
         withpath => true,
       }
   }
   <snip>
            "title": "test_node",
            "type": "Node"
          },
          {
            "parameters": {
              "withpath": true,
              "message": "this is a test notify",
              "name": "test_notify"
            },
            "exported": false,
            "line": 12,
            "file":
   "/etc/puppetlabs/puppet/environments/rese_old/manifests/nodes/test_node.pp",
            "tags": [
              "notify",
              "my_test_notify",
              "node",
              "test_node",
              "class"
            ],
            "title": "my_test_notify",
            "type": "Notify"
          }
   <snip>



--
Johan De Wit

Open Source Consultant

Red Hat Certified Engineer              (805008667232363)
Puppet Certified Professional 2013/2014 (PCP0000006)
_________________________________________________________
Open-Future Phone +32 (0)2/255 70 70
Zavelstraat 72              Fax       +32 (0)2/255 70 71
3071 KORTENBERG             Mobile    +32 (0)474/42 40 73
BELGIUM                     http://www.open-future.be
_________________________________________________________

Next Events:
Zabbix Certified Training | 
http://www.open-future.be/zabbix-certified-specialist-training-5th-till-7th-january
Zabbix Certified Professional | 
http://www.open-future.be/zabbix-certified-professional-training-8th-till-9th-janaury
Bacula Administrator 1 | 
http://www.open-future.be/bacula-administrator-i-training-13th-till-15th-january
Puppet Fundamentals | 
http://www.open-future.be/puppet-fundamentals-training-26th-till-28th-january
Puppet Architect | 
http://www.open-future.be/puppet-architect-training-29th-till-30th-january
Subscribe to our newsletter | http://eepurl.com/BUG8H

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/54993791.50404%40open-future.be.
For more options, visit https://groups.google.com/d/optout.

Reply via email to