We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e214a8a commit a32bae3Copy full SHA for a32bae3
templates/deploy-openstack.tpl
@@ -64,6 +64,9 @@ pip install -r $${config_directories[kayobe]}/requirements.txt
64
65
# Deploy hashicorp vault to the seed
66
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/vault-deploy-seed.yml
67
+ansible-vault encrypt --vault-password-file ~/vault.password $KAYOBE_CONFIG_PATH/environments/$KAYOBE_ENVIRONMENT/vault/OS-TLS-INT.pem
68
+ansible-vault encrypt --vault-password-file ~/vault.password $KAYOBE_CONFIG_PATH/environments/$KAYOBE_ENVIRONMENT/vault/seed-vault-keys.json
69
+ansible-vault encrypt --vault-password-file ~/vault.password $KAYOBE_CONFIG_PATH/environments/$KAYOBE_ENVIRONMENT/vault/*.key
70
71
kayobe overcloud service deploy -kt haproxy
72
0 commit comments