-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #243 initial Rocky 9 support * #243 revert changes made for testing which shouldn't have been committed/pushed. * #243 use RockyLinux 9.0 official AMI in us-east-1 * #243 add Rocky 9 RPM repo * #243 better comment SELinux changes by major version * #243 bump EC2-create to use official Rocky 9.1 AMI * #243 correct typo * #243 tidy up rserve typo, psycopg2 condition * use current rocky 9.1 ami-0fe64c0692c69d851 * #243 update ec2-create.sh for Rocky 9.1 * #243 bump to payara6 to match develop, disabled test suite in vagrant for now * undo configurable java home until templating issue is resolved * #243 updating to 6.0 release * #328 initial commit of localstack rewrite * #328 add podman.yml * #328 create buckets as localstack service account * #328 create minio service account * #328 docker compose is now podman compose * #328 podman-compose wants the dash, whoops * #328 rewrite localstack/minio, keep docker, initial commit * #328 add localstack aws templates * #328 correct service account variables * #328 add service accounts to docker group * #328 correct localstack bucket creation by localstack service account * #328 let's not use the Ansible docker-compose module due to RHEL9 conflicts * #328 correct minio_compose.yml location * #328 MinIO S3Access requires hard-coded credentials * #243 update rocky 9.3 AMI * #328 why is rocky9 failing on python3-docutils * #243 rocky9 needs CRB for AWS CLI * #243 let's stick with Rocky 8 for EC2 until integration tests pass on Rocky 9 * #243 undo rserve testing change to vagrant.yml * #243 revert spurious changes to minio/localstack/docker/podman * #243 correct more spurious commits * #243 some final corrections per Phil --------- Co-authored-by: don sizemore <[email protected]>
- Loading branch information
1 parent
b0ec117
commit dbc658a
Showing
14 changed files
with
110 additions
and
32 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[shibboleth] | ||
name=Shibboleth (rockylinux9) | ||
# Please report any problems to https://shibboleth.atlassian.net/jira | ||
type=rpm-md | ||
mirrorlist=https://shibboleth.net/cgi-bin/mirrorlist.cgi/rockylinux9 | ||
gpgcheck=1 | ||
gpgkey=https://shibboleth.net/downloads/service-provider/RPMS/repomd.xml.key | ||
https://shibboleth.net/downloads/service-provider/RPMS/cantor.repomd.xml.key | ||
enabled=1 |
This file contains 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 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 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 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 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 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 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 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 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 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 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