Remove post instatiation actions from all node types
Compare changes
Files
3+ 1
− 4
@@ -27,10 +27,7 @@ resource "openstack_compute_instance_v2" "compute" {
Supporting as simple option for deploying a cluster of nodes that only deploys the defined image with no-post provisioning steps.
Removes the user_data actions from the compute and gateway (ood) nodes. Removes provisioner actions from the master node (ohpc).