CiscoDevNet / cloud-cml

Run Cisco Modeling Labs on cloud infrastructure
https://www.cisco.com/go/cml
Apache License 2.0
52 stars 18 forks source link

Add cluster support, different software provisioning #16

Closed rschmied closed 5 months ago

rschmied commented 7 months ago
rschmied commented 7 months ago

I'll consolidate the typos and will test the Azure cloud-init/netplan interaction. Also testing if I can add another ubuntu user to prevent the last cloud init module from failing (cosmetic...)

orndor commented 7 months ago

Hi @rschmied. I wanted to clarify the request on No support for custom VPCs #9. Deploying to an available (i.e. existing) custom VPC was the original request, as AWS enterprise users will likely have VPC compliance mechanisms in place and preassigned, in-use IP space they'll need to fit this into.

Not objecting to this change going in as-is, but again, just wanted to clarify the original request if this pull request is the proposed fix.

rschmied commented 7 months ago

Thanks @orndor for the clarification. We’ll adjust. Either the “fixes” part or the code.

rschmied commented 7 months ago

@amieczko-te Iast commit regarding network configuration seems to work OK for me, both on Azure as well as on AWS. Removing the custom 00-cml2-base.yaml applies the configuration OK to the "physical" NIC. As we're not using bridge0 in cloud, it's safe to remove it, afaict.