Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new compute node #227

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
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
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
```