Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vagrant-environment
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
testing
vagrant-environment
Commits
55c57a50
Commit
55c57a50
authored
Sep 01, 2016
by
Markus Frosch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add satellite1 box
parent
17549fa0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
Vagrantfile
Vagrantfile
+4
-0
hieradata/common.yaml
hieradata/common.yaml
+5
-0
hieradata/node/satellite1.vagrant.icinga.org.yaml
hieradata/node/satellite1.vagrant.icinga.org.yaml
+3
-0
No files found.
Vagrantfile
View file @
55c57a50
...
...
@@ -24,6 +24,10 @@ Vagrant.configure(2) do |config|
host
.
vm
.
network
'forwarded_port'
,
guest:
80
,
host:
8052
host
.
vm
.
network
'private_network'
,
ip:
'192.168.33.12'
end
config
.
vm
.
define
'satellite1'
do
|
host
|
host
.
vm
.
hostname
=
"satellite1.
#{
domain
}
"
host
.
vm
.
network
'private_network'
,
ip:
'192.168.33.21'
end
config
.
vm
.
provision
'shell'
do
|
shell
|
shell
.
path
=
'scripts/shell_provisioner.sh'
...
...
hieradata/common.yaml
View file @
55c57a50
...
...
@@ -19,3 +19,8 @@ icinga2::object::zone:
host
:
'
192.168.33.11'
master2.vagrant.icinga.org
:
host
:
'
192.168.33.12'
satellite
:
parent
:
master
endpoints
:
satellite1.vagrant.icinga.org
:
host
:
'
192.168.33.21'
hieradata/node/satellite1.vagrant.icinga.org.yaml
0 → 100644
View file @
55c57a50
---
classes
:
-
icinga2_testing::roles::satellite
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment