{"body":"--\ndebug: true\ninstall_method: source\n\n# Hardening\napply_security_hardening: false\n\n# HAProxy\nhaproxy_keepalived_internal_vip_cidr: \"{{internal_lb_vip_address}}/32\"\nhaproxy_keepalived_external_vip_cidr: \"172.17.223.34/32\"\nhaproxy_keepalived_internal_interface: br-mgmt\nhaproxy_keepalived_external_interface: br-api\n\nhaproxy_ssl: true\nhaproxy_user_ssl_cert:    /etc/openstack_deploy/ssl/cert.crt\nhaproxy_user_ssl_key:     /etc/openstack_deploy/ssl/cert.key\nhaproxy_user_ssl_ca_cert: /etc/openstack_deploy/ssl/cert.crt\n\n#rabbitmq_use_ssl: true\nrabbitmq_user_ssl_cert:    \"/etc/openstack_deploy/ssl/cert.crt\"\nrabbitmq_user_ssl_key:     \"/etc/openstack_deploy/ssl/cert.key\"\nrabbitmq_user_ssl_ca_cert: \"/etc/openstack_deploy/ssl/cert.crt\"\n\nlxc_cache_extra_distro_packages:\n  - vim\n  - wget\n  - curl\n  - telnet\n  #- rsyslog\n\n######## CEPH ########\ncephx: true\n  #ceph_mons:\n  #  - 172.17.223.129\n  #  - 172.17.223.130\n  #  - 172.17.223.131\n\n# OSA options for using an existing Ceph deployment. This example can be used if all configuration needs to come from OSA\n# configuration files instead of the Ceph MONs: http://docs.openstack.org/openstack-ansible-ceph_client/latest/config-from-file.html\n\n# Directory containing the Ceph keyring files with access credentials.\nceph_keyrings_dir: /etc/openstack_deploy/ceph-keyrings\n\n# General Ceph configuration file containing the information for Ceph clients\n# to connect to the Ceph cluster.\nceph_conf_file: |\n   [global]\n   mon initial members = meo-sstr001, meo-sstr002, meo-sstr003\n   fsid = xxxxxxxx-xxxx-xxxx-xxxx-c794f4fb6593\n   ## Ceph clusters starting with the Nautilus release can support the v2 wire protocol\n   mon host = [v2:172.17.223.129:3300/0,v1:172.17.223.129:6789/0],[v2:172.17.223.130:3300/0,v1:172.17.223.130:6789/0],[v2:172.17.223.131:3300/0,v1:172.17.223.131:6789/0]\n\nglance_default_store: rbd\nglance_notification_driver: noop\nglance_ceph_client: glance\nglance_rbd_store_pool: images\nglance_rbd_store_chunk_size: 8\n\n# For configuring a backend in Cinder to store volumes in Ceph. This\n# configuration will be used for Nova compute and libvirt to access volumes.\ncinder_ceph_client: cinder\ncinder_backends:\n  #  rbd_volumes:\n  ceph:\n    volume_driver: cinder.volume.drivers.rbd.RBDDriver\n    rbd_pool: volumes\n    rbd_ceph_conf: /etc/ceph/ceph.conf\n    rbd_store_chunk_size: 8\n    volume_backend_name: rbddriver\n    rbd_user: \"{{ cinder_ceph_client }}\"\n    rbd_secret_uuid: \"{{ cinder_ceph_client_uuid }}\"\n    report_discard_supported: true\n  #    extra_volume_types:\n  #      - low-iops\n  #      - high-iops\n  #      - ultra-high-iops\n# Configuration for Nova compute and libvirt to store ephemeral discs in Ceph.\nnova_libvirt_images_rbd_pool: vms\nnova_libvirt_inject_password: true\n\n######## GALERA ########\ngalera_innodb_buffer_pool_size: 4096M #default: 4M\ngalera_innodb_log_buffer_size: 128M #default: 128K\ngalera_monitoring_allowed_source: 0.0.0.0/0\ngalera_wsrep_provider_options:\n  - option: gcache.size\n    value: 1024M\n\n\n\n########## Local Pypi\n # Copy these files from the host into the containers\nlxc_container_cache_files_from_host:\n  - /etc/pip.conf\n  - /root/.pydistutils.cfg\n\n","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/FUjIPgsM","modified":1686997623,"id":"FUjIPgsM","size":3150,"lines":96,"own_paste":false,"theme":"","date":1686997623}