~smoser/maas:cleanup/render-curtin-config-internally

Last commit made on 2017-12-04
Get this branch:
git clone -b cleanup/render-curtin-config-internally https://git.launchpad.net/~smoser/maas
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Branch information

Name:
cleanup/render-curtin-config-internally
Repository:
lp:~smoser/maas

Recent commits

d33d9f6... by Scott Moser

fix per make format

1936d8c... by Scott Moser

fix flake8

bc88c60... by Scott Moser

drop key_b64 variable

ff2cc32... by Scott Moser

drop 'subst' helper, no longer used

cafa3eb... by Scott Moser

remove debug print

7d1215b... by Scott Moser

tests pass.

5930dfe... by Scott Moser

replace old templates with stock empty

51bd856... by Scott Moser

Internally handle most of curtin_userdata leaving templates to user.

The 'curtin_userdata' file was scary to look at, and hard to work
with for a user. Adding early_commands or late_commands meant that they
would have to edit an existing entry, and failure to do so would
break the install.

This takes what was previously in that those files and handles them
internally to maas. Thus, the user now has a blank slate to work on,
and an example of what could go there.

LP: #1734391

a58e2a5... by Andres Rodriguez

LP: #1719640 - Fix typo in first user journey doc

647250c... by Newell Jensen

LP: #1674959 -- Change 'Close' to 'Cancel' to match the other design patterns (see adding zones for an example).