Add cli and netconf ability from ansible itself for cloudengine ce modules (#41357)

* for shippable

for shippable

* add cliconf

* add network_cli

* add cliconf and network cli and netconf

* modify bugs of netconf

* add shippable modify

* update shippable

update shippable
This commit is contained in:
Biao Liu 2018-06-14 12:08:27 +08:00 committed by Ganesh Nalawade
commit d90d8e7f99
5 changed files with 400 additions and 156 deletions

View file

@ -160,7 +160,8 @@ logging.getLogger('ncclient').setLevel(logging.INFO)
NETWORK_OS_DEVICE_PARAM_MAP = {
"nxos": "nexus",
"ios": "default",
"sros": "alu"
"sros": "alu",
"ce": "huawei"
}