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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user