Skip to content

Commit

Permalink
Fixed formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanWallace committed Oct 18, 2021
1 parent d159260 commit 18b59f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 007-CSM-INSTALL-REBOOT.md
Expand Up @@ -95,13 +95,13 @@ all been run by the administrator before starting this stage.
https://api-gw-service-nmn.local/keycloak/realms/shasta/protocol/openid-connect/token | jq -r '.access_token')
```

1. Patch the `data.json` file to prevent running a CEPH script that should only ever be run on initial installation. __If you have made any changes__ to this file as a result of any customizations or workarounds use the path to that file instead.
1. Patch the `data.json` file to prevent re-running a CEPH script that should only ever be run on initial installation. __If you have made any changes__ to this file as a result of any customizations or workarounds use the path to that file instead.

```bash
pit# sed -i.bak 's/storage-ceph-cloudinit.sh/ceph-enable-services.sh/g' /var/www/ephemeral/configs/data.json
```
```bash
pit# sed -i.bak 's/storage-ceph-cloudinit.sh/ceph-enable-services.sh/g' /var/www/ephemeral/configs/data.json
```

1. Upload the same `data.json` file we used to BSS, our Kubernetes cloud-init DataSource. The patch to `data.json` should be the same as the one used in the last step. This step will prompt for the root password of the NCNs.
1. Upload the same `data.json` file we used to BSS, our Kubernetes cloud-init DataSource. **The path to `data.json` should be the same as the one used in the last step** (i.e., the file you just patched). This step will prompt for the root password of the NCNs.

```bash
pit# csi handoff bss-metadata --data-file /var/www/ephemeral/configs/data.json
Expand Down

0 comments on commit 18b59f7

Please sign in to comment.