Skip to content

Instantly share code, notes, and snippets.

@Barry1
Last active July 30, 2020 19:12
Show Gist options
  • Save Barry1/351f0b85ce0f75f493ed1176c78eb539 to your computer and use it in GitHub Desktop.
Save Barry1/351f0b85ce0f75f493ed1176c78eb539 to your computer and use it in GitHub Desktop.
Notizen zur Installation und Nutzung zum Experimentieren mit OpenStack

Infos zu OpenStack

Grobe Informationen

Installation

https://docs.openstack.org/install-guide/openstack-services.html#minimal-deployment-for-ussuri

Minimal

  1. Identity service – keystone installation for Ussuri
  • sudo aptitude install -t testing keystone
  • running on 192.168.44.78
  • SQLite-Database
  • Die Installation brach ab (Fehlermeldung, dass /etc/keystone/fernet-keys nicht existiert)
  • sudo keystone-manage fernet_setup --keystone-user keystone --keystone-group keystone
  1. Image service – glance installation for Ussuri
  2. Placement service – placement installation for Ussuri
  3. Compute service – nova installation for Ussuri
  4. Networking service – neutron installation for Ussuri

Advised

  1. Dashboard – horizon installation for Ussuri
  2. Block Storage service – cinder installation for Ussuri

Alternativen

Zum Testen können auch einfachere Dinge wie minikube, k3s oder kind hilfreich sein. Ein Vergleich dieser Tools ist unter https://www.jambit.com/aktuelles/toilet-papers/minikube-vs-kind-vs-k3s-welches-lokale-kubernetes-cluster-eignet-sich-am-besten/ beschrieben.
Ein (fast) vollständiger Vergleich aller K8s-Lösungen ist auf der Seite zu finden.

Lern-Ansätze

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment