1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-19 05:30:18 +01:00

Updated fedora devstack example

This commit is contained in:
2023-07-23 11:53:59 +02:00
parent 5f0def3103
commit 12df0e97df

View File

@@ -1,9 +1,7 @@
# 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 package_update: true
packages: packages:
- bash-completion - bash-completion
- ctags-etags - ctags
- git - git
- git-review - git-review
- htop - htop
@@ -25,13 +23,13 @@ write_files:
disable_service n-vnc disable_service n-vnc
disable_service dstat disable_service dstat
runcmd: runcmd:
- [su, -, fedora, -c, "git clone https://opendev.org/openstack/devstack ~/devstack"] - su - fedora -c "git clone https://opendev.org/openstack/devstack ~/devstack"
- [su, -, fedora, -c, "cp /tmp/local.conf /home/fedora/devstack/"] - su - fedora -c "cp /tmp/local.conf /home/fedora/devstack/"
- [su, -, fedora, -c, "echo 'export HOST_IP=10.0.2.15' >> .bashrc"] - su - fedora -c "echo 'export HOST_IP=10.0.2.15' >> .bashrc"
boxpy_data: boxpy_data:
key: vm key: vm
cpus: 2 cpus: 2
memory: 4GB memory: 4GB
disk_size: 10GB disk_size: 10GB
distro: fedora distro: fedora
version: 34 version: 36