mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
move <ovirt_template> next to basebox url in metadata and schema
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
<xs:element name="platform" type="platformOptions" minOccurs="1" maxOccurs="unbounded"/>
|
||||
<xs:element name="distro" type="xs:string" minOccurs="1" maxOccurs="1"/>
|
||||
<xs:element name="url" type="xs:string" minOccurs="1" maxOccurs="1"/>
|
||||
<xs:element name="ovirt_template" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
|
||||
|
||||
<xs:element name="packerfile_path" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
||||
<xs:element name="product_key" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
||||
@@ -58,7 +59,6 @@
|
||||
<xs:element name="reference" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element name="software_name" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element name="software_license" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element name="ovirt_template" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
|
||||
|
||||
<!-- cannot co-exist with a system matching ALL of the optionally specified values (can be repeated for OR)-->
|
||||
<xs:element name="conflict" minOccurs="0" maxOccurs="unbounded">
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<platform>unix</platform>
|
||||
<distro>Debian 7.8 (wheezy) 32-bit (i386)</distro>
|
||||
<url>https://app.vagrantup.com/secgen/boxes/debian_wheezy_kde_puppet/versions/1.0.0/providers/virtualbox.box</url>
|
||||
<ovirt_template>debian_desktop_kde</ovirt_template>
|
||||
|
||||
<reference>https://atlas.hashicorp.com/puppetlabs</reference>
|
||||
<software_license>various</software_license>
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<platform>unix</platform>
|
||||
<distro>Kali Linux 2017.1</distro>
|
||||
<url>https://app.vagrantup.com/secgen/boxes/kali_lite_msf_puppet/versions/1.0.1/providers/virtualbox.box</url>
|
||||
<ovirt_template>kali_linux_msf</ovirt_template>
|
||||
|
||||
<reference>https://app.vagrantup.com/cliffe</reference>
|
||||
<software_license>various</software_license>
|
||||
|
||||
Reference in New Issue
Block a user