[Fuego] Fuego v1.4 not able to add nodes
Dhinakar Kalyanasundaram <[email protected]>
| Newsgroups | dev.linux.lists.fuego |
|---|---|
| Message-ID | <20190808155544epcms5p7dca7a8e1b3fdd17643ba5a69001d2af3@epcms5p7> |
Dear Fuego Users,
I am setting up test environment with fuego v1.4
dhinakar@linux-2030047407:~/fuego$ cat VERSION
# This project adheres to Semantic Versioning. See http://semver.org/
# The codename for this release is "Ember"
VERSION=1.4.0
I am able to list the boards but not able to add nodes (please check error below).
root@linux-2030047407:/fuego-rw # ftc list-boards
Boards in this system:
ARM64-SSH-Test
ARM64-SSH-Test1
ARM64-Serial-Test
X86-SSH-Test
X86-Serial-Test
bbb
beaglebone-serial
docker
ftc-test
fuego-test
lager
local
localhost
minnow
qemu-arm
raspberrypi3
template-dev
root@linux-2030047407:/fuego-rw # ftc add-nodes -b ARM64-SSH-Test
Requested item could not be found
Usage: ftc add-nodes [-f] -b <board1>[,<board2>...]
By convention the name of the node and board is the same. Also,
the corresponding board file (<board_name>.board) must exist.
Use list-boards to see available boards.
Use -f for "force" mode. This tries to remove the node before adding it
One strange thing I noticed is that, I am not able to see 'master' node in fuego dashboard.
Please check the image below:
But it is listed when I navigate to http://101.102.103.104:8090/fuego/computer/
The output of 'ftc list-nodes' command is given below.
Should it list 'master node' atleast or it is the correct output since no nodes are added yet via 'ftc add-nodes' command?
root@linux-2030047407:/fuego-rw # ftc list-nodes
Traceback (most recent call last):
File "/usr/local/bin/ftc", line 5275, in <module>
main()
File "/usr/local/bin/ftc", line 5231, in main
do_list_nodes(conf)
File "/usr/local/bin/ftc", line 2062, in do_list_nodes
node_list = [node['name'] for node in server.get_nodes()]
File "/usr/local/lib/python2.7/dist-packages/jenkins/__init__.py", line 1447, in get_nodes
requests.Request('GET', self._build_url(NODE_LIST, locals()))))
File "/usr/local/lib/python2.7/dist-packages/jenkins/__init__.py", line 564, in jenkins_open
return self.jenkins_request(req, add_crumb, resolve_auth).text
File "/usr/local/lib/python2.7/dist-packages/jenkins/__init__.py", line 596, in jenkins_request
raise NotFoundException('Requested item could not be found')
jenkins.NotFoundException: Requested item could not be found
Is it a problem with my installation of fuego or any missing plugin?
If anyone experienced similar issue please help me out.
Regards,
Dhinakar
201908082125757_93BIV0UV.gif
(image/gif, 56.8 KB) - not displayed
201602111742151_N3WZA6X7.png
(image/png, 32.7 KB) - not displayed