Skip to content

HTCondor tutorial: stalled launch of htcondor-pool-ap-mig #1722

Answered by jd-foster
jd-foster asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, I managed to resolve this by modifying community/examples/htc-htcondor.yaml as:

vars:
  project_id:  ## Set GCP Project ID Here ##
  deployment_name: htcondor-pool
  region: us-central1
  zone: us-central1-c
  disk_size_gb: 100
  new_image_family: htcondor-10x
  enable_shielded_vm: true
  enable_public_ips: false    ## <----- Added
...

settings:
      default_mig_id: $(htcondor_execute_point.mig_id)
      enable_public_ips: $(vars.enable_public_ips)    ## <----- Modified

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jd-foster
Comment options

@jd-foster
Comment options

Answer selected by tpdownes
@tpdownes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants