i' have some seriously strange problems
the postgresql can't listen on the vip adres it was assigned to 172.24.4.227 (default devstack gives away)
i can ping the ip adres
nslookup results in
Server: 10.0.0.1
Address: 10.0.0.1#53
** server can't find 227.4.24.172.in-addr.arpa.: NXDOMAIN
and there is another strange problem
on every vm where there are 2 networks assigned
the default one and the static
- name: ccdb_postgres
template: postgres
instances: 1
resource_pool: infrastructure
persistent_disk: 2048
networks:
- name: default
default: [dns, gateway]
- name: elastic
static_ips:
- 172.24.4.227
i can't seem to ping/resolve anything on the WWW
but i can ping all internal vm's
so i thought there was something with my network
but on the vms that where created with bosh had only one network
- name: stager
template: stager
instances: 1
resource_pool: infrastructure
networks:
- name: default
can ping to WWW and works fine..
so i think BOSH is doing something but not on the vm it self as it seems
because on the vm the resolv.conf / route -n etc etc are all the same
Op woensdag 10 oktober 2012 21:02:04 UTC+2 schreef ferdy het volgende: