This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
forked from gardenlinux/gardenlinux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing separate orabosmetal3 feature
- Loading branch information
Showing
7 changed files
with
28 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Feature: orabos | ||
### Description | ||
<website-feature> | ||
This platform feature creates an artifact for ORA Baremetal OS. Which is exposing a KVM hypervisor via kubernetes. | ||
</website-feature> | ||
|
||
### Features | ||
This feature creates a baremetal compatible image artifact as a `.qcow2` file. | ||
|
||
### Unit testing | ||
|
||
### Meta | ||
||| | ||
|---|---| | ||
|type|platform| | ||
|artifact|`.raw`,`.qcow2`| | ||
|included_features|`kvm`,`khost`| | ||
|excluded_features|None| |
1 change: 1 addition & 0 deletions
1
features/orabosmetal3/file.include/etc/cloud/cloud.cfg.d/99_disable-network-config.cfg
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 @@ | ||
network: {config: disabled} |
1 change: 1 addition & 0 deletions
1
features/orabosmetal3/file.include/etc/kernel/cmdline.d/50-ignition.cfg
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 @@ | ||
CMDLINE_LINUX="$CMDLINE_LINUX ignition.firstboot=1 ignition.platform.id=openstack" |
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,5 @@ | ||
description: "ORA Baremetal OS for Metal3" | ||
type: element | ||
features: | ||
include: | ||
- orabos |
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 @@ | ||
cloud-init |
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 @@ | ||
/usr/bin/arping cap_net_raw=ep |
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 @@ | ||
from helper.tests.packages_musthave import packages_musthave as test_packages_musthave |