mirror of
https://github.com/gryf/boxpy.git
synced 2025-12-18 13:00:17 +01:00
Updated fedora devstack example
This commit is contained in:
@@ -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
|
||||
packages:
|
||||
- bash-completion
|
||||
- ctags-etags
|
||||
- ctags
|
||||
- git
|
||||
- git-review
|
||||
- htop
|
||||
@@ -25,13 +23,13 @@ write_files:
|
||||
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"]
|
||||
- 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
|
||||
version: 36
|
||||
Reference in New Issue
Block a user