Deploy a system under an openstack instance
After launching of an openstack instance. Can i deploy a system inside the launched instance? If yes, how can i do this ?
First time here? Check out the FAQ!
After launching of an openstack instance. Can i deploy a system inside the launched instance? If yes, how can i do this ?
You can use user data, but only at instance launch, not after the launch. Heat has several deployment options, perhaps some work on already running instances. You can also install an agent on the image which performs the deployment (again Heat does that).
And of course you can log on to the instance and deploy your system as if the instance were a physical server.
I don’t know your application. Read the Heat documentation, e.g. https://docs.openstack.org/heat/lates.... User data is based on cloud-init and is well integrated with Heat.
Through the instance’s IP. The instance is connected to a provider network, i.e. a Neutron network that corresponds to a network in the datacenter.
Asked: 2018-12-10 05:40:56 -0600
Seen: 228 times
Last updated: Dec 10 '18