Hi,

I'm using opnfv fuel 9.0 to deploy openstack with ODL-SFC(netvirt) +
OVS(DPDK+NSH). I have used all default plugins which are staged with the
fuel iso.
I have made the necessary configurations related to neutron VLAN IDs, DPDK
enabled interface and Hugepage configuration in compute node. Network
verification is also successful. The deployment is failing with the below
error.

generate_network_config(): Endpoint 'br-aux' not found in interfaces or
transformations result. at /etc/fuel/plugins/opendaylight
-0.9/puppet/manifests/odl-netconfig.pp:25 on node node-1.domain.tld

I'm unable to check where this bridge is being created. Never faced this
issue before when neutron with tunneling is used. Am I missing any
configuration related to vlan? Attached the complete puppet log and
network_scheme. Please let me know the cause for error and how to proceed
about this.


Thanks,
-Veena
{"endpoints"=>
  {"br-fw-admin"=>
    {"IP"=>["10.20.0.4/24"],
     "vendor_specific"=>{"provider_gateway"=>"10.20.0.2"}},
   "br-mgmt"=>{"IP"=>["192.168.0.4/24"]},
   "br-storage"=>{"IP"=>["192.168.1.2/24"]},
   "br-ex-lnx"=>
    {"IP"=>["10.164.16.23/16"],
     "gateway"=>"10.164.0.1",
     "vendor_specific"=>{"provider_gateway"=>"10.164.0.1"}},
   "br-ex"=>{"IP"=>"none"},
   "br-aux"=>{"IP"=>"none"}},
 "interfaces"=>
  {"eno1"=>{"vendor_specific"=>{"bus_info"=>"0000:04:00.0", "driver"=>"tg3"}},
   "eno2"=>{"vendor_specific"=>{"bus_info"=>"0000:04:00.1", "driver"=>"tg3"}}},
 "provider"=>"lnx",
 "roles"=>
  {"admin/pxe"=>"br-fw-admin",
   "aodh/api"=>"br-mgmt",
   "ceilometer/api"=>"br-mgmt",
   "ceph/public"=>"br-storage",
   "ceph/radosgw"=>"br-ex-lnx",
   "ceph/replication"=>"br-storage",
   "cinder/api"=>"br-mgmt",
   "cinder/iscsi"=>"br-storage",
   "ex"=>"br-ex-lnx",
   "fw-admin"=>"br-fw-admin",
   "glance/api"=>"br-mgmt",
   "glance/glare"=>"br-mgmt",
   "heat/api"=>"br-mgmt",
   "horizon"=>"br-mgmt",
   "ironic/api"=>"br-mgmt",
   "keystone/api"=>"br-mgmt",
   "management"=>"br-mgmt",
   "mgmt/corosync"=>"br-mgmt",
   "mgmt/database"=>"br-mgmt",
   "mgmt/memcache"=>"br-mgmt",
   "mgmt/messaging"=>"br-mgmt",
   "mgmt/vip"=>"br-mgmt",
   "mongo/db"=>"br-mgmt",
   "murano/api"=>"br-mgmt",
   "murano/cfapi"=>"br-mgmt",
   "neutron/api"=>"br-mgmt",
   "neutron/floating"=>"br-ex",
   "neutron/private"=>"br-aux",
   "nova/api"=>"br-mgmt",
   "nova/migration"=>"br-mgmt",
   "public/vip"=>"br-ex-lnx",
   "sahara/api"=>"br-mgmt",
   "storage"=>"br-storage",
   "swift/api"=>"br-mgmt",
   "swift/replication"=>"br-storage"},
 "transformations"=>
  [{"action"=>"add-br", "name"=>"br-fw-admin"},
   {"action"=>"add-br", "name"=>"br-mgmt"},
   {"action"=>"add-br", "name"=>"br-storage"},
   {"action"=>"add-br", "name"=>"br-ex-lnx"},
   {"action"=>"add-br", "name"=>"br-ex", "provider"=>"ovs"},
   {"action"=>"add-patch",
    "bridges"=>["br-ex", "br-ex-lnx"],
    "mtu"=>65000,
    "provider"=>"ovs"},
   {"action"=>"add-port", "bridge"=>"br-fw-admin", "name"=>"eno1"},
   {"action"=>"add-port", "bridge"=>"br-mgmt", "name"=>"eno1.101"},
   {"action"=>"add-port", "bridge"=>"br-storage", "name"=>"eno1.102"},
   {"action"=>"add-port", "bridge"=>"br-ex-lnx", "name"=>"eno2"}],
 "version"=>"1.1"}
2017-01-07 05:29:13 +0000 Scope(Class[main]) (notice): MODULAR: rsync_core_puppet
2017-01-07 05:29:13 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.02 seconds
2017-01-07 05:29:14 +0000 /Stage[main]/Main/Exec[rsync_core_puppet_shell]/returns (notice): skipping non-regular file "osnailyfacter/modular/master"
2017-01-07 05:29:14 +0000 /Stage[main]/Main/Exec[rsync_core_puppet_shell]/returns (notice): executed successfully
2017-01-07 05:29:14 +0000 Puppet (notice): Finished catalog run in 0.97 seconds
2017-01-07 05:29:15 +0000 Scope(Class[Osnailyfacter::Hiera::Hiera]) (notice): MODULAR: hiera/hiera.pp
2017-01-07 05:29:15 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.07 seconds
2017-01-07 05:29:15 +0000 /Stage[main]/Osnailyfacter::Hiera::Hiera/File[hiera_data_dir]/ensure (notice): created
2017-01-07 05:29:15 +0000 /Stage[main]/Osnailyfacter::Hiera::Hiera/Hiera_config[/etc/hiera.yaml]/data_dir (notice): data_dir changed '' to '/etc/hiera'
2017-01-07 05:29:15 +0000 /Stage[main]/Osnailyfacter::Hiera::Hiera/Hiera_config[/etc/hiera.yaml]/hierarchy (notice): hierarchy changed '["defaults", "%{clientcert}", "%{environment}", "global"]' to '["override/node/%{::fqdn}", "override/class/%{calling_class}", "override/module/%{calling_module}", "override/plugins", "override/common", "override/configuration/%{::fqdn}", "override/configuration/role", "override/configuration/cluster", "override/configuration/default_route", "class/%{calling_class}", "module/%{calling_module}", "deleted_nodes", "nodes", "globals%{disable_globals_yaml}", "astute"]'
2017-01-07 05:29:15 +0000 /Stage[main]/Osnailyfacter::Hiera::Hiera/Hiera_config[/etc/hiera.yaml]/logger (notice): logger changed '' to 'noop'
2017-01-07 05:29:15 +0000 /Stage[main]/Osnailyfacter::Hiera::Hiera/Hiera_config[/etc/hiera.yaml]/merge_behavior (notice): merge_behavior changed '' to 'deeper'
2017-01-07 05:29:15 +0000 /Stage[main]/Osnailyfacter::Hiera::Hiera/File[hiera_puppet_config]/ensure (notice): ensure changed 'file' to 'link'
2017-01-07 05:29:15 +0000 /Stage[main]/Osnailyfacter::Hiera::Hiera/File[hiera_data_astute]/ensure (notice): created
2017-01-07 05:29:15 +0000 /Stage[main]/Osnailyfacter::Hiera::Hiera/File[hiera_data_override_dir]/ensure (notice): created
2017-01-07 05:29:15 +0000 Puppet (notice): Finished catalog run in 0.04 seconds
2017-01-07 05:29:16 +0000 Scope(Class[Osnailyfacter::Hiera::Override_configuration]) (notice): MODULAR: hiera/override_configuration.pp
2017-01-07 05:29:16 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.06 seconds
2017-01-07 05:29:16 +0000 /Stage[main]/Osnailyfacter::Hiera::Override_configuration/File[/etc/hiera/override]/ensure (notice): created
2017-01-07 05:29:16 +0000 /Stage[main]/Osnailyfacter::Hiera::Override_configuration/File[/etc/hiera/override/configuration]/ensure (notice): created
2017-01-07 05:29:16 +0000 Puppet (notice): Finished catalog run in 0.03 seconds
2017-01-07 05:29:17 +0000 Scope(Class[main]) (notice): MODULAR: configuration_symlink
2017-01-07 05:29:17 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.01 seconds
2017-01-07 05:29:17 +0000 /Stage[main]/Main/Exec[configuration_symlink_shell]/returns (notice): executed successfully
2017-01-07 05:29:17 +0000 Puppet (notice): Finished catalog run in 0.02 seconds
2017-01-07 05:29:18 +0000 Scope(Class[Osnailyfacter::Plugins::Plugins_rsync]) (notice): MODULAR: plugins/plugins_rsync.pp
2017-01-07 05:29:18 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.14 seconds
2017-01-07 05:29:18 +0000 /Stage[main]/Osnailyfacter::Plugins::Plugins_rsync/File[/etc/fuel/plugins/]/ensure (notice): created
2017-01-07 05:29:18 +0000 /Stage[main]/Osnailyfacter::Plugins::Plugins_rsync/Rsync::Get[/etc/fuel/plugins/fuel-plugin-ovs-0.9/]/Exec[rsync /etc/fuel/plugins/fuel-plugin-ovs-0.9/]/returns (notice): executed successfully
2017-01-07 05:29:19 +0000 /Stage[main]/Osnailyfacter::Plugins::Plugins_rsync/Rsync::Get[/etc/fuel/plugins/opendaylight-0.9/]/Exec[rsync /etc/fuel/plugins/opendaylight-0.9/]/returns (notice): executed successfully
2017-01-07 05:29:19 +0000 /Stage[main]/Osnailyfacter::Plugins::Plugins_rsync/Rsync::Get[/etc/fuel/plugins/tacker-0.2/]/Exec[rsync /etc/fuel/plugins/tacker-0.2/]/returns (notice): executed successfully
2017-01-07 05:29:19 +0000 Puppet (notice): Finished catalog run in 1.29 seconds
2017-01-07 05:29:20 +0000 Scope(Class[Osnailyfacter::Plugins::Plugins_setup_repositories]) (notice): MODULAR: plugins/plugins_setup_repositories.pp
2017-01-07 05:29:20 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.17 seconds
2017-01-07 05:29:20 +0000 /Stage[main]/Osnailyfacter::Plugins::Plugins_setup_repositories/Apt::Source[fuel-plugin-ovs-0.9.0]/Apt::Setting[list-fuel-plugin-ovs-0.9.0]/File[/etc/apt/sources.list.d/fuel-plugin-ovs-0.9.0.list]/ensure (notice): created
2017-01-07 05:29:21 +0000 /Stage[main]/Osnailyfacter::Plugins::Plugins_setup_repositories/Apt::Source[tacker-0.2.0]/Apt::Setting[list-tacker-0.2.0]/File[/etc/apt/sources.list.d/tacker-0.2.0.list]/ensure (notice): created
2017-01-07 05:29:21 +0000 /Stage[main]/Apt/Apt::Setting[conf-update-stamp]/File[/etc/apt/apt.conf.d/15update-stamp]/ensure (notice): defined content as '{md5}0962d70c4ec78bbfa6f3544ae0c41974'
2017-01-07 05:29:21 +0000 /Stage[main]/Apt/File[preferences]/ensure (notice): created
2017-01-07 05:29:21 +0000 /Stage[main]/Osnailyfacter::Plugins::Plugins_setup_repositories/Apt::Source[opendaylight-0.9.0]/Apt::Setting[list-opendaylight-0.9.0]/File[/etc/apt/sources.list.d/opendaylight-0.9.0.list]/ensure (notice): created
2017-01-07 05:29:21 +0000 /Stage[main]/Apt::Update/Exec[apt_update] (notice): Triggered 'refresh' from 1 events
2017-01-07 05:29:21 +0000 Puppet (notice): Finished catalog run in 0.35 seconds
2017-01-07 05:29:22 +0000 Scope(Class[Osnailyfacter::Netconfig::Reserved_ports]) (notice): MODULAR: netconfig/reserved_ports.pp
2017-01-07 05:29:22 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.11 seconds
2017-01-07 05:29:22 +0000 /Stage[main]/Openstack::Reserved_ports/Sysctl::Value[net.ipv4.ip_local_reserved_ports]/Sysctl[net.ipv4.ip_local_reserved_ports]/ensure (notice): created
2017-01-07 05:29:22 +0000 /Stage[main]/Openstack::Reserved_ports/Sysctl::Value[net.ipv4.ip_local_reserved_ports]/Sysctl_runtime[net.ipv4.ip_local_reserved_ports]/val (notice): val changed '' to '35357,41055-41056,49000-49001,55572,58882'
2017-01-07 05:29:22 +0000 Puppet (notice): Finished catalog run in 0.06 seconds
2017-01-07 05:29:23 +0000 Scope(Class[main]) (notice): MODULAR: sync_time
2017-01-07 05:29:23 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.01 seconds
2017-01-07 05:29:29 +0000 /Stage[main]/Main/Exec[sync_time_shell]/returns (notice): executed successfully
2017-01-07 05:29:29 +0000 Puppet (notice): Finished catalog run in 6.13 seconds
2017-01-07 05:29:34 +0000 Scope(Class[Osnailyfacter::Hiera::Hiera]) (notice): MODULAR: hiera/hiera.pp
2017-01-07 05:29:34 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.07 seconds
2017-01-07 05:29:34 +0000 /Stage[main]/Osnailyfacter::Hiera::Hiera/File[hiera_data_dir]/mode (notice): mode changed '0700' to '0755'
2017-01-07 05:29:34 +0000 /Stage[main]/Osnailyfacter::Hiera::Hiera/Hiera_config[/etc/hiera.yaml]/hierarchy_override (notice): hierarchy_override changed '[]' to '["plugins/fuel-plugin-ovs", "plugins/opendaylight", "plugins/tacker"]'
2017-01-07 05:29:34 +0000 Puppet (notice): Finished catalog run in 0.06 seconds
2017-01-07 05:29:35 +0000 Scope(Class[Osnailyfacter::Fuel_pkgs::Setup_repositories]) (notice): MODULAR: fuel_pkgs/setup_repositories.pp
2017-01-07 05:29:37 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 2.39 seconds
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Conf[allow-unathenticated]/Apt::Setting[conf-allow-unathenticated]/File[/etc/apt/apt.conf.d/02allow-unathenticated]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Conf[install-recommends]/Apt::Setting[conf-install-recommends]/File[/etc/apt/apt.conf.d/02install-recommends]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Conf[install-suggests]/Apt::Setting[conf-install-suggests]/File[/etc/apt/apt.conf.d/02install-suggests]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Source[mos-security]/Apt::Setting[list-mos-security]/File[/etc/apt/sources.list.d/mos-security.list]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Source[ubuntu-security]/Apt::Setting[list-ubuntu-security]/File[/etc/apt/sources.list.d/ubuntu-security.list]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Source[mos-updates]/Apt::Setting[list-mos-updates]/File[/etc/apt/sources.list.d/mos-updates.list]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Pin[mos]/Apt::Setting[pref-mos]/File[/etc/apt/preferences.d/mos.pref]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Source[mos]/Apt::Setting[list-mos]/File[/etc/apt/sources.list.d/mos.list]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Pin[Auxiliary]/Apt::Setting[pref-Auxiliary]/File[/etc/apt/preferences.d/Auxiliary.pref]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Pin[mos-updates]/Apt::Setting[pref-mos-updates]/File[/etc/apt/preferences.d/mos-updates.pref]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Source[ubuntu]/Apt::Setting[list-ubuntu]/File[/etc/apt/sources.list.d/ubuntu.list]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Source[mos-holdback]/Apt::Setting[list-mos-holdback]/File[/etc/apt/sources.list.d/mos-holdback.list]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Pin[mos-security]/Apt::Setting[pref-mos-security]/File[/etc/apt/preferences.d/mos-security.pref]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Source[ubuntu-updates]/Apt::Setting[list-ubuntu-updates]/File[/etc/apt/sources.list.d/ubuntu-updates.list]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Pin[mos-holdback]/Apt::Setting[pref-mos-holdback]/File[/etc/apt/preferences.d/mos-holdback.pref]/ensure (notice): created
2017-01-07 05:29:37 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Setup_repositories/Apt::Source[Auxiliary]/Apt::Setting[list-Auxiliary]/File[/etc/apt/sources.list.d/Auxiliary.list]/ensure (notice): created
2017-01-07 05:30:13 +0000 /Stage[main]/Apt::Update/Exec[apt_update] (notice): Triggered 'refresh' from 9 events
2017-01-07 05:30:13 +0000 Puppet (notice): Finished catalog run in 35.52 seconds
2017-01-07 05:30:14 +0000 Scope(Class[Osnailyfacter::Fuel_pkgs::Fuel_pkgs]) (notice): MODULAR: fuel_pkgs/fuel_pkgs.pp
2017-01-07 05:30:14 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.09 seconds
2017-01-07 05:30:19 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Fuel_pkgs/Package[fuel-misc]/ensure (notice): ensure changed 'purged' to 'present'
2017-01-07 05:30:55 +0000 /Stage[main]/Osnailyfacter::Fuel_pkgs::Fuel_pkgs/Package[fuel-ha-utils]/ensure (notice): ensure changed 'purged' to 'present'
2017-01-07 05:30:55 +0000 Puppet (notice): Finished catalog run in 40.96 seconds
2017-01-07 05:30:56 +0000 Scope(Class[Osnailyfacter::Globals::Globals]) (notice): MODULAR: globals/globals.pp
2017-01-07 05:30:56 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.40 seconds
2017-01-07 05:30:56 +0000 /Stage[main]/Osnailyfacter::Globals::Globals/File[/etc/hiera/globals.yaml]/ensure (notice): created
2017-01-07 05:30:56 +0000 /Stage[main]/Osnailyfacter::Globals::Globals/File[/etc/facter]/ensure (notice): created
2017-01-07 05:30:56 +0000 /Stage[main]/Osnailyfacter::Globals::Globals/File[/etc/facter/facts.d]/ensure (notice): created
2017-01-07 05:30:56 +0000 /Stage[main]/Osnailyfacter::Globals::Globals/File[/etc/facter/facts.d/os_package_type.txt]/ensure (notice): created
2017-01-07 05:30:56 +0000 Puppet (notice): Finished catalog run in 0.06 seconds
2017-01-07 05:30:57 +0000 Scope(Class[Osnailyfacter::Logging::Logging]) (notice): MODULAR: logging/logging.pp
2017-01-07 05:30:58 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.63 seconds
2017-01-07 05:30:58 +0000 /Stage[main]/Openstack::Logrotate/File[/etc/logrotate.d/fuel.nodaily]/ensure (notice): defined content as '{md5}3cea7c4993ed214ad011f778d59cd8d0'
2017-01-07 05:30:58 +0000 /Stage[main]/Openstack::Logrotate/File[/etc/logrotate.d/upstart]/ensure (notice): removed
2017-01-07 05:30:58 +0000 /Stage[main]/Openstack::Logrotate/Cron[fuel-logrotate]/ensure (notice): created
2017-01-07 05:31:00 +0000 /Stage[main]/Rsyslog::Install/Package[rsyslog-relp]/ensure (notice): ensure changed 'purged' to 'latest'
2017-01-07 05:31:01 +0000 /Stage[main]/Rsyslog::Install/Package[rsyslog-gnutls]/ensure (notice): ensure changed 'purged' to 'latest'
2017-01-07 05:31:01 +0000 /Stage[main]/Rsyslog::Config/File[/etc/rsyslog.conf]/content (notice): content changed '{md5}85a6fb16706f325b4cc9c84657526bd3' to '{md5}b1ed110d3c9d063897698be603ac4ef5'
2017-01-07 05:31:01 +0000 /Stage[main]/Rsyslog::Config/File[/etc/rsyslog.conf]/group (notice): group changed 'root' to 'syslog'
2017-01-07 05:31:01 +0000 /Stage[main]/Rsyslog::Config/File[/etc/default/rsyslog]/content (notice): content changed '{md5}c7af23c348917e877399baea1849727a' to '{md5}c61af26f2942c5706792c9cc23fd29b0'
2017-01-07 05:31:01 +0000 /Stage[main]/Rsyslog::Config/File[/etc/default/rsyslog]/group (notice): group changed 'root' to 'syslog'
2017-01-07 05:31:01 +0000 /Stage[main]/Rsyslog::Config/File[/etc/rsyslog.d/]/group (notice): group changed 'root' to 'syslog'
2017-01-07 05:31:01 +0000 /Stage[main]/Rsyslog::Config/File[/etc/rsyslog.d/21-cloudinit.conf]/group (notice): group changed 'root' to 'syslog'
2017-01-07 05:31:01 +0000 /Stage[main]/Rsyslog::Config/File[/etc/rsyslog.d/20-ufw.conf]/group (notice): group changed 'root' to 'syslog'
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logrotate/File[/etc/logrotate.d/puppet]/ensure (notice): defined content as '{md5}37fb575d510223595003675d7885ea5e'
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logrotate/File_line[logrotate-tabooext]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logrotate/File_line[logrotate-compress]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logrotate/File_line[logrotate-delaycompress]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logrotate/File_line[logrotate-minsize]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logrotate/File_line[logrotate-maxsize]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Rsyslog::Config/File[/etc/rsyslog.d/postfix.conf]/group (notice): group changed 'root' to 'syslog'
2017-01-07 05:31:02 +0000 /Stage[main]/Cluster::Haproxy::Rsyslog/File[/etc/rsyslog.d/haproxy.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Rsyslog::Config/File[/var/spool/rsyslog]/group (notice): group changed 'adm' to 'syslog'
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[02-ha]/File[/etc/rsyslog.d/02-ha.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[54-heat]/File[/etc/rsyslog.d/54-heat.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[04-mysql]/File[/etc/rsyslog.d/04-mysql.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[62-mongod]/File[/etc/rsyslog.d/62-mongod.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Imfile[04-rabbitmq-startup_log]/Rsyslog::Snippet[04-rabbitmq-startup_log]/File[/etc/rsyslog.d/04-rabbitmq-startup_log.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Imfile[12-keystone_wsgi_admin_access]/Rsyslog::Snippet[12-keystone_wsgi_admin_access]/File[/etc/rsyslog.d/12-keystone_wsgi_admin_access.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[90-local]/File[/etc/rsyslog.d/90-local.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Imfile[61-mco_agent_debug]/Rsyslog::Snippet[61-mco_agent_debug]/File[/etc/rsyslog.d/61-mco_agent_debug.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Rsyslog::Client/Rsyslog::Snippet[client]/File[/etc/rsyslog.d/client.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[00-disable-EscapeControlCharactersOnReceive]/File[/etc/rsyslog.d/00-disable-EscapeControlCharactersOnReceive.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[03-dashboard]/File[/etc/rsyslog.d/03-dashboard.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[30-cinder]/File[/etc/rsyslog.d/30-cinder.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[00-remote]/File[/etc/rsyslog.d/00-remote.conf]/content (notice): content changed '{md5}3c4b8bf33523fbb60a630ef8bba60514' to '{md5}df819c790cc71644feb6eb0e453b2fdc'
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[00-remote]/File[/etc/rsyslog.d/00-remote.conf]/group (notice): group changed 'root' to 'syslog'
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[00-remote]/File[/etc/rsyslog.d/00-remote.conf]/mode (notice): mode changed '0644' to '0640'
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[20-keystone]/File[/etc/rsyslog.d/20-keystone.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Imfile[13-keystone_wsgi_main_access]/Rsyslog::Snippet[13-keystone_wsgi_main_access]/File[/etc/rsyslog.d/13-keystone_wsgi_main_access.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Imfile[04-rabbitmq]/Rsyslog::Snippet[04-rabbitmq]/File[/etc/rsyslog.d/04-rabbitmq.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Imfile[12-keystone_wsgi_admin_error]/Rsyslog::Snippet[12-keystone_wsgi_admin_error]/File[/etc/rsyslog.d/12-keystone_wsgi_admin_error.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[40-glance]/File[/etc/rsyslog.d/40-glance.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[80-swift]/File[/etc/rsyslog.d/80-swift.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[53-aodh]/File[/etc/rsyslog.d/53-aodh.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Imfile[11-horizon_error]/Rsyslog::Snippet[11-horizon_error]/File[/etc/rsyslog.d/11-horizon_error.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[55-murano]/File[/etc/rsyslog.d/55-murano.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Imfile[13-keystone_wsgi_main_error]/Rsyslog::Snippet[13-keystone_wsgi_main_error]/File[/etc/rsyslog.d/13-keystone_wsgi_main_error.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Imfile[04-rabbitmq-sasl]/Rsyslog::Snippet[04-rabbitmq-sasl]/File[/etc/rsyslog.d/04-rabbitmq-sasl.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Imfile[11-horizon_access]/Rsyslog::Snippet[11-horizon_access]/File[/etc/rsyslog.d/11-horizon_access.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[50-default]/File[/etc/rsyslog.d/50-default.conf]/content (notice): content changed '{md5}80de10a8b9f13365de8cc4bbf8efec5e' to '{md5}4afe5e45558050f7185797c0c21e0f4e'
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[50-default]/File[/etc/rsyslog.d/50-default.conf]/group (notice): group changed 'root' to 'syslog'
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[50-default]/File[/etc/rsyslog.d/50-default.conf]/mode (notice): mode changed '0644' to '0640'
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[10-nova]/File[/etc/rsyslog.d/10-nova.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[60-puppet-apply]/File[/etc/rsyslog.d/60-puppet-apply.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Imfile[04-rabbitmq-shutdown_err]/Rsyslog::Snippet[04-rabbitmq-shutdown_err]/File[/etc/rsyslog.d/04-rabbitmq-shutdown_err.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[51-ceilometer]/File[/etc/rsyslog.d/51-ceilometer.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Imfile[04-rabbitmq-startup_err]/Rsyslog::Snippet[04-rabbitmq-startup_err]/File[/etc/rsyslog.d/04-rabbitmq-startup_err.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Imfile[04-rabbitmq-shutdown_log]/Rsyslog::Snippet[04-rabbitmq-shutdown_log]/File[/etc/rsyslog.d/04-rabbitmq-shutdown_log.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[50-neutron]/File[/etc/rsyslog.d/50-neutron.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Snippet[61-mco-nailgun-agent]/File[/etc/rsyslog.d/61-mco-nailgun-agent.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Openstack::Logging/Rsyslog::Imfile[05-apache2-error]/Rsyslog::Snippet[05-apache2-error]/File[/etc/rsyslog.d/05-apache2-error.conf]/ensure (notice): created
2017-01-07 05:31:02 +0000 /Stage[main]/Rsyslog::Service/Service[rsyslog] (notice): Triggered 'refresh' from 2 events
2017-01-07 05:31:02 +0000 Puppet (notice): Finished catalog run in 4.23 seconds
2017-01-07 05:31:03 +0000 Scope(Class[Osnailyfacter::Tools::Tools]) (notice): MODULAR: tools/tools.pp
2017-01-07 05:31:04 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.41 seconds
2017-01-07 05:31:04 +0000 /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat]/ensure (notice): created
2017-01-07 05:31:06 +0000 /Stage[main]/Osnailyfacter::Atop/Package[acct]/ensure (notice): ensure changed 'purged' to 'present'
2017-01-07 05:31:06 +0000 /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat/bin]/ensure (notice): created
2017-01-07 05:31:06 +0000 /Stage[main]/Concat::Setup/File[/var/lib/puppet/concat/bin/concatfragments.rb]/ensure (notice): defined content as '{md5}b684db0eac243553a6a79365119a363d'
2017-01-07 05:31:06 +0000 /Stage[main]/Osnailyfacter::Tools::Tools/Service[cloud-log-shutdown]/enable (notice): enable changed 'true' to 'false'
2017-01-07 05:31:08 +0000 /Stage[main]/Osnailyfacter::Tools::Tools/Package[htop]/ensure (notice): ensure changed 'purged' to 'present'
2017-01-07 05:31:08 +0000 /Stage[main]/Osnailyfacter::Tools::Tools/Service[cloud-config]/enable (notice): enable changed 'true' to 'false'
2017-01-07 05:31:11 +0000 /Stage[main]/Osnailyfacter::Tools::Tools/Package[screen]/ensure (notice): ensure changed 'purged' to 'present'
2017-01-07 05:31:11 +0000 /Stage[main]/Osnailyfacter::Tools::Tools/Service[cloud-init-container]/enable (notice): enable changed 'true' to 'false'
2017-01-07 05:31:11 +0000 /Stage[main]/Osnailyfacter::Tools::Tools/Service[cloud-init-nonet]/enable (notice): enable changed 'true' to 'false'
2017-01-07 05:31:11 +0000 /Stage[main]/Osnailyfacter::Tools::Tools/Service[cloud-init-local]/enable (notice): enable changed 'true' to 'false'
2017-01-07 05:31:11 +0000 /Stage[main]/Osnailyfacter::Tools::Tools/Service[cloud-final]/enable (notice): enable changed 'true' to 'false'
2017-01-07 05:31:11 +0000 /Stage[main]/Osnailyfacter::Tools::Tools/Service[cloud-init]/enable (notice): enable changed 'true' to 'false'
2017-01-07 05:31:14 +0000 /Stage[main]/Osnailyfacter::Atop/Package[atop]/ensure (notice): ensure changed 'purged' to 'present'
2017-01-07 05:31:17 +0000 /Stage[main]/Osnailyfacter::Tools::Tools/Package[tmux]/ensure (notice): ensure changed 'purged' to 'present'
2017-01-07 05:31:17 +0000 /Stage[main]/Osnailyfacter::Atop/File[/etc/default/atop]/content (notice): content changed '{md5}72ff484d5c32dfda964c2a96333bc48c' to '{md5}a09ae1b58cf00e04d5b6f4ea569f4478'
2017-01-07 05:31:17 +0000 /Stage[main]/Osnailyfacter::Atop/Service[atop] (notice): Triggered 'refresh' from 1 events
2017-01-07 05:31:18 +0000 /Stage[main]/Osnailyfacter::Tools::Tools/Package[cloud-init]/ensure (notice): removed
2017-01-07 05:31:18 +0000 /Stage[main]/Osnailyfacter::Puppet_pull/File[/usr/local/bin/puppet-pull]/ensure (notice): created
2017-01-07 05:31:18 +0000 /Stage[main]/Osnailyfacter::Atop/File[/etc/cron.daily/atop_retention]/ensure (notice): defined content as '{md5}2b6e8dd30a27dde775b484302722530a'
2017-01-07 05:31:18 +0000 /Stage[main]/Ssh::Server::Config/Concat[/etc/ssh/sshd_config]/File[/var/lib/puppet/concat/_etc_ssh_sshd_config]/ensure (notice): created
2017-01-07 05:31:18 +0000 /Stage[main]/Ssh::Server::Config/Concat[/etc/ssh/sshd_config]/File[/var/lib/puppet/concat/_etc_ssh_sshd_config/fragments.concat.out]/ensure (notice): created
2017-01-07 05:31:18 +0000 /Stage[main]/Ssh::Server::Config/Concat[/etc/ssh/sshd_config]/File[/var/lib/puppet/concat/_etc_ssh_sshd_config/fragments]/ensure (notice): created
2017-01-07 05:31:18 +0000 /Stage[main]/Ssh::Server::Config/Concat::Fragment[global config]/File[/var/lib/puppet/concat/_etc_ssh_sshd_config/fragments/00_global config]/ensure (notice): defined content as '{md5}692c4c3031338b4c09b338937588178d'
2017-01-07 05:31:18 +0000 /Stage[main]/Ssh::Server::Config/Concat[/etc/ssh/sshd_config]/File[/var/lib/puppet/concat/_etc_ssh_sshd_config/fragments.concat]/ensure (notice): created
2017-01-07 05:31:18 +0000 /Stage[main]/Ssh::Server::Config/Concat[/etc/ssh/sshd_config]/Exec[concat_/etc/ssh/sshd_config]/returns (notice): executed successfully
2017-01-07 05:31:18 +0000 /Stage[main]/Ssh::Server::Config/Concat[/etc/ssh/sshd_config]/Exec[concat_/etc/ssh/sshd_config] (notice): Triggered 'refresh' from 3 events
2017-01-07 05:31:18 +0000 /Stage[main]/Ssh::Server::Config/Concat[/etc/ssh/sshd_config]/File[/etc/ssh/sshd_config]/content (notice): content changed '{md5}b3ef64d642e059d40cf74b51dc7ebef4' to '{md5}692c4c3031338b4c09b338937588178d'
2017-01-07 05:31:18 +0000 /Stage[main]/Ssh::Server::Config/Concat[/etc/ssh/sshd_config]/File[/etc/ssh/sshd_config]/mode (notice): mode changed '0644' to '0600'
2017-01-07 05:31:18 +0000 /Stage[main]/Ssh::Server::Service/Service[ssh] (notice): Triggered 'refresh' from 2 events
2017-01-07 05:31:18 +0000 /Stage[main]/Osnailyfacter::Tools::Tools/Apt::Conf[notranslations]/Apt::Setting[conf-notranslations]/File[/etc/apt/apt.conf.d/50notranslations]/ensure (notice): created
2017-01-07 05:31:18 +0000 /Stage[main]/Osnailyfacter::Atop/Exec[initialize atop_current] (notice): Triggered 'refresh' from 1 events
2017-01-07 05:31:18 +0000 Puppet (notice): Finished catalog run in 14.42 seconds
2017-01-07 05:31:20 +0000 Scope(Class[Osnailyfacter::Netconfig::Hiera_default_route]) (notice): MODULAR: netconfig/hiera_default_route.pp
2017-01-07 05:31:21 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.28 seconds
2017-01-07 05:31:21 +0000 Puppet (notice): Finished catalog run in 0.05 seconds
2017-01-07 05:31:22 +0000 Scope(Class[main]) (notice): MODULAR: hiera-override
2017-01-07 05:31:22 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.06 seconds
2017-01-07 05:31:22 +0000 /Stage[main]/Opendaylight::Hiera_override/File_line[opendaylight_hiera_override]/ensure (notice): created
2017-01-07 05:31:22 +0000 Puppet (notice): Finished catalog run in 0.05 seconds
2017-01-07 05:31:23 +0000 Scope(Class[main]) (notice): MODULAR: ovs-install.pp
2017-01-07 05:31:23 +0000 Puppet (notice): Compiled catalog for node-4.domain.tld in environment production in 0.06 seconds
2017-01-07 05:32:05 +0000 /Stage[main]/Main/Exec[install ovs_nsh_dpdk]/returns (notice): executed successfully
2017-01-07 05:32:06 +0000 Puppet (notice): Finished catalog run in 42.63 seconds
2017-01-07 05:32:07 +0000 Scope(Class[main]) (notice): MODULAR: odl-netconfig.pp
2017-01-07 05:32:07 +0000 Puppet (err): generate_network_config(): Endpoint 'br-aux' not found in interfaces or transformations result. at /etc/fuel/plugins/opendaylight-0.9/puppet/manifests/odl-netconfig.pp:25 on node node-4.domain.tld
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:463:in `block (2 levels) in <top (required)>'
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:461:in `each'
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:461:in `block in <top (required)>'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions.rb:164:in `block (2 levels) in newfunction'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions.rb:157:in `block in newfunction'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/function.rb:42:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/vardef.rb:14:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:11:in `block in evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:10:in `each'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:10:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/resource/type.rb:129:in `evaluate_code'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:81:in `block in evaluate'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:77:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:426:in `evaluate_main'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:135:in `block (2 levels) in compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:135:in `block in compile'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:64:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:246:in `override'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:121:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:34:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:95:in `block (2 levels) in compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:93:in `block in compile'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:161:in `block in benchmark'
/usr/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:160:in `benchmark'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:92:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:52:in `find'
/usr/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:201:in `find'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:222:in `block in main'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:64:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:246:in `override'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:198:in `main'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:159:in `run_command'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `block (2 levels) in run'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:507:in `plugin_hook'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `block in run'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:496:in `exit_on_fail'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:146:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:92:in `execute'
/usr/bin/puppet:8:in `<main>'
2017-01-07 05:32:07 +0000 Puppet (err): generate_network_config(): Endpoint 'br-aux' not found in interfaces or transformations result. at /etc/fuel/plugins/opendaylight-0.9/puppet/manifests/odl-netconfig.pp:25 on node node-4.domain.tld
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:463:in `block (2 levels) in <top (required)>'
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:461:in `each'
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:461:in `block in <top (required)>'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions.rb:164:in `block (2 levels) in newfunction'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions.rb:157:in `block in newfunction'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/function.rb:42:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/vardef.rb:14:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:11:in `block in evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:10:in `each'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:10:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/resource/type.rb:129:in `evaluate_code'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:81:in `block in evaluate'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:77:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:426:in `evaluate_main'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:135:in `block (2 levels) in compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:135:in `block in compile'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:64:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:246:in `override'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:121:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:34:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:95:in `block (2 levels) in compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:93:in `block in compile'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:161:in `block in benchmark'
/usr/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:160:in `benchmark'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:92:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:52:in `find'
/usr/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:201:in `find'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:222:in `block in main'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:64:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:246:in `override'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:198:in `main'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:159:in `run_command'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `block (2 levels) in run'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:507:in `plugin_hook'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `block in run'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:496:in `exit_on_fail'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:146:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:92:in `execute'
/usr/bin/puppet:8:in `<main>'
2017-01-07 05:32:08 +0000 Scope(Class[main]) (notice): MODULAR: odl-netconfig.pp
2017-01-07 05:32:09 +0000 Puppet (err): generate_network_config(): Endpoint 'br-aux' not found in interfaces or transformations result. at /etc/fuel/plugins/opendaylight-0.9/puppet/manifests/odl-netconfig.pp:25 on node node-4.domain.tld
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:463:in `block (2 levels) in <top (required)>'
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:461:in `each'
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:461:in `block in <top (required)>'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions.rb:164:in `block (2 levels) in newfunction'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions.rb:157:in `block in newfunction'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/function.rb:42:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/vardef.rb:14:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:11:in `block in evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:10:in `each'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:10:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/resource/type.rb:129:in `evaluate_code'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:81:in `block in evaluate'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:77:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:426:in `evaluate_main'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:135:in `block (2 levels) in compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:135:in `block in compile'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:64:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:246:in `override'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:121:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:34:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:95:in `block (2 levels) in compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:93:in `block in compile'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:161:in `block in benchmark'
/usr/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:160:in `benchmark'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:92:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:52:in `find'
/usr/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:201:in `find'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:222:in `block in main'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:64:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:246:in `override'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:198:in `main'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:159:in `run_command'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `block (2 levels) in run'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:507:in `plugin_hook'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `block in run'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:496:in `exit_on_fail'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:146:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:92:in `execute'
/usr/bin/puppet:8:in `<main>'
2017-01-07 05:32:09 +0000 Puppet (err): generate_network_config(): Endpoint 'br-aux' not found in interfaces or transformations result. at /etc/fuel/plugins/opendaylight-0.9/puppet/manifests/odl-netconfig.pp:25 on node node-4.domain.tld
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:463:in `block (2 levels) in <top (required)>'
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:461:in `each'
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:461:in `block in <top (required)>'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions.rb:164:in `block (2 levels) in newfunction'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions.rb:157:in `block in newfunction'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/function.rb:42:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/vardef.rb:14:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:11:in `block in evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:10:in `each'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:10:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/resource/type.rb:129:in `evaluate_code'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:81:in `block in evaluate'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:77:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:426:in `evaluate_main'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:135:in `block (2 levels) in compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:135:in `block in compile'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:64:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:246:in `override'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:121:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:34:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:95:in `block (2 levels) in compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:93:in `block in compile'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:161:in `block in benchmark'
/usr/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:160:in `benchmark'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:92:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:52:in `find'
/usr/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:201:in `find'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:222:in `block in main'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:64:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:246:in `override'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:198:in `main'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:159:in `run_command'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `block (2 levels) in run'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:507:in `plugin_hook'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `block in run'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:496:in `exit_on_fail'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:146:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:92:in `execute'
/usr/bin/puppet:8:in `<main>'
2017-01-07 05:32:10 +0000 Scope(Class[main]) (notice): MODULAR: odl-netconfig.pp
2017-01-07 05:32:10 +0000 Puppet (err): generate_network_config(): Endpoint 'br-aux' not found in interfaces or transformations result. at /etc/fuel/plugins/opendaylight-0.9/puppet/manifests/odl-netconfig.pp:25 on node node-4.domain.tld
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:463:in `block (2 levels) in <top (required)>'
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:461:in `each'
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:461:in `block in <top (required)>'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions.rb:164:in `block (2 levels) in newfunction'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions.rb:157:in `block in newfunction'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/function.rb:42:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/vardef.rb:14:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:11:in `block in evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:10:in `each'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:10:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/resource/type.rb:129:in `evaluate_code'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:81:in `block in evaluate'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:77:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:426:in `evaluate_main'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:135:in `block (2 levels) in compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:135:in `block in compile'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:64:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:246:in `override'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:121:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:34:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:95:in `block (2 levels) in compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:93:in `block in compile'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:161:in `block in benchmark'
/usr/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:160:in `benchmark'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:92:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:52:in `find'
/usr/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:201:in `find'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:222:in `block in main'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:64:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:246:in `override'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:198:in `main'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:159:in `run_command'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `block (2 levels) in run'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:507:in `plugin_hook'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `block in run'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:496:in `exit_on_fail'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:146:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:92:in `execute'
/usr/bin/puppet:8:in `<main>'
2017-01-07 05:32:10 +0000 Puppet (err): generate_network_config(): Endpoint 'br-aux' not found in interfaces or transformations result. at /etc/fuel/plugins/opendaylight-0.9/puppet/manifests/odl-netconfig.pp:25 on node node-4.domain.tld
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:463:in `block (2 levels) in <top (required)>'
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:461:in `each'
/etc/puppet/modules/l23network/lib/puppet/parser/functions/generate_network_config.rb:461:in `block in <top (required)>'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions.rb:164:in `block (2 levels) in newfunction'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/functions.rb:157:in `block in newfunction'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/function.rb:42:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/vardef.rb:14:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:11:in `block in evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:10:in `each'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast/block_expression.rb:10:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/ast.rb:61:in `safeevaluate'
/usr/lib/ruby/vendor_ruby/puppet/resource/type.rb:129:in `evaluate_code'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:81:in `block in evaluate'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/resource.rb:77:in `evaluate'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:426:in `evaluate_main'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:135:in `block (2 levels) in compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:135:in `block in compile'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:64:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:246:in `override'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:121:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/parser/compiler.rb:34:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:95:in `block (2 levels) in compile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:93:in `block in compile'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:161:in `block in benchmark'
/usr/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:160:in `benchmark'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:92:in `compile'
/usr/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:52:in `find'
/usr/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:201:in `find'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:222:in `block in main'
/usr/lib/ruby/vendor_ruby/puppet/context.rb:64:in `override'
/usr/lib/ruby/vendor_ruby/puppet.rb:246:in `override'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:198:in `main'
/usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:159:in `run_command'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `block (2 levels) in run'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:507:in `plugin_hook'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `block in run'
/usr/lib/ruby/vendor_ruby/puppet/util.rb:496:in `exit_on_fail'
/usr/lib/ruby/vendor_ruby/puppet/application.rb:381:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:146:in `run'
/usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:92:in `execute'
/usr/bin/puppet:8:in `<main>'
_______________________________________________
opnfv-tech-discuss mailing list
opnfv-tech-discuss@lists.opnfv.org
https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss

Reply via email to