Forum Replies Created
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
@Junxiao, yes the project has the permissions.
Here’s the complete log. This is due to the error @Junxiao pointed out i.e. get_subnet() returning None.
python fileserver.py Configuring fabric environment.... Configuring slice parameters.... fileserver@1683823224 Creating slice.... Waiting for slice .......... Slice state: StableOK Waiting for ssh in slice ................................................................................Running post boot config ... Done! Modifying the slice to request public IP... Waiting for slice ... Slice state: ModifyOK Waiting for ssh in slice ......................................................................................Running post boot config ... Done! ssh ${Username}@${Management IP} Enabling the public IP... Traceback (most recent call last): File "/home/fabric/work/my_config/fabric-trace/fileserver.py", line 78, in <module> v4pub.enable(slice) File "/home/fabric/work/my_config/fabric-trace/v4pub.py", line 92, in enable enable_on_network(net) File "/home/fabric/work/my_config/fabric-trace/v4pub.py", line 86, in enable_on_network thread.result() File "/opt/conda/lib/python3.9/concurrent/futures/_base.py", line 445, in result return self.__get_result() File "/opt/conda/lib/python3.9/concurrent/futures/_base.py", line 390, in __get_result raise self._exception File "/opt/conda/lib/python3.9/concurrent/futures/thread.py", line 52, in run result = self.fn(*self.args, **self.kwargs) File "/opt/conda/lib/python3.9/site-packages/fabrictestbed_extensions/fablib/node.py", line 1367, in execute raise e File "/opt/conda/lib/python3.9/site-packages/fabrictestbed_extensions/fablib/node.py", line 1226, in execute bastion.connect( File "/opt/conda/lib/python3.9/site-packages/paramiko/client.py", line 459, in connect self._auth( File "/opt/conda/lib/python3.9/site-packages/paramiko/client.py", line 790, in _auth raise saved_exception File "/opt/conda/lib/python3.9/site-packages/paramiko/client.py", line 766, in _auth self._transport.auth_publickey(username, key) File "/opt/conda/lib/python3.9/site-packages/paramiko/transport.py", line 1640, in auth_publickey return self.auth_handler.wait_for_response(my_event) File "/opt/conda/lib/python3.9/site-packages/paramiko/auth_handler.py", line 259, in wait_for_response raise e paramiko.ssh_exception.AuthenticationException: Authentication failed. Exception ignored in: <function ApiClient.__del__ at 0x7fc893767700> Traceback (most recent call last): File "/opt/conda/lib/python3.9/site-packages/fabric_cm/credmgr/swagger_client/api_client.py", line 78, in __del__ File "/opt/conda/lib/python3.9/multiprocessing/pool.py", line 645, in close AttributeError: 'NoneType' object has no attribute 'debug' Exception ignored in: <function Pool.__del__ at 0x7fc89382c1f0> Traceback (most recent call last): File "/opt/conda/lib/python3.9/multiprocessing/pool.py", line 268, in __del__ File "/opt/conda/lib/python3.9/multiprocessing/queues.py", line 372, in put AttributeError: 'NoneType' object has no attribute 'dumps' Exception ignored in: <function ApiClient.__del__ at 0x7fc89377c700> Traceback (most recent call last): File "/opt/conda/lib/python3.9/site-packages/fabric_cf/orchestrator/swagger_client/api_client.py", line 78, in __del__ File "/opt/conda/lib/python3.9/multiprocessing/pool.py", line 645, in close AttributeError: 'NoneType' object has no attribute 'debug' Exception ignored in: <function Pool.__del__ at 0x7fc89382c1f0> Traceback (most recent call last): File "/opt/conda/lib/python3.9/multiprocessing/pool.py", line 268, in __del__ File "/opt/conda/lib/python3.9/multiprocessing/queues.py", line 372, in put AttributeError: 'NoneType' object has no attribute 'dumps'
- This reply was modified 1 year, 6 months ago by Sankalpa Timilsina.
- This reply was modified 1 year, 6 months ago by Sankalpa Timilsina.
July 12, 2022 at 2:59 pm in reply to: Your project is lacking Component.SmartNIC tag to provision a VM with SmartNIC #2269Hi Paul, its The Genome Lake. Yeah, I am working with my admin to set the tag. Thanks.
Yours,
Sankalpa
July 11, 2022 at 7:25 am in reply to: Your project is lacking Component.SmartNIC tag to provision a VM with SmartNIC #2243This one was too obvious. Needed to ask the project owner to add the tag to the project.
Worked after creating an SSH client configuration file and using that.
Thank you Paul and Alex. Alex, I have got the access now.
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)