novajoin/files
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
..
README Helper scripts for modifying cloud-config-novajoin.json 2019-08-28 12:23:59 +02:00
cloud-config-novajoin.json Add mkhomedir option to ipa-client-install 2019-05-29 15:17:12 +02:00
cloud-config-novajoin.yaml Helper scripts for modifying cloud-config-novajoin.json 2019-08-28 12:23:59 +02:00
freeipa.json Initial commit of REST/notification services 2016-07-05 19:53:11 +00:00
join-api-paste.ini Require an authentication token for all requests 2017-03-27 15:05:50 +00:00
novajoin-config-generator.conf Add auth_token configuration options to config generator 2017-04-03 16:37:57 +03:00
novajoin-notify.service Fix user and path to binaries in systemd scripts 2017-08-25 12:02:41 -04:00
novajoin-server.service Fix user and path to binaries in systemd scripts 2017-08-25 12:02:41 -04:00
policy-generator.conf Check policy when handling a HTTP request 2019-01-18 11:27:09 +01:00

README

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.