Replace godep with dep
This commit is contained in:
parent
1e7489927c
commit
bf5616c65b
14883 changed files with 3937406 additions and 361781 deletions
11
vendor/k8s.io/kubernetes/cluster/openstack-heat/kubernetes-heat/fragments/write-heat-params.yaml
generated
vendored
Normal file
11
vendor/k8s.io/kubernetes/cluster/openstack-heat/kubernetes-heat/fragments/write-heat-params.yaml
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#cloud-config
|
||||
merge_how: dict(recurse_array)+list(append)
|
||||
write_files:
|
||||
- path: /etc/sysconfig/heat-params
|
||||
owner: "root:root"
|
||||
permissions: "0644"
|
||||
content: |
|
||||
KUBERNETES_SERVER_URL="$KUBERNETES_SERVER_URL"
|
||||
KUBERNETES_SALT_URL="$KUBERNETES_SALT_URL"
|
||||
MASTER_IP=$MASTER_IP
|
||||
CONTAINER_SUBNET=10.246.0.0/16
|
||||
Loading…
Add table
Add a link
Reference in a new issue