Skip to content

Commit e214a8a

Browse files
authored
fix: remove vault key encryption
1 parent d855a45 commit e214a8a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

templates/deploy-openstack.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ pip install -r $${config_directories[kayobe]}/requirements.txt
6464

6565
# Deploy hashicorp vault to the seed
6666
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/overcloud.key
7067

7168
kayobe overcloud service deploy -kt haproxy
7269

0 commit comments

Comments
 (0)