diff options
author | Tim Rozet <trozet@redhat.com> | 2018-12-05 09:35:52 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-12-08 03:04:17 +0000 |
commit | 8154d4c215974c9c51b901cc655faace6eca2f98 (patch) | |
tree | 3d0cbdfe58b73eee7cddc76ca275972e77d85f28 /build/csit-environment.yaml | |
parent | f357aac22a1df2f10cca635c522e2397b2840f62 (diff) |
Enable CSIT deployments to use NFS backend
In order to support HA as well as live migration a shared storage
backend needs to be used. This patch preps the overcloud image to start
with an NFS server sharing out of /root/nfs. If csit environment file is
used then NFS parameters will be passed to the deployment, configuring
Nova and Glance to use NFS hosted by controller0.
JIRA: APEX-654
Change-Id: I049d84bfd454013fc7ba5048939ee17100197624
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build/csit-environment.yaml')
-rw-r--r-- | build/csit-environment.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build/csit-environment.yaml b/build/csit-environment.yaml index 048833d1..74e0c1fc 100644 --- a/build/csit-environment.yaml +++ b/build/csit-environment.yaml @@ -14,6 +14,16 @@ parameter_defaults: ExtraConfig: tripleo::ringbuilder::build_ring: false nova::api::default_floating_pool: 'external' + ControllerExtraConfig: + tripleo::firewall:firewall_rules: + '139 allow NFS': + 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' + NovaNfsEnabled: true + NovaNfsShare: overcloud-controller-0.opnfvlf.org:/root/nfs/nova + NovaNfsOptions: 'rw,sync,context=system_u:object_r:nfs_t:s0' DockerPuppetProcessCount: 10 NeutronNetworkVLANRanges: 'datacentre:500:525' SshServerOptions: |