-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It seems I forgot to git add it :/ Change-Id: I7010368cda092798a4c7f5fed70f4da8be2e29f8 Signed-off-by: David Caro <dcaroest@redhat.com>
- Loading branch information
1 parent
687c142
commit 99e09f2
Showing
2 changed files
with
95 additions
and
0 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../common/init-configs/1_centos6_engine_2_centos7_hosts.yml |
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,94 @@ | ||
domains: | ||
engine: | ||
memory: 4096 | ||
nics: | ||
- net: lago | ||
disks: | ||
- template_name: el6-base | ||
type: template | ||
name: root | ||
dev: vda | ||
format: qcow2 | ||
metadata: | ||
ovirt-engine-password: 123 | ||
ovirt-role: engine | ||
deploy-scripts: | ||
- $LAGO_INITFILE_PATH/../common/deploy-scripts/add_local_repo.sh | ||
- $LAGO_INITFILE_PATH/../common/deploy-scripts/setup_engine.sh | ||
|
||
storage: | ||
memory: 2047 | ||
nics: | ||
- net: lago | ||
disks: | ||
- template_name: el7-base | ||
type: template | ||
name: root | ||
dev: vda | ||
format: qcow2 | ||
- comment: Main NFS device | ||
size: 101G | ||
type: empty | ||
name: nfs | ||
dev: vdb | ||
format: qcow2 | ||
- comment: Not used yet, for future export domain tests | ||
size: 20G | ||
type: empty | ||
name: export | ||
dev: vdc | ||
format: qcow2 | ||
- comment: Main iSCSI device | ||
size: 101G | ||
type: empty | ||
name: iscsi | ||
dev: vdd | ||
format: qcow2 | ||
metadata: | ||
deploy-scripts: | ||
- $LAGO_INITFILE_PATH/../common/deploy-scripts/add_local_repo.sh | ||
- $LAGO_INITFILE_PATH/../common/deploy-scripts/setup_storage_unified_el7.sh | ||
|
||
host1: | ||
memory: 2047 | ||
nics: | ||
- net: lago | ||
disks: | ||
- template_name: el7-base | ||
type: template | ||
name: root | ||
dev: vda | ||
format: qcow2 | ||
metadata: | ||
ovirt-role: host | ||
ovirt-capabilities: | ||
- snapshot-live-merge | ||
deploy-scripts: | ||
- $LAGO_INITFILE_PATH/../common/deploy-scripts/add_local_repo.sh | ||
- $LAGO_INITFILE_PATH/../common/deploy-scripts/setup_host_el7.sh | ||
|
||
host0: | ||
memory: 2047 | ||
nics: | ||
- net: lago | ||
disks: | ||
- template_name: el7-base | ||
type: template | ||
name: root | ||
dev: vda | ||
format: qcow2 | ||
metadata: | ||
ovirt-role: host | ||
ovirt-capabilities: | ||
- snapshot-live-merge | ||
deploy-scripts: | ||
- $LAGO_INITFILE_PATH/../common/deploy-scripts/add_local_repo.sh | ||
- $LAGO_INITFILE_PATH/../common/deploy-scripts/setup_host_el7.sh | ||
|
||
nets: | ||
lago: | ||
type: nat | ||
dhcp: | ||
start: 100 | ||
end: 254 | ||
management: true |