Skip to content

Commit

Permalink
Bring releases up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
danhigham committed Aug 10, 2017
1 parent cd9623f commit baf2efa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
"settings": {
"fileUris": [
"https://raw.githubusercontent.com/danhigham/bosh-azure-cookbook/master/deploy-bosh.sh",
"https://github.com/danhigham/bosh-azure-cookbook/archive/0.2.3.tar.gz"
"https://github.com/danhigham/bosh-azure-cookbook/archive/0.2.7.tar.gz"
]
},
"protectedSettings": {
Expand Down
6 changes: 3 additions & 3 deletions recipes/kubo/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"https://bosh.io/d/stemcells/bosh-azure-hyperv-ubuntu-trusty-go_agent"
],
"releases": [
"https://storage.googleapis.com/kubo-etcd/kubo-etcd-release.108%2Bdev.2.tgz",
"https://boshreleases.blob.core.windows.net/cookbookreleases/kubo.tgz",
"https://bosh.io/d/github.com/cf-platform-eng/docker-boshrelease?v=28.0.1"
"https://storage.googleapis.com/kubo-etcd/latest-kubo-etcd.tgz",
"https://boshreleases.blob.core.windows.net/cookbookreleases/kubo-0.0.5.tgz",
"https://bosh.io/d/github.com/cf-platform-eng/docker-boshrelease"
],
"infra": {
"loadBalancer" : {
Expand Down
7 changes: 5 additions & 2 deletions recipes/kubo/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kubo

releases:
- name: etcd
- name: kubo-etcd
version: latest
- name: kubo
version: latest
Expand Down Expand Up @@ -48,7 +48,7 @@ instance_groups:
- name: &network-name boshvnet
jobs:
- name: etcd
release: etcd
release: kubo-etcd
properties:
etcd:
require_ssl: false
Expand Down Expand Up @@ -99,6 +99,9 @@ instance_groups:
- name: docker
release: docker
properties:
tls_cacert: ((kubo-tls.ca))
tls_cert: ((kubo-tls.certificate))
tls_key: ((kubo-tls.private_key))
docker:
flannel: true
iptables: false
Expand Down

0 comments on commit baf2efa

Please sign in to comment.