rhtconsulting / rhc-ose

OpenShift Automation and Utilities by Red Hat Consulting
42 stars 34 forks source link

Etcd in standalone mode does not write to /var/lib/openshift #87

Closed etsauer closed 8 years ago

etsauer commented 8 years ago

We configure 'openshift' storage assuming an embedded etcd writing to /var/lib/openshift, however our ansible inventory template provisions etcd in standalone, which stores data in /var/lib/etcd. We should change the setup_openshift_storage method to use /var/lib/etcd

oybed commented 8 years ago

This was fixed by PR #88