-
Notifications
You must be signed in to change notification settings - Fork 19
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make CML 2.8 work a on AWS and Azure #30
base: main
Are you sure you want to change the base?
Conversation
* cml aws deploy fix * fix azure deployment * add missing comments --------- Co-authored-by: Oliver Uhlar -X (ouhlar - PANTHEON TECH SRO at Cisco) <[email protected]>
- reverting the allowed_ipv4_subnet changes from previous commit - update the VMX patch script - fix some white space issues in shell scripts
- overall, should fix #27 to allow deployments on AWS and Azure with 2.8 - changed variable names for AWS access and secret keys to start with aws_ (e.g. TF_VAR_access_key -> TF_VAR_aws_access_key), same for Azure subscription_id and tenant_id. - do product licensing using the PCL instead of the cml.sh script (fixes #28) - fix letsencrypt certificate installation for nginx and Cockpit - add i386 repository to allow installation of older libraries for IOL compatibility - whitespace and formatting of files - for Azure, use the "minimal" SKU of the Noble image (instead of "server") - slightly more comprehensive log output in cml.sh to see where time is spent when deploying
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ouhlar -- if you want to have a look, it works for me on Azure but I haven't tested on AWS, yet. Also, @amieczko-te -- does this look OK to you?
There's README changes that are required, still. E.g. version bump and explanation that THIS now works with 2.8 etc. |
@rschmied |
- improved the license script to allow for no license to be installed - removed the unnecessary wait in the customize script - some cosmetic output fixes - documentation updates, including the CHANGELOG - fixed the .envrc.example
Fixes for CML 2.8 and more
aws_ (e.g. TF_VAR_access_key -> TF_VAR_aws_access_key), same for Azure
subscription_id and tenant_id.
Use PCL for licensing #28)
compatibility
"server")
spent when deploying