Warning
This repository is not well maintained now because OpenStack i18n team is now working on the translation check site as OpenStack infra. As of the end of Feb 2016, this repository works well.
Prepare minimum installation of Ubuntu 14.04.
- Ubuntu server is enough.
- Other distributions like Fedora may work but I don't test it. I am a Debian and Ubuntu user.
Install ansible:
sudo apt-get install python-pip python-dev libyaml-dev sudo pip install ansible
Prepare
passwords.yml
file. The following command generates apassword.yml
with random passwords. If you use simpler/easier to remember password for Horizon, changeadmin_password
in the generatedpasswords.yml
:./gen_passwords.sh
Prepare zanata.ini (
$HOME/.config/zanata.ini
). Follow the instruction at http://zanata-client.readthedocs.org/en/latest/configuration/Instead of creating zanata.ini, you can add the following entries to
passwords.yml
generated in the previous step alternatively. In this case, ansible run at the next step deployszanata.ini
appropriately.zanata_username: USERNAME zanata_apikey: APIKEY
Run the Ansible playbook in this repository:
ansible-playbook -i hosts all.yml -K
Run devstack:
cd devstack && ./stack.sh
Enjoy!