Skip to content

Instantly share code, notes, and snippets.

@a1git
Created August 20, 2020 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1git/220fbfe65cf2d0335266ebadb7d21617 to your computer and use it in GitHub Desktop.
Save a1git/220fbfe65cf2d0335266ebadb7d21617 to your computer and use it in GitHub Desktop.
--
haproxy_keepalived_external_vip_cidr: "10.101.72.8/21"
haproxy_keepalived_internal_vip_cidr: "10.101.72.9/21"
haproxy_keepalived_external_interface: br-mgmt
haproxy_keepalived_internal_interface: br-mgmt
generate_fsid: false
fsid: 9981a22b-35c1-4cf1-b44c-e83ca5ae7778
ceph_mons:
- 10.101.13.60
- 10.101.13.124
- 10.101.13.188
openstack_config: true
cinder_ceph_client: cinder
glance_ceph_client: glance
glance_default_store: rbd
glance_rbd_store_pool: images
nova_libvirt_images_rbd_pool: vms
cinder_service_backup_ceph_user: cinder
cinder_service_backup_ceph_pool: backups
horizon_custom_uploads:
favicon:
src: /etc/openstack_deploy/horizon/favicon.ico
dest: img/favicon.ico
logo:
src: /etc/openstack_deploy/horizon/logo.svg
dest: img/logo.svg
logo_splash:
src: /etc/openstack_deploy/horizon/logo_splash.svg
dest: img/logo-splash.svg
horizon_can_set_password: True
horizon_session_timeout: 14400
haproxy_ssl_self_signed_regen: false
haproxy_user_ssl_cert: /opt/ssl/cert.pem
haproxy_user_ssl_key: /opt/ssl/key.pem
rsyslog_client_enabled: true
rsyslog_server_enabled: true
rsyslog_client_user_defined_targets:
- name: "graylog"
proto: "udp"
port: 1514
hostname: 10.101.73.14
debug: false
galera_max_connections: 6000
nova_libvirt_inject_password: True
nova_libvirt_inject_key: True
nova_nova_conf_overrides:
DEFAULT:
resume_guests_state_on_host_boot: true
cpu_allocation_ratio: 4.0
neutron_neutron_conf_overrides:
DEFAULT:
global_physnet_mtu: 9000
dhcp_agents_per_network: 2
max_l3_agents_per_router: 2
neutron_ml2_conf_ini_overrides:
ml2:
path_mtu: 9000
security_enable_graphical_login_message: no
lxc_host_machine_volume_size: 500
lxc_cache_prep_timeout: 12000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment