update docs

This commit is contained in:
Henry Zhang 2016-11-01 23:09:25 +08:00
parent 67f27fae00
commit 3ed8225935

View File

@ -15,25 +15,25 @@ This guide walks you through the steps about installing and configuring Harbor o
4. Review the OVF template details and click "Next".
![ova](img/ova/ova03.png)
![ova](img/ova/ova03.png)
5. Spefify a name and a location for the virtual appliance.
![ova](img/ova/ova04.png)
![ova](img/ova/ova04.png)
6. Select the datastore and virtual disk format, click "Next".
![ova](img/ova/ova05.png)
![ova](img/ova/ova05.png)
7. Configure the network(s) the virtual appliance should be connected to.
![ova](img/ova/ova06.png)
![ova](img/ova/ova06.png)
8. Customize the properties of Harbor. The properties are described below. Note that at the very least, you just need to set the **Root Password**, **Harbor Admin Password** and **Database Password** properties.
![ova](img/ova/ova07.png)
![ova](img/ova/ova07.png)
* Harbor
* Harbor
* **Root Password**: The password of the root user.
* **Harbor Admin Password**: The initial password of Harbor admin. It only works for the first time when Harbor starts. It has no effect after the first launch of Harbor. Change the admin password from UI after launching Harbor.
* **Database Password**: The password of the root user of MySQL database.
@ -55,7 +55,7 @@ This guide walks you through the steps about installing and configuring Harbor o
* **Verify Remote Cert**: Determine whether the image replication should verify the certificate when it connects to a remote registry via TLS. Set this flag to off when the remote registry uses a self-signed or untrusted certificate.
* **Garbage Collection**: When setting this to true, Harbor performs garbage collection everytime it boots up. The first time setting this flag to true needs to power off the VM and power it on again.
* Networking properties
* Networking properties
* **Default Gateway**: The default gateway address for this VM. Leave blank if DHCP is desired.
* **Domain Name**: The domain name of this VM. Leave blank if DHCP is desired.
* **Domain Search Path**: The domain search path(comma or space separated domain names) for this VM. Leave blank if DHCP is desired.
@ -63,13 +63,13 @@ This guide walks you through the steps about installing and configuring Harbor o
* **Network 1 IP Adress**: The IP address of this interface. Leave blank if DHCP is desired.
* **Network 1 Netmask**: The netmask or prefix for this interface. Leave blank if DHCP is desired.
**Notes:** If you want to enable HTTPS with a self-signed certificate, refer to the "Getting a certificate" part of this [guide](https://github.com/vmware/harbor/blob/master/docs/configure_https.md#getting-a-certificate) for generating a certificate.
**Notes:** If you want to enable HTTPS with a self-signed certificate, refer to the "Getting a certificate" part of this [guide](https://github.com/vmware/harbor/blob/master/docs/configure_https.md#getting-a-certificate) for generating a certificate.
After you complete the properties, click "Next".
After you complete the properties, click "Next".
9. Review your settings and click "Finish" to complete the deployment.
![ova](img/ova/ova08.png)
![ova](img/ova/ova08.png)
10. Power on the virtual appliance. It may take a few minutes for the first bootup. The virtual appliance needs to initialize itself for configuration like netowrk address and password.
@ -81,11 +81,11 @@ If you want to change the properties of Harbor, follow the below steps:
1. **Power off** Harbor's virtual appliance.
2. Right click on the VM and select "Edit Settings".
![ova](img/ova/edit_settings.png)
![ova](img/ova/edit_settings.png)
3. Click the "vApp Options" tab, update the properties and click "OK".
![ova](img/ova/vapp_options.png)
![ova](img/ova/vapp_options.png)
4. **Power on** the VM.