Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsharma04 committed Jun 23, 2017
1 parent 3797cda commit 64f95eb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,33 @@ Instructions to install on [bosh-lite](https://github.com/cloudfoundry/bosh-lite

```sh
bosh target BOSH_DIRECTOR_HOST
bosh update cloud-config ./example/cloud-config.yml
git clone https://github.com/cloudfoundry-incubator/app-autoscaler-release
cd app-autoscaler-release
./scripts/update
```

> Deploy using BOSH v2 manifest
```sh
bosh update cloud-config ./example/cloud-config.yml
./scripts/generate-bosh-lite-manifest \
-c <path to cf-release deployment manifest> \
-p ./example/property-overrides.yml
./scripts/deploy
```

> Deploy using BOSH v1 manifest
```sh
./scripts/generate-bosh-lite-manifest \
-c <path to cf-release deployment manifest> \
-p ./example/property-overrides.yml \
--v1
./scripts/deploy
```

> ** cf-release deployment manifest should be cf-release/bosh-lite/deployments/cf.yml
>
> ** To generate BOSH V1 manifest template use --v1 flag with generate-bosh-lite-manifest. By default BOSH V2 manifest will be generated.
>
> To use pre-existing postgres server(s), it is required to pass db-stubs while generating manifest. Otherwise an instance of default postgres server will be provided as part of app-autoscaler deployment.
```sh
Expand Down
2 changes: 1 addition & 1 deletion src/acceptance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cat > integration_config.json <<EOF
"skip_ssl_validation": true,
"use_http": true,
"service_name": "CF-AutoScaler",
"service_name": "autoscaler",
"service_plan": "autoscaler-free-plan",
"aggregate_interval": 120
}
Expand Down

0 comments on commit 64f95eb

Please sign in to comment.