![Andreas Jaeger](/assets/img/avatar_default.png)
Import the infra-ansible job, convert it to Zuul v3 native and rename for our naming conventions. Change-Id: I5669fd546e4c1ae33133ce7a45e7615a67983532
Instructions
- Run
source setup_env.sh
- Source your OpenStack cloud environment variables rc file
- Run
cp resources.yml.sample resources.yml
- Edit resources.yml and put your environment values
- Run
bash run.sh
Notes
In resources.yml you may specify public key file instead of public key content, in the following way:
keypairs:
- name: my_key_file
public_key_file: /home/<my_user>/.ssh/<key_file>
Do not specify both 'public_key' and 'public_key_file', as they are mutual exclusive variables in Ansible.
Description
Languages
Jinja
44.3%
Shell
33.7%
Python
21.5%
Puppet
0.5%