Skip to content

Failure when configurin a single site cluster #1

@theanalyst

Description

@theanalyst

Trying to run this as

$ RAGWEED_RUN=stage python -m nose -vv
nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$']
ERROR

======================================================================
ERROR: test suite for <module 'ragweed.tests.tests' from '/home/abhishekl/spells/storage/ragweed/ragweed/te
sts/tests.pyc'>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/abhishekl/.virtualenvs/ragweed/lib/python2.7/site-packages/nose/suite.py", line 209, in run
    self.setUp()
  File "/home/abhishekl/.virtualenvs/ragweed/lib/python2.7/site-packages/nose/suite.py", line 292, in setUp
    self.setupContext(ancestor)
  File "/home/abhishekl/.virtualenvs/ragweed/lib/python2.7/site-packages/nose/suite.py", line 315, in setup
Context
    try_run(context, names)
  File "/home/abhishekl/.virtualenvs/ragweed/lib/python2.7/site-packages/nose/util.py", line 471, in try_ru
n
    return func()
  File "/home/abhishekl/spells/storage/ragweed/ragweed/framework.py", line 392, in setup_module
    ragweed_env = RagweedEnv()
  File "/home/abhishekl/spells/storage/ragweed/ragweed/framework.py", line 370, in __init__
    self.zone = RZone(conn)
  File "/home/abhishekl/spells/storage/ragweed/ragweed/framework.py", line 181, in __init__
    for e in self.zone_params.placement_pools:
  File "/home/abhishekl/.virtualenvs/ragweed/lib/python2.7/site-packages/bunch/__init__.py", line 121, in _
_getattr__
    raise AttributeError(k)
AttributeError: placement_pools

We seem to look for placement pools in the zonegroup map json which wouldn't exist (unless there is an api to get the zone params)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions