[
https://issues.apache.org/jira/browse/CLOUDSTACK-6042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14379642#comment-14379642
]
Rajani Karuturi commented on CLOUDSTACK-6042:
---------------------------------------------
I see its reviewable. Can you please post the link to review request here?
> automation:need to modify the scripts to handle new default built-in
> Template(deployvm script is failing)
> ----------------------------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-6042
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6042
> Project: CloudStack
> Issue Type: Test
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Automation
> Affects Versions: 4.3.0
> Reporter: sadhu suresh
> Assignee: sadhu suresh
>
> right now in the test scripts default built-in template is pointing to
> centos5.3 but in 4.3 default template is centos 5.6 for xen. due to this
> scripts(ex:deployvm )are failing with unable to find the default template
> centos-5.3
> select * from vm_template where id in (2,5)\G;
>
> 1. row ***************************
>
> id: 2
>
> unique_name: centos53-x86_64
>
> name: CentOS 5.3(64-bit) no GUI (XenServer)
>
> uuid: d0c8c942-883d-11e3-9f41-06a8f400007f
>
> public: 1
>
> featured: 1
>
> type: BUILTIN
>
> hvm: 0
>
> bits: 64
>
> url:
> http://download.cloud.com/templates/builtin/f59f18fb-ae94-4f97-afd2-f84755767aca.vhd.bz2
>
> format: VHD
>
> created: 2014-01-28 22:31:22
>
> removed: NULL
>
> account_id: 1
>
> checksum: b63d854a9560c013142567bbae8d98cf
>
> display_text: CentOS 5.3(64-bit) no GUI
> (XenServer)
>
> enable_password: 0
>
> enable_sshkey: 0
>
> guest_os_id: 12
>
> bootable: 1
>
> prepopulate: 0
>
> cross_zones: 1
>
> extractable: 1
>
> hypervisor_type: XenServer
>
> source_template_id: NULL
>
> template_tag: NULL
>
> sort_key: 0
>
> size: 8589934592
>
> state: Inactive
>
> update_count: 0
>
> updated: NULL
>
> dynamically_scalable: 0
>
> 2. row ***************************
>
> id: 5
>
> unique_name: centos56-x86_64-xen
>
> name: CentOS 5.6(64-bit) no GUI (XenServer)
>
> uuid: d0c98f94-883d-11e3-9f41-06a8f400007f
>
> public: 1
>
> featured: 1
>
> type: BUILTIN
>
> hvm: 0
>
> bits: 64
>
> url:
> http://download.cloud.com/templates/builtin/centos56-x86_64.vhd.bz2
>
> format: VHD
>
> created: 2014-01-28 22:31:22
>
> removed: NULL
>
> account_id: 1
>
> checksum: 905cec879afd9c9d22ecc8036131a180
>
> display_text: CentOS 5.6(64-bit) no GUI
> (XenServer)
>
> enable_password: 0
>
> enable_sshkey: 0
>
> guest_os_id: 142
>
> bootable: 1
>
> prepopulate: 0
>
> cross_zones: 1
>
> extractable: 1
>
> hypervisor_type: XenServer
>
> source_template_id: NULL
>
> template_tag: NULL
>
> sort_key: 0
>
> size: 21474836480
>
> state: Active
>
> update_count: 0
>
> updated: NULL
>
> dynamically_scalable: 1
>
> 2 rows in set (0.00 sec)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)