Activity log for bug #1417661

Date Who What changed Old value New value Message
2015-02-03 16:56:27 Mykhaylo Slobodyan bug added bug
2015-02-03 16:59:01 Mykhaylo Slobodyan description VERSION: feature_groups: - mirantis production: "docker" release: "6.1" api: "1.0" build_number: "95" build_id: "2015-02-03_10-23-18" nailgun_sha: "3a608fcea55b2532b024b53078d097232144570d" python-fuelclient_sha: "2ea7b3e91c1d2ff85110bf5abb161a6f4e537358" astute_sha: "ed5270bf9c6c1234797e00bd7d4dd3213253a413" fuellib_sha: "f2b9d6a4ea47542dd85b5d1e2680451d8ebc5108" ostf_sha: "c9100263140008abfcc2704732e98fbdfd644068" Steps to reproduce: - install master node from 6.1-95 iso - add 4 slaves - create env via WUI - nova-legacy, defaults. - fuel --env 1 node set --node 1,2,3 --role controller - fuel --env 1 node set --node 4 --role compute - fuel --env 1 node --provision --node 1,2,3,4 - fuel --env 1 deployment --default - ssh to node-1 which is controller, run: puppet apply /etc/puppet/modules/osnailyfacter/modular/controller.pp --debug Actual result: Notice: Scope(Class[main]): MODULAR: controller.pp Debug: hiera(): Hiera YAML backend starting Debug: hiera(): Looking up internal_int in YAML backend Debug: hiera(): Looking for data source override/node/node-1.test.domain.local Debug: hiera(): Cannot find datafile /etc/hiera/override/node/node-1.test.domain.local.yaml, skipping Debug: hiera(): Looking for data source override/common Debug: hiera(): Cannot find datafile /etc/hiera/override/common.yaml, skipping Debug: hiera(): Looking for data source globals Debug: hiera(): Cannot find datafile /etc/hiera/globals.yaml, skipping Debug: hiera(): Looking for data source astute Error: Could not find data item internal_int in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:7 on node node-1.test.domain.local Error: Could not find data item internal_int in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:7 on node node-1.test.domain.local Expected result: manifest should apply. Possible workaround: When I try to change affected line $internal_int = hiera('internal_int') to look like $internal_int = hiera('internal_int', none) I'm getting: Error: Could not find data item internal_address in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:11 on node node-1.test.domain.local VERSION:   feature_groups:     - mirantis   production: "docker"   release: "6.1"   api: "1.0"   build_number: "95"   build_id: "2015-02-03_10-23-18"   nailgun_sha: "3a608fcea55b2532b024b53078d097232144570d"   python-fuelclient_sha: "2ea7b3e91c1d2ff85110bf5abb161a6f4e537358"   astute_sha: "ed5270bf9c6c1234797e00bd7d4dd3213253a413"   fuellib_sha: "f2b9d6a4ea47542dd85b5d1e2680451d8ebc5108"   ostf_sha: "c9100263140008abfcc2704732e98fbdfd644068" Steps to reproduce: - install master node from 6.1-95 iso - add 4 slaves - create env via WUI - nova-legacy, defaults. - fuel --env 1 node set --node 1,2,3 --role controller - fuel --env 1 node set --node 4 --role compute - fuel --env 1 node --provision --node 1,2,3,4 - fuel --env 1 deployment --default - ssh to node-1 which is controller, run:   puppet apply /etc/puppet/modules/osnailyfacter/modular/controller.pp --debug Actual result: Notice: Scope(Class[main]): MODULAR: controller.pp Debug: hiera(): Hiera YAML backend starting Debug: hiera(): Looking up internal_int in YAML backend Debug: hiera(): Looking for data source override/node/node-1.test.domain.local Debug: hiera(): Cannot find datafile /etc/hiera/override/node/node-1.test.domain.local.yaml, skipping Debug: hiera(): Looking for data source override/common Debug: hiera(): Cannot find datafile /etc/hiera/override/common.yaml, skipping Debug: hiera(): Looking for data source globals Debug: hiera(): Cannot find datafile /etc/hiera/globals.yaml, skipping Debug: hiera(): Looking for data source astute Error: Could not find data item internal_int in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:7 on node node-1.test.domain.local Error: Could not find data item internal_int in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:7 on node node-1.test.domain.local Expected result: manifest should apply. Possible workaround: When I try to change affected line $internal_int = hiera('internal_int') to look like $internal_int = hiera('internal_int', undef) I'm getting: Error: Could not find data item internal_address in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:11 on node node-1.test.domain.local
2015-02-03 16:59:52 Mykhaylo Slobodyan description VERSION:   feature_groups:     - mirantis   production: "docker"   release: "6.1"   api: "1.0"   build_number: "95"   build_id: "2015-02-03_10-23-18"   nailgun_sha: "3a608fcea55b2532b024b53078d097232144570d"   python-fuelclient_sha: "2ea7b3e91c1d2ff85110bf5abb161a6f4e537358"   astute_sha: "ed5270bf9c6c1234797e00bd7d4dd3213253a413"   fuellib_sha: "f2b9d6a4ea47542dd85b5d1e2680451d8ebc5108"   ostf_sha: "c9100263140008abfcc2704732e98fbdfd644068" Steps to reproduce: - install master node from 6.1-95 iso - add 4 slaves - create env via WUI - nova-legacy, defaults. - fuel --env 1 node set --node 1,2,3 --role controller - fuel --env 1 node set --node 4 --role compute - fuel --env 1 node --provision --node 1,2,3,4 - fuel --env 1 deployment --default - ssh to node-1 which is controller, run:   puppet apply /etc/puppet/modules/osnailyfacter/modular/controller.pp --debug Actual result: Notice: Scope(Class[main]): MODULAR: controller.pp Debug: hiera(): Hiera YAML backend starting Debug: hiera(): Looking up internal_int in YAML backend Debug: hiera(): Looking for data source override/node/node-1.test.domain.local Debug: hiera(): Cannot find datafile /etc/hiera/override/node/node-1.test.domain.local.yaml, skipping Debug: hiera(): Looking for data source override/common Debug: hiera(): Cannot find datafile /etc/hiera/override/common.yaml, skipping Debug: hiera(): Looking for data source globals Debug: hiera(): Cannot find datafile /etc/hiera/globals.yaml, skipping Debug: hiera(): Looking for data source astute Error: Could not find data item internal_int in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:7 on node node-1.test.domain.local Error: Could not find data item internal_int in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:7 on node node-1.test.domain.local Expected result: manifest should apply. Possible workaround: When I try to change affected line $internal_int = hiera('internal_int') to look like $internal_int = hiera('internal_int', undef) I'm getting: Error: Could not find data item internal_address in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:11 on node node-1.test.domain.local VERSION:   feature_groups:     - mirantis   production: "docker"   release: "6.1"   api: "1.0"   build_number: "95"   build_id: "2015-02-03_10-23-18"   nailgun_sha: "3a608fcea55b2532b024b53078d097232144570d"   python-fuelclient_sha: "2ea7b3e91c1d2ff85110bf5abb161a6f4e537358"   astute_sha: "ed5270bf9c6c1234797e00bd7d4dd3213253a413"   fuellib_sha: "f2b9d6a4ea47542dd85b5d1e2680451d8ebc5108"   ostf_sha: "c9100263140008abfcc2704732e98fbdfd644068" Steps to reproduce: - install master node from 6.1-95 iso - add 4 slaves - create env via WUI - <b>nova-legacy</b>, defaults. - fuel --env 1 node set --node 1,2,3 --role controller - fuel --env 1 node set --node 4 --role compute - fuel --env 1 node --provision --node 1,2,3,4 - fuel --env 1 deployment --default - ssh to node-1 which is controller, run:   puppet apply /etc/puppet/modules/osnailyfacter/modular/controller.pp --debug Actual result: Notice: Scope(Class[main]): MODULAR: controller.pp Debug: hiera(): Hiera YAML backend starting Debug: hiera(): Looking up internal_int in YAML backend Debug: hiera(): Looking for data source override/node/node-1.test.domain.local Debug: hiera(): Cannot find datafile /etc/hiera/override/node/node-1.test.domain.local.yaml, skipping Debug: hiera(): Looking for data source override/common Debug: hiera(): Cannot find datafile /etc/hiera/override/common.yaml, skipping Debug: hiera(): Looking for data source globals Debug: hiera(): Cannot find datafile /etc/hiera/globals.yaml, skipping Debug: hiera(): Looking for data source astute Error: Could not find data item internal_int in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:7 on node node-1.test.domain.local Error: Could not find data item internal_int in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:7 on node node-1.test.domain.local Expected result: manifest should apply. Possible workaround: When I try to change affected line $internal_int = hiera('internal_int') to look like $internal_int = hiera('internal_int', undef) I'm getting: Error: Could not find data item internal_address in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:11 on node node-1.test.domain.local Applying hiera.pp produces no errors.
2015-02-03 17:00:10 Mykhaylo Slobodyan description VERSION:   feature_groups:     - mirantis   production: "docker"   release: "6.1"   api: "1.0"   build_number: "95"   build_id: "2015-02-03_10-23-18"   nailgun_sha: "3a608fcea55b2532b024b53078d097232144570d"   python-fuelclient_sha: "2ea7b3e91c1d2ff85110bf5abb161a6f4e537358"   astute_sha: "ed5270bf9c6c1234797e00bd7d4dd3213253a413"   fuellib_sha: "f2b9d6a4ea47542dd85b5d1e2680451d8ebc5108"   ostf_sha: "c9100263140008abfcc2704732e98fbdfd644068" Steps to reproduce: - install master node from 6.1-95 iso - add 4 slaves - create env via WUI - <b>nova-legacy</b>, defaults. - fuel --env 1 node set --node 1,2,3 --role controller - fuel --env 1 node set --node 4 --role compute - fuel --env 1 node --provision --node 1,2,3,4 - fuel --env 1 deployment --default - ssh to node-1 which is controller, run:   puppet apply /etc/puppet/modules/osnailyfacter/modular/controller.pp --debug Actual result: Notice: Scope(Class[main]): MODULAR: controller.pp Debug: hiera(): Hiera YAML backend starting Debug: hiera(): Looking up internal_int in YAML backend Debug: hiera(): Looking for data source override/node/node-1.test.domain.local Debug: hiera(): Cannot find datafile /etc/hiera/override/node/node-1.test.domain.local.yaml, skipping Debug: hiera(): Looking for data source override/common Debug: hiera(): Cannot find datafile /etc/hiera/override/common.yaml, skipping Debug: hiera(): Looking for data source globals Debug: hiera(): Cannot find datafile /etc/hiera/globals.yaml, skipping Debug: hiera(): Looking for data source astute Error: Could not find data item internal_int in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:7 on node node-1.test.domain.local Error: Could not find data item internal_int in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:7 on node node-1.test.domain.local Expected result: manifest should apply. Possible workaround: When I try to change affected line $internal_int = hiera('internal_int') to look like $internal_int = hiera('internal_int', undef) I'm getting: Error: Could not find data item internal_address in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:11 on node node-1.test.domain.local Applying hiera.pp produces no errors. VERSION:   feature_groups:     - mirantis   production: "docker"   release: "6.1"   api: "1.0"   build_number: "95"   build_id: "2015-02-03_10-23-18"   nailgun_sha: "3a608fcea55b2532b024b53078d097232144570d"   python-fuelclient_sha: "2ea7b3e91c1d2ff85110bf5abb161a6f4e537358"   astute_sha: "ed5270bf9c6c1234797e00bd7d4dd3213253a413"   fuellib_sha: "f2b9d6a4ea47542dd85b5d1e2680451d8ebc5108"   ostf_sha: "c9100263140008abfcc2704732e98fbdfd644068" Steps to reproduce: - install master node from 6.1-95 iso - add 4 slaves - create env via WUI: nova-legacy, defaults. - fuel --env 1 node set --node 1,2,3 --role controller - fuel --env 1 node set --node 4 --role compute - fuel --env 1 node --provision --node 1,2,3,4 - fuel --env 1 deployment --default - ssh to node-1 which is controller, run:   puppet apply /etc/puppet/modules/osnailyfacter/modular/controller.pp --debug Actual result: Notice: Scope(Class[main]): MODULAR: controller.pp Debug: hiera(): Hiera YAML backend starting Debug: hiera(): Looking up internal_int in YAML backend Debug: hiera(): Looking for data source override/node/node-1.test.domain.local Debug: hiera(): Cannot find datafile /etc/hiera/override/node/node-1.test.domain.local.yaml, skipping Debug: hiera(): Looking for data source override/common Debug: hiera(): Cannot find datafile /etc/hiera/override/common.yaml, skipping Debug: hiera(): Looking for data source globals Debug: hiera(): Cannot find datafile /etc/hiera/globals.yaml, skipping Debug: hiera(): Looking for data source astute Error: Could not find data item internal_int in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:7 on node node-1.test.domain.local Error: Could not find data item internal_int in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:7 on node node-1.test.domain.local Expected result: manifest should apply. Possible workaround: When I try to change affected line $internal_int = hiera('internal_int') to look like $internal_int = hiera('internal_int', undef) I'm getting: Error: Could not find data item internal_address in any Hiera data file and no default supplied at /etc/puppet/modules/osnailyfacter/modular/controller.pp:11 on node node-1.test.domain.local Applying hiera.pp produces no errors.
2015-02-03 19:47:37 Ryan Moe fuel: status New Confirmed
2015-02-03 19:47:51 Ryan Moe fuel: assignee Fuel Library Team (fuel-library)
2015-02-03 19:47:55 Ryan Moe fuel: importance Undecided High
2015-02-03 20:06:58 Daniel Shafer attachment added fuel-snapshot-2015-02-03_19-54-09.tgz https://bugs.launchpad.net/fuel/+bug/1417661/+attachment/4311518/+files/fuel-snapshot-2015-02-03_19-54-09.tgz
2015-02-04 10:03:30 Aleksandr Didenko marked as duplicate 1417579