Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Select a script from the tools catalog to deploy
  2. Select a cluster to which the script will be deployed
  3. Override default values:
    1. The script's default queue name
      1. RABBITMQ_QUEUE environment variable set in the request Create ticket in Pyclowder2 to pick this up BD-1835 ]
      2. RABBITMQ_URI for the vhost Exists in Polyglot and Pyclowder2 and 1
      3. Only for extractor Create ticket in Polyglot to fix thisextractor [ BD-1837 ]
    2. Default min and max instances
      1. Passed in as labels bd.replicas.min/max Create ticket to use these labels in scaling BD-1771 ] 
      2. Memory and CPU resource requirements
      1. Passed in as resource property in request
      2. Just limits, not reservations
    3. Default Service Name
      1. construct as: Cluster name - type - queueName 
    4. Disable automated queue bindings
      1. RABBITMQ_EXCHANGE - if empty do not bind
      2. if not in environment then it will bind to default
  4. Receive an error if:
    1. Queue name is already allocated in the cluster
    2. Docker image invalid
    3. Cluster unable to allocate requested resources

...