add bootstrap for debian (#1726)

This commit is contained in:
Matthew Mosesohn
2017-10-03 08:30:45 +01:00
committed by GitHub
parent ca541c7e4a
commit e42cb43ca5
4 changed files with 29 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ before_script:
- echo $GCE_CREDENTIALS > $HOME/.ssh/gce.json
- chmod 400 $HOME/.ssh/id_rsa
- ansible-playbook --version
- export PYPATH=$([ $BOOTSTRAP_OS = none ] && echo /usr/bin/python || echo /opt/bin/python)
- export PYPATH=$([ "$BOOTSTRAP_OS" != "coreos" ] && echo /usr/bin/python || echo /opt/bin/python)
script:
- pwd
- ls
@@ -345,6 +345,7 @@ before_script:
CLOUD_IMAGE: debian-8-kubespray
CLOUD_REGION: us-central1-b
CLUSTER_MODE: default
BOOTSTRAP_OS: debian
STARTUP_SCRIPT: ""
.coreos_canal_variables: &coreos_canal_variables