Skip to content

Commit

Permalink
Merge pull request #163 from cloudguruab/standalone-node-devel
Browse files Browse the repository at this point in the history
set explicit commands to be executed in standalone node
  • Loading branch information
jistr authored Sep 27, 2023
2 parents 9c1ee16 + 5e91cb0 commit d45212c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/development_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ the section:
[Reset the environment to pre-adoption state](https://openstack-k8s-operators.github.io/data-plane-adoption/contributing/development_environment/#reset-the-environment-to-pre-adoption-state)

### Create a workload to adopt

```
export OS_CLOUD=standalone
source ~/install_yamls/devsetup/scripts/edpm-deploy-instance.sh
```

Confirm the image UUID can be seen in Ceph's images pool.
```
sudo cephadm shell -- rbd -p images ls -l
ssh -i ~/install_yamls/out/edpm/ansibleee-ssh-key-id_rsa [email protected] sudo cephadm shell -- rbd -p images ls -l
```

Create a Cinder volume, a backup from it, and snapshot it.
Expand Down

0 comments on commit d45212c

Please sign in to comment.