2023-10-27 17:18:20 +00:00
|
|
|
resource "juju_model" "cpe-focal" {
|
|
|
|
name = "cpe-focal"
|
|
|
|
|
|
|
|
cloud {
|
2024-05-02 20:44:41 +00:00
|
|
|
name = "home-maas"
|
2023-10-27 17:18:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
config = {
|
|
|
|
cloudinit-userdata = file("user-data.yaml")
|
|
|
|
|
|
|
|
apt-mirror = "http://192.168.1.12/archive.ubuntu.com/ubuntu"
|
|
|
|
lxd-snap-channel = "5.0/stable"
|
|
|
|
|
|
|
|
container-image-metadata-url = "http://192.168.1.12/lxd/"
|
|
|
|
container-image-stream = "released"
|
|
|
|
|
|
|
|
agent-metadata-url = "http://192.168.1.12/juju/tools/"
|
|
|
|
agent-stream = "released"
|
|
|
|
}
|
|
|
|
}
|