Skip to content

Commit

Permalink
Add new compute node (#227)
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 b30a667 commit e3d9897
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/operations-guide/ceph.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ $ ceph osd metadata osd.<ID>

:::

### Add a new OSD using ceph-ansible
### Add a new OSD

### Remove a OSD using ceph-ansible
### Remove a OSD

### Replace a defect OSD

Expand Down
20 changes: 20 additions & 0 deletions docs/guides/operations-guide/openstack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,23 @@ sidebar_position: 60
---

# OpenStack

## Add a new compute node

```
osism apply operator -u osism -l NODE
osism apply bootstrap -l NODE
osism apply common -l NODE
osism apply openvswitch -l NODE
osism apply ovn -l NODE
osism apply prometheus -l NODE
osism apply ceilometer -l NODE
osism apply neutron -l NODE
osism apply nova -l NODE
```

If Scaphandre is used:

```
osism apply scaphandre -l NODE
```

0 comments on commit e3d9897

Please sign in to comment.