commit | eb74f370c679b2e9ce5f73b362ef50fc4d7fddc7 | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Fri Nov 04 15:34:15 2016 +0200 |
committer | Dennis Dmitriev <ddmitriev@mirantis.com> | Fri Nov 04 15:34:15 2016 +0200 |
tree | a15fe36cfc79f7034b7a565c92260b665a687c26 | |
parent | 9bcda48d1f328ea13f833f57962b54d508c408b5 [diff] |
fix ssh access to xenial slaves
Default template used here requires 20 vCPU and 52Gb host RAM.
git clone https://github.com/Mirantis/tcp-qa
cd ./tcp-qa
pip install -r ./tcp_tests/requirements.txt
dos-manage.py migrate
wget https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img -O ./trusty-server-cloudimg-amd64.qcow2
wget https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img -O ./xenial-server-cloudimg-amd64.qcow2
Required:
export IMAGE_PATH1404=./trusty-server-cloudimg-amd64.qcow2
export IMAGE_PATH1604=./xenial-server-cloudimg-amd64.qcow2
Optional:
export ENV_NAME=tcpcloud-mk22 # You can set any env name
export LAB_CONFIG_NAME=mk22-lab-basic # Prefix for names of the templates. # Currently there are two template sets: # mk22-lab-basic # mk22-lab-advanced
export SHUTDOWN_ENV_ON_TEARDOWN=false # Optional
py.test -vvv -s -k test_tcp_install_default
dos.py create-env ./tcp_tests/templates/underlay/mk22-lab-basic.yaml
dos.py start "${ENV_NAME}"
Then, wait until cloud-init is finished and port 22 is open (~3-4 minutes), and login with root:r00tme