summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lng-generator-04/ledge-rp.yaml58
1 files changed, 58 insertions, 0 deletions
diff --git a/lng-generator-04/ledge-rp.yaml b/lng-generator-04/ledge-rp.yaml
new file mode 100644
index 0000000..d6fbab1
--- /dev/null
+++ b/lng-generator-04/ledge-rp.yaml
@@ -0,0 +1,58 @@
+job_name: ledge-rp
+
+timeouts:
+ job:
+ minutes: 900
+ action:
+ minutes: 20
+ connection:
+ minutes: 20
+
+visibility: public
+priority: medium
+device_type: x86
+
+protocols:
+ lava-multinode:
+ roles:
+ lng04:
+ device_type: x86
+ count: 1
+ context:
+ extra_kernel_args: default_hugepagesz=2M hugepagesz=1G hugepages=1 hugepagesz=2M hugepages=1024 intel_iommu=on iommu=on
+ #lava-vland:
+ #lng04:
+ #vlan_one:
+ #tags:
+ #- 25G
+
+actions:
+- deploy:
+ role:
+ - lng04
+ timeout:
+ minutes: 10
+ to: tftp
+
+ kernel:
+ url: https://snapshots.linaro.org/components/ledge/oe/ledge-qemux86-64/latest/rpb/bzImage--mainline*.bin
+ nfsrootfs:
+ url: https://snapshots.linaro.org/components/ledge/oe/ledge-qemux86-64/latest/rpb/ledge-gateway-ledge-qemux86-64-*.rootfs.tar.xz
+ compression: xz
+ #prefix: binary/
+ ramdisk:
+ url: http://people.linaro.org/~ilias.apalodimas/images/ubuntu-17.10/initrd.img-4.13.0-46-generic
+ compression: gz
+ os: OE
+
+- boot:
+ role:
+ - lng04
+ timeout:
+ minutes: 15
+ method: ipxe
+ commands: nfs
+ parameters:
+ shutdown-message: "reboot: Restarting system"
+ prompts:
+ - 'root@(.*)'