diff options
Diffstat (limited to 'build/csit-rocky-environment.yaml')
-rw-r--r-- | build/csit-rocky-environment.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/csit-rocky-environment.yaml b/build/csit-rocky-environment.yaml index 74e0c1fc..9572504a 100644 --- a/build/csit-rocky-environment.yaml +++ b/build/csit-rocky-environment.yaml @@ -20,10 +20,11 @@ parameter_defaults: dport: 2049 GlanceNfsEnabled: true GlanceNfsShare: overcloud-controller-0.opnfvlf.org:/root/nfs/glance - GlanceNfsOptions: 'rw,sync,context=system_u:object_r:glance_var_lib_t:s0' + GlanceNfsOptions: + 'rw,sync,nosharecache,context=system_u:object_r:glance_var_lib_t:s0' NovaNfsEnabled: true NovaNfsShare: overcloud-controller-0.opnfvlf.org:/root/nfs/nova - NovaNfsOptions: 'rw,sync,context=system_u:object_r:nfs_t:s0' + NovaNfsOptions: 'rw,sync,nosharecache,context=system_u:object_r:nfs_t:s0' DockerPuppetProcessCount: 10 NeutronNetworkVLANRanges: 'datacentre:500:525' SshServerOptions: |