For terraforming-pas, even though the ops_manager_vm option is not documented as it is in terraforming-aws, it does appear you can set it to false to skip provisioning of the Ops Manager VM, Issue #40 references fixing the docs to note this
However, I have noticed that even with it set to false it will still:
Create a bucket for the vhd
Upload the vhd to the bucket
Create a NIC for the Ops Manager VM
Attach the NIC to the public IP address
This is a bit problematic because if you plan to use platform-automation:
Waste of time/resources creating a separate storage account and uploading it when it is never used
NIC being attached to the public IP means assigning it to the "real" Ops Manager later fails unless you go in and manually detach/delete
Would like to see things modified such that ops_manager_vm being false means no vhd image is required or uploaded and no NIC is created or attached to the public IP.
For
terraforming-pas
, even though theops_manager_vm
option is not documented as it is interraforming-aws
, it does appear you can set it tofalse
to skip provisioning of the Ops Manager VM, Issue #40 references fixing the docs to note thisHowever, I have noticed that even with it set to
false
it will still:This is a bit problematic because if you plan to use
platform-automation
:Would like to see things modified such that
ops_manager_vm
beingfalse
means no vhd image is required or uploaded and no NIC is created or attached to the public IP.Thanks!