Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悶 [Bug]: The VM deployed from grid cli isn't showing anywhere on the dashboard #1102

Closed
A-Harby opened this issue Jun 23, 2024 · 2 comments
Assignees
Labels
grid-cli belongs to grid cli type_bug Something isn't working
Milestone

Comments

@A-Harby
Copy link
Contributor

A-Harby commented Jun 23, 2024

What happened?

I deployed a vm from grid cli using tfcmd deploy vm --name examplevm --ssh ~/.ssh/id_rsa.pub --cpu 2 --memory 4 --disk 10 and when I tried to list it on dashboard in fullvm or microvm, it didn't show up.

And it also wasn't listed on your contract page, and all the contracts should be listed here.

which network/s did you face the problem on?

Test

Twin ID/s

No response

Version

No response

Node ID/s

No response

Farm ID/s

No response

Contract ID/s

No response

Relevant log output

2:05PM INF starting peer session=tf-396114 twin=579
2:05PM INF twin relay/public key didn't match, updating on chain ... Relay url/s=relay.02.test.grid.tf_relay.test.grid.tf
2:05PM INF vm:
{
	"Name": "examplevm",
	"NodeID": 1,
	"SolutionType": "vm/examplevm",
	"SolutionProvider": null,
	"NetworkName": "examplevmnetwork",
	"Disks": [
		{
			"name": "examplevmdisk",
			"size": 10,
			"description": ""
		}
	],
	"Zdbs": [],
	"Vms": [
		{
			"name": "examplevm",
			"flist": "https://hub.grid.tf/tf-official-apps/threefoldtech-ubuntu-22.04.flist",
			"flist_checksum": "",
			"publicip": false,
			"publicip6": false,
			"planetary": true,
			"corex": false,
			"computedip": "",
			"computedip6": "",
			"planetary_ip": "300:2589:76ee:f44e:ec2:12e0:d2ff:438c",
			"mycelium_ip": "582:acb9:a7ba:8c16:ff0f:83d3:2dd5:8faf",
			"ip": "10.20.2.2",
			"mycelium_ip_seed": "g9Mt1Y+v",
			"description": "",
			"gpus": null,
			"cpu": 2,
			"memory": 4096,
			"rootfs_size": 2048,
			"entrypoint": "/sbin/zinit init",
			"mounts": [
				{
					"disk_name": "examplevmdisk",
					"mount_point": "/data"
				}
			],
			"zlogs": null,
			"env_vars": {
				"SSH_KEY": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCvmSYj5BKWkizdNyIziMfMm0CRrgq0UxFtBfBdArUMXSFkU30rtExbg6dlVFJCufw6UsCESm/QBSwlOyYKRdpsfVARcAw5G5OG0iX/22n+tYmCcWpmOJLJZaAmSynF1kwpBx3XDy40mFL6OMXjqFcU3DirbcucIL185XfAsTzrq3tDtSvmYPwbXMVMbs1ZAZValxOQNuaLty4qGD2awxVNZq4vtAzgpz3FFo3cs2g70jsGiPq/rsH+NxZHYmqvYnF/S0aPGBrbOe2yW8Cz0mqq5CzqbjYd+Qorkmt7uyJrlCBI43ky+pUuiAYeE1eJlWl5svA+ibWk5yYoa6svLUkaL1kcOMeZWLzDjL3OCrno9gglNp8zUkdSagHROoYlGgpc5fnzMGX4MKDLpHdE9xdk4NjpjB2Iq3hV3DamexXAhLEirLYv9fSilSyKVf/2kvYAa9o+NS4DgBVvXg9J54By/mAVsydD4lbpNe/2pX/WoFGCczmoQfWdHgJPYVCf2vU= harby@ahmed-Saleh-Harby\n"
			},
			"network_name": "examplevmnetwork",
			"console_url": "10.20.2.1:20002"
		}
	],
	"QSFS": [],
	"NodeDeploymentID": {
		"1": 40199
	},
	"ContractID": 40199,
	"IPrange": "10.20.2.0/24"
}
@A-Harby A-Harby added the type_bug Something isn't working label Jun 23, 2024
@rawdaGastan rawdaGastan added the grid-cli belongs to grid cli label Jun 24, 2024
@rawdaGastan rawdaGastan added this to the 1.0.0 milestone Jun 24, 2024
@rawdaGastan
Copy link
Collaborator

rawdaGastan commented Jun 24, 2024

Tried to deploy a vm but got this error from dashboard (if you tried a smaller name will work in the dashboard):

image

it also appeared in the contracts:

  • cli

image

  • dashboard

image

@rawdaGastan rawdaGastan self-assigned this Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grid-cli belongs to grid cli type_bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants