Instructions for Automatic installation Airship+Tungsten FabricĀ Table of Contents
...
Code Block |
---|
ansible-playbook -i inventory/akraino 01-deploy-regional-controller.yaml |
After this step Regional controller is available by HTTPS.
You can see ip address of RC in file inventory/akraino or group_vars/all.
Also you can login on Regional Controller by ssh with the command
Code Block |
---|
ssh -i akraino-aws-private-key.pem ubuntu@<ip_address> |
...
Code Block |
---|
ansible-playbook -i inventory/akraino 02-deploy-tf-blueprint.yaml |
After this step Tall yaml filesĀ are generated and EdgeSite, Blueptint and POD are created on Regional Controller.
It starts local web-server and put ssh key and deploy.sh script on it.
Then Regional controller creates Airflow DAG and initiate the process of deployment Blueprint.
Process of deployment usually takes 5-6 hours.
Cleanup the environment
Code Block |
---|
ansible-playbook -i inventory/akraino akraino-playbook-cleanup.yaml |
As the result keypair, security group and AWS spot instances would be deleted.