You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue with ephemeral configuration database with combination of connection: juniper.device.pyez and user-defined instance-name, it is adding the configuration under default instance instead of user-defined instance eph1
When I run the playbook with the juniper.device.pyez connection with config_mode: "ephemeral" and ephemeral_instance: "eph1", it opens the default instance.
Issue Type
Module Name
juniper.device.config
juniper.device collection and Python libraries version
OS / Environment
JUNOS
Summary
Issue with ephemeral configuration database with combination of connection: juniper.device.pyez and user-defined instance-name, it is adding the configuration under default instance instead of user-defined instance eph1
When I run the playbook with the juniper.device.pyez connection with config_mode: "ephemeral" and ephemeral_instance: "eph1", it opens the default instance.
Jul 23 14:35:44 [NETCONF] - [25721] Incoming: <nc:rpc xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:52e29ee2-2a0c-452f-a329-d3434db65368"></nc:rpc>]]>]]>
When I run the same playbook with local connection, it opens the correct instance.
Jul 23 14:37:06 [NETCONF] - [26473] Incoming: <nc:rpc xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:1cf9df7b-9508-4626-b146-b029064c597d">eph1</nc:rpc>]]>]]>
Steps to reproduce
Expected results
Actual results
The text was updated successfully, but these errors were encountered: