Skip to content

Commit

Permalink
Remove content library references from OVA build docs (#8713)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna authored Sep 5, 2024
1 parent ac5ce33 commit e3593f3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/content/en/docs/osmgmt/artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,6 @@ If creating a role with these privileges via the UI, refer to the table below.

| Category | UI Privilege | Programmatic Privilege |
| --- | ----------- | ---- |
| Content Library | Add library item | ContentLibrary.AddLibraryItem |
| Content Library | Delete library item | ContentLibrary.DeleteLibraryItem |
| Content Library | Download files | ContentLibrary.DownloadSession |
| Content Library | Evict library item | ContentLibrary.EvictLibraryItem |
| Content Library | Update library item | ContentLibrary.UpdateLibraryItem |
| Datastore | Allocate space | Datastore.AllocateSpace |
| Datastore | Browse datastore | Datastore.Browse |
| Datastore | Low level file operations | Datastore.FileManagement |
Expand Down Expand Up @@ -408,10 +403,6 @@ These steps use `image-builder` to create an Ubuntu-based or RHEL-based image fo
```bash
curl -L -o - "https://github.com/vmware/govmomi/releases/latest/download/govc_$(uname -s)_$(uname -m).tar.gz" | sudo tar -C /usr/local/bin -xvzf - govc
```
1. Create a content library on vSphere:
```bash
govc library.create "<library name>"
```
1. Create a vSphere configuration file (for example, `vsphere.json`):
```json
{
Expand All @@ -428,7 +419,6 @@ These steps use `image-builder` to create an Ubuntu-based or RHEL-based image fo
"resource_pool": "",
"username": "",
"vcenter_server": "",
"vsphere_library_name": ""
}
```
##### **[cluster](https://developer.hashicorp.com/packer/integrations/hashicorp/vsphere/latest/components/builder/vsphere-iso#location-configuration)**
Expand Down Expand Up @@ -470,9 +460,6 @@ These steps use `image-builder` to create an Ubuntu-based or RHEL-based image fo
##### **[vcenter_server](https://developer.hashicorp.com/packer/integrations/hashicorp/vsphere/latest/components/builder/vsphere-iso#connection-configuration)**
The vCenter Server hostname.

##### **[vsphere_library_name](https://developer.hashicorp.com/packer/integrations/hashicorp/vsphere/latest/components/builder/vsphere-iso#content-library-import-configuration)**
Name of the library in which the new library item containing the template should be updated.

For RHEL images, add the following fields:
```json
{
Expand Down

0 comments on commit e3593f3

Please sign in to comment.