Guys,
This sounds like a simple question but I can’t find a straight and simple answer to it!
When deploying Machines via MaaS, the “default_user” create by cloud-init (I believe), is “ubuntu”.
I don’t want it!
In an OpenStack / Cloud environment, I have the following block in my Heat templates for my “OS::Nova::Server”:
user_data: |
#cloud-config
system_info:
default_user:
name: "tcmc"
chpasswd:
list: |
root:tcmc
tcmc:tcmc
expire: False
So, how can I do this in MaaS, in a wah that all Machines will get it automatically?
I tried many pressed stuff, none worked.
No idea about how to do this simple thing on MaaS globally.
Thanks!
Thiago