Skip to content

Commit 3d061b6

Browse files
update offline depot image path to make link checker happy
1 parent 3878677 commit 3d061b6

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/offline_depot.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,49 +38,49 @@ When using Holodeck, there are two primary options for deploying the ODA:
3838
<li>
3939
To deploy the appliance, simply deploy the OVA on your vCenter Server like you would normally do.
4040
<figure markdown="span">
41-
<img src="/Holodeck/images/Deploy-Offline-Depot-Step-1.png">
41+
<img src="../images/Deploy-Offline-Depot-Step-1.png">
4242
</figure>
4343
<br>
4444
</li>
4545
<li>
4646
Next, provide a name for the VM and specify its deployment location:
4747
<figure markdown="span">
48-
<img src="/Holodeck/images/Deploy-Offline-Depot-Step-2.png">
48+
<img src="../images/Deploy-Offline-Depot-Step-2.png">
4949
</figure>
5050
<br>
5151
</li>
5252
<li>
5353
Then, select the compute resource for the VM. You can choose to automatically start the VM after import by checking the box; otherwise, you can power it on manually to observe the first boot process.
5454
<figure markdown="span">
55-
<img src="/Holodeck/images/Deploy-Offline-Depot-Step-3.png">
55+
<img src="../images/Deploy-Offline-Depot-Step-3.png">
5656
</figure>
5757
<br>
5858
</li>
5959
<li>
6060
Review the settings and proceed by clicking Next.
6161
<figure markdown="span">
62-
<img src="/Holodeck/images/Deploy-Offline-Depot-Step-4.png">
62+
<img src="../images/Deploy-Offline-Depot-Step-4.png">
6363
</figure>
6464
<br>
6565
</li>
6666
<li>
6767
Next, select appropriate storage with sufficient capacity for your needs.
6868
<figure markdown="span">
69-
<img src="/Holodeck/images/Deploy-Offline-Depot-Step-5.png">
69+
<img src="../images/Deploy-Offline-Depot-Step-5.png">
7070
</figure>
7171
<br>
7272
</li>
7373
<li>
7474
On the next screen, select the network for ODA deployment. As discussed in the previous section, it is recommended to deploy the appliance on the management network.
7575
<figure markdown="span">
76-
<img src="/Holodeck/images/Deploy-Offline-Depot-Step-6.png">
76+
<img src="../images/Deploy-Offline-Depot-Step-6.png">
7777
</figure>
7878
<br>
7979
</li>
8080
<li>
8181
Now, specify the networking attributes, including hostname, IP address, and netmask, according to your environment's requirements.
8282
<figure markdown="span">
83-
<img src="/Holodeck/images/Deploy-Offline-Depot-Step-7a.png">
83+
<img src="../images/Deploy-Offline-Depot-Step-7a.png">
8484
</figure>
8585
<br>
8686
</li>
@@ -100,7 +100,7 @@ Following this, configure the depot-specific options:
100100
Specify the target VCF version for binary downloads (e.g., '9.0' for VCF 9). The Advanced section offers options to enable SSH and the Jupyter Lab server. Enabling the Jupyter Lab server is highly recommended and is selected by default.
101101

102102
<figure markdown="span">
103-
<img src="/Holodeck/images/Deploy-Offline-Depot-Step-7b.png">
103+
<img src="../images/Deploy-Offline-Depot-Step-7b.png">
104104
</figure>
105105

106106
### Initial Boot
@@ -117,7 +117,7 @@ With the appliance online, use a web browser and go to:
117117
You should see this if you selected the option to skip the automatic download of the binaries or if the appliance had some issue trying to download the binaries:
118118

119119
<figure markdown="span">
120-
<img src="/Holodeck/images/Offline-Depot-Web-Server.png">
120+
<img src="../images/Offline-Depot-Web-Server.png">
121121
</figure>
122122

123123
This indicates that no binaries have been put into place on the depot. After you download binaries (see below) then this will be populated.
@@ -129,7 +129,7 @@ You can also access the Jupyter Lab server (if you enabled it) by using the foll
129129
http://<ODA_IP>:8888
130130

131131
<figure markdown="span">
132-
<img src="/Holodeck/images/Offline-Depot-Jupyter-Notebook.png">
132+
<img src="../images/Offline-Depot-Jupyter-Notebook.png">
133133
</figure>
134134

135135
Here, you will see two Jupyter notebooks that can assist you in performing a variety of tasks.
@@ -160,13 +160,13 @@ If the ODA has internet connectivity and you provided a download token during de
160160
This is the preferred manual method, as it makes things a bit easier. Simply access the Depot Maintenance Jupyter Notebook and go to the section about downloading the binaries and follow the directions.
161161

162162
<figure markdown="span">
163-
<img src="/Holodeck/images/Offline-Depot-Jupyter-Notebook-Manual-1.png">
163+
<img src="../images/Offline-Depot-Jupyter-Notebook-Manual-1.png">
164164
</figure>
165165

166166
Please note that the Jupyter Notebook will display the output of the command cell executed (if there is any). For example, if you ran the cell to download the ESX binaries for Holodeck, you would see something similar to this:
167167

168168
<figure markdown="span">
169-
<img src="/Holodeck/images/Offline-Depot-Jupyter-Notebook-Manual-2.png">
169+
<img src="../images/Offline-Depot-Jupyter-Notebook-Manual-2.png">
170170
</figure>
171171

172172
It's important to note that you can make these Jupyter Notebooks specific to your environment by modifying the commands or adding more.
@@ -244,7 +244,7 @@ The key directories are:
244244
If you populate the binaries manually, you need to ensure the files are in the proper location with the proper permissions. You can leverage the Jupyter Notebooks or manually execute the commands:
245245

246246
<figure markdown="span">
247-
<img src="/Holodeck/images/Offline-Depot-Jupyter-Notebook-Manual-3.png">
247+
<img src="../images/Offline-Depot-Jupyter-Notebook-Manual-3.png">
248248
</figure>
249249

250250
Set proper ownership and permissions on all depot files:
@@ -261,7 +261,7 @@ Failure to set the permissions properly will result in the inability to download
261261
Once the depot is ready, you should be able to access the web server by accessing the web server on http://ODA-IP
262262

263263
<figure markdown="span">
264-
<img src="/Holodeck/images/Offline-Depot-Web-Server-2.png">
264+
<img src="../images/Offline-Depot-Web-Server-2.png">
265265
</figure>
266266

267267
### Configuring HTTPS (SSL/TLS) for the Offline Depot
@@ -427,7 +427,7 @@ parted -s -a opt /dev/sda "print free"
427427
```
428428

429429
<figure markdown="span">
430-
<img src="/Holodeck/images/Offline-Depot-Storage-Expansion.png">
430+
<img src="../images/Offline-Depot-Storage-Expansion.png">
431431
</figure>
432432

433433
Next, you need to expand the filesystem in order to take advantage of the new partition space by using a command like:

0 commit comments

Comments
 (0)