how to add custom script in instance while deploying application using murano
I am currently trying to deploy application using murano service of openstack. I am a college student and there is a cyberroam login barrier present in order to connect to the external network (Internet). I have a login script available (in form of .sh) for connecting instance to the internet, but I don't know where to add it for murano instance to get internet facility inside the VM.
You can use cloud-init to inject all kinds of scripts and user-data into booting instances. Also there are plenty of answers on ask.openstack regarding cloud-init if you need more help.
@eblock But murano automatically creates instance and it starts updating the instance...as i don't have internet access in the instance, update shows en error....I won't be able to use cloud-init
I don't have experience with murano, I don't know how that works so hopefully someone else can chime in here.