update ceph-common to 10.2.11-0ubuntu0.16.04.2
[yaml_builds.git] / site_type / sriov / airship-treasuremap / global / v4.0 / baremetal / bootactions / airship-target.yaml
1 ---
2 schema: 'drydock/BootAction/v1'
3 metadata:
4   schema: 'metadata/Document/v1'
5   name: airship-target
6   storagePolicy: 'cleartext'
7   layeringDefinition:
8     abstract: false
9     layer: global
10 data:
11   signaling: false
12   assets:
13     - path: /etc/systemd/system/airship.target
14       type: unit
15       permissions: '444'
16       data: |
17         [Unit]
18         Description=Airshipt bootaction target
19         After=multi-user.target cloud-init.target
20
21         [Install]
22         WantedBy=graphical.target
23
24       data_pipeline:
25         - utf8_decode
26 ...