{"id":13562430,"url":"https://github.com/taypo/multipass-images","last_synced_at":"2026-02-11T11:13:15.017Z","repository":{"id":85307246,"uuid":"254383118","full_name":"taypo/multipass-images","owner":"taypo","description":"My custom multipass images for local development and testing use","archived":false,"fork":false,"pushed_at":"2021-04-25T12:02:54.000Z","size":12,"stargazers_count":23,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-17T16:11:40.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taypo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-04-09T13:45:27.000Z","updated_at":"2024-05-22T14:12:12.000Z","dependencies_parsed_at":"2023-10-27T05:15:07.414Z","dependency_job_id":null,"html_url":"https://github.com/taypo/multipass-images","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taypo%2Fmultipass-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taypo%2Fmultipass-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taypo%2Fmultipass-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taypo%2Fmultipass-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taypo","download_url":"https://codeload.github.com/taypo/multipass-images/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247057070,"owners_count":20876508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T13:01:08.499Z","updated_at":"2026-02-11T11:13:14.976Z","avatar_url":"https://github.com/taypo.png","language":"HCL","funding_links":[],"categories":["HCL"],"sub_categories":[],"readme":"# Custom Multipass Images For a Local Nomad Cluster\nMy custom [multipass](https://multipass.run/) images for local development and testing use. If you don't want to use the binaries, or you need to customize more, you can build the images yourself using [packer](https://packer.io/). \n\nExample:\n```\ncd nomad-client\npacker build template.json\nmultipass launch file://$PWD/output-qemu/packer-qemu\n```\nA more detailed procedure can be found [in this post](https://discourse.ubuntu.com/t/building-multipass-images-with-packer/12361)\n\n\n## Nomad\nThese two images can be used to create a local nomad cluster. They also include consul. Currently only supports one server and multiple clients.\n\nSteps to run:\n\n```\nmultipass launch https://img.taypo.com/nomad-server.img --name NomadServer\n```\n\nGet the IP address of the server from `multipass info NomadServer`. Create the following file, and replace the IP with the IP of the server you just created.\n\ncloudinit.yml:\n```yaml\nwrite_files:\n-   content: |\n        retry_join = [\"put your nomad server ip between these quotes\"]\n    path: /etc/consul.d/join.hcl\n```\n\nNow you can launch as many clients as you want:\n```\nmultipass launch https://img.taypo.com/nomad-client.img --name NomadClient1 --cloud-init cloudinit.yml\nmultipass launch https://img.taypo.com/nomad-client.img --name NomadClient2 --cloud-init cloudinit.yml\nmultipass launch https://img.taypo.com/nomad-client.img --name NomadClient3 --cloud-init cloudinit.yml\n\n```\nConsul UI will be running on port 8500 of the server. And Nomad UI on 4646.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaypo%2Fmultipass-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaypo%2Fmultipass-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaypo%2Fmultipass-images/lists"}