Hi,

what I did :

```
$ git clone g...@github.com: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"
[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 <cont...@stephane-klein.info>
blog: http://stephane-klein.info
cv : http://cv.stephane-klein.info
Twitter: http://twitter.com/klein_stephane
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to