3a1038e122
This adapts manifests to be in line of using git reference for refering to global/secrets repos instead of versioned folders. Change-Id: I0100fb90666e335bd99d304b3804c180b25a9d16 Depends-On: https://review.openstack.org/#/c/577886/
27 lines
542 B
YAML
27 lines
542 B
YAML
---
|
|
schema: 'drydock/BootAction/v1'
|
|
metadata:
|
|
schema: 'metadata/Document/v1'
|
|
name: airship-target
|
|
storagePolicy: 'cleartext'
|
|
layeringDefinition:
|
|
abstract: false
|
|
layer: global
|
|
data:
|
|
signaling: false
|
|
assets:
|
|
- path: /etc/systemd/system/airship.target
|
|
type: unit
|
|
permissions: '444'
|
|
data: |
|
|
[Unit]
|
|
Description=Airshipt bootaction target
|
|
After=multi-user.target cloud-init.target
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|
|
|
|
data_pipeline:
|
|
- utf8_decode
|
|
...
|