On Jan 28, 2016 9:29 AM, "Stéphane Klein" <[email protected]> wrote: > > Hi, > > what I did : > > ``` > $ git clone [email protected]:openshift/openshift-ansible.git > $ cd openshift-ansible > $ vagrant up --no-provision > $ vagrant provision > $ vagrant ssh master > [root@ose3-master vagrant]# systemctl status etcd.service > ● etcd.service > Loaded: not-found (Reason: No such file or directory) > Active: inactive (dead) > ``` > > I look in ```/etc/``` I found nothing about etcd, etcd package isn't installed > > ``` > [root@ose3-master vagrant]# yum list installed | grep "etcd"
For single master installs, the embedded etcd is used. The embedded etcd listens on port 4001 by default. > [root@ose3-master vagrant]# > ``` > > this is my Ansible log output : https://gist.github.com/harobed/a9bfa7ae0bcdbd8d34e3 > > Are there a bug ? > > Best regards, > Stéphane > > -- > Stéphane Klein <[email protected]> > blog: http://stephane-klein.info > cv : http://cv.stephane-klein.info > Twitter: http://twitter.com/klein_stephane > > _______________________________________________ > users mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/users >
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
