You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  • Import the key pair "ISLv2-ISDA" in the web UI.

Found that this was per user, not per project, so needed to import again.

  • Download and source "ISDA-openrc" in ~/.cshrc for OpenStack CLI programs such as "nova" to work.
  • Clone the "vm-elasticity" repo to get the code.
  • Copy "bdmon.conf", change username / password to "browndog".
  • Install the "subprocess32" python module:

          pip install --user subprocess32   # Into "~/.local/".

  • Copy "~/.ssh/config" to use the batch mode and enable fast connections.  Did not use ControlMaster.
  • Then stop "ruiliu"'s DTS elasticity instance, and run as this user:

          nohup ./bdmon.py >>& /tmp/browndog-bdmon-dts.log < /dev/null &

 

  • For DAP,

          cd ~/git/vm-elasticity

          cp -pr bdmon bdmon-dap

          cd bdmon-dap

          vi bdmon.conf

          # Edit to use different RabbitMQ vhost, username, password, and the minimum number of instances of a Polyglot queue: "ImageMagick".

          # Stop "ruiliu"'s DAP elasticity instance, and run:

          nohup ./bdmon.py >>& /tmp/browndog-bdmon-dap.log < /dev/null &

 

  • No labels