Bug 1140719 - ami-11551421 6.5 x86_64 access us-west-2
Summary: ami-11551421 6.5 x86_64 access us-west-2
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Cloud Image Validation
Classification: Red Hat
Component: images
Version: RHEL6.5
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: mkovacik
QA Contact: mkovacik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-11 14:13 UTC by Irina Gulina
Modified: 2014-11-26 16:08 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-11-26 16:08:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
ami-11551421-log.yaml (8.37 KB, text/yaml)
2014-09-11 14:13 UTC, Irina Gulina
no flags Details

Description Irina Gulina 2014-09-11 14:13:01 UTC

Comment 1 Irina Gulina 2014-09-11 14:13:28 UTC
Created attachment 936575 [details]
ami-11551421-log.yaml

Comment 2 Irina Gulina 2014-09-11 14:13:37 UTC
# cc2.8xlarge: error
-
  attempt_ssh: error Traceback (most recent call last):   File
  "build/bdist.linux-x86_64/egg/dva/work/serial_process.py", line 23,
  in process     params = attempt_ssh(params)   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 48, in
  wrapper     ret = fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/work/params.py", line 31, in
  wrapper     return fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/tools/retrying.py", line 35, in
  wrapper     return fn(*args, **kvs)   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 94, in
  attempt_ssh     assert_connection(con)   File
  "build/bdist.linux-x86_64/egg/dva/connection/cache.py", line 46, in
  assert_connection     Expect.ping_pong(connection, 'uname', 'Linux')
  File "/usr/lib/python2.7/site-packages/stitches/expect.py", line
  173, in ping_pong     Expect.enter(connection, command)   File
  "/usr/lib/python2.7/site-packages/stitches/expect.py", line 148, in
  enter     return connection.channel.send(command + "\n")   File
  "/usr/lib/python2.7/site-packages/stitches/connection.py", line 25,
  in _lazyprop     setattr(self, attr_name, func(self))   File
  "/usr/lib/python2.7/site-packages/stitches/connection.py", line 130,
  in channel     chan = self.cli.invoke_shell(width=360, height=80)
  File "/usr/lib/python2.7/site-packages/stitches/connection.py", line
  25, in _lazyprop     setattr(self, attr_name, func(self))   File
  "/usr/lib/python2.7/site-packages/stitches/connection.py", line 120,
  in cli     look_for_keys=self.look_for_keys)   File
  "/usr/lib/python2.7/site-packages/paramiko/client.py", line 306, in
  connect     t.start_client()   File
  "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 465,
  in start_client     raise e SSHException: Error reading SSH protocol
  banner

Comment 3 Irina Gulina 2014-09-11 14:13:49 UTC
# cg1.4xlarge: error
-
  create_instance: error Traceback (most recent call last):   File
  "build/bdist.linux-x86_64/egg/dva/work/serial_process.py", line 20,
  in process     params = create_instance(params)   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 48, in
  wrapper     ret = fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/work/params.py", line 31, in
  wrapper     return fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/tools/retrying.py", line 35, in
  wrapper     return fn(*args, **kvs)   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 72, in
  create_instance     driver.create(params)   File
  "build/bdist.linux-x86_64/egg/dva/cloud/ec2.py", line 107, in create
  raise SkipCloudException('got Unsupported - most likely the
  permanent error: %s' % err) SkipCloudException: got Unsupported -
  most likely the permanent error: EC2ResponseError: 400 Bad Request
  <?xml version="1.0" encoding="UTF-8"?>
  <Response><Errors><Error><Code>Unsupported</Code><Message>Your
  requested instance type (cg1.4xlarge) is not supported in this
  region (us-west-2). Please retry your request in one of the
  following regions: us-east-1, eu-west-1.</Message></Error></Errors><
  RequestID>a2f14951-5ffa-4219-93a0-316a2e74cb06</RequestID></Response
  >

Comment 4 Irina Gulina 2014-09-11 14:13:58 UTC
# hs1.8xlarge: error
-
  create_instance: error Traceback (most recent call last):   File
  "build/bdist.linux-x86_64/egg/dva/work/serial_process.py", line 20,
  in process     params = create_instance(params)   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 48, in
  wrapper     ret = fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/work/params.py", line 31, in
  wrapper     return fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/tools/retrying.py", line 35, in
  wrapper     return fn(*args, **kvs)   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 72, in
  create_instance     driver.create(params)   File
  "build/bdist.linux-x86_64/egg/dva/cloud/ec2.py", line 119, in create
  raise UnknownCloudException('Unknown error during instance creation:
  ' + traceback.format_exc()) UnknownCloudException: Unknown error
  during instance creation: Traceback (most recent call last):   File
  "build/bdist.linux-x86_64/egg/dva/cloud/ec2.py", line 65, in create
  myinstance.add_tag('Name', "%s-validation" % params['ami'])   File "
  /usr/lib/python2.7/site-packages/boto-2.32.1-py2.7.egg/boto/ec2/ec2o
  bject.py", line 82, in add_tag     dry_run=dry_run   File "/usr/lib/
  python2.7/site-packages/boto-2.32.1-py2.7.egg/boto/ec2/connection.py
  ", line 4203, in create_tags     return
  self.get_status('CreateTags', params, verb='POST')   File "/usr/lib/
  python2.7/site-packages/boto-2.32.1-py2.7.egg/boto/connection.py",
  line 1193, in get_status     response = self.make_request(action,
  params, path, verb)   File "/usr/lib/python2.7/site-packages/boto-2.
  32.1-py2.7.egg/boto/connection.py", line 1096, in make_request
  return self._mexe(http_request)   File "/usr/lib/python2.7/site-pack
  ages/boto-2.32.1-py2.7.egg/boto/connection.py", line 1009, in _mexe
  raise BotoServerError(response.status, response.reason, body)
  BotoServerError: BotoServerError: 503 Service Unavailable <?xml
  version="1.0" encoding="UTF-8"?> <Response><Errors><Error><Code>Requ
  estLimitExceeded</Code><Message>Request limit exceeded.</Message></E
  rror></Errors><RequestID>08be5e4d-0bed-49e8-a193-8d44bd44d5ab</Reque
  stID></Response>

Comment 5 Irina Gulina 2014-09-11 14:14:04 UTC
# cc1.4xlarge: error
-
  create_instance: error Traceback (most recent call last):   File
  "build/bdist.linux-x86_64/egg/dva/work/serial_process.py", line 20,
  in process     params = create_instance(params)   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 48, in
  wrapper     ret = fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/work/params.py", line 31, in
  wrapper     return fn(params)   File
  "build/bdist.linux-x86_64/egg/dva/tools/retrying.py", line 35, in
  wrapper     return fn(*args, **kvs)   File
  "build/bdist.linux-x86_64/egg/dva/work/stage.py", line 72, in
  create_instance     driver.create(params)   File
  "build/bdist.linux-x86_64/egg/dva/cloud/ec2.py", line 107, in create
  raise SkipCloudException('got Unsupported - most likely the
  permanent error: %s' % err) SkipCloudException: got Unsupported -
  most likely the permanent error: EC2ResponseError: 400 Bad Request
  <?xml version="1.0" encoding="UTF-8"?>
  <Response><Errors><Error><Code>Unsupported</Code><Message>Your
  requested instance type (cc1.4xlarge) is not supported in this
  region (us-west-2). Please retry your request in one of the
  following regions: us-east-1.</Message></Error></Errors><RequestID>c
  1f6753f-97dc-44cb-af7d-855626b01ceb</RequestID></Response>

Comment 6 Irina Gulina 2014-11-26 16:08:45 UTC
Workshop training.


Note You need to log in before you can comment on or make changes to this bug.