novajoin/files/README
Grzegorz Grasza 6506855623 Helper scripts for modifying cloud-config-novajoin.json
Adding two helper scripts to unpack cloud-config-novajoin.json to a more
readable form. After editing cloud-config-novajoin.yaml, it still has to
be packed into cloud-config-novajoin.json with tools/cloud-config-pack.py.

Related-Bug: 1836529
Change-Id: I3d6a3e5f97608f7f8a0070f40ddeb8a7113c33b3
2019-08-28 12:23:59 +02:00

15 lines
676 B
Plaintext

This directory contains configuration files placed in /etc/
(see setup.cfg for details)
IMPORTANT: cloud-config-novajoin.json is manually generated from
cloud-config-novajoin.yaml, by using tools/cloud-config-unpack.py and
tools/cloud-config-pack.py scripts.
Before editing cloud-config-novajoin.yaml, run tools/cloud-config-unpack.py.
After editing cloud-config-novajoin.yaml, run tools/cloud-config-pack.py.
This will place your edits in cloud-config-novajoin.json, which is the only
file that is installed in /etc/.
cloud-config-novajoin.json cannot be automatically generated, because we use a
setup.py provided by the global requirements repo, which we cannot modify.