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
2a349fd9
Commit
2a349fd9
authored
9 years ago
by
Riccardo Bucchi
Browse files
Options
Downloads
Plain Diff
Merge branch 'rhmk-fix' into 'dev'
fixed common.yaml variables due to merge in dev See merge request
!18
parents
302c2ee3
2f813e7a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!23
Dev
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/hieradata/common.yaml
+0
-1
0 additions, 1 deletion
examples/hieradata/common.yaml
manifests/profile/keepalived.pp
+2
-2
2 additions, 2 deletions
manifests/profile/keepalived.pp
with
2 additions
and
3 deletions
examples/hieradata/common.yaml
+
0
−
1
View file @
2a349fd9
...
...
@@ -29,7 +29,6 @@ iaas::profile::base::dns_searchdomain: .openstacklocal
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
:
'
10.101.32.x'
iaas::profile::keepalived::lvs_interface
:
'
eth0'
# HAProxy
...
...
This diff is collapsed.
Click to expand it.
manifests/profile/keepalived.pp
+
2
−
2
View file @
2a349fd9
class
iaas::profile::keepalived
(
$admin_interface
=
hiera
(
'iaas::admin_interface'
,
undef
),
$public_interface
=
hiera
(
'iaas::public_interface'
,
undef
),
$vip_admin_address
=
hiera
(
'iaas::admin_
vip
'
,
undef
),
$vip_main_address
=
hiera
(
'iaas::main_
vip
'
,
undef
),
$vip_admin_address
=
hiera
(
'iaas::admin_
address
'
,
undef
),
$vip_main_address
=
hiera
(
'iaas::main_
address
'
,
undef
),
$notification_email
=
undef
,
$notification_email_from
=
undef
,
$smtp_server
=
undef
,
...
...
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