chore: root module improvements, prepare repo to make public#12
chore: root module improvements, prepare repo to make public#12jorgemoralespou merged 1 commit intomainfrom
Conversation
5cdb712 to
277faa7
Compare
jorgemoralespou
left a comment
There was a problem hiding this comment.
Left some comments
CONTRIBUTING.md
Outdated
|
|
||
| If your primary objective is to use Educates, check out the [Educates user documentation](https://docs.educates.dev/). | ||
|
|
||
| If you want to contribute changes to Educates, check out the [Educates developer documentation](developer-docs/README.md). |
There was a problem hiding this comment.
This link will need to be updated to point to educates-training-platform repo
CONTRIBUTING.md
Outdated
|
|
||
| ### Pull Request Checklist | ||
|
|
||
| 1. Ensure that you have not included any personal or company copyright notices in any changes. This project relies on a single copyright assignment in the [NOTICE](NOTICE) file with attribution to "The Educates Authors". |
There was a problem hiding this comment.
This file does not exist. Does it exist in the original repo? Should this be updated there as well?
There was a problem hiding this comment.
@jorgemoralespou the contribution guide is changed to point to Educates Training Portal repo, will file issue there.
| If you have some common configurations you want to share, | ||
| [submit a PR](#release-a-module). We'll review and potentially add it. | ||
|
|
||
| ## Gitops configuration |
There was a problem hiding this comment.
Does this rely on the other module to be released?
There was a problem hiding this comment.
@jorgemoralespou no. if you read the 2nd section, you'll see implicit TODO.
| # Set the following variables in your shell environment | ||
| export aws_region="AWS_REGION" | ||
| export aws_account_id="AWS_ACCOUNT_ID" | ||
| export iams_principal="IAM_PRINCIPAL" |
There was a problem hiding this comment.
Looking at this file, I wouldn't know what to put as IAM_PRINCIPAL, and couldn't figure it out looking at the rest of the files in here
There was a problem hiding this comment.
@jorgemoralespou documented in README Configuration Examples
| kubernetes_version = "1.32" | ||
| cluster_name = "{{cluster_name}}" | ||
| deploy_educates = true | ||
| educates_version = "3.2.2" |
There was a problem hiding this comment.
Latest Educates released version to date is 3.3.2
| # Configuration for the Educates Installer | ||
| ## | ||
| variable "deploy_educates" { | ||
| description = "Whether to enable and install Educates platform" |
There was a problem hiding this comment.
Description does not match name. I would change it to: "Whether to deploy/install Educates platform onto the cluster"
| kubernetes_version = "1.32" | ||
| cluster_name = "{{cluster_name}}" | ||
| deploy_educates = true | ||
| educates_version = "3.2.2" |
| # Configuration for the Educates Installer | ||
| ## | ||
| variable "deploy_educates" { | ||
| description = "Whether to enable and install Educates platform" |
root-modules/scripts/make-vars.sh
Outdated
There was a problem hiding this comment.
What is the purpose of this script file? Since it's not easy to grok, I would add some comment explaining the file, and potentially a README.md somewhere at the root-modules folder level
There was a problem hiding this comment.
@jorgemoralespou script and env.template files removed - see readme configuration section where configuration parameters are documented.
|
Per discussion with @jorgemoralespou, will remove the template/script, but will document the placeholder variables. |
5e1ec8c to
fd2951d
Compare
jorgemoralespou
left a comment
There was a problem hiding this comment.
There's still 3.2.2 references instead of 3.3.2, but I'm ok if you want to merge like this, otherwise do a global find/replace of 3.2.2 with 3.3.2 and we should be ok to go.
| kubernetes_version = "1.32" | ||
| cluster_name = "{{cluster_name}}" | ||
| deploy_educates = true | ||
| educates_version = "3.2.2" |
| kubernetes_version = "1.32" | ||
| cluster_name = "{{cluster_name}}" | ||
| deploy_educates = true | ||
| educates_version = "3.2.2" |
| kubernetes_version = "1.32" | ||
| cluster_name = "{{cluster_name}}" | ||
| deploy_educates = true | ||
| educates_version = "3.2.2" |
| kubernetes_version = "1.32" | ||
| cluster_name = "{{cluster_name}}" | ||
| deploy_educates = true | ||
| educates_version = "3.2.2" |
There was a problem hiding this comment.
Still 3.2.2
Do a global find/replace of 3.2.2 with 3.3.2 and we should be ok to go.
2aa60d9 to
903c452
Compare
Release Plan
Changelog
|
|
@jorgemoralespou I think we are good. the topic branch is fixed up, should be ready to merge. |
🚀 Terraform Module ReleasesThe following Terraform modules have been released:
Powered by
|
Uh oh!
There was an error while loading. Please reload this page.