Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
testing separate orabosmetal3 feature
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 committed May 31, 2024
1 parent 3ba1ece commit 5079438
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
18 changes: 18 additions & 0 deletions features/orabosmetal3/README.md
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|
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
network: {config: disabled}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CMDLINE_LINUX="$CMDLINE_LINUX ignition.firstboot=1 ignition.platform.id=openstack"
5 changes: 5 additions & 0 deletions features/orabosmetal3/info.yaml
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
1 change: 1 addition & 0 deletions features/orabosmetal3/pkg.exclude
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cloud-init
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/usr/bin/arping cap_net_raw=ep
1 change: 1 addition & 0 deletions features/orabosmetal3/test/test_packages_musthave.py
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

0 comments on commit 5079438

Please sign in to comment.