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

Enabled case-insensitive comparison of QFX Product Models. #37

Closed mahant3sh closed 4 years ago

mahant3sh commented 4 years ago

Certain QFX product models are in UPPERCASE. Since existing regex matches only matched lowercase product models, it resulted in lack of personality for the product. Providers are confined to personalities. Lack of personalities makes the provider unsuitable for the product thereby preventing puppet client from making appropriate config changes on the box.