![]() |
8 years ago | |
---|---|---|
.. | ||
Makefile | 8 years ago | |
README.md | 8 years ago | |
skydns-rc.yaml.base | 8 years ago | |
skydns-rc.yaml.in | 8 years ago | |
skydns-rc.yaml.sed | 8 years ago | |
skydns-svc.yaml.base | 8 years ago | |
skydns-svc.yaml.in | 8 years ago | |
skydns-svc.yaml.sed | 8 years ago | |
transforms2salt.sed | 8 years ago | |
transforms2sed.sed | 8 years ago |
This directory contains the base UNDERSCORE templates that can be used to generate the skydns-rc.yaml.in and skydns.rc.yaml.in needed in Salt format.
Due to a varied preference in templating language choices, the transform Makefile in this directory should be enhanced to generate all required formats from the base underscore templates.
NOTE WELL: Developers, when you add a parameter you should also update the various scripts that supply values for your new parameter. Here is one way you might find those scripts:
cd kubernetes
find [a-zA-Z0-9]* -type f -exec grep skydns-rc.yaml \{\} \; -print -exec echo \;
These are the authoritative base templates. Run 'make' to generate the Salt and Sed yaml templates from these.
skydns-rc.yaml.base skydns-svc.yaml.base
skydns-rc.yaml.in skydns-svc.yaml.in
skydns-rc.yaml.sed skydns-svc.yaml.sed