Skip to content

Commit

Permalink
Merge pull request #247 from antonym/set_data_disk
Browse files Browse the repository at this point in the history
Update MNAIO disk to use
  • Loading branch information
antonym authored Sep 28, 2018
2 parents 6c0d6fd + 74b6725 commit c0047b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/create-mnaio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ export DEPLOY_OSA="true"
export PRE_CONFIG_OSA="true"
export RUN_OSA="false"
export CONFIGURE_OPENSTACK="false"
export DATA_DISK_DEVICE="sdb"
export CONFIG_PREROUTING="false"
export OSA_PORTS="6080 6082 443 80 8443"
export RPC_BRANCH="${RE_JOB_CONTEXT}"
export DEFAULT_MIRROR_HOSTNAME=mirror.rackspace.com
export DEFAULT_MIRROR_DIR=/ubuntu
export INFRA_VM_SERVER_RAM=16384
export MNAIO_ANSIBLE_PARAMETERS="-e mnaio_data_disk=sdb"

# If series is newton, use rcbops fork of OSA
if [ "${RE_JOB_SERIES}" == "newton" ]; then
Expand Down

0 comments on commit c0047b9

Please sign in to comment.