Skip to content

Commit

Permalink
Add missing 3.6 initfile
Browse files Browse the repository at this point in the history
It seems I forgot to git add it :/

Change-Id: I7010368cda092798a4c7f5fed70f4da8be2e29f8
Signed-off-by: David Caro <dcaroest@redhat.com>
  • Loading branch information
david-caro committed May 24, 2016
1 parent 687c142 commit 99e09f2
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 0 deletions.
1 change: 1 addition & 0 deletions basic_suite_3.6/LagoInitFile.in
94 changes: 94 additions & 0 deletions common/init-configs/1_centos6_engine_2_centos7_hosts.yml
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

0 comments on commit 99e09f2

Please sign in to comment.