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

Add rancher-turtles-airgap-resources chart #154

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file not shown.
8 changes: 8 additions & 0 deletions charts/rancher-turtles-airgap-resources/0.2.0/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v2
appVersion: 0.11.0
description: Rancher Turtles utility chart for airgap scenarios
home: https://github.com/rancher/turtles/
icon: https://raw.githubusercontent.com/rancher/turtles/main/logos/capi.svg
name: rancher-turtles-airgap-resources
type: application
version: 0.2.0
26 changes: 26 additions & 0 deletions charts/rancher-turtles-airgap-resources/0.2.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Deploy Rancher Turtles in airgapped scenarios

To simplify deployment of the suse-edge rancher-turtles wrapper chart in airgapped scenarios
this chart deploys the corresponding ConfigMap resources, as described in the
[Rancher Turtles Documentation](https://turtles.docs.rancher.com/getting-started/air-gapped-environment)

In addition to installing the chart, it will be necessary to adjust the rancher-turtles chart values:

```
cluster-api-operator:
cluster-api:
core:
fetchConfig:
selector: "{\"matchLabels\": {\"provider-components\": \"core\"}}"
rke2:
bootstrap:
fetchConfig:
selector: "{\"matchLabels\": {\"provider-components\": \"rke2-bootstrap\"}}"
controlPlane:
fetchConfig:
selector: "{\"matchLabels\": {\"provider-components\": \"rke2-control-plane\"}}"
metal3:
infrastructure:
fetchConfig:
selector: "{\"matchLabels\": {\"provider-components\": \"metal3\"}}"
```

Large diffs are not rendered by default.

4,382 changes: 4,382 additions & 0 deletions charts/rancher-turtles-airgap-resources/0.2.0/templates/airgap-cm-metal3.yaml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

24 changes: 23 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,28 @@ <h2>Charts</h2>



<div class="chart">
<a href="assets/rancher-turtles-airgap-resources/rancher-turtles-airgap-resources-0.2.0.tgz" title="assets/rancher-turtles-airgap-resources/rancher-turtles-airgap-resources-0.2.0.tgz">
<div class="icon">
<img class="chart-item-logo" alt="rancher-turtles-airgap-resources's logo" src="https://raw.githubusercontent.com/rancher/turtles/main/logos/capi.svg">
</div>
<div class="body">
<p class="info">
rancher-turtles-airgap-resources
([email protected])
<a href="https://github.com/suse-edge/charts/tree/main/charts/rancher-turtles-airgap-resources">
<img src="https://raw.githubusercontent.com/suse-edge/charts/main/_images/GitHub-Mark-32px.png" alt="github link" style="height: 16px; width: 16px; vertical-align: middle;" />
</a>
</p>
<p class="description">
Rancher Turtles utility chart for airgap scenarios
</p>
</div>
</a>
</div>



<div class="chart">
<a href="assets/sriov-crd/sriov-crd-1.3.0.tgz" title="assets/sriov-crd/sriov-crd-1.3.0.tgz">
<div class="icon">
Expand Down Expand Up @@ -420,7 +442,7 @@ <h2>Charts</h2>


</div>
Generated on: <time datetime="2023-10-17T12:11:15" pubdate id="generated">Tue Oct 17 2023 12:11:15PM EEST&#43;03:00</time>
Generated on: <time datetime="2023-10-17T12:11:15" pubdate id="generated">Tue Oct 17 2023 12:11:15PM &#43;0300&#43;03:00</time>
</section>

<script src="https://unpkg.com/clipboard@2/dist/clipboard.min.js"></script>
Expand Down
13 changes: 13 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,19 @@ entries:
urls:
- assets/rancher-turtles/rancher-turtles-0.1.0+up0.9.1.tgz
version: 0.1.0+up0.9.1
rancher-turtles-airgap-resources:
- apiVersion: v2
appVersion: 0.11.0
created: "2024-09-11T13:55:32.935518+01:00"
description: Rancher Turtles utility chart for airgap scenarios
digest: e6a58ce787ca32e946e5fd9eca78ec61ccb79d7bb8307db5b8b0f916e5bff326
home: https://github.com/rancher/turtles/
icon: https://raw.githubusercontent.com/rancher/turtles/main/logos/capi.svg
name: rancher-turtles-airgap-resources
type: application
urls:
- assets/rancher-turtles-airgap-resources/rancher-turtles-airgap-resources-0.2.0.tgz
version: 0.2.0
sriov-crd:
- annotations:
catalog.cattle.io/experimental: "true"
Expand Down
8 changes: 8 additions & 0 deletions packages/rancher-turtles-airgap-resources/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v2
appVersion: 0.11.0
description: Rancher Turtles utility chart for airgap scenarios
home: https://github.com/rancher/turtles/
icon: https://raw.githubusercontent.com/rancher/turtles/main/logos/capi.svg
name: rancher-turtles-airgap-resources
type: application
version: 0.2.0
26 changes: 26 additions & 0 deletions packages/rancher-turtles-airgap-resources/charts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Deploy Rancher Turtles in airgapped scenarios

To simplify deployment of the suse-edge rancher-turtles wrapper chart in airgapped scenarios
this chart deploys the corresponding ConfigMap resources, as described in the
[Rancher Turtles Documentation](https://turtles.docs.rancher.com/getting-started/air-gapped-environment)

In addition to installing the chart, it will be necessary to adjust the rancher-turtles chart values:

```
cluster-api-operator:
cluster-api:
core:
fetchConfig:
selector: "{\"matchLabels\": {\"provider-components\": \"core\"}}"
rke2:
bootstrap:
fetchConfig:
selector: "{\"matchLabels\": {\"provider-components\": \"rke2-bootstrap\"}}"
controlPlane:
fetchConfig:
selector: "{\"matchLabels\": {\"provider-components\": \"rke2-control-plane\"}}"
metal3:
infrastructure:
fetchConfig:
selector: "{\"matchLabels\": {\"provider-components\": \"metal3\"}}"
```

Large diffs are not rendered by default.

Loading
Loading