22408cbeb5
This site is created in order to utilize the multinode development environment alongside the global and type manifests in Treasure map. To accomplish this, the new seaworthy-virt site is a copy of the airship-seaworthy site but with as many overrides and removed pieces as necessary. Change-Id: I6d19e1cf019c5d03f42343ab3c72971172879e4d
35 lines
767 B
YAML
35 lines
767 B
YAML
---
|
|
schema: 'drydock/BootAction/v1'
|
|
metadata:
|
|
schema: 'metadata/Document/v1'
|
|
name: promjoin-systemd-unit
|
|
storagePolicy: 'cleartext'
|
|
layeringDefinition:
|
|
abstract: false
|
|
layer: global
|
|
labels:
|
|
name: promjoin-systemd-unit
|
|
application: 'drydock'
|
|
data:
|
|
signaling: false
|
|
assets:
|
|
- path: /etc/systemd/system/promjoin.service
|
|
type: unit
|
|
permissions: '444'
|
|
data: |
|
|
[Unit]
|
|
Description=Promenade Initialization Service
|
|
After=network-online.target local-fs.target cloud-init.target
|
|
ConditionPathExists=!/var/lib/prom.done
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/promjoin.sh
|
|
|
|
[Install]
|
|
WantedBy=airship.target
|
|
|
|
data_pipeline:
|
|
- utf8_decode
|
|
...
|