[Bug 577883] New: kiwi: move ec2 setup into own section
http://bugzilla.novell.com/show_bug.cgi?id=577883 http://bugzilla.novell.com/show_bug.cgi?id=577883#c0 Summary: kiwi: move ec2 setup into own section Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: System Imaging AssignedTo: ms@novell.com ReportedBy: ms@novell.com QAContact: adrian@novell.com Found By: --- Blocker: --- Hi, Attached is a patch to create an ec2config element (per previous discussion). Patch include XSLT to move schema version from 4.1 to 4.2 and appropriate changes in the schema definition. I updated the documentation and also did some cleanup in the area around the changes for the ec2config section. I created a new function in KIWIXML to extract the ec2 configuration settings and the values are returned in a hash. Happy Hacking, Robert -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=577883 http://bugzilla.novell.com/show_bug.cgi?id=577883#c1 --- Comment #1 from Marcus Schaefer <ms@novell.com> 2010-02-08 10:55:26 UTC --- Created an attachment (id=341232) --> (http://bugzilla.novell.com/attachment.cgi?id=341232) kiwi patch -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=577883 http://bugzilla.novell.com/show_bug.cgi?id=577883#c Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=577883 http://bugzilla.novell.com/show_bug.cgi?id=577883#c2 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Marcus Schaefer <ms@novell.com> 2010-02-08 12:21:43 UTC --- patch added. I also updated the schema documentation and all example images. I have changed the internal handling of getEc2Config(). I used it that way sub createImageEC2 { ... my %ec2 = %{$sxml->getEc2Config()}; if (! defined $ec2{AWSAccountNr}) { ... } Thanks for the patch -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com