This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
khaleesi_guide [2015/04/07 22:21] Daniel Farrell [Installation] Rename the Khalessi venv to be more obvious |
khaleesi_guide [2015/04/07 22:23] (current) Daniel Farrell [Running Khaleesi] Proper code formatting for Khaleesi run cmd |
||
|---|---|---|---|
| Line 37: | Line 37: | ||
| </code> | </code> | ||
| - | From the above you can see that "source khaleesi_venv/bin/activate" will activate your virtual environment. Simply use deactivate to exit. Now we need to create a default Ansible config: | + | From the above you can see that ''source khaleesi_venv/bin/activate'' will activate your virtual environment. Simply use deactivate to exit. Now we need to create a default Ansible config: |
| <code> | <code> | ||
| Line 130: | Line 130: | ||
| Now that you have Khaleesi installed and a configuration file, you are ready to rebuild your nodes. To run simply execute the following inside of your Khaleesi directory: | Now that you have Khaleesi installed and a configuration file, you are ready to rebuild your nodes. To run simply execute the following inside of your Khaleesi directory: | ||
| + | <code> | ||
| ./run.sh --use ../ksgen_settings.yml playbooks/quickstack.yml --no-logs -vv | ./run.sh --use ../ksgen_settings.yml playbooks/quickstack.yml --no-logs -vv | ||
| + | </code> | ||
| The sequence of execution is as follows: | The sequence of execution is as follows: | ||