-
Notifications
You must be signed in to change notification settings - Fork 33
OPSEXP-3019 Bump python to 3.11 and ansible to 2.17 #1031
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
43f14d0
Bump python and ansible
gionn 853d5f4
bump ansible-lint and molecule
gionn 720cdb9
bump pre-commit
gionn 175655f
Fix linting issues
gionn 4bc37c5
bump docs
gionn f6d24ce
better docs
gionn bd5f81b
Merge remote-tracking branch 'origin/master' into OPSEXP-3019-bump-an…
gionn a773bdb
Merge branch 'master' into OPSEXP-3019-bump-ansible
gionn b80eb7c
Bump to latest ansible 2.17.8
gionn a1fbcf5
revert ansible to 2.16
gionn b43f5be
bump rocky linux 8 ami
gionn 3f70bbd
fixup comment
gionn 84e765a
bump ansible-lint and hopefully fix
gionn 8d756e5
revert dnf task
gionn 1f5ee1b
test if unused yum backend
gionn 9d4fd15
fixup docs
gionn 2763ede
is this file really needed
gionn f5967a7
remove unnecessary step in verify
gionn 2fdf528
bump galaxy metadata for every role
gionn 4ffbfd5
Merge remote-tracking branch 'origin/master' into OPSEXP-3019-bump-an…
gionn 09bab1a
Merge remote-tracking branch 'origin/master' into OPSEXP-3019-bump-an…
gionn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -377,3 +377,5 @@ $RECYCLE.BIN/ | |
| apache-activemq-*-bin.tar.gz | ||
| apache-tomcat-*.tar.gz | ||
| downloads/ | ||
|
|
||
| .ansible/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 3.9 | ||
| 3.11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "version": "1.4.0", | ||
| "version": "1.5.0", | ||
| "plugins_used": [ | ||
| { | ||
| "name": "ArtifactoryDetector" | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| MOLECULE_IT_IMAGE_ID: ami-02a9ec082aa699151 # Rocky-8-EC2-Base-8.9-20231119.0.x86_64 | ||
| MOLECULE_IT_IMAGE_ID: ami-0ee382512e653ec35 # Rocky-8-EC2-Base-8.10-20240528.0.x86_64 | ||
| MOLECULE_IT_EXTRA_VARS: 7.4.N-extra-vars.yml | ||
| MOLECULE_IT_TEST_CONFIG: tests/test-config-7.4.json | ||
| MOLECULE_IT_PLATFORM: rocky8-74 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,25 @@ | ||
| galaxy_info: | ||
| author: Alfresco | ||
| description: Deploys and configures an ActiveMQ server | ||
| company: Alfresco Software Ltd | ||
| author: Alfresco Ops Readiness | ||
| namespace: alfresco | ||
| description: Install Activemq as required by Alfresco | ||
| company: Hyland Software | ||
|
|
||
| license: Apache-2.0 | ||
|
|
||
| min_ansible_version: "2.16" | ||
|
|
||
| platforms: | ||
| - name: Ubuntu | ||
| versions: | ||
| - focal | ||
| - bionic | ||
| - jammy | ||
| - name: EL | ||
| versions: | ||
| - "7" | ||
| - "8" | ||
| min_ansible_version: "2.12" | ||
| - "9" | ||
|
|
||
| galaxy_tags: [] | ||
| allow_duplicates: false | ||
|
|
||
| dependencies: | ||
| - role: java |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,26 @@ | ||
| galaxy_info: | ||
| author: Alfresco Ops Readiness Team | ||
| description: Configure an Alfresco adf_app | ||
| company: Hyland | ||
| author: Alfresco Ops Readiness | ||
| namespace: alfresco | ||
| description: Install an Alfresco ADF application | ||
| company: Hyland Software | ||
|
|
||
| license: Apache-2.0 | ||
| min_ansible_version: "2.12" | ||
| galaxy_tags: [] | ||
|
|
||
| min_ansible_version: "2.16" | ||
|
|
||
| platforms: | ||
| - name: Ubuntu | ||
| versions: | ||
| - bionic | ||
| - focal | ||
| - jammy | ||
| - name: EL | ||
| versions: | ||
| - "7" | ||
| - "8" | ||
| - "9" | ||
|
|
||
| galaxy_tags: [] | ||
|
|
||
| dependencies: | ||
| - role: nginx | ||
| setup_vhosts: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,33 +1,25 @@ | ||
| galaxy_info: | ||
| author: Alfresco Ops Readiness | ||
| description: This role installs and configures the audit storage for Alfresco | ||
| namespace: alfresco | ||
| description: Install Alfresco Audit Storage | ||
| company: Hyland Software | ||
|
|
||
| # If the issue tracker for your role is not on github, uncomment the | ||
| # next line and provide a value | ||
| # issue_tracker_url: http://example.com/issue/tracker | ||
|
|
||
| license: Apache-2.0 | ||
|
|
||
| min_ansible_version: "2.12" | ||
| min_ansible_version: "2.16" | ||
|
|
||
| platforms: | ||
| - name: Ubuntu | ||
| versions: | ||
| - bionic | ||
| - focal | ||
| - jammy | ||
| - name: EL | ||
| versions: | ||
| - "7" | ||
| - "8" | ||
| - "9" | ||
|
|
||
| galaxy_tags: [] | ||
| # List tags for your role here, one per line. A tag is a keyword that describes | ||
| # and categorizes the role. Users find roles by searching for tags. Be sure to | ||
| # remove the '[]' above, if you add tags to this list. | ||
| # | ||
| # NOTE: A tag is limited to a single word comprised of alphanumeric characters. | ||
| # Maximum 20 tags per role. | ||
|
|
||
| dependencies: | ||
| - role: java |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
so I got the idea to remove this since logs were getting spammed with:
which was getting worse when molecule was triggering a retry like in https://github.com/Alfresco/alfresco-ansible-deployment/actions/runs/13240172999/job/36956143762#step:3:3708
once I dropped this, then all the single role galaxy metadata was starting to trigger validation issues due to missing namespace, so I decided to revamp all of them which was anyway required.
at this point I am not sure if the root galaxy.yml was just inhibiting all the role galaxy.yml and I think it's a feature (because in that case roles are part of the collection)
I am not sure what to do, but maybe given we are not currently publishing anything we can leave it as it is now.