Skip to content

Instantly share code, notes, and snippets.

@johnduarte
Last active March 20, 2018 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnduarte/fee2e164b3205a550865274e032f21f9 to your computer and use it in GitHub Desktop.
Save johnduarte/fee2e164b3205a550865274e032f21f9 to your computer and use it in GitHub Desktop.
Broken meathod of MNAIO deploy

Multi-node-aio (mnaio)

WIP: This is still not functional Deploy ironic node, attach 1.3TB volume. Checkout the desired branch and run the test suites

screen -L
sudo su -
cd /opt/rpc-openstack
git checkout master
git submodule init
git submodule update --recursive
export RE_JOB_NAME="rpc-openstack-master-mnaio-postmerge"
export RE_JOB_IMAGE="xenial_mnaio_no_artifacts"
export RE_JOB_SCENARIO="swift"
export RE_JOB_ACTION="deploy"
#export RE_JOB_FLAVOR="onmetal-io1"
export RE_JOB_REPO_NAME="rpc-openstack"                                                                                                                                                                           
export RE_JOB_BRANCH="master"                                                                                                                                                                                       
gating/post_merge_test/pre                                                                                                                                                                                          
gating/post_merge_test/run                                                                                                                                                                                          

Deploy only (no test)

pushd /opt/openstack-ansible-ops/multi-node-aio
./bootstrap.sh
./build.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment