Skip to content

Commit

Permalink
Automatic etherpad sync at Wed Sep 10 16:20:18 CEST 2014
Browse files Browse the repository at this point in the history
  • Loading branch information
fabbione committed Sep 10, 2014
1 parent fd5a6e5 commit 8ecfb29
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,17 @@ pcs constraint colocation add glance-registry with glance-fs
pcs constraint order start glance-registry-clone then glance-api-clone
pcs constraint colocation add glance-api with glance-registry

more
# TEST
. /srv/rhos5/configs/keystonerc_admin

glance image-create --name "RHEL 6.5" --is-public true --disk-format qcow2 --container-format bare --location http://download.devel.redhat.com/brewroot/packages/rhel-guest-image/6.5/20140603.0/images/rhel-guest-image-6.5-20140603.0.x86_64.qcow2

glance image-create --name "RHEL 7.0" --is-public true --disk-format qcow2 --container-format bare --location http://download.devel.redhat.com/brewroot/packages/rhel-guest-image/7.0/20140506.1/images/rhel-guest-image-7.0-20140506.1.x86_64.qcow2

glance image-create --name "cirros" --is-public true --disk-format qcow2 --container-format bare --location http://download.cirros-cloud.net/0.3.2/cirros-0.3.2-x86_64-disk.img

glance image-list

# OUTPUT

[root@rhos5-glance2 ~]# pcs status
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:xrhos5-memcache1|rhos5-memcache2|rhos5-memcache3
rhos5-memcache1|rhos5-memcache2|rhos5-memcache3

yum install -y memcached

Expand Down

0 comments on commit 8ecfb29

Please sign in to comment.