From 12df0e97dfa8c62a086b07baac6fb04b1d964905 Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 23 Jul 2023 11:53:59 +0200 Subject: [PATCH] Updated fedora devstack example --- ...devstack-fedora34.yaml => devstack-fedora36.yaml} | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) rename examples/{devstack-fedora34.yaml => devstack-fedora36.yaml} (58%) diff --git a/examples/devstack-fedora34.yaml b/examples/devstack-fedora36.yaml similarity index 58% rename from examples/devstack-fedora34.yaml rename to examples/devstack-fedora36.yaml index 8b0a59f..bf32e82 100644 --- a/examples/devstack-fedora34.yaml +++ b/examples/devstack-fedora36.yaml @@ -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