Traceback (most recent call last): [59/1543]
File "/root/0-robot/zerorobot/template/state.py", line 78, in check
state = self.get(category, tag)
File "/root/0-robot/zerorobot/template/state.py", line 57, in get
raise StateCategoryNotExistsError("category %s does not exist" % category)
zerorobot.template.state.StateCategoryNotExistsError: category actions does not exist
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/0-robot/zerorobot/task/task.py", line 79, in execute
self._result = self._func()
File "/opt/code/github/openvcloud/0-templates/templates/sshkey/sshkey.py", line 86, in get_info
self.state.check('actions', 'install', 'ok')
File "/root/0-robot/zerorobot/template/state.py", line 85, in check
raise StateCheckError(err_msg)
zerorobot.template.state.StateCheckError: check for state actions:install:ok failed
* Get OpenvCloud client on URL: be-g8-3.demo.greenitglobe.com
Traceback (most recent call last):
File "/root/0-robot/zerorobot/template/state.py", line 78, in check
state = self.get(category, tag)
File "/root/0-robot/zerorobot/template/state.py", line 57, in get
raise StateCategoryNotExistsError("category %s does not exist" % category)
zerorobot.template.state.StateCategoryNotExistsError: category actions does not exist
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/0-robot/zerorobot/task/task.py", line 79, in execute
self._result = self._func()
File "/opt/code/github/openvcloud/0-templates/templates/sshkey/sshkey.py", line 86, in get_info
self.state.check('actions', 'install', 'ok')
File "/root/0-robot/zerorobot/template/state.py", line 85, in check
raise StateCheckError(err_msg)
zerorobot.template.state.StateCheckError: check for state actions:install:ok failed
check for state actions:install:ok failed, Retrying in 3 seconds...
Scenario
1- Remove the data repo and and start zrobot server 2- Run the given blueprint
Blueprint
Error