Skip to main content

Primary links

Show — Primary links Hide — Primary links
  • Home
  • Ansible
  • Docker
  • Kubernetes
  • Linux
  • LXD
  • OpenStack
  • Virtualization
  • HowTo

OpenStack: project

  • openstack

Create project

openstack project create foo-project --domain bar
 
ROLES="
creator
heat_stack_owner
load-balancer_member
member
"
 
for ROLE in ${ROLES}; do
    openstack role add --user ${USER_ID} --project ${PROJECT_ID} ${ROLE}
done
 
openstack role assignment list --names --user ${USER_ID}

Misc

Show — Misc Hide — Misc
  • Linux
  • Hardware
  • Programming
  • Databases
  • Multimedia
  • Regenerate passwords
  • Windows

Cloud

Show — Cloud Hide — Cloud
  • OpenStack
    • Ansible
    • Application credentials
    • Barbican (Secret)
    • CLI client (OSC)
    • Cloud images
    • Designate (DNSaaS)
    • Glance (image)
    • Heat
    • Horizon
    • Ironic / Bifrost
    • Magnum
    • Mistral
    • Neutron (network)
    • Object storage
    • Octavia (loadbalancer)
    • OpenvSwitch (OVS)
    • RabbitMQ
    • VPN
    • compute
    • diskimage-builder
    • flavor
    • kolla-ansible
    • project
      • Cleanup project
    • resource provider
    • server (VM)
    • user
    • volume
  • cloud-config
  • nextcloud

Virtualization

Show — Virtualization Hide — Virtualization
  • XEN
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • Virtualization
  • multipass
  • podman
  • vagrant

Network

Show — Network Hide — Network
  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • nmcli

Storage

Show — Storage Hide — Storage
  • Ceph
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

Show — Automation / CI/CD Hide — Automation / CI/CD
  • Install
  • Ansible
  • GitLab
  • Preseed
  • Puppet
  • Terraform

Monitoring / Visualisation

Show — Monitoring / Visualisation Hide — Monitoring / Visualisation
  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK

Page QR Code

QR code for this page URL

Profiles

  

© panticz 2021

Footer menu

Show — Footer menu Hide — Footer menu
  • Contact
  • Imprint