Skip to content

Commit

Permalink
Update README, Remove SLES, Test Lint requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Daemonslayer2048 committed Jan 13, 2025
1 parent 8de567b commit 8cb9075
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rocky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,23 @@ name: Rocky
on:
pull_request:
workflow_dispatch:
workflow_run:
workflows: ["Lint"]
types:
- completed

jobs:

"_8_":
uses: ./.github/workflows/reusable_integration_testing.yml
if: ${{ github.event.workflow_run.conclusion == 'success' }}
with:
os: rocky8
ssh_user: rocky
secrets: inherit
"_9_":
uses: ./.github/workflows/reusable_integration_testing.yml
if: ${{ github.event.workflow_run.conclusion == 'success' }}
with:
os: rocky9
ssh_user: rocky
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/sles.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
name: SLES
# ---
# name: SLES

on:
pull_request:
workflow_dispatch:
# on:
# pull_request:
# workflow_dispatch:

jobs:
# jobs:

"_15_":
uses: ./.github/workflows/reusable_integration_testing.yml
with:
os: sles15
ssh_user: ec2-user
secrets: inherit
# "_15_":
# uses: ./.github/workflows/reusable_integration_testing.yml
# with:
# os: sles15
# ssh_user: ec2-user
# secrets: inherit
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ Thank you for your understanding and cooperation.

Ansible RKE2 (RKE Government) Playbook
---------
[![LINT](https://github.com/rancherfederal/rke2-ansible/actions/workflows/lint.yml/badge.svg)](https://github.com/rancherfederal/rke2-ansible/actions/workflows/lint.yml?query=branch%3Amain)

[![Rocky 8](https://github.com/rancherfederal/rke2-ansible/actions/workflows/rocky8.yml/badge.svg)](https://github.com/rancherfederal/rke2-ansible/actions/workflows/rocky8.yml?query=branch%3Amain)

[![Ubuntu 20](https://github.com/rancherfederal/rke2-ansible/actions/workflows/ubuntu20.yml/badge.svg)](https://github.com/rancherfederal/rke2-ansible/actions/workflows/ubuntu20.yml?query=branch%3Amain)
[![Lint](https://github.com/rancherfederal/rke2-ansible/actions/workflows/lint.yml/badge.svg)](https://github.com/rancherfederal/rke2-ansible/actions/workflows/lint.yml) [![Rocky](https://github.com/rancherfederal/rke2-ansible/actions/workflows/rocky.yml/badge.svg)](https://github.com/rancherfederal/rke2-ansible/actions/workflows/rocky.yml) [![Ubuntu](https://github.com/rancherfederal/rke2-ansible/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/rancherfederal/rke2-ansible/actions/workflows/ubuntu.yml)

RKE2, also known as RKE Government, is Rancher's next-generation Kubernetes distribution. This Ansible playbook installs RKE2 for both the control plane and workers.

Expand All @@ -45,7 +41,6 @@ Platforms
The RKE2 Ansible playbook supports all [RKE2 Supported Operating Systems](https://docs.rke2.io/install/requirements/#operating-systems)

Supported Operating Systems:
- SLES 15
- Rocky 8 and 9
- RedHat: 8 and 9
- Ubuntu: 18, 20, and 22
Expand Down

0 comments on commit 8cb9075

Please sign in to comment.