Page MenuHomePhabricator
Paste P13770

makevm error, take 2
ActivePublic

Authored by MoritzMuehlenhoff on Jan 14 2021, 12:35 PM.
Tags
None
Referenced Files
F34000599: makevm error, take 2
Jan 14 2021, 12:35 PM
Subscribers
None
START - Cookbook sre.ganeti.makevm
Ready to create Ganeti VM bast4003.wikimedia.org in the ganeti01.svc.ulsfo.wmnet cluster on row 1 with 1 vCPUs, 1GB of RAM, 40GB of disk in the public network.
>>> Is this correct?
Type "go" to proceed or "abort" to interrupt the execution
> go
Exception raised while executing cookbook sre.ganeti.makevm:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/spicerack/_menu.py", line 226, in run
raw_ret = runner.run()
File "/usr/lib/python3/dist-packages/spicerack/_module_api.py", line 19, in run
return self._run(self.args, self.spicerack)
File "/srv/deployment/spicerack/cookbooks/sre/ganeti/makevm.py", line 101, in run
ip_v4_data = prefix_v4.available_ips.create({})
File "/usr/lib/python3/dist-packages/pynetbox/core/endpoint.py", line 445, in create
req = Request(**self.request_kwargs).post(data)
File "/usr/lib/python3/dist-packages/pynetbox/core/query.py", line 389, in post
return self._make_call(verb="post", data=data)
File "/usr/lib/python3/dist-packages/pynetbox/core/query.py", line 268, in _make_call
raise AllocationError(req)
pynetbox.core.query.AllocationError: The requested allocation could not be fulfilled.
END (FAIL) - Cookbook sre.ganeti.makevm (exit_code=99)