Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
Update openstack template
Browse files Browse the repository at this point in the history
  • Loading branch information
metral committed Jun 17, 2015
1 parent 02362c0 commit 2225e62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions corekube-openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
Must be a valid flavor
coreos_image:
type: string
description: Rackspace Cloud Servers CoreOS Alpha (633.1.0)
description: Rackspace Cloud Servers CoreOS Alpha (695.0.0)
default: "CoreOS"
git_command:
type: string
description: Git repo checkout command
default: "/usr/bin/git clone https://github.com/metral/overlord ; /usr/bin/git -C overlord checkout -qf 96574056d0cc7ad8e52228df76374cb3537af8ba"
default: "/usr/bin/git clone https://github.com/metral/overlord ; /usr/bin/git -C overlord checkout -qf 2abe58e551d98deb48e71b1036ddd8bcf5cde0f4"
flannel_url:
type: string
description: Flannel Binary URL
default: "http://a26736f09be9784cb06f-8d30bd32035bc1ac3e9215d2d6eedfc5.r53.cf1.rackcdn.com/flanneld"
default: "http://e01077b4bdde5edfe351-04b5f9ae5ddc5d3cff2a91e8ef69f9f8.r64.cf1.rackcdn.com/flanneld"
discovery_net_interface:
type: string
description: Host network interface for which the Discovery node will operate over
Expand Down Expand Up @@ -202,11 +202,11 @@
[Service]
EnvironmentFile=/run/IP
RestartSec=5s
ExecStartPre=/usr/bin/docker pull quay.io/coreos/etcd:v2.0.9
ExecStartPre=/usr/bin/docker pull quay.io/coreos/etcd:v2.0.11
ExecStart=/usr/bin/docker run -d --name discovery \
-p 2379:2379 -p 2380:2380 \
-v /usr/share/ca-certificates/:/etc/ssl/certs \
--net host quay.io/coreos/etcd:v2.0.9 -name discovery \
--net host quay.io/coreos/etcd:v2.0.11 -name discovery \
-initial-advertise-peer-urls http://${IP}:2380,http://${IP}:7001 \
-listen-peer-urls http://${IP}:2380,http://${IP}:7001 \
-initial-cluster discovery=http://${IP}:2380,discovery=http://${IP}:7001 \
Expand Down

0 comments on commit 2225e62

Please sign in to comment.