Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Adding napalm-yang doc refs for Salt modules #52

Merged
merged 2 commits into from
May 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions interactive_demo/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3544,6 +3544,21 @@
},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Salt\n",
"\n",
"## napalm-yang is also integrated in the official SaltStack releases, beginning with Nitrogen.\n",
"\n",
"For complete documentation and usages examples, please check:\n\n",
"- [napalm-yang execution module](https://docs.saltstack.com/en/develop/ref/modules/all/salt.modules.napalm_yang_mod.html)\n",
"- [netyang state](https://docs.saltstack.com/en/develop/ref/states/all/salt.states.netyang.html)\n\n",
"They can be used like any other Salt native module, as long as the credentials have been declared in the pillar (either file or external service).\n",
"See the [proxy documentation](https://docs.saltstack.com/en/develop/ref/proxy/all/salt.proxy.napalm.html) for more details.\n"
]
}
],
"metadata": {
Expand Down