diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-23 17:45:49 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-23 17:45:49 +0000 |
commit | 899fbf405a8fb0e4671105ada055e21295de9b78 (patch) | |
tree | 68332210dd2c84419bf79a602728ba65b5007680 /ci | |
parent | 046f7083bf8b7148cd098516447238294d24d077 (diff) | |
parent | 7b17083344f7ddaa29376f9fc9ce634df65abae7 (diff) |
Merge "Update ci environment for multinode jobs to support Ceph" into stable/ocata
Diffstat (limited to 'ci')
-rw-r--r-- | ci/environments/multinode.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/environments/multinode.yaml b/ci/environments/multinode.yaml index 0609dd5f..d89a4942 100644 --- a/ci/environments/multinode.yaml +++ b/ci/environments/multinode.yaml @@ -4,6 +4,8 @@ resource_registry: parameter_defaults: ControllerServices: + - OS::TripleO::Services::CephMon + - OS::TripleO::Services::CephOSD - OS::TripleO::Services::CinderApi - OS::TripleO::Services::CinderScheduler - OS::TripleO::Services::CinderVolume @@ -45,5 +47,9 @@ parameter_defaults: nova::compute::libvirt::libvirt_virt_type: qemu # Required for Centos 7.3 and Qemu 2.6.0 nova::compute::libvirt::libvirt_cpu_mode: 'none' + #NOTE(gfidente): not great but we need this to deploy on ext4 + #http://docs.ceph.com/docs/jewel/rados/configuration/filesystem-recommendations/ + ceph::profile::params::osd_max_object_name_len: 256 + ceph::profile::params::osd_max_object_namespace_len: 64 SwiftCeilometerPipelineEnabled: False Debug: True |