Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
include properties.uaa.scim property in manifest [fixes #94]
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Feb 7, 2013
1 parent 08ff36c commit 539a9db
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/bosh-cloudfoundry/system_deployment_manifest_renderer.rb
Expand Up @@ -273,7 +273,8 @@ def base_manifest(
"batch"=>{"username"=>"uaa", "password"=>common_password},
"port"=>8100,
"catalina_opts"=>"-Xmx128m -Xms30m -XX:MaxPermSize=128m",
"no_ssl"=>true},
"no_ssl"=>true,
"scim"=>{}},
"uaadb"=>
{"address"=>core_ip,
"port"=>2544,
Expand Down
2 changes: 2 additions & 0 deletions spec/assets/deployments/aws-core-1-m1.small-free-redis.yml
Expand Up @@ -178,6 +178,8 @@ properties:
port: 8100
catalina_opts: -Xmx128m -Xms30m -XX:MaxPermSize=128m
no_ssl: true
scim: {}

uaadb:
address: 1.2.3.4
port: 2544
Expand Down
Expand Up @@ -198,6 +198,8 @@ properties:
port: 8100
catalina_opts: -Xmx128m -Xms30m -XX:MaxPermSize=128m
no_ssl: true
scim: {}

uaadb:
address: 1.2.3.4
port: 2544
Expand Down
2 changes: 2 additions & 0 deletions spec/assets/deployments/aws-core-2-m1.xlarge-dea.yml
Expand Up @@ -174,6 +174,8 @@ properties:
port: 8100
catalina_opts: -Xmx128m -Xms30m -XX:MaxPermSize=128m
no_ssl: true
scim: {}

uaadb:
address: 1.2.3.4
port: 2544
Expand Down
2 changes: 2 additions & 0 deletions spec/assets/deployments/aws-core-only.yml
Expand Up @@ -157,6 +157,8 @@ properties:
port: 8100
catalina_opts: -Xmx128m -Xms30m -XX:MaxPermSize=128m
no_ssl: true
scim: {}

uaadb:
address: 1.2.3.4
port: 2544
Expand Down

0 comments on commit 539a9db

Please sign in to comment.