Skip to content
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

DO-3620 Add kernel modules to ami #41

Merged
merged 16 commits into from
Jun 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
f8a1446
Prepare new template module where will be stored all fluence addition…
galliot-pawelmudlaff Jun 5, 2024
31923a8
Change location to call for fluence module script
galliot-pawelmudlaff Jun 5, 2024
d84451b
Update load module script and location of shell runtime for fluence s…
galliot-pawelmudlaff Jun 5, 2024
4c27e47
Update fluence module script
galliot-pawelmudlaff Jun 5, 2024
c081959
Update fluence script to validate if module was loaded and check if i…
galliot-pawelmudlaff Jun 5, 2024
0747924
Update ami name for test purpose
galliot-pawelmudlaff Jun 5, 2024
0cdc3d5
update fluence script to check what modules are loaded after script e…
galliot-pawelmudlaff Jun 5, 2024
3c5aae9
Update approach to set what modules should be loaded
galliot-pawelmudlaff Jun 5, 2024
4e92138
Update script to set up loaded kernel module
galliot-pawelmudlaff Jun 5, 2024
98d4cec
update misspelled modules-load name
galliot-pawelmudlaff Jun 5, 2024
5f30aa5
update script to set loaded kernel modules
galliot-pawelmudlaff Jun 5, 2024
8de3fed
comment touch command to check if echo will also end with permission …
galliot-pawelmudlaff Jun 5, 2024
c2ad2c0
Update config to load fluence kernel modules
galliot-pawelmudlaff Jun 5, 2024
b0f96ba
Clean up after testing and update readme with information related to …
galliot-pawelmudlaff Jun 5, 2024
ff6d3bd
Update docs
galliot-pawelmudlaff Jun 5, 2024
6257b36
Update ami naming schema to prevent clash with test version
galliot-pawelmudlaff Jun 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update ami naming schema to prevent clash with test version
  • Loading branch information
galliot-pawelmudlaff committed Jun 5, 2024
commit 6257b36554c0e0b12e596f7c315bd29e7f3533ba
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
command: |
NORMALIZED_BRANCH_NAME=$(echo ${CIRCLE_BRANCH} | sed 's/[^a-zA-Z0-9]/-/g' | cut -c 1-50)
echo "export BUILD_TAG=${NORMALIZED_BRANCH_NAME}-${CIRCLE_BUILD_NUM}-${CIRCLE_SHA1::7}" >> ${BASH_ENV}
AMI_NAME="amazon-eks-node-${K8S_VERSION}-$(date '+%Y%m%d')-ftp"
AMI_NAME="amazon-eks-node-${K8S_VERSION}-$(date '+%Y-%m-%d')"
echo "export AMI_NAME=${AMI_NAME}" >> ${BASH_ENV}
- run:
name: Install aws cli
Expand Down
Loading