When you create an IBM Cloud® Virtual Servers for Virtual Private Cloud instance, you can specify optional user data that automatically performs common configuration tasks or runs scripts. For more information about user data and usernames, see IAM access.
VPC uses Cloud-init technology to configure virtual server instances. The User Data field on the New virtual server for VPC page allows users to put in custom configuration options by using cloud-init. Cloud-init supports several formats for configuration data, including yaml in a cloud-config file.
user_data is integral VSI instance functionality and we need it to install software on the VSI during startup.
I see that user_data is definable using override_json_string, but I think its important enough to be a standalone variable.
Users must be able to input something like this in the Deployable Architecture - Configure > Optional panel.
[ ] Add user_data support as an optional configuration field.
[ ] The option should be segmented by management and workload VSIs. There is a high chance that the user_data directive will be very different between management and workload VSIs.
Description
user_data
is integral VSI instance functionality and we need it to install software on the VSI during startup.I see that
user_data
is definable usingoverride_json_string
, but I think its important enough to be a standalone variable.Users must be able to input something like this in the Deployable Architecture - Configure > Optional panel.
user_data
support as an optional configuration field.New or affected modules
By submitting this issue, you agree to follow our Code of Conduct