[gate] Put nfs-provisioner in it's own namespace (docker-registry)

Use the 'docker-nfs' namespace to back the docker registry.  This
means we can delete the registry namespace without causing IO lockups.

Change-Id: I1706dd96653598dcfbb81904fde8c0bf92294b06
This commit is contained in:
Chris Wedgwood 2018-10-21 23:40:43 +00:00
parent 8f5aaa3fd0
commit c08c78f1d1

View File

@ -30,7 +30,7 @@ storageclass:
name: openstack-helm-bootstrap
EOF
helm upgrade --install docker-registry-nfs-provisioner \
./nfs-provisioner --namespace=docker-registry \
./nfs-provisioner --namespace=docker-nfs \
--values=/tmp/docker-registry-nfs-provisioner.yaml
#NOTE: Deploy redis for the docker registry