GitHub user bradh352 added a comment to the discussion: How to join an LXC
container host?
In case its relevant, here's some cloudmonkey output with settings:
```
root@node3:~# cmk list clusters
{
"cluster": [
{
"allocationstate": "Enabled",
"arch": "x86_64",
"clustertype": "CloudManaged",
"cpuovercommitratio": "4.0",
"hasannotations": false,
"hypervisortype": "KVM",
"id": "2c2425fe-a9cc-41e7-a60a-8f806fd0712a",
"managedstate": "Managed",
"memoryovercommitratio": "2.0",
"name": "vm",
"podid": "c758118b-1503-4d28-a10e-5d314760ec44",
"podname": "pod",
"resourcedetails": {
"cpuOvercommitRatio": "4.0",
"memoryOvercommitRatio": "2.0"
},
"zoneid": "e3b58c99-67bf-4dde-958d-bdda7e2ab667",
"zonename": "testlab"
},
{
"allocationstate": "Enabled",
"arch": "x86_64",
"clustertype": "CloudManaged",
"cpuovercommitratio": "4.0",
"hasannotations": false,
"hypervisortype": "LXC",
"id": "2cd66273-5698-48c5-9c20-0e21e4d174cc",
"managedstate": "Managed",
"memoryovercommitratio": "2.0",
"name": "lxc",
"podid": "c758118b-1503-4d28-a10e-5d314760ec44",
"podname": "pod",
"resourcedetails": {
"cpuOvercommitRatio": "4.0",
"memoryOvercommitRatio": "2.0"
},
"zoneid": "e3b58c99-67bf-4dde-958d-bdda7e2ab667",
"zonename": "testlab"
}
],
"count": 2
}
```
```
root@node3:~# cmk list physicalnetworks
{
"count": 3,
"physicalnetwork": [
{
"broadcastdomainrange": "ZONE",
"id": "a2feeaae-abe0-40c0-9501-55b5fbc4556f",
"isolationmethods": "VLAN",
"name": "mgmt-net",
"state": "Enabled",
"zoneid": "e3b58c99-67bf-4dde-958d-bdda7e2ab667",
"zonename": "testlab"
},
{
"broadcastdomainrange": "ZONE",
"id": "e27bd3b0-da2b-4638-8ada-0d89e778c673",
"isolationmethods": "VLAN",
"name": "public-net",
"state": "Enabled",
"zoneid": "e3b58c99-67bf-4dde-958d-bdda7e2ab667",
"zonename": "testlab"
},
{
"broadcastdomainrange": "ZONE",
"id": "afcfc718-06e9-44c4-9645-85b1e44c5506",
"isolationmethods": "VXLAN",
"name": "guest-net",
"state": "Enabled",
"vlan": "5000-10000",
"zoneid": "e3b58c99-67bf-4dde-958d-bdda7e2ab667",
"zonename": "testlab"
}
]
}
```
```
root@node3:~# cmk list traffictypes
physicalnetworkid=a2feeaae-abe0-40c0-9501-55b5fbc4556f
{
"count": 2,
"traffictype": [
{
"id": "798b1608-be32-4c6d-819b-629ea9331164",
"kvmnetworklabel": "hypervisor",
"physicalnetworkid": "a2feeaae-abe0-40c0-9501-55b5fbc4556f",
"traffictype": "Management"
},
{
"id": "31853d60-5ac4-495b-85fe-0546a3c46a35",
"kvmnetworklabel": "hypervisor",
"physicalnetworkid": "a2feeaae-abe0-40c0-9501-55b5fbc4556f",
"traffictype": "Storage"
}
]
}
root@node3:~# cmk list traffictypes
physicalnetworkid=e27bd3b0-da2b-4638-8ada-0d89e778c673
{
"count": 1,
"traffictype": [
{
"id": "ff2303c6-7374-402f-a0b2-322b89da621e",
"kvmnetworklabel": "public",
"physicalnetworkid": "e27bd3b0-da2b-4638-8ada-0d89e778c673",
"traffictype": "Public"
}
]
}
root@node3:~# cmk list traffictypes
physicalnetworkid=afcfc718-06e9-44c4-9645-85b1e44c5506
{
"count": 1,
"traffictype": [
{
"id": "65b0f74c-4f7a-42b2-98d5-514c5988d154",
"kvmnetworklabel": "public",
"physicalnetworkid": "afcfc718-06e9-44c4-9645-85b1e44c5506",
"traffictype": "Guest"
}
]
}
```
GitHub link:
https://github.com/apache/cloudstack/discussions/10999#discussioncomment-13421505
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]