Skip to content

Commit 5863022

Browse files
authored
Merge pull request #49 from stackhpc/gpu-pulp-commands
Fix Pulp commands used to upload NVIDIA driver
2 parents fd239cd + 16e2e35 commit 5863022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/gpus_in_openstack.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ running in a CI environment.
4747
pulp artifact upload --file ~/NVIDIA-GRID-Linux-KVM-525.105.14-525.105.17-528.89.zip
4848
pulp file content create --relative-path "NVIDIA-GRID-Linux-KVM-525.105.14-525.105.17-528.89.zip" --sha256 c8e12c15b881df35e618bdee1f141cbfcc7e112358f0139ceaa95b48e20761e0
4949
pulp file repository create --name nvidia
50-
pulp file repository add --name nvidia --sha256 c8e12c15b881df35e618bdee1f141cbfcc7e112358f0139ceaa95b48e20761e0 --relative-path "NVIDIA-GRID-Linux-KVM-525.105.14-525.105.17-528.89.zip"
50+
pulp file repository content add --repository nvidia --sha256 c8e12c15b881df35e618bdee1f141cbfcc7e112358f0139ceaa95b48e20761e0 --relative-path "NVIDIA-GRID-Linux-KVM-525.105.14-525.105.17-528.89.zip"
5151
pulp file publication create --repository nvidia
52-
pulp file distribution update --name nvidia --base-path nvidia --repository nvidia
52+
pulp file distribution create --name nvidia --base-path nvidia --repository nvidia
5353
5454
The file will then be available at ``<pulp_url>/pulp/content/nvidia/NVIDIA-GRID-Linux-KVM-525.105.14-525.105.17-528.89.zip``. You
5555
will need to set the ``vgpu_driver_url`` configuration option to this value:

0 commit comments

Comments
 (0)