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
Commits
52b53dce
Commit
52b53dce
authored
9 years ago
by
Alessandro Costantini
Browse files
Options
Downloads
Patches
Plain Diff
Added variable for server.pp manifest
parent
a29c8538
No related branches found
No related tags found
1 merge request
!9
Development
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/hieradata/common.yaml
+17
-36
17 additions, 36 deletions
examples/hieradata/common.yaml
with
17 additions
and
36 deletions
examples/hieradata/common.yaml
+
17
−
36
View file @
52b53dce
...
...
@@ -118,57 +118,38 @@ iaas::profile::cinder::secret: 5e899071-df68-40d3-b0ea-6ec22b7c12a0
# Ceph
#iaas::role::storage::cluster_vlan: 8
#
iaas::role::storage::cluster_netmask: 255.255.25
2
.0
iaas::role::storage::cluster_netmask
:
255.255.25
5
.0
#ceph::profile::params:release: 'firefly'
ceph::profile::params::fsid
:
'
f65809d3-7961-4cd7-b731-a9bc94bc6e9c'
ceph::profile::params:authentication_type
:
'
cephx'
#ceph::profile::params:mon_initial_members: 'ocp-ubuntu1,ocp-ubuntu2,ocp-ubuntu3'
#Costa
#ceph::profile::params::mon_host: 'ceph-1:6789, ceph-2:6789, ceph-3:6789'
ceph::profile::params::mon_host
:
'
131.154.100.249,131.154.100.250,131.154.100.251'
#ceph::profile::params::osd_pool_default_pg_num: 128
#ceph::profile::params::osd_pool_default_pgp_num: 128
#ceph::profile::params::osd_pool_default_size: 3
#ceph::profile::params::osd_pool_default_min_size: 2
#ceph::profile::params::cluster_network: '172.16.64.0/22'
#ceph::profile::params::public_network: '192.168.0.0/18'
ceph::profile::params:mon_initial_members
:
'
ocp-ubuntu20,ocp-ubuntu21,ocp-ubuntu22'
#ceph::profile::params::mon_host: 'ocp-ubuntu20:6789, ocp-ubuntu21:6789, ocp-ubuntu22:6789'
ceph::profile::params::mon_host
:
'
10.10.98.111,10.10.98.112,10.10.98.113'
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: ''
#ceph::keys::args:
# client.glance:
# secret: 'AQBgGdJUCPwjLRAARZ0KEaxewYcYHT3j5Gl5Cg=='
# cap_mon: 'allow r'
# cap_osd: 'allow class-read object_prefix rbd_children, allow rwx pool=images'
# user: 'glance'
# group: 'glance'
# mode: '0550'
# client.cinder:
# secret: 'AQAvxQpVKJ03KxAADFv78tedrAWZx1SoRdsQUA=='
# cap_mon: 'allow r'
# cap_osd: 'allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rwx pool=vms, allow rx pool=images'
# user: 'cinder'
# group: 'cinder'
# mode: '0550'
# client.cinder-backup:
# secret: 'AQBKvuVUMHvaGhAADT6nvBv9LFs7dqpB8Kis0Q=='
# cap_mon: 'allow r'
# cap_osd: 'allow class-read object_prefix rbd_children, allow rwx pool=backups'
# user: 'cinder'
# group: 'cinder'
# mode: '0550'
ceph::profile::params::bootstrap_mds_key
:
'
AQApksZUIJhXJxAAEHVW/dbL1OeLA7Om++zdVw=='
ceph::profile::params::osd_journal_size
:
'
4096'
#ceph::profile::params::osds:
# '/dev/vdb':
# journal: '/data1'
# Nova
iaas::profile::nova::common::default_flotting_pool
:
ext-net
iaas::profile::nova::controller::password
:
nova
# Neutron
iaas::profile::neutron::router::external_device
:
eth0
iaas::profile::neutron::password
:
neutron
iaas::profile::neutron::secret
:
neutron
# ip_first: 10.10.98.121; ip_last: 10.10.98.126; netmask 255.255.255.248
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment