novajoin/files
Grzegorz Grasza 956cc87cc1 Fix error message when OTP is missing, add logging
* Fix cloud-init error message when OTP is missing
* Add a log message in novajoin-server

Change-Id: Ib299269c564744af6a5fcded9195d27be1c14ce7
Related-Bug: 1836529
2019-08-30 14:57:13 +00:00
..
README Helper scripts for modifying cloud-config-novajoin.json 2019-08-28 12:23:59 +02:00
cloud-config-novajoin.json Fix error message when OTP is missing, add logging 2019-08-30 14:57:13 +00:00
cloud-config-novajoin.yaml Fix error message when OTP is missing, add logging 2019-08-30 14:57:13 +00: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.