forked from fultonj/tripleo-ceph-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
session2.txt
15 lines (12 loc) · 1.46 KB
/
session2.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Example of running ceph in containers with mistral-ceph-ansible.sh with jeos-docker:
[stack@undercloud ~]$ ansible all -b -m shell -a "docker ps"
192.168.24.17 | SUCCESS | rc=0 >>
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
230445ba9fc8 docker.io/ceph/daemon:tag-build-master-jewel-centos-7 "/entrypoint.sh" 2 minutes ago Up 2 minutes overcloud-jeos-mon-0
192.168.24.12 | SUCCESS | rc=0 >>
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
39eca35ae637 docker.io/ceph/daemon:tag-build-master-jewel-centos-7 "/entrypoint.sh" 2 minutes ago Up 2 minutes overcloud-jeos-osd-0-osd-devvde
25731da97d1f docker.io/ceph/daemon:tag-build-master-jewel-centos-7 "/entrypoint.sh" 2 minutes ago Up 2 minutes overcloud-jeos-osd-0-osd-devvdc
039cd72045c3 docker.io/ceph/daemon:tag-build-master-jewel-centos-7 "/entrypoint.sh" 2 minutes ago Up 2 minutes overcloud-jeos-osd-0-osd-devvdd
59df66f19fde docker.io/ceph/daemon:tag-build-master-jewel-centos-7 "/entrypoint.sh" 2 minutes ago Up 2 minutes overcloud-jeos-osd-0-osd-devvdb
[stack@undercloud ~]$