1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-26 00:52:26 +01:00

Update devstack deployment examples.

This commit is contained in:
2021-08-20 08:24:50 +02:00
parent d7544f52f6
commit c19f4f1a61
2 changed files with 5 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ packages:
write_files:
- path: /tmp/local.conf
permissions: '0644'
owner: ubuntu:ubuntu
content: |
[[local|localrc]]
ADMIN_PASSWORD=pass
@@ -27,6 +26,8 @@ write_files:
RABBIT_PASSWORD=$$ADMIN_PASSWORD
SERVICE_PASSWORD=$$ADMIN_PASSWORD
runcmd:
- [apt, purge, '-y', python3-pyasn1-modules]
- [apt, purge, '-y', python3-simplejson]
- [su, -, ubuntu, -c, "git clone https://github.com/gryf/vmstrap"]
- [su, -, ubuntu, -c, "vmstrap/bootstrap.sh"]
- [rm, -fr, /home/ubuntu/vmstrap]