Hello,

I have scalr working to how I want it except for one item, it won't scale 
down or shut nodes down when I term a farm.

I have looked through the examples in the sample config and don't see 
anything that appears like it could help this.

I have also read.

https://scalr-wiki.atlassian.net/wiki/display/docs/Scalr+Configuration+Parameters


The logs show "pending terminate" but the vm's never terminate I have to 
manually terminate them.

does anyone else have this issue or is it common and if so please explain 
params to resolve. 

my config is



scalr:
  connections:
    mysql: &connections_mysql
      host: 'localhost'
      port: 3306
      name: scalr
      user: user1
      pass: 'xxxxx'
  auth_mode: scalr
  instances_connection_policy: local
  allowed_clouds:
  - ec2
  endpoint:
    host: 'ec2-1234.compute.amazonaws.com'
  aws:
    security_group_name: 'scalr.ip-pool'
    ip_pool: ['10.0.0.0/8']
    security_group_prefix: 'scalr.'
  billing:
    enabled: no
  email:
    address: '[email protected]'
    name: '[email protected]'
  system:
    instances_connection_timeout: 10
    server_terminate_timeout: "+13 minutes"
  dns:
    mysql:
      host: 'localhost'
      port: ~
      name: 'scalr'
      user: 'scalr'
      pass: 'xXxXxX'
    static:
      enabled: no
      nameservers: ['4.2.2.4', '4.2.2.5']
      domain_name: 'myd.com'
    global:
      enabled: no
      nameservers: ['4.2.2.4']
      default_domain_name: 'myd.com'

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"scalr-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to