Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
elasticsearch-cluster-orchestration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
IT Monitoring
elasticsearch-cluster-orchestration
Commits
c94a9177
Commit
c94a9177
authored
10 years ago
by
Benjamin Fiorini
Browse files
Options
Downloads
Patches
Plain Diff
init
parent
8bfb19b9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
es_init.sh
+2
-1
2 additions, 1 deletion
es_init.sh
manifests/master.pp
+0
-1
0 additions, 1 deletion
manifests/master.pp
with
2 additions
and
2 deletions
es_init.sh
+
2
−
1
View file @
c94a9177
...
...
@@ -18,5 +18,6 @@ else
echo
"hostgroup=masterless/elasticsearch/
$cluster_name
/datanode"
>
/etc/facter/facts.d/hostgroup.txt
echo
"hostgroup_3=datanode"
>
/etc/facter/facts.d/hostgroup_3.txt
fi
# Run the show
# Run the show, twice...
puppet apply
-tv
--modulepath
=
/etc/puppet/modules/ /etc/puppet/manifests/
puppet apply
-tv
--modulepath
=
/etc/puppet/modules/ /etc/puppet/manifests/
This diff is collapsed.
Click to expand it.
manifests/master.pp
+
0
−
1
View file @
c94a9177
...
...
@@ -8,7 +8,6 @@ class master {
config
=>
hiera_hash
(
'master_config'
),
}
Class
[
'lemon'
]
->
# trick to have java and all installed...
elasticsearch::plugin
{
'mobz/elasticsearch-head'
:
module_dir
=>
'head'
;
...
...
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