Skip to content

Commit

Permalink
Add netdata & frr on new nodes (#231)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 13, 2023
1 parent 07ca889 commit 0f92ce1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/guides/operations-guide/openstack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ sidebar_position: 60
```
osism apply operator -u osism -l NODE
osism apply bootstrap -l NODE
If FRR is used:
```
osism apply frr -l NODE
```
```
osism apply common -l NODE
osism apply openvswitch -l NODE
osism apply ovn -l NODE
Expand All @@ -24,3 +33,9 @@ If Scaphandre is used:
```
osism apply scaphandre -l NODE
```
If Netdata is used:
```
osism apply netdata -l NODE
```

0 comments on commit 0f92ce1

Please sign in to comment.