source $OPENRC_FILE
openstack volume create --size 200 --image "Ubuntu 22.04 LTS x64" devstack-boot-volume
openstack security group create devstack-sgThis is a very concise quickstart guide to setup an OpenStack DevStack limited to Keystone in a VirtualBox VM using Ubuntu Server LTS as the guest operating system. By limiting the DevStack to primarily deploy Keystone only, installation is quick and the machine does not take up much resources.
As the time of writing it uses up about 11 GB of disk space and 1 GB of RAM running Keystone.
This is meant for testing authentication and IDM-related things with OpenStack Keystone while disregarding other components.
It can easily be extended by further components by adjusting the local.conf accordingly.
$\color{green}{\textsf{PASS}}$ Creating Cluster Network (non-mgmt) with uplink-mtu annotation and value of 1500 fails as expected $~~$
- When attempting to create Cluster Network "testing", error of:
admission webhook "validator.harvester-system.harvester-network-webhook" denied the request: Internal error occurred: can't create cluster network testing because annotation network.harvesterhci.io/uplink-mtu can't be addedas expected
OlderNewer