Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To make the Inresino #2

Open
wants to merge 38 commits into
base: valid_kbidarka
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c0416e4
changed lines from 200 to 500 for logging
weshayutin Aug 31, 2011
d40e60d
asdf
weshayutin Sep 7, 2011
2c9ab3c
fixed syntax error
Sep 7, 2011
3672b42
fixed hard code bug entry
weshayutin Sep 7, 2011
e4dd3de
fixed noGit option
weshayutin Sep 8, 2011
8126d91
Added -dest attribute for NOGIT
sghai Sep 9, 2011
e7c62cd
Merge branch 'master' of github.com:weshayutin/valid
kbidarkar Sep 9, 2011
48fc352
In BZ, Cloud image validation product requires version changes
sghai Sep 9, 2011
2e0aa20
Added 2 files for CSV usage, also getAmiDetails_withCSV uses rhui_lib…
kbidarkar Sep 9, 2011
598fa44
Merge branch 'master' of github.com:weshayutin/valid
kbidarkar Sep 9, 2011
feb2a54
Added Install wget, validate signature for fetch_host_details function
kbidarkar Sep 12, 2011
e65f136
Changed 13G to 15G for resize2fs
kbidarkar Sep 12, 2011
3c86318
Modified m2xlarge hwp profile
kbidarkar Sep 13, 2011
1b09941
fixed firstboot title
weshayutin Sep 13, 2011
58b37b9
added imageid to postreboot, modified resize2fs, swap functions for 7…
kbidarkar Sep 14, 2011
384d8d9
Merge branch 'master' of github.com:weshayutin/valid
kbidarkar Sep 14, 2011
329d506
added open bugzilla function to postreboot
kbidarkar Sep 14, 2011
24a2a9b
Removed sleep from resize2fs
sghai Sep 14, 2011
9e839aa
if t1.micro no swap tests, after yum update reset default
kbidarkar Sep 14, 2011
4f4112e
Merge branch 'master' of github.com:weshayutin/valid
kbidarkar Sep 14, 2011
ff818b7
rectified improper if else syntax
kbidarkar Sep 14, 2011
ac558ea
t1.micro rectified
kbidarkar Sep 14, 2011
b93fbc1
modified fetch_host_details function, to verify cloud access ami's
kbidarkar Sep 27, 2011
49cf0cc
The script now uses validation.cfg file instead of cli arg, added fur…
kbidarkar Oct 7, 2011
0ade0ad
Added a sample cfg file
kbidarkar Oct 7, 2011
f0a1119
Solved some weired indentation issues
kbidarkar Oct 11, 2011
b525d8b
resolved swap function issues
kbidarkar Oct 11, 2011
d856128
added utility script for dc
weshayutin Oct 13, 2011
44545a0
few modifications for RHEL 6.2
kbidarkar Oct 19, 2011
f8d7f62
package_62 added, modified scripts for new region
kbidarkar Nov 21, 2011
70e4a3e
modified the validation.cfg template
kbidarkar Nov 21, 2011
4f88cd6
removed abrt packages from packages_62 file
kbidarkar Nov 29, 2011
a2f5a1c
init skip test
Dec 13, 2011
bcf2d54
fix loading testlib
dparalen Dec 14, 2011
6701455
bug fixes...
dparalen Dec 14, 2011
4296bcc
Merge pull request #1 from dparalen/master
weshayutin Dec 14, 2011
ba51632
moved REPO
weshayutin Dec 15, 2011
1f15b8f
added stupid install script for rhui
weshayutin Mar 2, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/getAmiDetails.py
Original file line number Diff line number Diff line change
@@ -67,7 +67,8 @@
print "**** No bugzilla # was passed, will open one here ****"
bugzilla=Bugzilla36(url='https://bugzilla.redhat.com/xmlrpc.cgi',user=BZUSER,password=BZPASS)
mySummary=AMI+" "+RHEL+" "+ARCH+" "+REGION
BZ_Object=bugzilla.createbug(product="Cloud Image Validation",component="images",version=RHEL,rep_platform=ARCH,summary=mySummary)
RHV="RHEL"+RHEL
BZ_Object=bugzilla.createbug(product="Cloud Image Validation",component="images",version=RHV,rep_platform=ARCH,summary=mySummary)
BZ = str(BZ_Object.bug_id)
print "Buzilla # = https://bugzilla.redhat.com/show_bug.cgi?id="+ BZ
else: