Skip to content
Snippets Groups Projects

Development

Merged Riccardo Bucchi requested to merge development into master
+ 811
681
Compare changes
  • Side-by-side
  • Inline
Files
+ 70
0
---
default:
- ntp
- timezone
ntp::enable: true
ntp::servers:
- ntp.cnaf.infn.it iburst
- pool.ntp.org
timezone::timezone: 'Europe/Rome'
iaas:
iaas::region: "test-ocp"
iaas::public_interface: eth0
iaas::admin_interface: eth0
# Node
iaas::profile::base::dns_servers: [192.168.0.4]
#iaas::profile::base::dns_searchdomain: iaas
iaas::profile::base::dns_searchdomain: .openstacklocal
iaas::profile::base::ssh_public_key: /root/.ssh/id_rsa.pub
iaas::profile::base::ntp_servers: [ntp.cnaf.infn.it, pool.ntp.org]
#Keepalived
iaas::profile::keepalived::notification_email: 'account@domain1'
iaas::profile::keepalived::notification_email_from: 'noreply-keepalived-ocpops1@cnaf.infn.it'
iaas::profile::keepalived::smtp_server: 'smtp.server1'
iaas::profile::keepalived::vip_address: '192.168.0.127'
iaas::profile::keepalived::lvs_interface: 'eth0'
iaas::profile::haproxy::stats_enabled: true
iaas::profile::haproxy::stats_ports: [1936]
iaas::profile::haproxy::stats_refresh: "30s"
iaas::profile::haproxy::stats_login: "stats"
iaas::profile::haproxy::stats_password: "stats"
iaas::profile::haproxy::stats_uri: "/"
# Percona
iaas::profile::database::mysql_cluster_servers: 'ocp-tb-1,ocp-tb-2,ocp-tb-3'
iaas::profile::database::mysql_port: 3307
iaas::profile::database::root_password: 'test_pwd'
# Rabbitmq
iaas::profile::rabbitmq::servers: [ocp-tb-1,ocp-tb-2,ocp-tb-3]
iaas::profile::rabbitmq::user: openstack
iaas::profile::rabbitmq::password: openstack
iaas::profile::rabbitmq::erlang: JTZEOFFHPRJOTLUWEFQR
# Ceph
iaas::role::storage::cluster_netmask: 255.255.255.0
ceph::profile::params::fsid: 'f65809d3-7961-4cd7-b731-a9bc94bc6e9c'
ceph::profile::params:authentication_type: 'cephx'
ceph::profile::params:mon_initial_members: '<mon_host_1>,<mon_host_2>,<mon_host_3>'
ceph::profile::params::mon_host: '<mon_IP_1>,<mon_IP_2>,<mon_IP_3>'
ceph::profile::params::osd_pool_default_pg_num: 100
ceph::profile::params::osd_pool_default_pgp_num: 100
ceph::profile::params::osd_pool_default_size: 3
ceph::profile::params::osd_pool_default_min_size: 2
ceph::profile::params::cluster_network: '10.10.98.0/24'
ceph::profile::params::public_network: '10.10.98.0/24'
ceph::profile::params::mon_key: 'AQBxkvVU4F+VDBAArxUf+8s0LbxIxNrbyEC1kw=='
ceph::profile::params::admin_key: 'AQDgL/hUSC2kLBAAnWJaSiqJG+YMk+XV9sapnw=='
ceph::profile::params::admin_key_mode: '0600'
ceph::profile::params::bootstrap_osd_key: 'AQDlL/hUUCpdFBAAZeo6mKj4yeKPmVKfUY5awA=='
ceph::profile::params::bootstrap_mds_key: 'AQApksZUIJhXJxAAEHVW/dbL1OeLA7Om++zdVw=='
ceph::profile::params::osd_journal_size: '5120'
Loading