Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
    • Application credentials
    • Authentificaton
    • Barbican (Secret)
    • CLI client (OSC)
    • Cleanup OpenStack
    • Cloud images
    • Designate (DNSaaS)
    • DevStack
    • Gerrit / OpenDev
    • Glance (image)
      • Update images
    • Heat
    • Horizon
    • Ironic / Bifrost
    • Magnum
    • MicroStack
    • Mistral
    • Neutron (network)
    • Object storage
    • Octavia (loadbalancer)
    • OpenStack GPU passthrough
    • OpenvSwitch (OVS)
    • Quota
    • RabbitMQ
    • VPN
    • block storage volume (cinder)
    • compute (nova)
    • control
    • diskimage-builder
    • flavor
    • gnocchi
    • kolla-ansible
    • project
    • resource provider
    • server (VM)
    • user
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid
  • openstack

Upload new image(s)

IMGDIR=/var/www/images

# Windows Server 2016 Standard
openstack image create "Windows Server 2016 Standard (NEW)" \
    --file ${IMGDIR}/windows-server-2016-standard.raw \
    --disk-format raw \
    --min-disk 20 \
    --min-ram 2048 \
    --community \
    --property hw_scsi_model=virtio-scsi \
    --property hw_disk_bus=scsi \
    --property hw_qemu_guest_agent=yes \
    --property os_distro=windows \
    --property os_admin_user=Administrator \
    --property os_version="2016" \
    --property os_build="14393.3384"
#    --protected \

openstack image set --protected "Windows Server 2016 Standard"


# Windows Server 2019 Standard
openstack image create "Windows Server 2019 Standard (NEW)" \
    --file $IMGDIR/windows-server-2019-standard.raw \
    --disk-format raw \
    --min-disk 20 \
    --min-ram 2048 \
    --community \
    --property hw_scsi_model=virtio-scsi \
    --property hw_disk_bus=scsi \
    --property hw_qemu_guest_agent=yes \
    --property os_distro=windows \
    --property os_admin_user=Administrator \
    --property os_version="2019" \
    --property os_build="17763.914"
#    --protected \

openstack image set --protected "Windows Server 2019 Standard"

Show community images (unprivileged user

# List community images
openstack image list --community

# Create test VMs
openstack server create foo-win2016-new \
    --image $(openstack image list --community --name "Windows Server 2016 Standard (NEW)" -c ID -f value) \
    --flavor m1.medium

openstack server create foo-win2019-new \
    --image $(openstack image list --community --name "Windows Server 2019 Standard (NEW)" -c ID -f value) \
    --flavor m1.small

Update images

# Windows Server 2016 Standard
openstack image set --community "Windows Server 2016 Standard"
openstack image set --name "Windows Server 2016 Standard (14393.2670)" "Windows Server 2016 Standard"

openstack image set --name "Windows Server 2016 Standard" "Windows Server 2016 Standard (NEW)"
openstack image set --public "Windows Server 2016 Standard"

# Windows Server 2019 Standard
openstack image set --community "Windows Server 2019 Standard"
openstack image set --name "Windows Server 2019 Standard (17763.194)" "Windows Server 2019 Standard"

openstack image set --name "Windows Server 2019 Standard" "Windows Server 2019 Standard (NEW)"
openstack image set --public "Windows Server 2019 Standard"
Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung