dcos-419 add support for SSL
This commit is contained in:
@@ -65,6 +65,7 @@ ENV_SETUP="$VIRTUAL_ENV_PATH/bin/env-setup"
|
||||
source "$ENV_SETUP"
|
||||
dcos config set core.reporting true
|
||||
dcos config set core.dcos_url $DCOS_URL
|
||||
dcos config set core.ssl_verify false
|
||||
dcos config set core.timeout 5
|
||||
dcos config set package.cache ~/.dcos/cache
|
||||
dcos config set package.sources '["https://github.com/mesosphere/universe/archive/version-1.x.zip"]'
|
||||
|
||||
@@ -11,9 +11,8 @@ deactivate
|
||||
# Move down to the dcoscli package
|
||||
cd cli
|
||||
|
||||
# overwrite core.dcos_url in the dcos.toml
|
||||
cp tests/data/dcos.toml $DCOS_CONFIG
|
||||
sed -i "s/change.dcos.url/$VBOX_IP/g" $DCOS_CONFIG
|
||||
echo "$VBOX_IP dcos.snakeoil.mesosphere.com" | sudo tee -a /etc/hosts > /dev/null
|
||||
|
||||
make clean env
|
||||
source env/bin/activate
|
||||
|
||||
Reference in New Issue
Block a user