mirror of
https://github.com/gryf/boxpy.git
synced 2025-12-24 16:22:28 +01:00
Update devstack deployment examples.
This commit is contained in:
37
examples/devstack-fedora34.yaml
Normal file
37
examples/devstack-fedora34.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
# Note, that cloud init will fail, due to old cloudinit package, which module
|
||||
# cc_keys_to_console doesn't recognize skipping option. Just ignore this error.
|
||||
package_update: true
|
||||
packages:
|
||||
- bash-completion
|
||||
- ctags-etags
|
||||
- git
|
||||
- git-review
|
||||
- htop
|
||||
- jq
|
||||
- mc
|
||||
- the_silver_searcher
|
||||
- vim-enhanced
|
||||
write_files:
|
||||
- path: /tmp/local.conf
|
||||
permissions: '0644'
|
||||
content: |
|
||||
[[local|localrc]]
|
||||
ADMIN_PASSWORD=pass
|
||||
DATABASE_PASSWORD=$$ADMIN_PASSWORD
|
||||
RABBIT_PASSWORD=$$ADMIN_PASSWORD
|
||||
SERVICE_PASSWORD=$$ADMIN_PASSWORD
|
||||
disable_service horizon
|
||||
disable_service cinder
|
||||
disable_service n-vnc
|
||||
disable_service dstat
|
||||
runcmd:
|
||||
- [su, -, fedora, -c, "git clone https://opendev.org/openstack/devstack ~/devstack"]
|
||||
- [su, -, fedora, -c, "cp /tmp/local.conf /home/fedora/devstack/"]
|
||||
- [su, -, fedora, -c, "echo 'export HOST_IP=10.0.2.15' >> .bashrc"]
|
||||
boxpy_data:
|
||||
key: vm
|
||||
cpus: 2
|
||||
memory: 4GB
|
||||
disk_size: 10GB
|
||||
distro: fedora
|
||||
version: 34
|
||||
Reference in New Issue
Block a user