Still no joy with this.
I retried with the latest code and still hitting the same problem.
Metrics does not seem to be working with a new Ansible install.
I'm using a minimal setup with an inventory like this:

[OSEv3:children]
masters
nodes
etcd
nfs

[OSEv3:vars]
ansible_ssh_user=centos
ansible_become=yes

openshift_deployment_type=origin
openshift_release=v3.6

openshift_disable_check=disk_availability,docker_storage,memory_availability

openshift_hosted_metrics_deploy=true
openshift_hosted_metrics_storage_kind=nfs
openshift_hosted_metrics_storage_access_modes=['ReadWriteOnce']
openshift_hosted_metrics_storage_nfs_directory=/exports
openshift_hosted_metrics_storage_nfs_options='*(rw,root_squash)'
openshift_hosted_metrics_storage_volume_name=metrics
openshift_hosted_metrics_storage_volume_size=10Gi
openshift_hosted_metrics_storage_labels={'storage': 'metrics'}

[masters]
ip-10-0-113-31.eu-west-1.compute.internal

[etcd]
ip-10-0-113-31.eu-west-1.compute.internal

[nfs]
ip-10-0-113-31.eu-west-1.compute.internal

[nodes]
ip-10-0-113-31.eu-west-1.compute.internal openshift_node_labels="{'region': 'infra','zone': 'default'}" openshift_schedulable=true

When the install completes the openshift-infra project pods ends up like this:

NAME                         READY STATUS             RESTARTS   AGE
hawkular-cassandra-1-4m7lq   1/1       Running 0          16m
hawkular-metrics-0nl1q       0/1       CrashLoopBackOff 7          16m
heapster-cgw0b               0/1       Running 1          16m

The hawkular-metrics pods is failing, and it looks like its because it can't connect to the cassandra pod.
The full log of the hawkular-metrics pod is here:
https://gist.github.com/tdudgeon/f3099911eed441817369ee03635aad7d

Any help resolving this would be appreciated.

Tim





_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to