Juniper / puppet-netdev-stdlib-junos

Junos specific Provider code for "netdev_stdlib". Netdev is a vendor-neutral network abstraction framework developed by Juniper Networks and contributed freely to the DevOps community.
Apache License 2.0
25 stars 14 forks source link

Error creating vlan on MX 15.2 #17

Closed ganeshrn closed 9 years ago

ganeshrn commented 9 years ago
% puppet agent --test
Info: Retrieving pluginfacts
Info: Retrieving plugin
ldapname is deprecated and will be removed in a future version
Info: Caching catalog for puppet.englab.juniper.net
Info: Applying configuration version '1441087961'
Notice: /Stage[main]/Main/Netdev_vlan[Red]/ensure: created
Error: /Stage[main]/Main/Netdev_vlan[Red]: Could not evaluate: RPC command error: get-bridge-instance-information
Notice: /Stage[main]/Main/Netdev_vlan[Green]/ensure: created
Error: /Stage[main]/Main/Netdev_vlan[Green]: Could not evaluate: RPC command error: get-bridge-instance-information
Notice: /Stage[main]/Main/Netdev_l2_interface[ae0]: Dependency Netdev_vlan[Green] has failures: true
Notice: /Stage[main]/Main/Netdev_l2_interface[ae0]: Dependency Netdev_vlan[Red] has failures: true
Warning: /Stage[main]/Main/Netdev_l2_interface[ae0]: Skipping because of failed dependencies
Notice: /Stage[main]/Main/Netdev_vlan[Pink]/ensure: created
Error: /Stage[main]/Main/Netdev_vlan[Pink]: Could not evaluate: RPC command error: get-bridge-instance-information
Notice: Finished catalog run in 0.57 seconds