Skip to content

Commit dc316b3

Browse files
trustywolfhellt
andauthored
Fix for OcNOS 6.5.2-101 (srl-labs#2366)
* Fix for OcNOS 6.5.2-101 * Remove boxen reference --------- Co-authored-by: Roman Dodin <[email protected]>
1 parent b22a621 commit dc316b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/manual/kinds/ipinfusion-ocnos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ search:
44
---
55
# IPInfusion OcNOS
66

7-
IPInfusion OcNOS virtualized router is identified with `ipinfusion_ocnos` kind in the [topology file](../topo-def-file.md). It is built using either [boxen](https://github.com/carlmontanari/boxen) project or [hellt/vrnetlab](https://github.com/hellt/vrnetlab/tree/master/ocnos) and essentially is a Qemu VM packaged in a docker container format.
7+
IPInfusion OcNOS virtualized router is identified with `ipinfusion_ocnos` kind in the [topology file](../topo-def-file.md). It is built using [hellt/vrnetlab](https://github.com/hellt/vrnetlab/tree/master/ocnos) and essentially is a Qemu VM packaged in a docker container format.
88

99
ipinfusion_ocnos nodes launched with containerlab come up pre-provisioned with SSH, and NETCONF services enabled.
1010

@@ -36,7 +36,7 @@ IPInfusion OcNOS node launched with containerlab can be managed via the followin
3636
```
3737

3838
!!!info
39-
Default user credentials: `ocnos:ocnos`
39+
Default user credentials: `admin:admin@123`
4040

4141
## Interfaces mapping
4242

nodes/ipinfusion_ocnos/ipinfusion_ocnos.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717

1818
var (
1919
kindnames = []string{"ipinfusion_ocnos"}
20-
defaultCredentials = nodes.NewCredentials("admin", "admin")
20+
defaultCredentials = nodes.NewCredentials("admin", "admin@123")
2121
)
2222

2323
const (

0 commit comments

Comments
 (0)