Re: Debian/Ubuntu Template password scripts

2021-05-07 Thread Stênio Firmino
how to implement and create the template with cloud-init. > > Can anyone give me some tips or examples ? > > Thanks, > > > > -Original Message- > From: Andrija Panic [mailto:andrija.pa...@gmail.com] > Sent: Thursday, April 29, 2021 5:40 PM > To: users >

Re: Debian/Ubuntu Template password scripts

2021-05-03 Thread Alireza Eskandari
Original Message- > From: Andrija Panic [mailto:andrija.pa...@gmail.com] > Sent: Thursday, April 29, 2021 5:40 PM > To: users > Subject: Re: Debian/Ubuntu Template password scripts > > The password reset script you tried using was written for init.d, it won't > work on

RE: Debian/Ubuntu Template password scripts

2021-05-02 Thread 조대형
rsday, April 29, 2021 5:40 PM To: users Subject: Re: Debian/Ubuntu Template password scripts The password reset script you tried using was written for init.d, it won't work on system.d systems (centos7, debian/ubuntu 18+, etc) Explore the cloud-init as Christian said - much more powerful (som

Re: Debian/Ubuntu Template password scripts

2021-04-29 Thread 조대형
> > > Hi, > > > > Just go with cloud-init: https://cloudinit.readthedocs.io/en/latest/ > > > > > > Regards, > > Cristian > > > > -Original Message- > > From: 조대형 > > Sent: Thursday, April 29, 2021 10:09 AM > > To:

Re: Debian/Ubuntu Template password scripts

2021-04-29 Thread Andrija Panic
Cristian > > -Original Message- > From: 조대형 > Sent: Thursday, April 29, 2021 10:09 AM > To: users@cloudstack.apache.org > Subject: Debian/Ubuntu Template password scripts > > Hi, All > > I tried to make a Debian10.9.0 template. > > > http://docs.cloud

RE: Debian/Ubuntu Template password scripts

2021-04-29 Thread cristian.c
Hi, Just go with cloud-init: https://cloudinit.readthedocs.io/en/latest/ Regards, Cristian -Original Message- From: 조대형 Sent: Thursday, April 29, 2021 10:09 AM To: users@cloudstack.apache.org Subject: Debian/Ubuntu Template password scripts Hi, All I tried to make a Debian10.9.0

Debian/Ubuntu Template password scripts

2021-04-29 Thread 조대형
Hi, All I tried to make a Debian10.9.0 template. http://docs.cloudstack.apache.org/en/latest/adminguide/templates/_password. html#adding-password-management-to-templates I followed the adding password Management to your templates instruction. However, It did not work. Do you have any