summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/csit-environment.yaml5
-rw-r--r--build/csit-queens-environment.yaml5
2 files changed, 6 insertions, 4 deletions
diff --git a/build/csit-environment.yaml b/build/csit-environment.yaml
index 74e0c1fc..9572504a 100644
--- a/build/csit-environment.yaml
+++ b/build/csit-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:
diff --git a/build/csit-queens-environment.yaml b/build/csit-queens-environment.yaml
index 2ecb1fc5..2cf3f02b 100644
--- a/build/csit-queens-environment.yaml
+++ b/build/csit-queens-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: