Hey, I created a Centos 8 template a few months back for our cloudstack 4.11 install.
I made a few notes on the install, Not sure exactly what issue you were having but mine was the script tried to run before network manager had finished starting. Notes I made I pasted below, hope it helps Centos 8 and above has changed the way in which its networking is handled. The Network-Scripts has been deprecated and replaced with Network Manager which handles all interfaces This means that placing the Cloudstack password management script inside /etc/init.d errors saying that Network Manager was not started. This is due to the fact that the script runs on bootup and runs before Network Manager starts so the password does not get changed. If you try this you can see the error in /var/log/messages and you run: cat messages | grep "password" To resolve this we need to get the password change script to run after the Network Manager service has started. Navigate to /etc/NetworkManager/dispatcher.d Create a file called ifup-local And paste the script inside the file Thanks On Fri, 13 Nov 2020 at 04:24, Hean Seng <heans...@gmail.com> wrote: > Hi > > Is there anybody do the template for CentOS 8 before, i not able to get it > work for password reset . either in Script or Cloud-Init. It is due > to CentOS 8 cannot disable NetworkManager, and Cloudstack data source py , > keep getting data from NetworkManager and there seem not able to get the > VR ip there. > > Anybody have experience on CentOS 8 template, pelase share the experience . > > > -- > Regards, > Hean Seng >