github.com/dcarley/cf-cli@v6.24.1-0.20170220111324-4225ff346898+incompatible/ci/infrastructure/tasks/set-cf-backend-to-diego.yml (about)

     1  ---
     2  platform: linux
     3  
     4  image: docker:///cloudfoundry/cli-vagrant-ci
     5  
     6  params:
     7    LITE_IP_ADDRESS:
     8  
     9  run:
    10    path: bash
    11    args:
    12    - -c
    13    - |
    14      set -eux
    15  
    16      bosh -n target $LITE_IP_ADDRESS
    17      bosh login admin admin
    18  
    19      bosh download manifest cf-warden cf-warden.yml
    20      sed -i "s/default_to_diego_backend: false/default_to_diego_backend: true/" cf-warden.yml
    21      bosh deployment cf-warden.yml
    22      bosh -n deploy