summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--socionext/ledge-rp.yaml53
1 files changed, 53 insertions, 0 deletions
diff --git a/socionext/ledge-rp.yaml b/socionext/ledge-rp.yaml
new file mode 100644
index 0000000..66d7af4
--- /dev/null
+++ b/socionext/ledge-rp.yaml
@@ -0,0 +1,53 @@
+job_name: ledge-rp
+
+timeouts:
+ job:
+ minutes: 900
+ action:
+ minutes: 20
+ connection:
+ minutes: 20
+
+visibility: public
+priority: medium
+device_type: synquacer
+
+context:
+ boot_character_delay: 1
+ extra_kernel_args: "selinux=0"
+
+actions:
+- deploy:
+ role:
+ - developerbox
+ timeout:
+ minutes: 10
+ to: tftp
+
+ kernel:
+ url: http://people.linaro.org/~ilias.apalodimas/images/espressobin/Image--mainline-5.2-r0-ledge-espressobin-20190712112403.bin
+ nfsrootfs:
+ url: http://people.linaro.org/~ilias.apalodimas/images/espressobin/ledge-gateway-ledge-espressobin-20190712112403.rootfs.tar.xz
+ compression: xz
+ ramdisk:
+ url: http://images.validation.linaro.org/synquacer/hc/initrd.img
+ compression: gz
+ os: OE
+
+- boot:
+ role:
+ - developerbox
+ timeout:
+ minutes: 90
+ method: grub
+ parameters:
+ shutdown-message: "reboot: Restarting system"
+ commands:
+ - insmod efinet
+ - net_ls_addr
+ - 'linux (tftp,{SERVER_IP})/{KERNEL} root=/dev/nfs rw nfsroot={NFS_SERVER_IP}:{NFSROOTFS},tcp,hard,intr,vers=3 ip=dhcp selinux=0'
+ - initrd (tftp,{SERVER_IP})/{RAMDISK}
+ - clear
+ - boot
+ prompts:
+ - 'root@(.*)'