summaryrefslogtreecommitdiff
path: root/socionext/ledge-rp.yaml
blob: 66d7af447aed37a3aedefc8f8c0922105b04081f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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@(.*)'