update ceph-common to 10.2.11-0ubuntu0.16.04.2
[yaml_builds.git] / site_type / sriov / airship-treasuremap / global / v4.0 / baremetal / bootactions / promjoin.yaml
1 ---
2 schema: 'drydock/BootAction/v1'
3 metadata:
4   schema: 'metadata/Document/v1'
5   name: promjoin-systemd-unit
6   storagePolicy: 'cleartext'
7   layeringDefinition:
8     abstract: false
9     layer: global
10   labels:
11     application: 'drydock'
12 data:
13   signaling: false
14   assets:
15     - path: /etc/systemd/system/promjoin.service
16       type: unit
17       permissions: '444'
18       data: |
19         [Unit]
20         Description=Promenade Initialization Service
21         After=network-online.target local-fs.target cloud-init.target
22         ConditionPathExists=!/var/lib/prom.done
23
24         [Service]
25         Type=oneshot
26         ExecStart=/opt/promjoin.sh
27
28         [Install]
29         WantedBy=airship.target
30
31       data_pipeline:
32         - utf8_decode
33 ...