Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iaas-ha
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OCP-TOOLS
iaas-ha
Merge requests
!8
Development
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Development
development
into
master
Overview
0
Commits
29
Pipelines
0
Changes
Merged
Riccardo Bucchi
requested to merge
development
into
master
9 years ago
Overview
0
Commits
29
Pipelines
0
Changes
-
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
119a632c
29 commits,
9 years ago
+
811
−
681
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
examples/hieradata/common.yaml
0 → 100644
+
70
−
0
Options
---
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