10gen / mongo-orchestration

Apache License 2.0
7 stars 11 forks source link

Add configuration that uses the heap storage engine #103

Closed jyemin closed 9 years ago

jyemin commented 10 years ago

procParams: "storageEngine" : "heap1" ... }

behackett commented 10 years ago

I suspect this is a Jenkins script change, rather than a change to mongo-orchestration.

jyemin commented 10 years ago

The Jenkins scripts are contained in the project though.

jyemin commented 9 years ago

It would be useful if the Jenkins start script took the name of a storage engine as a configuration parameter so we can add it our matrices.

llvtt commented 9 years ago

configurations added in 52a843b30abe49a184a5a222e9145c06da068502. modifications to jenkins scripts pending.

llvtt commented 9 years ago

The storage engine name can now be passed as a string as the fifth argument to the "mongo-orchestration-setup" script.