Skip to content

Commit

Permalink
Update MNAIO disk to use
Browse files Browse the repository at this point in the history
DATA_DISK_DEVICE is no longer present so use new method
  • Loading branch information
Antony Messerli committed Sep 28, 2018
1 parent a8b3c97 commit 74b6725
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 74b6725

Please sign in to comment.