-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dev: Allow configuring vagrant through external conf
- Loading branch information
1 parent
f2e8948
commit 3f41ee0
Showing
3 changed files
with
44 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,3 @@ hawk/api_token_entries.store | |
|
||
hawk/.byebug_history | ||
|
||
# Ignore vagrant config file | ||
vconf.yml | ||
*_public_ip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# This file is read by both Vagrantfile and Salt pillar | ||
# Keep the defaults when running locally | ||
|
||
ip_node_0: 10.13.37.10 | ||
ip_node_1: 10.13.37.11 | ||
ip_node_2: 10.13.37.12 | ||
ip_vip: 10.13.37.13 | ||
|
||
vm_shared_disk: _shared_disk | ||
vm_shared_disk_size: 128 # MB | ||
vm_drbd_disk: _drbd_disk | ||
vm_drbd_disk_size: 256 # MB | ||
|
||
vm_mode: local | ||
vm_salt_mode: masterless | ||
vm_prefix_name: hawk | ||
vm_host: | ||
vm_username: | ||
vm_password: | ||
vm_libvirt_network_name: | ||
vm_mem: 2608 | ||
vm_cpu: 2 | ||
vm_configure_routes: False | ||
vm_routes_config: | ||
|
||
|
||
|
||
|
||
|
||
|
||
|