no message
parent
99c9dcca60
commit
879ae100b9
|
@ -15,6 +15,7 @@ apt_upgrade: false
|
||||||
#manage_etc_hosts: localhost
|
#manage_etc_hosts: localhost
|
||||||
manage_etc_hosts: true
|
manage_etc_hosts: true
|
||||||
fqdn: %FQDN%
|
fqdn: %FQDN%
|
||||||
|
timezone: US/Mountain
|
||||||
datasource_list:
|
datasource_list:
|
||||||
- ConfigDrive
|
- ConfigDrive
|
||||||
|
|
||||||
|
|
|
@ -169,6 +169,9 @@ virt-install \
|
||||||
--console pty,target_type=serial \
|
--console pty,target_type=serial \
|
||||||
--os-type=${virt_ostype} --os-variant=${virt_osvariant}
|
--os-type=${virt_ostype} --os-variant=${virt_osvariant}
|
||||||
|
|
||||||
|
sleep 5
|
||||||
|
|
||||||
|
virsh change-media ${hostname}.${domain} vdb --eject --config
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
rm configuration.iso output/meta-data output/user-data
|
rm configuration.iso output/meta-data output/user-data
|
||||||
|
|
Loading…
Reference in New Issue